/*
Theme Name: Center Progressive
Author: Design Per Se
Author URI: http://designperse.net
Description: Center Progressive WordPress Theme
Version: 1.0.0
Template: twentytwelve

*/
/* Imports all styles from the stylesheet */
@import url('../twentytwelve/style.css');




img.header-image {
	/* Remove border*/
	
	box-shadow: none;
}


body {
	font-size: 18px;
}
body .site {
	max-width: 80% !important;
}
body .custom-background {
	background-color: #FFFFFF!important;
}
body .site {
	box-shadow: none;
}

.entry-title {
	font-size: 30px!important;
	font-size: 2.0rem;

}
footer[role="contentinfo"] {
	max-width: 80%;
}

.main-navigation ul li a {
	font-size: 13px;
	color: #000000;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #6095c1; /*#9f9f9f;*/
	
}
.entry-content a,
.comment-content a{
	font-weight: 700; 
	
}

.widget-area .widget a:visited {
	color: #6095c1; /*#9f9f9f;*/
	
}
@media screen and (min-width: 600px) {
	.site {
		max-width: 80%;
	}
	body .site {
		box-shadow: none;
	}
	body .custom-background {
	  	background-color: #FFFFFF!important;
    }

}
