/*
Theme Name: BelindaHotheme
Theme URI: http://www.businessxpand.com/products/wordpress/wordpress-themes/duo-theme/
Description: Our Duo Theme is specifically designed for the image heavy wordpress user. This theme pulls out the first image from every blog post you write and positions it next to the the article list.

A completely flexible design allows for different size screens.

With a slightly retro feel to it, this theme has all the signs of a true classic!

This theme utilizes the sticky posts and comment threading.
Tags: two-columns, threaded-comments, flexible-width
Version: 1.0
Author: BelindaH
Author URI: http://www.businessxpand.com
*/

/* yahoo css reset  -  start*/


div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, label { 
	margin:0;
	padding:0;
}
body {
	background:transparent url(images/flower.jpg) no-repeat fixed 0 0;
	min-width: 900px;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	/*float:left;*/
	padding-right:15px;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul, li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* yahoo css reset  -  end*/
/*ie6 warning*/

#ie6 {
	height:0px;
	background-color:#222;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	font-size:12px;
	line-height:22px;
	color:#222222;
	overflow:hidden;
}

* html #ie6 {
	height:25px;
}
#ie6 a:link, #ie6 a:active, #ie6 a:visited {
	color:#fff;
	text-decoration:none;
}
#ie6 a:hover {
	color:#555;
	text-decoration:underline;
}
#warning {
	float:left;
	margin-left:10px;
}
#browser_links {
	float:right;
	margin-right: 10px;
}
/*ie6 warning end*/


/*----------------------type----------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top:10px;
	width:100%;
	color: #000000;
	font-weight:bold;
	font-family:Times New Roman, Times, Serif;
}

h1 {
	font-size:18pt;
	line-height: 22pt;
}
h2 {
	font-size:16pt;
	line-height: 20pt;
}
h3 {
	font-size:14pt;
	line-height: 18pt;
}
h4 {
	font-size:12pt;
	line-height: 16pt;
}
h5 {
	font-size:10pt;
	line-height: 14pt;
}
h6 {
	font-size:8pt;
	line-height: 12pt;
}
p {
	margin-top:10px;
}
a:link, a:active, a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #999;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
#content ul li {
	list-style-position:inside;
	list-style-type:disc;
	list-style-image:none;
	margin-top: 5px;
}
#content ol li {
	list-style-position:inside;
	list-style-type: decimal;
	list-style-image:none;
	margin-top: 5px;
}

#content ol li ol, #content ul li ul {
	margin-left:20px;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color:#FFFFFF;
}
.wp-caption-text {
	font-size:8pt;
	line-height:11pt;
	padding-right: 10px;
}
/*-----------------------type end-----------------------*/


/*----------------------form start----------------------*/
searchform {
 	color:#000;
	background:#666;
	text-align:left;
}

textarea {
	width:99%;
	margin:10px 0 0 0;
}
input {
	width:98%;
}
.submit {
	width: 57px;
	height: 44px;
	float: right;
	margin: 5px;
}

/*----------------------form end----------------------*/


/*--------------------table start---------------------*/

table {
	border-collapse:collapse;
	width:99%;
	border:0 none;

}

th, td {

}

col {

}

thead {
	border-bottom:1px solid #000;
	font-weight:bold;

}
th {
	text-align:left;

}
.odd {
	background-color:#F6F6F6;

}
tr:hover {
	background-color:#230022;
	color:#FFFFFF;

}
thead tr:hover {
	background-color:transparent;
	color: inherit;

}
/*----------------------table end----------------------*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/*----------------------End Images----------------------*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height: 16pt;
	color:#999999;
	/*background: #FFFFFF;*/
	
}

#header {
	background:#FFF url(images/headerimage.jpg) no-repeat scroll 0 0;
	height:140px;
	margin-left:250px;
	margin-top:25px;
	padding:0 30px;
	width:60%;
	min-width:600px;
	/*position:relative;*/
}


#headerimg h1 {
	margin:0;
}

#header img a {
	position:absolute;
	bottom:45px;
	left:40px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:24pt;
	padding-left:90px;
	padding-top:30px;
}

#title, #tagline /*required for wp directory*/ {
	color:#FFFFFF;
	top:109px;
	position:absolute;
	left:100px;
}

#rss {
	clear:both;
	bottom:45px;
	right:40px;
}
#menu {
	background:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	height:30px;
	margin-left:250px;
	/*margin-right:250px;*/
	width:60%;
	min-width:600px;
	padding-left:30px;
	padding-right:30px;
	border-top:3px solid black;
	border-bottom:3px solid black;
}
#menu li{
	display:block;
	float:left;
	text-align:center;
	padding:5px;
	width:150px;
}
.current_page_item  {
	color: #FFF;
	background-color:#000;
}
.current_page_item a {
	color:#fff;	
}
/*#menu li a {
	color:#CCCCCC;

}
#menu li a:hover, .current_page_parent, .current_page_item {
	color:#999999;
	border-top: 20px solid #CFB968;
	text-decoration:none;
	float:left;
}
#menu li a:hover {
	border-top: 2px solid #CFB968;

}
*/
.clear {
	clear:both;
}
.black {
	background-color:#FFFFFF;
}

.white {
	background-color:#FFF;
}

#site {
	width: 80%;
	margin: 0 auto;
	
	}
.navigation {
	width:100%;
	height: 30px;
}
.next {
	float:right;
}
.previous {
	float:left;
}
#footer {
	background:#000;
	color:#333;
	height: 20px;
	width: 60%;
	min-width:600px;
	margin-left:250px;
	padding:20px 30px 20px;
	text-align:right;
	
}
#content {
	width:60%;
	margin-left:250px;
	padding-left:30px;
	padding-right:30px;
	min-height:600px;
	min-width:600px;
	height:100%;
	overflow:hidden;
	clear:both;
}

#image {
	float:left;
}

#content li.entry {
	overflow:hidden;
	list-style:none;
	position:relative;
	padding:30px 0 30px 0;

}

.home_image {
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
	margin:0 40px 0 0;
}
.home_txt {
	margin-left: 240px;
	margin-top: -15px;
}
a.list_title {
	padding: 4px;
	color: #000000;
	background-color: #FFFFFF;
}
a.list_title:hover {
	color: #000000;
	text-decoration:none;
}



/*#sidebar {
	width:130px;
	position: absolute;
	right: 40px;
	padding:10px;
	background-color: #FFF;
	top:270px;
}
	
.alt, .postmetadata {
	color: #999999;
	background-color:#F6FCDB;
	padding: 20px;
	border-left: 10px solid #CFB968;
}
.even {
	background-color:#FFFFFF;
	padding:10px;
}*/

#comments_div .commentlist li {
	margin-top: 20px;
	list-style: none;
}

#content.no-border {
	border: 0 none;
}
