/*  
Theme Name: Confilabs Mothership
Theme URI: http://www.confilabs.com/
Description: Confilabs Main Theme
Version: 1.0
Author: TechLH
Author URI: http://www.techlh.com/

/* Begin Typography & Colors */
body {
	color: #2b2e30;
        background-color : #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	background: #fff url('/images/background_all.png');
	background-repeat:repeat-x;
	}
#page {
	width: 1024px;
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #fff;
	}

#main {
	width: 1000px;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #484645;
	}
.center
	{
	margin-left:auto;
	margin-right:auto;
	}
#anon {
	display:inline;
	color:#056686;
	font-size: 23px;
	font-weight: bold;
	}
#threestep {
	display:inline;
	color:#999;
	font-size: 29px;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	}
#content {
		width: 534px;
		padding: 200 8px 0 278px; 
	}

#hpslider {
	position:absolute;
	left:0px;
	top:0px;
}
	
#A1, #A2, #A3, #A4, #A5, #A6, #A7, #A8, #A9, #A10, #A11, #A12, #A13, #A14, #A15, #A16, #A17, #A18, #A19
{
    display: none;
    margin-left: 19px;
}

/* Main - Content - Post */
	
	#content .post {

		margin-bottom: 13px;
		width: 534px;

}
	
		/* Post - Elements */
		
		#content .post .post-top {
			width: 534px;
			height: 20px;
		padding-left: 278px; 
			background: url('images/post_top.png') no-repeat;
		}
#content .post .post-in {
			width: 534px;
			background: #ffffff;
		}
		
		#content .post .post-bottom {
			width: 534px;
			height: 20px;
		background: url('images/post_bottom.png') no-repeat;
}

	/* Post - Title */
	
	#content .post .post-title {
			width: 534px;
			color: #624939;
			font: normal 10px Verdana;
		}
		
		#content .post .post-title a {
			color: #145996;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 72px;
			height: 50px;
			padding-top: 18px;
			margin-right: 15px;
			background: url('images/post_date.gif') no-repeat;
			float: left;
			text-align: center;
			text-transform: uppercase;
			color: #000000; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; 	font-family: 'Lato', sans-serif;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 3px;
			display: block;
			font-weight: bold;
			font-size: 12px;
			color: #000000;
		}
		
		#content .post .post-title h2 {
			padding-top: 1px;
			color: #6dcff6;
			font: normal 12px/34px Verdana;
		}
		
			#content .post .post-title h2.page-title {
				padding: 0 20px;
			}
		
		#content .post .post-title h2 a {
			color: #6dcff6;

		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 2px;
		}


	/* Post - Entry */
		
		#content .post .post-entry {
			font: normal Arial;
			font-size: 14px;
			color: #000000;
			width: 534px;
			padding: 10px 20px 0 20px;
		}
		
		#content .post .post-entry a {
			color: #aa0903;

		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #624939;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			color: #624939;
			float: right;

			background: url('images/post_info.gif') no-repeat;
			font-style:normal; font-variant:normal; font-weight:normal; line-height:20px; font-size:9px; 	
			font-family: 'Lato', sans-serif;
			padding-left:50px; padding-right:20px; padding-top:0; padding-bottom:0
		}
		
		#content .post .post-info a {
			color: #aa0903;

		}
		
			#content .post .post-info a.add-comment-link {
				color: #624939;
			}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin-top: 20px;
			color: #ac0c03;
			font: bold 16px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 535px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #aa0903;

		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #e5dcd4;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #aa0903;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 510px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #aa0903;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #efe6de;
		width: 581px;
		float: left;
	}
	
	#content .navigation a {
		margin-bottom: 13px;
		font: bold 11px Verdana;
		color: #efe6de;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}

		#content .navigation .navigation-next {
			float: right;
		}

h1, h2, h3, h5 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	}

h1 {
	text-align: left;
	font-size: 1.4em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
h3 {
	font-size: 18px;
	color: #0d2d39;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #2b2e30;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
h4, h4 a, h4 a:hover, h4 a:visited, .description {
	text-decoration: none;
	color: #1b5564;
	font-size:14px;
	margin-bottom: .4px;
	}
h5, h5 a, h5 a:hover, h5 a:visited, .description {
	text-decoration: none;
	color: #FFFFFF;
	font-size: .9em;
	padding:0,0,0,0;
	}
.testimonies p {
        padding-left: 20px;
        }

#homezipform {
color: white; 
height: 30px; 
width: 108px; 
padding:0,0,0,0;
}

#zipform {
color: white; 
height: 30px; 
width: 150px; 
padding:0,0,0,0; 
border-style: none; 
font-family: courier new; 
font-size: 14px;
}

.entry p a:visited {
	color: #990000;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist a, .commentlist a:link{
	color:#000000;
}
.commentlist a:hover {
	color: #DAA520;
	text-decoration: none;
}
#commentform p {
	font-family: 'Lato', sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, strike {
	color:  #000000;
	font-size: 10px;
	font-weight: bold;
	}

{
	color:#000000;
}	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #0b566b;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #000;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #000000;
	}

#headerimg {
	
	height: 200px;
	width: 100%;
}

.header_menu {
	background:url('/images/header_bg.png');
	height:200px;
	}

.narrowcolumn {
	float: left;
	padding: 0 10px 0 10px;
	margin: 5px 0 0 10px;
	width: 468px;
	
}

.widecolumn {
	padding: 5px 0 5px 5px;
	margin: 5px 0 0 20px;
	width: 650px;
	}
	

.entrytext ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}
.entrytext ul li, .entrytext ul ol {
  font-size:16px;
  padding-left     : 15px;
  padding-top      : 0px;

  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
/* End Structure */



/*	Begin Headers */

#main-nav	{
	height: 64px; /* set to the height you want your menu to be */
	margin: 0 0 0; /* just to give some spacing */
	background: url('/images/nav_bg3.png');
}
#main-nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}
#main-nav li	{
	z-index:1000;
	display: block;
	float: left;
	line-height: 30px; /* this should be the same as your #main-nav height */
	height: 64px; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
}
#main-nav li a	{
	display: block;
	height: 30px;
	line-height: 60px;
	padding: 0 15px;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	font-size:18px;
}
#main-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover {
/*	background: #ccc; */
}
/* LEVEL TWO */
#main-nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 64px; /* this should be the same height as the top level menu -- height + padding + borders */
}
#main-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	background: url('/images/nav_dd_bg.png');
	height: 64px;
}
#main-nav ul ul li a { /* target all sub menu item links */
	padding: 5px 10px; /* give our sub menu links a nice button feel */
}
#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}

#main-nav ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 150px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
}


#buttons {

	float: left;
	margin: -22px 0 0 1px;
	padding: 0px;
	width: 50%;
}

h1 {
	padding-top: 5px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Sidebar */
#sidebar {
	list-style:none;
}
		
#sidebar a {
	font-size:18px;
	color:#145996;
}


/* Footer */

#footer-nav	{
	height: 75px; /* set to the height you want your menu to be */
	margin: 0 0 10px; /* just to give some spacing */
}
#footer-nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}
#footer-nav li	{
	display: block;
	float: left;
	line-height: 30px; /* this should be the same as your #main-nav height */
	height: 64px; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
}
#footer-nav li a	{
	height: 30px;
	line-height: 50px;
	padding: 0 15px;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#134553
}