/*
Theme Name: Cold Systems
Theme URI: http://www.coldsystemsllc.com/blog/
Description: Cold Systems custom WordPress Theme
Author: N-vent
Author URI: http://n-vent.com
version: 1.0
Tags: two-column, widget-ready
*/


*{
  padding: 0;
  margin: 0;

}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
body {
    background: #0071bf url(/templates/default/images/intbg.jpg) repeat-x top;
	margin: 0 auto;
	color: #006699;
	text-align: center;
    font-size: 90%;
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif
}
#page{
	margin: 0 auto;
	text-align: center;
    position: relative;
    background: #fff url(/templates/default/images/intbg.jpg) repeat-x top;
}


#header, #menu, #pagetitle, #footer, #content{
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
#header{
    background: #0071bf url(/templates/default/images/intheader.jpg) no-repeat top center;
	height: 146px;
	position: relative;
}

img#mainlogo{
    position: relative;
    padding: 18px 0 20px 20px;
    border: 0;
}

#content{
  line-height: 170%;
  background: transparent url(/templates/default/images/contentintbg.png) repeat-y top;
}

#leftcol{
    float: left;
    width: 299px;
    margin: 0 0 0 18px;
    min-height: 300px;
    background: url(/templates/default/images/subnavbg.jpg) no-repeat top;
}

#rightcol{
    float: right;
    width: 600px;
    min-height: 400px;
    padding-top: 35px;
    margin: 0 40px 20px 0;
}

#centercol{
    float: left;
    width: 272px;
    min-height: 200px;
    margin: 0 0 20px 40px;
    padding: 10px 0 0 0;
}
#pagetitle{
    width: 980px;
    height: 67px;
    background: #46bd18 url(/templates/default/images/inttitlebg.jpg) no-repeat top;
    color: #fff;
    overflow: hidden;
}
#footer {
	background: #0071bf url(/templates/default/images/footerbg.jpg) no-repeat top;
	color: #c9e0ff;
	font-size: 10px;
	padding: 10px 0 0 0;
	clear: both;
    height: 111px;
  font-family: Arial, Helvetica, sans-serif
}
#footer span{
    display: block;
  padding: 10px 0 0;
}
#footer li a{
	color: #c9e0ff;
}
#footer a:hover{
	color:#fff;
}
#footer li, #footer p, #footer ul{
  display: inline;
  margin: 0 1em 0 0;
}
#footer p{
  margin-left: 20px;
}



/* Main Menu Styles
------------------------------*/
#menu {
    position: relative;
    background: transparent url(/templates/default/images/intheader.jpg) no-repeat bottom center;
	height: 45px;
	overflow: hidden;
	}
#home #menu{
    background-image: url(/templates/default/images/hmheader.jpg);
}

#menu ul {
    list-style: none;
    padding:0;
    margin:0;
    padding-left: 24px;
	}
#menu li {
	display: inline;
	}
#menu ul li a {
	float: left;
	color: #00599e;
    display: block;
	padding: 15px 10px 8px 10px;
	text-decoration: none;
    font-size: 16px;
	}
#menu ul li a:hover, #menu li.LGlob_active a:visited,
#menu li.LGlob_active a,
#menu li.LGlob_active a:hover{
  background: url(images/menuarrow.png) no-repeat center bottom;
  color: #000;
}


/* Internal Menu Styles
------------------------------*/
#leftcol ul{
  margin:0;
  padding:35px 0 0;
  list-style: none;
  display:block;
}
#leftcol li{
    margin: 0 0 4px 0;
}
#leftcol li a, #leftcol li span{
  display: block;
  padding: 6px 14px;
  text-decoration:none;
  margin: 0;
  line-height: 16px;
}
#leftcol li a{
    color: #0071bf;
}
#leftcol li a:hover, span#LM_youAreHere{
    background: #6ba5d9 url(/templates/default/images/intmmhover.png) repeat-x top;
    color: #fff;
}
#leftcol ul li h2 {
  padding: 0 10px;
}
#leftcol ul ul, #leftcol p{
    padding:5px 0 0;
    margin-bottom: 10px;
}
#leftcol p{
    padding: 0 10px;
}
#leftcol p a {
display:inline;
font-weight:900;
margin:0;
padding:0
}



/* General Content Styles
------------------------------*/
a{
  color: #0071bf
}
a:hover{
  color: #000
}
a img {
	border: 0;
	}
#rightcol img{

}
h1, h2, h3, h4, h5, h6,
#rightcol p, #rightcol ul,
#rightcol ol, #rightcol table,
#rightcol address {
	margin: 0 0 16px 0;
    padding: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
address{
    color: #666;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    padding: 0 .5em !important;
}

h1 {
	font-size: 1.7em;
    font-weight: 100;
    color: #000
	}
#pagetitle h1{
  color: #fff;
  width: 600px;
  margin: 0;
  padding: 14px 0 0 34px;
  font-size: 30px;
  font-weight: 100;
  float: left;
}
h2{
    border-bottom: 1px solid #339900;
}

#rightcol h2 {
	font-size: 1.6em;
    color: #339900;
    font-weight: 100;
    margin-bottom: 4px;
}

h3 {
    font-size: 1.4em;
    color: #777;
    border-bottom: 1px dashed #aaa;
	}
.post h3{
  border: 0;
}

h3 a{
  text-decoration: none;
  display: block;
    border-bottom: 1px dashed #aaa;
}
h3 a:hover{
border-bottom: 1px solid #aaa;
}
h4 {
    font-size: 1.2em;
    color: #004466
	}
h5, h6 {
    font-size: 1em;
	}
h6 {
    color:#777
	}
table {
    max-width: 600px;
    margin: 10px;
	}
table#FJ_TListC{
    margin: 0 auto 6px auto;
}
table#FJ_TListC td{
    padding: 3px;
}
span.callToAction{
  display: block;
  background: #fdf6db;
  border-top: 1px solid #ffe77a;
  border-bottom: 1px solid #ffe77a;
  padding: .5em;
  color: #864500;
  position: relative;
}
span.callToAction img{
  float: none !important;
  padding:0 !important;
  margin: 0 !important;
}
a.callToEmail {
    width: 80px;
    height: 28px;
    text-indent: -9999px;
    background: #ffda00 url(/templates/default/images/button-email.gif) no-repeat top;
    color: #864500;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
a.callToEmail:hover {
    background-image: url(/templates/default/images/button-email-ovr.gif);
}
#rightcol ol, #rightcol ul {
    margin-left: 3em;
    padding: 0;
}
ul{
    list-style: disc
}
.hidden , #etoNotice{
	display: none;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.textright {
	text-align: right;
	}
.textcenter {
	text-align: center;
	}
.small {
	font-size: 0.7em;
	}
.bold {
	font-weight: bold;
	}
.em {
    font-style: italic
}
a#tecInfoButton, a#eduInfoButton{
    height: 33px;
    width: 135px;
    float: right;
    background: #ffcc00 url(/templates/default/images/button-tech.gif) no-repeat top;
    text-indent: -9999px;
    margin: 16px 22px 0 0
}
a#eduInfoButton{
  background-image: url(/templates/default/images/button-edu.gif)
}
a#eduInfoButton:hover{
  background-image: url(/templates/default/images/button-edu-ovr.gif)
}
a#tecInfoButton:hover{
  background-image: url(/templates/default/images/button-tech-ovr.gif)
}
/* Search */
#searchBox{
    height:18px;
    margin:0;
    padding:0;
    position:absolute;
    right:0;
    top:117px;
    width:188px;
}

input.FSF_input{
    font-size:11px;
    height:24px;
    width:180px;
    background:transparent;
    border:0;
    color:#004baa;
    font-family:  Arial, Helvetica, sans-serif
}
.searchImgButton{
    margin:0;
    padding:0;
    position:absolute;
    right:8px;
    top:0pt;
    display:none
}
p#credits{
    float:right;
    padding: 0 10px 0 0;
}


/* WP content */

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}

.post h2{

	}

.post h2 a{
	color: #000;
	text-decoration: none;
	}

.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

p.postmetadata{
	clear: both;
	background:#ecf1f8;
	padding:6px 10px !important;
	margin: 20px 0;
    border-top: 1px solid #c2cfe0;
    border-bottom: 1px solid #c2cfe0;
	}

.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}


/* WP comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}

#commentform p{
	color: #000;
	}

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}

textarea#comment{
	width:592px;
	}

#author, #email, #url, #comment{
    border: 1px solid #006699;
    background-color: #ECF1F8;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:4px;
	}

#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}

ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* WP misc */

.navigation{
  padding: 8px;
  margin: 0 0 6px 0;
}
.navigation p{
  margin: 0 !important;
}
.navigation p a{
  background: transparent url(images/nav-l.gif) no-repeat left;
  padding: 0 0 0 24px;
}
.navigation p.next a{
  background: transparent url(images/nav-r.gif) no-repeat right;
  padding: 0 24px 0 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
p#bio{
font-size: 12px;
line-height: 150%;
margin-bottom: 20px;
}