/*
Theme Name: el BLANCO
Theme URI: http://knd.com.au
Description: Wordpress Boilerplate Theme
Author: KND Web Consultants
Author URI: http://knd.com.au
version: 1.0
*/

/* @group Delete Theeze Things Gringo */

body{
	width:900px;
	margin:auto;
	background:#FFF;
	font-family: "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif ;
	line-height:1.5;
	font-size:67.5%;
	border:1px solid #cccccc;
}

#header, #content, #sidebar, #sidebar ul, #footer, #menu {

}

#sidebar ul {border: none;}

.entry p{margin:12px 0;}

html {
	background-color: #efefef;
}

#header {
	height: 180px;
	background:url(images/header.jpg) no-repeat;
}
#header img{
	padding:0;
	float:right;
	margin-top:110px;
}


/* @end */


/* @group Setup */

/* basics */

*{margin:0; padding:0;}

/* @group Images & Misc */

/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }
.alignleft{float: left;}
.alignright{float: right;}
blockquote{
	
}

li{
	list-style-type:square;
	padding-left:5px;
	margin-left:25px;
}
strong{
	font-weight:bold;
}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

/* @end */

/* @group Links */

/* links */

a{
	color:#a81600;
	text-decoration:none;
	border: none;
}

a:hover{
	color:#d41f00;
	text-decoration: underline;
	border: none;
}

/* @end */



/* container */


#container {
	margin: 0 auto;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {

}

/* @end */

/* @group Menu */

/* main menu */
#menu {
	background:url(images/menu-background.jpg) repeat;
	font-size:12px;
	width:900px;
}
#menu ul {
	padding-top:10px;
	float:right;
	text-align:right;
	margin-right:45px;
}

#menu li {
	display: inline;
	height: 28px;
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0;
}

#menu li a, #menu li span{
	display: block;
			color: white;
		font-weight: bold;
}




/* @end */

/* @group Content */

/* content */


#content {
	float:left;
	width:635px;
	margin-top:20px;
}

.post {

	}
	
.post h2{
	color: #3762a3;
	font-weight:bold;
	font-size:20px;
	}
	
.post h2 a{
	color: #FF8800;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
.post h3{
	color: #AFAFAF;
	font-weight:light;
	font-size:18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}	
.post p{
	font-size:13px;
}

.post a{text-decoration:underline;}

.post ul {}

.post li {font-size:12px;}

.postmetadata{clear: both;}

.navigation {}

.notfound{padding: 25px; font-weight: 300;}

/* @end */

/* @group Sidebar */

/* sidebar */

#sidebar {
	width:159px;
	float:left;
	margin:0 20px 20px 0;
	padding:20px;
	background:#D9E0F4;

	}

#sidebar h2{
	color: #3762a3;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}



#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	padding:0;
	margin-bottom:20px;
	font-size:12px;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 5px;
	line-height: 14pt;
	list-style-type: none;
	border-bottom:1px solid #EFEFEF;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}


/* @end */

/* @group Comments */

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	
	font-weight: 300;
	font-style: normal;
	}

#commentform{
	padding:20px;
	}
	
#commentform p{
	}
	
#commentform a{
	text-decoration: none; 
	line-height: 14pt;
}

	
#commentform h3{

	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	
	margin:5px 5px 0 0;
	padding: 6px;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	overflow: hidden;
	}

ol.commentlist li.alt {
	
	}
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{
	
}

/* @end */

/* @group Search */

/* search */

#searchform{
	padding: 6px 0 6px 6px;
	}

#searchform input#s{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	color: #797979;
	}

/* @end */

/* @group Footer */

/* footer */

#footer {
	border-top:1px solid #CCCCCC;
	padding:10px;
	clear: both;
	margin-top:10px;
	
	}

#footer p.designCredit {
	float: right;
	text-decoration: underline;
	cursor: pointer;
}


/* @cforms */

.cform{
	width:300px;
}
.cf-ol li{
	list-style-type:none;
	margin:0;
	padding:0;
}
label{
	width:60px;
	display:block;
	float:left;
	text-align:right;
	padding:3px 0 0 0;
}
input, textarea{
	width:150px;
	border:1px solid #cccccc;
	padding:0 5px;
	margin:0 0 5px 5px;
	font-family: "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif ;
	font-size:10px;
}
.linklove{
	display:none;
}
.captcha{
	float:left;
	margin:0;
	padding:0;
	margin-left:65px;
}
#sendbutton{
	margin-left:65px;
	margin-top:10px;
	padding:0 15px;
	width:auto;
	font-family: "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif ;
}
.cf_hidden{
	display:none;
}
.failure{
	color:#FF0000;
	border-top:1px solid #f00;
	border-bottom:1px solid #f00;
	width:260px;
	padding:10px 0;
	margin:10px 0;
}
.success {
	padding:10px 0;
	margin:10px 0;
	border-top:1px solid #3762A3;
	border-bottom:1px solid #3762A3;
	width:260px;
	color: #3762A3
}

/* @end */


