/*  
Theme Name: Lone Tree
Theme URL: http://www.MubinAhmed.com

Edit : Snakehit
Contact: www.snakehit.be
*/

/* Basics */
body { 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Helvetica, Sans-serif; 
	font-size: 12px; 
	text-align: justify;
	color: #020100; 
	background:#cec292;
}

#wrap { 
	width: 900px; 
	margin: 0px auto;
	background:#fffffe;
	margin-top: 20px;
	margin-bottom: 20px;
}
html>body #wrap {
	margin-bottom:20px;
}

#header { 
	width: 900px; 
	height: 250px; 
	background: url(images/bh-header.png) no-repeat; 
}
	#header h1 {
		padding-top: 60px;
		margin-left: 10px;
		font-size: 30px; 
	}
	#header #desc { 
		margin-left: 10px;
		margin-top: 10px;
		font-size: 14px; 
		font-weight: bold; 
		text-align: left; 
	}
	#header #title h1 a:link, #header #title h1 a:visited { 
		color: #eee3b7; 
		text-decoration: none; 
	}
	#header #title h1 a:hover { 
		text-decoration: none; 
	}

/* right menu  */
#sidebar { 
	float: right; 
	width: 180px; 
	padding: 0px 20px 0px 40px; 
	color: #155493; 
}
	#sidebar h2 { 
		margin: 20px 0px 5px 0px; 
		padding: 0px; 
		font-size: 14px; 
	}
	#sidebar ul { 
		margin: 0px; 
		padding: 0px; 
	}
	#sidebar ul li { 
		list-style-type: none; 
		margin: 0px 0px 30px 0px; 
	}
	#sidebar ul ul { 
		margin: 0px; 
		padding: 0px; 
	}
	#sidebar ul ul li { 
		list-style-type: none; 
		margin: 5px 0px 0px 0px; 
		padding: 0px; 
		list-style-type: square; 
		list-style-position: inside; 
	}
	#sidebar a { 
		text-decoration: underline; 
	}

/* content */
#content { 
	margin: 20px 240px 0px 0px; 
	padding: 0px 20px 0px 20px; 
	line-height: 16px; 
}
	.post { 
		margin: 0px 0px 40px 0px; 
	}
	.meta { 
		font-size: 10px; 
		margin: 0px 0px 10px 0px; 
		padding: 0px; 
	}
	.postmetadata { 
		text-align: right; 
		font-weight: bold; 
	}
	
/* nav for the blog (previous entries - next entries)*/
#nav {
	margin-bottom: 10px;
}

/* footer styles  */
#footer { 
	clear: both; 
	background: url(images/footbg.png) repeat-x; 
	padding: 10px;
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 
	color: #999999; 
}
	#footer a:link, #footer a:visited { 
		font-weight: normal; 
		color: #d38e2b; 
	}
	#footer a:hover { 
		color: #104880; 
	}

	
/* comment   */
#commentlist { 
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 0px; 
}
	#commentlist li { 
		list-style-type: none; 
		margin: 10px 0px 10px 0px; 
		padding: 10px 20px 10px 20px; 
		background-color: #fae5a6; 
		border: 2px solid #a27b03; 
		color: #003366; 
	}
	#commentlist p { 
		margin: 10px 0px 10px 0px; 
	}
	#commentlist a:link, #commentlist a:visited { 
		color: #003366; 
		text-decoration: underline; 
	}
	#commentlist a:hover { 
		color: #000000; 
	}

/* global styles */
p { 
	padding-top: 3px; 
}	
	
h2 { 
	margin: 0px; 
	padding: 0px; 
	font-size: 18px; 
}

h3 { 
	font-size: 14px; 
}

blockquote { 
	margin-left: 20px; 
	margin-right: 20px; 
	background-color: #ffffff; 
	color: #625e2d; 
	padding: 5px 15px 5px 15px; 
	border: 2px solid #336699; 
}
	blockquote p { 
		margin: 0px; 
		padding: 10px 0px 10px 0px; 
	}
	blockquote a:link, blockquote a:visited { 
		color: #0066cc; 
		text-decoration: underline; 
	}
	blockquote a:hover { 
		color: #000000; 
	}
	
textarea { 
	width: 450px; 
}

a img {
	border: none;
}

/* links ¨*/
a:link, a:visited { 
	color: #eaa113; text-decoration: none; 
}
a:hover { 
	color: #6e4a03; 
}



/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 0 10px 0; 
	font:normal 18px Verdana; 
	color: #aaa;
}

ol.cf-ol { 
	margin:0; 
	padding:0; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:center;
	font-size:0.9em;
	color:#888;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #aaa;
	font:0.9em Trebuchet MS,sans-serif;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:0 10px 0 0; 
}

label.cf-after 	{
	margin:0 0 0 6px;
	width:200px;
	text-align:left;
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	margin:0 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
	margin-top:3px;
	line-height:1.1em;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
	border: 1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;

}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
	width:250px; 
}
.cform select {
	width:258px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding-left:100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:left;
}
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 0 0 0 100px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt,
.mailerr	    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	margin-top: 2px;
	width:174px;
}
input.secinput {
	width:45px;
	margin: 3px 0 0 0;
	vertical-align:top;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:middle;
}

img.captcha	{
	vertical-align:middle;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:middle;
	background:	url(../images/captcha_reset_white.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
}

img.imgcalendar {
	position:relative;
	top:4px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:10px 0 10px 50px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -8px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b {
	margin-top:0px;
	background:none;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	height:1.2em;
	margin-top:0px;
	background:none;
}
*+html label.cf-after 	{
	margin-top:2px;
}

#sidebar ul ul.social-media li {
	float: left;
	width: 30px;
	list-style-type: none; 
}

.clear {
	clear: both;
}
