/*
Theme Name: BlockAid Theme
Theme URI: http://www.all9lives.com/
Description: A Custom Wordpress Theme for Blockaid
Author: All 9 Lives
Author URI: http://www.all9lives.com
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	background: #ffffff;
	font-family: Helvetica, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

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;
	}


/* links */

a {
	color:#a1cc3a;
	text-decoration:none;
}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 850px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#ffffff;
	background: url('images/header_bg.jpg') no-repeat transparent;
    background-position: right top;
  	width: 850px; 
  	height: 163px;
	color: #fff;
	border-top: 4px solid #a1cc3a;
	border-bottom: 3px solid #a1cc3a; 
	}
	
.header_top {
	height: 108px;
	margin-top: 20px;
}


#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */

#menu {
	width: 860px;
	height: 32px;
	margin-bottom: 3px;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0 6px 0 0;
	padding: 0;
	height: 32px;
	width: 101px;
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.28em;
	font-weight: bold;
	background: url('images/bg_sprite.png') right 0px no-repeat transparent;
}

#menu ul li:hover {
	background-position: right -500px;
}

#menu ul li a {
	padding:4px 8px;
	margin: 0;
	color: #ffffff;
	display:block;
	height: 22px;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: none;
}

#menu ul li.current_page_item a {
	color: #f1ea0c;
}

#menu ul li.current_page_item:hover {
	background-position: right 0px;
}

/* Custom Styles in TinyMCE */

.greenbox {
	padding: 10px 15px;
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.3em;
	color: #ffffff;
	margin: 12px 0 !important;
	margin-bottom: 10px;
	background: url('images/bg_sprite.png') right 0px no-repeat transparent;
}

.greenbox a {
	color: #256618;
}

.greenbox ul {
	
}

.greenbox ul li {
	background-image: url(images/list_bg_yellow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	display:inline-block;
	width:40%;
}

.blackbox {
	padding: 10px 15px;
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.3em;
	color: #ffffff;
	margin: 12px 0 !important;
	margin-bottom: 10px;
	/*
background-color: #000000;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	
*/
	background: url('images/bg_sprite.png') no-repeat transparent;
	background-position: right -1000px;
}

.blackbox p, .blackbox li {
	font-size: 0.9em;
}

.blackbox ul {
	display: inline;
}

.blackbox ul li {
	background-image: url(images/list_bg_red.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	
}

.blackbox a, .blackbox p a {
	color: #ff0000
}



.download_cad {
	width: 137px;
	height: 139px;
	position: relative;
	display: block;
	background: url('/wp-content/uploads/2010/05/download_bg.png') no-repeat top left;
}

.download_cad .dwg {
	position: absolute;
	left: 39px;
	top: 97px;
}

.download_cad .pdf {
	position: absolute;
	right: 24px;
	top: 85px;
}

.download_cad a img {
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

.download_cad a:hover img {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}

/* content */

.twocol .leftcolumn {
	width: 285px;
	padding: 0px 5px 10px 0px;
	float: left;
	z-index: 1;
	display: block;
}

.twocol .rightcolumn {
	width: 540px;
	padding: 0px 0px 10px 15px;
	float: right;
	z-index: 1;
	display: block;
}

.twocol .leftcolumn .outter {
	position: relative;
	left: -24px;
	z-index: 100;
	display: block;
	border: 1px solid green;
}

.threecol .leftcolumn {
	width: 265px;
	padding: 0px 15px 10px 0px;
	float: left;
	z-index: 1;
}

.threecol .middlecolumn {
	width: 285px;
	padding: 0px 10px 10px 5px;
	float: left;
	z-index: 1;
}

.threecol .rightcolumn {
	width: 265px;
	padding: 0px 0px 10px 5px;
	float: right;
	z-index: 1;
}


#content {
	float:left;
	width:850px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 12pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
	
.post h3 {
	color: #a1cc3a;
	font-weight: normal;
	margin: 12px 0;
}

.post h4 {
	color: #a1cc3a;
	font-weight: normal;
	margin: 12px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

.post ul {}

.post li {
	list-style:  none;
	background-image: url(images/list_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* Contact Form */


#contact {
	border: 0;
}

#contact .left {
	width: 250px;
	float: left;
}

#contact .right {
	width: 280px; 
	float: right;
	padding-left: 10px;
}

#contact input, #contact textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-image: url(images/ba_form_bg.png);
	background-repeat: no-repeat;
	padding: 5px;
	font-family: Courier-New, courier, monospace;
	font-size: 1.2em;
}

#contact input:hover, 
#contact input:focus, 
#contact textarea:hover, 
#contact textarea:focus {
	border-color: #999;
}

#contact .left input {
	width: 230px;
	height: 15px;
}

#contact .right textarea {
	width: 260px;
	height: 180px;
}

#contact label {
	padding-left: 5px;
}

#contact .captcha-337 input {
	width: 70px;
}

#contact .mmf-captcha-captcha-337 {
	vertical-align: middle;
	margin: 0 20px 0 10px;
}

#contact .submit input {
	font-family: arial, helvetica, sans-serif;
	color: #a1cc3a;
	font-weight: bold;
}

#contact .submit input:hover {
	background-image: none;
	background-color: #a1cc3a;
	color: #efd913;
	cursor: pointer;
}

#contact span.note {
	color: #a1cc3a;
	line-height: 2.0em;

}

.green_arrow {
	width: 20px;
	height: 38px;
	display: block;
	margin-top: 12px;
}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}





/* 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-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#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-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	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;
}




/* footer */

#footer {
	background:#ffff;
	clear: both;
	width: 100%;
	height: 30px;
	border-top: 3px solid #a1cc3a; 
	padding: 10px 0 0 0;
	vertical-align: middle;
	color: #777777;
	}
	
#footer a {
	font-weight: bold;
}

#footer .footer_left {
	float: left;
	width: 390px;
	padding: 3px 0;
}

#footer .footer_right {
	float: right;
	width: 460px;
}

#footer p img {
	vertical-align: text-bottom;
}
