/*
Theme Name: Twenty Twelve - Child Theme
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: tincanranch.com
Author URI: http://tincanranch.com/
Description: The 2012 theme by WordPress, with Child theme mods by johnlesko @ tincanranch.
Template: twentytwelve
Version: 0.1

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Import Responsive Styles */
@import url('../twentytwelve/style.css');


img#wpstats {
	display: none;
}


.asc_small_text {
	font-size: 12px
}
.asc_xsmall_text {
	font-size: 10px
}
.asc_red12_text {
	font-size: 12px;
	color: #770000;
	line-height: normal;
}
.asc_red14_text {
	font-size: 14px;
	color: #770000;
	line-height: normal;
}
.asc_red16_text {
	font-size: 16px;
	color: #770000;
}
.asc_red20_text {
	font-size: 20px;
	color: #770000;
}
.asc_red24_text {
	font-size: 24px;
	color: #770000;
}
.ASC_header {
	color: #990000;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 5px;
}
.ASC_headerbigger {
	color: #990000;
	font-size: 48px;
	font-weight: bold;
	padding-bottom: 5px;
}
.TCRP_link {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}



body { 
	font-family: "Open Sans", Helvetica, Arial, sans-serif; 
	margin-top: 0px;
	color: #770000;
	background-color: #ffffff;
}

body .site {  
	margin-top: 0px;
	box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
}

p { }
td { font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.front_text {
	font-size: 15px;
	color: #990000;
}

a:link, .entry-content a:link {
	color: #990000;
	text-decoration: none;
}
a:visited, .entry-content a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover, .entry-content a:hover {
	text-decoration: none;
	color: #668844;
}
a:active, .entry-content a:active {
	text-decoration: none;
	color: #669944;
}
.padLR {
	padding-left: 5px;
	padding-right: 5px;
}


.entry-content img, img.header-image {
	padding: 1px;
	vertical-align: top;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.main-navigation {
	margin-top: 10px;
	margin-top: 0.63em;
}

.main-navigation a {
	color: #770000;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #990000;
}
.main-navigation li a {
	color: #770000;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	color: #990000;
}

img.header-image {
	border-bottom: 1px solid #ededed;
}


.asc-product img {
	float: left;
}
.asc-product p {
	margin-left: 180px;
	margin-right: 20px;
}
.asc-product table {
	align: center !important;
	border: 0;
	width: 66%;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}
.asc-product td {
	border: 0;
	width: 33%;
	font-size: 150%;
}
.asc-awards {
	align: center !important;
}
.asc-awards img {
	display: inline;
	padding: 10px, 5px, 10px, 5px;
}

.asc-home table {
	background-image: url("../../uploads/2014/12/LocalShelfFade.jpg");
	background-repeat: no-repeat;
	background-color: #cecdcc;
}


/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

	.main-navigation li a {
		color: #770000;
		text-transform: uppercase;
		font-weight: 600;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #990000;
	}
	.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: #770000;
		font-weight: bolder;
	}

}


.archive-title {
	font-size: 20px;
	line-height: 2.181818182;
	font-weight: normal;
	text-transform: uppercase;
	color: #990000;
}


.template-front-page .widget-area .widget_text img {
	float: none;
	vertical-align: top;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	margin: 0 0 0 0;
}


.widget-area .widget a {
	color: #990000;
}
.widget-area .widget a:hover {
	color: #770000;
}
.widget-area .widget a:visited {
	color: #990000;
}