/*
Theme Name: Source
Theme URI: http://www.sourcena.com
Description: This theme is the 2011 Source North America web design. 
Author: DeanHouston Inc.
Author URI: http://www.deanhouston.com/
Version: 1.0

Copyright Source North America 2011

*/

/*========================================================*/
/*=======================|| RESET ||======================*/
/*========================================================*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*========================================================*/
/*=======================|| GLOBAL ||=====================*/
/*========================================================*/

body {
	background: url(images/bg-body.jpg) repeat-x top left #00adef;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}

#wrapper {
	background: url(images/bg-wrapper.png) top left repeat-y;
	width: 989px;
	margin: 0 auto;	
	text-align: left;
	padding: 0 17px;
}

a:link, a:active, a:visited {
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.clear {
	clear: both;	
}

.alignright {
	float: right;
	clear: both;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	clear: both;
	margin: 0 10px 10px 0;
}

.aligncenter {
	margin: 5px auto;	
	display: block;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;
}

hr {
	border:#F0F0F0  solid 1px;
}

form table td {
  text-align: left;
}

form table td img {
  display: block;
}

/*========================================================*/
/*=======================|| HEADER ||=====================*/
/*========================================================*/

#header {
	background: url(images/bg-header.jpg) top left no-repeat #fff;	
	position: relative;
}

#main-logo {
	margin: 0 0 0 15px;
}

#blog-title {
	display: none;	
}

#blog-description {
	position: absolute;
	top: 60px;
	left: 440px;
	font-style: italic;
	color: #e24237;
	font-weight: bold;
	font-family: Helvetica Narrow, Arial Narrow, Tahoma,Arial,Helvetica,sans-serif;
	width: 200px;
}

#blog-contact {
	position: absolute;
	right: 30px;
	top: 95px;	
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12pt;
}

#blog-contact strong {
	font-weight: bold;	
}

#search {
	position: absolute;
	top: 0;
	right: 30px;
	top: 40px;
}

#search2 {
	position: absolute;
	top: 0;
	right: 10px;
	top: 40px;
	width: 300px;
}

#search .radio-wrap {
	font-size: 8pt;
	display: table-cell;
	width: 215px;
	text-align: center;
	vertical-align: middle;
}

#search .radio-wrap .radio, #search .radio-wrap span {
	vertical-align: middle;	
}

#searchsubmit {
	background: url(images/searchsubmit.jpg) top left no-repeat;	
	width: 35px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	line-height: 0;
	cursor: pointer;
}

#IEroot #searchsubmit {
	width: 34px;
	font-size: 0;
	color: #fff;
	text-align: right;
}

#IEroot #searchsubmit {
	width: 44px;
	text-indent: 0;
}

/*========================================================*/
/*=====================|| MAIN NAV ||=====================*/
/*========================================================*/

#nav {
	background: url(images/bg-main-nav.jpg) repeat-x top left;
	height: 46px;
	margin: -8px 0 0 0;
	z-index: 1000;
	position: relative;
}

.menu-main-nav-container {
	padding: 8px 0;	
}

#nav a {
	color: #fff;	
}

#nav ul {
	margin: 0 0 0 5px;
}

#nav li {
	display: inline;
	position: relative;	
	border-right: solid 1px #000;
	margin-bottom: 5px;
}

#nav li:last-child {
	border-right: none;	
}

#nav a {
	padding: 5px 20px 10px 20px;	
}

#nav ul.sub-menu{
	display: none;
}

#nav li:hover ul.sub-menu {
	display: block;	
	position: absolute;
	top: 24px;
	left: 5px;
	background-color: #fff;
	padding: 5px 10px;
	column-count:2; -moz-column-count:2; -webkit-column-count:2;
	column-gap:2em; -moz-column-gap:2em; -webkit-column-gap:2em;
	width: 475px;
	border-left: solid 1px #0099ff;
	border-right: solid 1px #0099ff;
	border-bottom: solid 1px #0099ff;
	-moz-box-shadow: 0px 3px 4px #000;
	-webkit-box-shadow: 0px 3px 4px #000;
	box-shadow: 0px 3px 4px #000;
}

#nav li:hover ul.sub-menu li {
	display: block;	
	margin: 0 0 3px 0;
	padding: 0;
	border-right: none;
	width: 250px;
}


#nav li:hover ul.sub-menu a {
	color: #0099ff;
	padding: 0;
}

#nav ul.sub-menu ul.sub-menu {
	display: block;
	position: relative;
	background-color: none;
	top: 0;
	left: 0;
	padding: 0;
	border: none;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}

#nav ul.sub-menu ul.sub-menu li a {
	font-weight: normal;	
}

#menu-login-nav {
	position: absolute;
	top: 8px;
	right: 0;
}

#menu-login-nav li:last-child a{
	background: url(images/cart.png)  left top no-repeat;	
	padding-left: 35px;
}


/*========================================================*/
/*=====================|| TOP NAV ||======================*/
/*========================================================*/

#top-nav {
	position: absolute;
	top: 0;
	right: 20px;
	background-color: #666;	
	font-size: 9pt;
	height: 30px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;

}

#top-nav2 {
	position: absolute;
	top: 0;
	right: 500px;
	background-color: #666;	
	font-size: 9pt;
	height: 30px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;

}

#top-nav a {
	color: #fff;	
}

#top-nav ul {
	margin: 5px 0 0 5px;
}

#top-nav li {
	display: inline;
	position: relative;	
	border-right: solid 1px #fff;
	margin-bottom: 5px;
}

#top-nav li:last-child {
	border-right: none;	
}

#top-nav a {
	padding: 6px 10px 6px 6px;	
}

#top-nav li:last-child a{
	background: url(images/envelope.png)  left 50% no-repeat;	
	padding-left: 20px;
}

/*========================================================*/
/*==================|| SIDEBAR LEFT ||====================*/
/*========================================================*/

#sidebar-left {
	width: 258px;
	float: left;
	border: 1px solid #dedede;	
	margin-right: 15px;
}


li.widget-container ul{
	padding: 10px;	
}

li.widget-container p {
	padding: 10px;	
}

.widget_sp_image img {
	margin-top: 10px;
	opacity:0.9;
	filter:alpha(opacity=90);	
}

.widget_sp_image img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

#sidebar-left .widget-title {
	color: #fff;
	font-family: Helvetica, Verdana, sans-serif
	font-size: 12pt;
	line-height: normal;
	padding: 8px 10px;
	font-weight: bold;
	text-shadow: #000 0px 0px 3px;
	background: rgb(0,170,235); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(0,170,235) 0%, rgb(6,126,196) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,170,235)), color-stop(100%,rgb(6,126,196))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(0,170,235) 0%,rgb(6,126,196) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(0,170,235) 0%,rgb(6,126,196) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(0,170,235) 0%,rgb(6,126,196) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaeb', endColorstr='#067ec4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgb(0,170,235) 0%,rgb(6,126,196) 100%); /* W3C */	
}

ul.article-list {
}

ul.article-list li {
	border-bottom: 1px dotted #ccc;	
	margin: 10px;
	padding: 0 0 10px 0;
}

/*========================================================*/
/*=====================|| CONTENT ||======================*/
/*========================================================*/

#content {
	padding: 0 12px 12px 12px;	
}

#banner {
	margin-bottom: 10px;	
}

.post {
	width: 455px;
	float: left;	
	margin-right: 10px;
}

.post ul {
	list-style: disc;
	margin-left: 35px;
}


h1 {
	font-family: Helvetica, Verdana, Geneva, sans-serif	;
	font-size: 20pt;
	line-height: normal;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-family: Helvetica, Verdana, Geneva, sans-serif	;
	font-size: 16pt;
	line-height: normal;
	color: #666666;
	font-weight: bold;
	margin: 10px 0;
}


.hentry h3 {
	font-family: Helvetica, Verdana, Geneva, sans-serif	;
	font-size: 13pt;
	line-height: normal;
	color: #666666;
	font-weight: bold;
	margin: 10px 0;
}

.hentry p {
	margin: 10px 0;	
}

.entry-meta {
	font-size: 8pt;
	line-height: normal;
	color: #999;	
}

.entry-content {
	margin: 10px 0;	
}

.entry-utility {
	font-size: 8pt;
	line-height: normal;
	color: #999;	
}

#content .page{
	float: left;
	width: 690px;	
}

#category-container {
	float: left;
	width: 450px;	
}

#post-1 {
	text-align: justify;	
}

.page-id-354 #content .page{
	float: left;
	width: 960px;
}

div#iframe-content{
	width:450px;
	float:left;
}

#iframe-content ul {
	margin: 10px 0 10px 25px;
}

#iframe-content li {
	list-style: disc;
	margin: 5px 0;
}

div#iframe-content iframe{
	border:1px solid #0099ff;
	width:450px;
	height:270px;
}

div#location-map{
	width:480px;
	height:310px;
	float:left;
	margin: 10px 20px 10px 0;
}

#state-copy{
	background:#fff;
	text-align:left;
	padding: 10px;	
}

#state-copy p{
	margin:0 0 10px 0;
}

#state-copy ul#non-stage-2-states{
	list-style-type:disc;
	margin-left:35px;
}

/*========================================================*/
/*=====================|| COMMENTS ||=====================*/
/*========================================================*/

#comments {
	margin: 15px 0 0 0;	
}

#comments h3 {
	font-size: 9pt;
	font-weight: bold;
	font-color: #333;
	margin-bottom: 0px;	
}

.comment {
	border: solid 1px #ccc;	
	margin: 15px 0;
	position: relative;
	padding: 10px;
}

.comment:nth-child(even) {
	background: #e7e7e7;
}

.fn {
	font-weight: bold;
	color: #333;	
}

.comment-author {
	margin-left: 90px;
}

.comment-meta {
	margin: 3px 0 10px 90px;	
}

.comment-content {
	margin: 0 0 10px 90px;
	color: #333;
}

.comment-reply-link {
	padding: 0 0 0 90px;
	text-align: right;	
}

.comment-author img{
	position: absolute;
	top: 10px;
	left: 10px;	
}

/*========================================================*/
/*==================|| SIDEBAR RIGHT ||===================*/
/*========================================================*/

#sidebar-right {
	width: 220px;
	float: right;
	border: 1px solid #dedede;	
	background: rgb(255,228,154); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,228,154) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,228,154)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(255,228,154) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(255,228,154) 0%,rgb(255,255,255) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(255,228,154) 0%,rgb(255,255,255) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe49a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgb(255,228,154) 0%,rgb(255,255,255) 100%); /* W3C */
	margin-bottom: 15px;
}

#sidebar-right .widget-title {
	color: #333;
	font-family: Helvetica, Verdana, sans-serif
	font-size: 12pt;
	line-height: normal;
	padding: 8px 10px 0 10px ;
	font-weight: bold;
	text-align: left;
}

#sidebar-right p {
	padding: 5px 10px;
	text-align: left;	
}

#sidebar-right p:first-child {
	font-weight: bold;
	color: #666666;
}

#sidebar-right-a {
	width: 220px;
	float: right;
}

#sidebar-right-a {

}

#sidebar-right-b p {
	padding: 5px 10px;
	text-align: left;	
}


/*========================================================*/
/*==================|| SIDEBAR RIGHT 2 ||===================*/
/*========================================================*/

#sidebar-right-2 {
	width: 220px;
	float: right;
	border: 1px solid #dedede;	
	background: url(images/sourceline.jpg) top left no-repeat;
	padding-top: 50px;
}

#sidebar-right-2 .widget-title {
	display: none;
}

#sidebar-right-2 p {
	padding: 5px 10px;
	text-align: left;	
}

#sidebar-right-2 p:first-child {
	font-weight: bold;
	color: #666666;
}




/*========================================================*/
/*======================|| FOOTER ||======================*/
/*========================================================*/

#footer {
	background: url(images/bg-footer.jpg) top left no-repeat;	
	height: 57px;
	color: #fff;
	position: relative;
}

#copyright {
	position: absolute;
	left: 280px;
	width: 490px;
	text-align: center;
	display: table; 
	height: 57px;
}

#copyright p {
	#position: relative;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;	
}

#logos {
	position: absolute;
	left: 27px;
	width: 260px;	
}

#social-media {
	position: absolute;
	width: 220px;
	right: 10px;	
	top: 13px;
	text-align: center;
}

#social-media img {
	margin: 0 10px;	
}

/*========================================================*/
/*======================|| TABLES ||======================*/
/*========================================================*/

.brands tr.blue-heading {
	background-color: #0099ff;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.brands tr.blue-heading td {
	font-weight: bold;	
}

.brands td {
	padding: 5px;	
}

.brands ul{
	margin-left: 15px;	
}

.brands li {
	list-style: disc;
}


.sticky{}
.bypostauthor{}
.wp-caption{}
.wp-caption-text{}
.gallery-caption{}
.alignright{}
.alignleft{}
.aligncenter{}
