/*
Theme Name: Pic N Pay
Description: Child theme of 2012 
Author: Brent Manke Design
Template: twentytwelve
*/


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

.site-title {
	background: url(images/logo.png) top left no-repeat;
	text-indent:-99999px;
	height:90px;
	width:341px;
}

a {
color:#78033a;
}


@media screen, all and (min-width: 600px) {
.site-title, .site-description {
	display:inline-block;
	clear:none;
	}

.site-description {
	float:right;
}

.site-header h2 {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.28571428571429rem;
	line-height: 1.846153846;
	color: #757575;
	margin-top:30px;
}

.main-navigation li a {
		font-size: 14px;
		font-size: 1rem;
	}
}

@media screen and (min-width: 320px) and (max-width: 600px) {
	.site-title {
		float:none;
		margin:auto;
	}
	
	.site-description {
		font-weight: normal;
		font-size: 18px;
		font-size: 1.28571428571429rem;
		line-height: 1.846153846;
		color: #757575;
		float:none;
		margin-top:0px;	
		text-align:center;
	}

	.page {width:100%;
		margin:auto;}
	
}

.widget-title {
font-size: 18px;
font-size: 1.28571328571429rem;
}

.widget ul {
	list-style:none !important;
}

.widget ul li {
	margin-left:0 !important;
	font-size:14px !important;
	font-size:1rem !important;
}


.brands {	
	float: left;
	width: 33%;
	}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border:1px solid #ededed;
}
