/*  
Site Template Design for Satmetrix 
Version: 1.0
Author: Jeff Folker/John Bernard 
Modified by Microsite.com
Lead Developer: John Bernard (jbernard@microsite.com)

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php*/



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	    min-height: 101%;
	}
	
body {
	background: #e5e5e5;
	color: #333333;
text-align: center;

	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
/* start form code */
.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #72b626;
	text-decoration:none
	}

a:hover, a:active {
	color:#acd373;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
margin-top:15px;
margin-bottom:15px;
color: #6699cc;
	}

small {
	font-size: 0.95em;
	color:#666;
	/*background:#eef5e1;*/
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

	
/******************************************
*   General Structure                         
******************************************/

/* Universal edit all pages */

#page {
	width:931px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFF;
	line-height:16px;
	text-decoration:none;
	overflow: hidden;
	text-align: left; 
	padding: 0px 0px 10px 0px;		min-height: 766px;	}
	
#branding {
	margin-top:10px;
	width:288px;
	height:72px;
	background:url(/images/logo-header-big.png) no-repeat;
	}
	
#headerSearch {
	width:643px;
	height:100px;
/*background:url(images/header-bg2.jpg) no-repeat;*/
	}
	
#headerSearch p {
	text-align:right;
	font-size:10px;
	margin: 45px 15px 0 0;
	}
		

#header {
	padding-right:10px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 220px;
	float: right;
	padding: 0px;
position: relative;
margin:0px;
	}

#topbar {
	width: 680px;
	float:left;
	top: 20px;
	padding-right:2px;
	}

#leftbar {
	width: 170px;
	float:left;
	padding-right:5px;
	}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:10px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}




		
/*Subnav. Sidebars. Not Top Menu */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight: bolder;
	color: #000000;
	text-decoration:none;
	line-height:1em;
	padding-left:5px;
	}

h1.landing-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight: bolder;
	color: #FFF;
	text-decoration:none;
	line-height:1.2em;
	margin: 20px 20px 10px 20px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:1.2em;
	color: #000000;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:0px;
	/*border-bottom:1px solid #333;*/
	margin: 0px 0 10px 0;
	}

h2.landing-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #3399cc;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:0px;
	/*border-bottom:1px solid #333;*/
	margin: 0px 0 0px 0;
	}

h3, #sidebar h2 {
	font: 1.3em Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-weight:bold;
	color:#ff6633;
	text-align:left
	}



#sidebar h3, #sidebar h2 {

	/*border-top:5px solid #007fc4;
	border-bottom:1px solid #007fc4;*/
	padding:0px 0 0px 0px;
	margin:22px 0 15px 0;
	font-size:1.5em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1em;
	margin-bottom:6px;
	}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	font-weight:strong;
	color: #666;
	padding-bottom:5px;
	text-decoration:none;
	}

h6 {
	margin-top:-5px;
	font-size:1em;
	margin-bottom:6px;
	}
	
	
	
/* Content to adjust the entire main section. Also look at H2 above (headline on pages. */

#content-columns {
	width:470px;
	padding-left:20px;
	padding-right:20px;
	float:left
	}
	
#content-columns-short {
	width:420px;
	padding-left:20px;
	padding-right:20px;
	float:right
	}

#content {
	width:670px;
	padding-left:0px;
	padding-right:20px;
	float:left;
	}
	
#green-bullets {
list-style-image: url(http://s70135.gridserver.com/images/bullet1.png);
}

#content-home {
	float:left
	}
	
#blog-list {
	border-bottom:1px solid #007fc4;
	padding:6px 0 6px 0;
	}		
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}
	
.subhead-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000;
	padding:5px 0 5px 0;
	text-decoration:none;
	}
	
.subhead-customers {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000;
	padding:5px 0 5px 0;
	text-decoration:none;
	border-bottom:1px solid #333;
	}
	
.subhead-names {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #666;
	padding:5px 0 0px 0;
	text-decoration:none;
	}
			
	
/* The following is primarily used for automated home page, not in use with custom home page code) */


.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:14px;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0px;
	}	
	
#news img {
	float:left;
	margin:3px 15px 15px 0;
	border:1px solid #CCC;
	}
	
#news .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	
	
#events img {
	float:left;
	margin:25px 0px 15px 0;
	/*border:1px solid #CCC;*/
	}
	
#events .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	
		
#sidelist .bullets li,ol {
list-style-image:url("http://s70135.gridserver.com/images/yellow-arrow.png");
list-style-type:none;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .bullets li,ul {
list-style:none;
	margin-bottom:5px;
	line-height:115%;
	margin-left:0px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:5px;
	}

h3 a:link, h3 a:visited {
	color:#72b626;
	}



/*Post Formatting*/

.picblog {
	float:left;
	margin:3px 14px 6px 0;
	border:3px solid #CCC;
	}
	
.picblog-right {
	float:right;
	margin:3px 0px 6px 14px;
	border:3px solid #CCC;
	}	
	
.pic-customers {
	/*float:left;*/
	margin:5px 0px 3px 3px;
	}	


.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:5px solid #CCC;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:5px solid #CCC;
	}	
	
.picmain {
	clear:both;
	margin:3px 0 10px 0px;
	border:5px solid #CCC;
	}
	
.picmiddle {
	clear:both;
	margin:10px 0 10px 0px;
	}	



.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.webinars blockquote {
	color:#FFF;
	background:#ccffff;
	padding:6px 14px;
	margin:18px 5px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
width:685px;
	}	

.post ul li {
list-style-image: url(http://s70135.gridserver.com/images/bullet1.png);
list-style-type:none;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				
/* rounded corners*/

.roundcont {
	width: 450px;
	background-color: #ffffcc;
background-image:url('../../../images/round-back.gif');
	color: #6699cc;
font-weight:bold;
}
.roundcont {
	width: 450px;
	background-color: #ffffcc;
background-image:url('../../../images/round-back.gif');
	color: #6699cc;
font-weight:bold;
}
.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../../../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../../../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*rounded corners for landing pages*/

.roundcont-box {
	position:relative;

	width: 470px;
	background-image:url('../../../images/round-back.gif');
	color: #336699;
	font-weight: 450;
	font-size: 10pt;
	line-height:1.5em;
	padding:0px 0px 0px 0px;
}

.roundcont-solutions {
	position:relative;
	top:15px;
	left:15px;
	width: 470px;
	background-image:url('../../../images/round-back-landing.png');
	color: #FFF;
	font-size: 12pt;
	line-height:1.3em;
	padding:10px 5px 15px 5px;
}

.roundcont-solutions p {
	margin: 0 25px;
}

.roundcont-box p {
	margin: 0 25px;
}

h1.rountcont-solutions {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight: bolder;
	color: white;
	text-decoration:none;
	}

.roundtop-landng { 
	background: url(../../../images/tr-landing.png) no-repeat top right; 
}

.roundbottom-landng {
	background: url(../../../images/br-landing.png) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* Landing Page Nav */

.landing-wrapper {
	position:relative;
	width: 600px;
	color: #FFF;
	margin-top:15px;
float: left;

}

.landing-wrapper-np {
	position:relative;
	width: 400px;
	color: #FFF;
	margin-top:15px;
float: left;

}

.landing-wrapper-np p {
	margin: 0 0px;
}

.landing-wrapper p {
	margin: 0 0px;
}

.landing-nav-item
{
	position:relative;
	width: 165px;
	color: #000;
	padding: 10px;
}

.landing-nav-item-services
{
	position:relative;
	width: 225px;
	color: #000;
	padding: 10px;
}

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	float:right;
	padding:20px 15px 0 0; 
	}
	
#searchform p {	
	font-size: 10px;
	text-align:right;
	line-height:normal;
	}

.button {
	padding: 1px;
	background:#007FC4;
	color:#FFF;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	
/*Sliding Properties*/
.hackadelic-sliderPanel {
	border: 1px solid #007FC4;
	padding: 5px;
	margin-top:5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	background-color:#FFF;
	color: #007FC4;
	padding: 4px 6px 4px 6px;
	/*-moz-border-radius: 1em; -webkit-border-radius: 1em;*/
}
a.hackadelic-sliderButton:hover {
	background-color: #58AE17;
	color: #FFF;
	cursor:s-resize;
	text-decoration:none;
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {   display: block;  
	margin: 0 auto;
	width: 931px;
	font-size:12px;
	color:#828282;
	text-align:right;
	}
#copyright {
	margin: 0 auto;
	width: 460px;
	font-size:10px;
	color:#828282;
	text-align:left;
	float:left;
	}
#footer a {
	color:#72b626;
	}
	
/*Styling for the right column form*/

#panel-top {
	border:none;
	}

#panel {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#C5E09B url('http://s70135.gridserver.com/wp-content/themes/satmetrix/images/sidebar-form-bottom.jpg') no-repeat bottom;

    min-height:200px;
}

.slide {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url('http://s70135.gridserver.com/wp-content/themes/satmetrix/images/sidebar-btn-slide.jpg') no-repeat scroll center top;
    /*border-top:1px solid #C5E09B;*/
    margin:0;
    padding:0;
}  

.slide a {
	color:#2B7D37;
	text-decoration:none;
	} 
	
.slide a:hover {
	text-decoration: underline;
	} 	
    
.btn-slide {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -x-system-font:none;
    display:block;
    font-size:12px;
    font-weight:bold;
    line-height:100%;
    margin:0 auto;
    padding:1px 3px 10px 0;
    text-align:center;
    text-decoration:none;
}


.active {
	background:transparent url('http://s70135.gridserver.com/wp-content/themes/satmetrix/images/sidebar-btn-slide-down.jpg') no-repeat scroll center top;
} 

/* Styling for the Form itself */


form fieldset {
  clear: both;
  font-size: 90%;
  color:#1C5F18;
  font-weight:bold;
  border:none;
  padding: 3px;
  margin: 0 0 0 0;
  text-align:right;
}

form fieldset p {
  font-size: 100%;
  font-weight: normal;
  margin: 0 0 0 0;
  padding-right:10px;
}

form fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image:none;
	}
	
form fieldset label {
	padding-right:3px;
	}	
	
form fieldset li {	
	list-style: none;
	list-style-image:none;
  	padding: 5px 10px 5px 5px;
 	margin: 0;
}

form fieldset input {
	background-color:#DCEBC4;
	border:1px solid #1C5F18;
	}	
	
form fieldset input.sendbutton {
	border:none;
	color: #666666;
	background-image: url('http://s70135.gridserver.com/wp-content/themes/satmetrix/images/sidebar-form-button.jpg');
	background-repeat:no-repeat;
	background-color:#C5E09B;
	background-position: center;
	padding:10px 35px 10px 35px;
	border:none;
	margin:0 10px 0 0;
	}
		
		
/* New Navigation */

#nav {
	display: block;
	width: 931px;
	background-color:#007fc4;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	}	
	
#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}
	/* here */	
	
	#nav a{
	width: 90px;
	text-align: center;
	}
	
	
#nav, #nav ul {
	list-style:none;
	line-height:2.5;
	margin: 0;
	}	

#nav li {
	float: left;
	list-style:none;
	background-image:url(images/topnav-break.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}	
/* Fine tune names in navigation */	

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	}

/* Rollover color */	

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background-color:#58AE17;
	text-decoration:none;
	}
	
#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #FFF;
	}
	
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background: #52A8D7;  
	}

	#nav li li a {
	width: 172px; text-align:left; padding-left:20px
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	
	}

#nav li li a:hover, #nav li li a:active {
	background:#A7DA6E;
	}	
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover {
	background:none;
	}	
	

/* CLIENT SIGN UP */		

	
#nav li.client {
	background-image:none;
	float:right;
	padding: 0;
	margin: 0;
	}	
	
#nav li.client a, #nav li.client a:visited {
	padding: 0;
	background-color:none;
	}	
	
/* Breadcrumbs */

	
p#breadcrumbs { 
	font-size:11px;
	color:#999;
	margin: 3px 12px;
	}	
		
