/*
Theme Name: ColdLight v2
Theme URI: http://wordpress.org/
Description: The newest version of coldlight's website.
Version: 2.0
Author: Aaron Martlage
Author URI: http://www.coldlightsolutions.com/
Tags: 


*/

/* Last Update: February 16 2009 */

/* Begin global styles */

@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font: 75% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
* html #container {
	height: 100%;
}
#container { 
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position: top;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
} 
p {
	padding-bottom: 10px;
}

/* End global styles */

/* Begin header */

.homepage .header {
	background: transparent url(images/hrule_1000.png) no-repeat 0 104px;
	height: 105px;
	border: 1px solid white;
}

.secondarypage .header {
	background: none;
	height: 105px;
	border-top: 1px solid white;
}

.homeh2 {
	display: none;	
}

/* End header */

/* Begin logo */

h1 {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 30px;
}
h1 a {
	display: block;
	height: 23px; 
	width: 170px;
	background: transparent url(images/nav/coldlight.png) no-repeat 0 0;
	text-indent: -9009px;
}
h1 a:hover {
	background-position: 0 -23px;
}

/* End logo */

/* Begin Primary Navigation */

.primarynav {
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
.primarynav li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
.primarynav li a {
	display: block;
	height: 12px; 
	color: #444444;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
}
.primarynav li a:hover {
	text-decoration: underline;
}
.homepage .homelink a, .primarynav li.current_page_ancestor a, .secondarynav li.current_page_ancestor a, .secondarynav li.current_page_item a, .primarynav li.current_page_item a {
	color: #2a94ff;
	font-weight: bold;
}

/* End Primary Navigation */

/* Begin Second Header Navigation */

.secondarynav {
	margin: 0;
	padding: 0;
	margin-right: 30px;
}
.secondarynav li {
	display: block;
	float: right;
	list-style-type: none;
	margin-left: 15px;
}
.secondarynav li a {
	display: block;
	height: 12px; 
	color: #444444;
	font-size: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
}
.secondarynav li a:hover {
	text-decoration: underline;
}


/* End Second Header Navigation */

/* Begin Secondary Navigation */

.secondarypage .secondlevelnav {
	padding-left: 30px;
	padding-right: 30px;
	background: transparent url(images/hrule_bottomshadow_1000.png) no-repeat 0 0;
	height: 50px;
}
.secondarypage .secondlevelnav li {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.secondarypage .secondlevelnav a {
	color: #444444;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
.secondarypage .secondlevelnav li a:hover {
	text-decoration: underline;
}
.secondarypage .secondlevelnav li.current_page_item {
	background: transparent url(images/secondlevel_bg.png) repeat-x 0 0;
}
.secondarypage .secondlevelnav li.current_page_item a {
	font-weight: bold;
}

/* End Secondary Navigation */

/* Begin Content Setup */

.content {
	clear: both;	
}
.secondarypage .content {
	background: transparent url(images/hrule_940.png) no-repeat 20px 0;
}
.secondarypage .content-nochildren {
	background: transparent url(images/hrule_bottomshadow_1000.png) no-repeat 0 0;

}
.maincontent {
	margin-left: 30px;
	margin-right: 30px;
}
.maincontent h2 {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 1.8em;
	font-weight: normal;
}
.maincontent h3 {
	padding-top: 10px;
	padding-bottom: 5px;
}
.maincontent blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

/* End Content Setup */

/* Begin Products (old) */

.products {
	position: relative;
}
.products ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-left: 20px;
	overflow: hidden;
	background: transparent url(images/bg_player_960.png);
	background-position: bottom;
	background-repeat: no-repeat;

}
.products ul li {
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	display: block;
	float: left;
	list-style-type: none;
}
.products ul li h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333333;
}
.products ul li p {
	height: 705px;
	text-align: justify;
}
.products ul li a {
	position: absolute;
	bottom: 569px;
	height: 25px;
	color: #333333;
	font-size: 1em;
	z-index: 10;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 3px;
	width: 200px;
	background: transparent url(images/button_play.png) no-repeat 0 0;
}
.products ul li a.notselected {
	background: transparent url(images/button_play.png) no-repeat 0 0;
	font-weight: normal;
	color: #333333;
}
.products ul li a.notselected span {
	font-weight: normal;
	color: #333333;
}
.products ul li a.selected {
	background: transparent url(images/button_pause.png) no-repeat 0 0;
	font-weight: bold;
	color: #3498fe;
}
.products ul li a.selected span {
	font-weight: normal;
	color: #3498fe;
}
.products ul li a:hover {
	text-decoration: underline;
}
.products ul li blockquote a {
	position: relative;
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
}
.products ul li blockquote {
	position: absolute;
	bottom: 25px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.products ul li blockquote div {
	display: none;
}
.products ul li blockquote div.notselected {
	display: none;
}
.products ul li blockquote div.selected {
	display: block;
}
.products ul li blockquote div {
	border: 1px solid #DDDDDD;
	padding: 10px;
	background-color: #FFFFFF;
	width: 760px;
	margin-left: 90px;
	margin-top: 20px;
}
.products .quote {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	position: relative;
	border: none;
	text-align: right;
	margin-left: 90px;
	overflow: hidden;
	width: 780px;
}
.products .quote a {
	position: relative;
	display: block;
	float: none;
	bottom: 0px;
	background: transparent url(images/requestquote_bg.png) no-repeat 0 0;
	height: 0px;
	width: 780px;
	padding-top: 30px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
}
.products ol {
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}
.products ol li, .secondarypage .content {
	list-style-type: none;
	padding-bottom: 10px;
	background: transparent url(images/hrule_940.png) no-repeat 0 0;
	margin-top: -1px;
}
.products ol li h3 {
	float: left;
	width: 300px;
	font-size: 1.4em;
	padding-top: 37px;
}
.products ol li ul {
	margin: 0px;
	padding: 0px;
	background: none;
}
.products ol li ul li {
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
	list-style-type: none;
	border: none;
}
.products ol li ul li p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	height: auto;
}
.products ol li ul li h4 {
	font-size: 1em;
	font-weight: bold;
}
.products span {
	z-index: 100;
}
/* End Products */

/* Begin Preview Pane */

#previewpane {
	margin-left: 30px;
	margin-right: 30px;
	height: 322px;
	overflow: hidden;
	position: relative;
	padding-left: 525px;
}
#previewpane .entry {
	border-right: 1px solid #FFFFFF;
	width: 525px;
	height: 322px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#previewpane h3, #previewpane .postdate {
	display: none;
}
#previewpane .entry li {
	bottom: 0px;
	left: 0px;
	position: absolute;
	font-size: 1.6em;
	background-color: #FFFFFF;
	border-top: 1px solid white;
	padding-bottom: 9px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 508px;
	color: #666;
	overflow: hidden;
}
#previewpane .entry li a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#previewpane .entry li span {
	text-decoration: underline;
	font-weight: normal;
}
#previewpane p {
	margin: 0;
	padding: 0;
}
#previewpane img {
	border: none;
}
#previewpane .promoimage {
	width: 525px;
	height: 322px;
}
#previewpane a {
	text-decoration: none;
}


/* End Preview Pane */

/* Begin Preview List */

#previewpane .selected, #previewpane .notselected, #previewpane .aboveselected, #previewpane .belowselected {
	background: transparent url(images/home/history_thumb_bg.png) no-repeat 0px 3px;
	background-color: #F4F4F4;
	width: 415px;
	float: left;
}
#previewpane .previewlistitem {
	float: left;
	height: 57px;
	border-bottom: 1px solid #FFFFFF;
	width: 415px;
	cursor: pointer;
}
#previewpane .previewlistitem img {
	width: 71px;
	height: 40px;
	border: none;
	margin-left: 10px;
	padding-bottom: 5px;
	margin-top: 8px;
	float: left;
}
#previewpane .previewlistitem p {
	line-height: 1.1em;
	margin-left: 15px;
	float: left;
	width: 300px;
	padding-top: 8px;
	text-decoration: none;
}
#previewpane .previewlistitem:hover {
	text-decoration: underline;
}
#previewpane .selected {
	background-color: #FFFFFF;
}
#previewpane .selected .previewlistitem:hover {
	text-decoration: none;
	cursor: default;
}
#previewpane .aboveselected .previewlistitem {
	background: transparent url(images/home/history_above.png) no-repeat 0 0;
}
#previewpane .belowselected .previewlistitem {
	background: transparent url(images/home/history_below.png) no-repeat 0 0;
}
#previewpane .notselected .previewlistitem {
	background: transparent url(images/home/history_none.png) repeat-y 0 0;
}

/* End Preview List */

/* Begin RSS Link */

.rsspromo {
	background: transparent url(images/home/rss_bg.png) repeat-y 0 0;
	line-height: 32px;
	width: 415px;
	float: left;
}
.rsspromo a {
	background: transparent url(images/home/rss_button.png) no-repeat 5px 5px;
	color: #333333;
	text-decoration: none;
	height:32px;
	display:block;
	padding-left: 90px;
}
.rsspromo a:hover {
	text-decoration: underline;	
}

/* End RSS Link */

/* Begin promo bar */

.promobar {
	clear: both;
	background: transparent url(images/hrule_bottomshadow_1000.png) no-repeat 0 1px;
	height: 25px;
}
.promobar div, .promobar p, .promobar h3 {
	float: left;
}
.promospot1 {
	width: 175px;
	margin-left: 30px;
	margin-top: 25px;
	color: #F00;
	font-size: 1.4em;
	font-weight: bold;
}
.promospot2 {
	width: 315px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
	text-align: justify;
}
.promospot3 {
	margin-top: 25px;
	position: relative;
}
.promospot3 a {
	text-decoration: none;
	color: #2a94ff;
}
.promospot3 a:hover {
	text-decoration: underline;
}
.promospot3 a img, .promospot3 img {
	border: none;
}
.roundlefttop, .roundrighttop, .roundleftbottom, .roundrightbottom {
	width: 7px;
	height: 7px;
	position: absolute;
}
.roundlefttop {
	background: transparent url(images/home/roundlefttop.png) no-repeat 0 0;
	left: 0px;
	top: 0px;
}
.roundrighttop {
	background: transparent url(images/home/roundrighttop.png) no-repeat 0 0;
	right: 0px;
	top: 0px;
}
.roundleftbottom {
	background: transparent url(images/home/roundleftbottom.png) no-repeat 0 0;
	left: 0px;
	bottom: 0px;
}
.roundrightbottom {
	background: transparent url(images/home/roundrightbottom.png) no-repeat 0 0;
	right: 0px;
	bottom: 0px;
}
.bordered {
	border: 1px solid #DDDDDD;
	padding: 3px;
}

/* End promo bar */

/* Begin Team */

.team {
	margin-left: 30px;
	margin-right: 30px;
}
.team h3 {
	color: #FF0000;
	font-size: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
}
.team h4 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.team h2 {
	display: none;
}
.team ul {
	overflow: hidden;
}
.team li {
	float: left;
	width: 235px;
	list-style-type: none;
	padding-top: 20px;
	display: block;
}
.team .image {
	background: transparent url(images/team_bg.jpg) no-repeat 0 0;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border: none;
	margin-top: 10px;
}


.team p {
	line-height: 1.8em;
	padding-left: 10px;
	padding-right: 10px;
}
/* End Team */

/* Begin Two Column */

.twocolumn {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
}
.twocolumn h2 {
	font-size: 1.4em;
	padding-bottom: 10px;
}
.twocolumn p {
	width: 600px;
}

/* End Two Column */

/* Begin Footer */

.footer {
	clear: both;
	position: relative;
	background: transparent url(images/hrule_1000.png) no-repeat 0 20px;
	height: 40px;
	padding-top: 25px;
	*margin-top: 100px;
}

.footernav {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	float: left;
}
.footernav li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 15px;
}
.footernav li a {
	color: #B2B2B2;
	text-decoration: none;
}
.footernav li.selected a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.footernav li a:hover {
	text-decoration: underline;
}

.footercopyright {
	float: right;
	color: #B2B2B2;
	margin-right: 30px;
}

/* End Footer */

/* Begin Google Map */

.mapp-div {
	border: 1px solid #DDDDDD;
	padding: 20px;
}
.mapp-poweredby {
	display: none;
}


/* End Google Map */

/* Begin Blog/News */
.twocolcontainer {
	position: relative;
	height: 100px;
}

.narrowcolumn, .sidebar {
	width: 250px;
	float: left;
}
.narrowcolumn {
	margin-left: 30px;
	width: 650px;
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
	border-right: 1px solid #EEEEEE;
}
.narrowcolumn h2 {
	margin: 0px;
	font-size: 1.5em;
	font-weight: normal;
}
.narrowcolumn h2 a {
	color: #2a94ff;
	text-decoration: none;
}
.narrowcolumn a:hover {
	text-decoration: underline;
}
.narrowcolumn .entry {
	margin-top: 10px;
}
.narrowcolumn .post {
	margin-top: 20px;
	margin-bottom: 10px;
}
.narrowcolumn .post a {
/*	color: #2a94ff;
*/}
.narrowcolumn ul, .widecolumn ul, .maincontent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.narrowcolumn li, .widecolumn li, .maincontent li {
	border-left: 10px solid #EEE;
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.narrowcolumn .excerptlink {
	color: #666;
	display: inline;
}
.postmetadata a {
	color: #2a94ff;
}

/* End Blog/News */

/* Begin Blog/News Sidebar */

.sidebar {
	margin-top: 20px;
}
.sidebar ul {
	list-style: none;
}
.sidebar a {
	color: #666;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	color: #333;
	font-weight: bold;
	font-size: 1em;
}
.widget_search form {
	margin: 0px;
	padding: 0px;
}
.widget_search #s {
	width: 120px;
	border: 1px solid #CCC;
}
.widget_calendar table {
	width: 240px;
	border-collapse: collapse;
}
.widget_calendar thead {
	background-color: #EEE;
}
.widget_calendar caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}
.widget_calendar th, .widget_calendar td {
	text-align: center;
	height: 25px;
	margin: 3px;
	padding: 1px;
	color: #666;
}
.widget_calendar #today {
	background-color: #2a94ff;
	color: #FFF;
}
.widget_calendar a {
	color: #FE0000;
	font-weight: bold;
	text-decoration: none;
}
.widget_calendar a:hover {
	text-decoration: underline;
}
.widget_archive li, .widget_recent_entries li, .maincontent li {
	border-left: 10px solid #EEE;
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.widget_text h2 {
	font-size: 1.3em;
	font-weight: normal;
}
.widget_text h3 {
	font-size: 1em;
	font-weight: bold;
}

/* End Blog/News Sidebar */

/* Begin Single Page */

.widecolumn {
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
	border-right: 1px solid #EEEEEE;
}
.maincontent {
	width: 650px;
}
.widecolumn h2, .narrowcolumn h2, .maincontent h2 {
	margin: 0px;
	font-size: 1.5em;
	font-weight: normal;
}
.widecolumn h3, .narrowcolumn h3, .maincontent h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.widecolumn h4, .narrowcolumn h4, .maincontent h4 {
	font-weight: bold;
	margin: 0px;
	font-size: 1em;
}
.widecolumn h2 a, .narrowcolumn h4 a, .maincontent h4 a {
	color: #2a94ff;
	text-decoration: none;
}
.widecolumn textarea {
	width: 650px;
}
.widecolumn .navigation, .narrowcolumn .navigation {
	margin-top: 10px;
	color: #CCC;
	padding-right: 10px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	height: 40px;
}
.narrowcolumn .navigation {
	border: none;
}
.widecolumn .navigation a, .narrowcolumn .navigation a {
	color: #666;
	text-decoration: none;
}
.widecolumn a:hover, .maincontent a:hover, .narrowcolumn a:hover {
  text-decoration: underline;
}
.widecolumn .navigation .alignleft, .narrowcolumn .navigation .alignleft {
	float: left;
	width: 250px;
}
.widecolumn .navigation .alignright, .narrowcolumn .navigation .alignright {
	float: right;
	text-align: right;
	width: 250px;
}
.widecolumn .post {
	clear: both;
	padding-top: 20px;
	width: 670px;
}
.widecolumn .entry {
	margin-top: 10px;
	padding-right: 20px;
}
#respond, .comments {
	width: 670px;
}
.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.commentlist li {
	padding-right: 20px;
}
.comments .navigation {
	height: auto;
	border: none;
}
.comments h3 {
	margin: 0px;
	margin-top: 20px;
	border-top: 1px solid #EEE;
	padding-top: 10px;
}
#respond h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.comments a {
	color: #2a94ff;
}
.commentmetadata {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* End Single Page */

.twocolarchive h2 {
	font-size: 1.1em;
	margin: 0px;
	margin-top: 10px;
	font-weight: bold;
	color: #666;
}
.twocolarchive h3 {
	margin: 0px;
}
.twocolarchive .sidebar h2 {
	margin-top: 20px;
}
.twocolarchive h3 a {
	margin: 0px;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}
.secondarypage .content-nochildren {
	background: transparent url(images/hrule_bottomshadow_1000.png) no-repeat 0 0;
	height: 50px;
}
.post a, .hentry a {
	color: #2a94ff;
}
.post ul, .entry ul {
	padding-bottom: 10px;
}
.maincontent {
	float: left;
	margin-top: 10px;
	padding-right: 10px;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
}
.contactpage td.label {
	width: 100px;
	text-align: right;
	padding-right: 10px;
	height: 25px;
}
.contactpage td {
	vertical-align: top;
}
.contactpage textarea {
	width: 200px;
	height: 40px;
}
.contactpage .wpcf7-list-item {
	display: block;
}
.contactpage .wpcf7-form, .contactpage .address, .contactpage .instructions {
	width: 295px;
	float: left;
}
.contactpage .instructions {
	margin-right: 10px;
}
.contactpage .wpcf7-form, .contactpage .instructions {
	border-left: 1px solid #EEEEEE;
	padding-left: 10px;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.contactpage .googleMap {
	clear: both;
}
.contactpage .maincontent {
	width: 930px;
}
.contactpage .textfield input {
	width: 200px;
}
.contactpage .submit input {
	width: 100px;
}
.besocial {
	color: #FFF;
	position: relative;
}
.besocial a img {
	border: 0px none;
}
