/*
Theme Name: twentytwelve-child
Version: 1.0
Description: A child theme of Twenty Twelve
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

.copyright {
	font-style:italic;
	font-size:.9em;
	color: #000;
}

.site {
   background:#50a7d8;
   color: #000;

}

.site-header h1 a,
.site-header h2 a,
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #000;

}
.site-header h2 {
	color: #000;
}

a:link {
color:#000000;
}
a:visited {
color:#000000;
}
a:hover {
color:#555555;
}

.widget-area .widget a {
	color: #000;
}
.widget-area .widget a:visited {
	color: #000;
}
.widget-area .widget a:hover {
	color: #555;
}

.main-navigation li a {
	color: #000;
}
.main-navigation li a:hover {
	color: #555;
}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #000;
		font-weight: bold;
	}

.entry-content a:visited, .comment-content a:visited { 
 	color: #000; 
 		} 
/*-- move sidebar to the left --*/
@media screen and (min-width: 600px) {
    .site-content {
        float: right;
    }
    .widget-area {
        float: left;
    }
}

/* for IE8 and IE7 ----------------*/
.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}