/*
Theme name: HostGirl
Author: Tina
Author URI: http://www.hostreviewgirl.com
*/

html {
	background-color:#eaeaea;
	color: #434343;
}

body {
	margin: 0px auto; padding: 0;
	font: normal 13px Arial, Helvetice, Verdana, sans-serif;
	line-height:1.7em;
}

a {
	text-decoration: none;
	color: #7219b0;
}

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #92dd1b;
}

a:visited {
	color: #9359d3;
}


/* start container */
#wrapper {
	width: 860px;
	margin: 0 auto;
}

#header {
	width: 860px;
	float: left;
}

#content {
	width: 860px;
	float: left;
}

#content #left-col {
	width: 498px;
	float: left;
	padding: 20px;
	margin: 20px 20px 0 0;
	background-color: #f5f5f5;
	border:1px solid #ddd;
	-moz-border-radius-topleft: 5px;
	min-height: 400px;
}

#content #right-col {
	width: 258px;
	margin-top: 20px;
	padding: 20px;
	float: left;
	position: relative;
	background-color: #f5f5f5;
	border:1px solid #ddd;
	-moz-border-radius-topright: 5px;
}

#content #right-col #sidebar {
	width: 300px;
	float: left;
	position: relative;
}

#footer {
	width: 846px;
	float: left;
	margin-top: 30px;
	border:1px solid #ddd;
	background-color: #ddd;
	padding: 7px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
} /* end container */


/* navigation */
.navwrap {
	height:50px;
	left:5px;
	line-height:50px;
	padding-right:18px;
	top:50px;
	font-size:12px;
	z-index:6;
	background:transparent url(images/menu.png) no-repeat scroll right bottom;
}

#nav {
	background:transparent url(images/menu.png) left top no-repeat;
	list-style: none;
	float: left;
	height:50px;
	line-height:50px;
	padding-left:13px;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:5;
}


#nav a{
	height:33px;
	display:block;
	padding:0 21px;
	text-decoration:none;
	text-align:center;
	line-height:28px; 
	outline:none;
	z-index:35;
	position:relative;
	float:left;
}

#nav ul a{
	line-height:33px; 
}

#nav li{
	float:left;
	position:relative;
	z-index:20;
	margin-top:11px;
}

#nav li li{
	border-left:none;
	margin-top:0;
}

#nav ul {
	position:absolute;
	display:none;
	width:172px;
	top:33px;
	left:-1px;

}
#nav li ul a{
	width:130px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 21px;
}

#nav ul ul{
	top:auto;
	border-top:none;
}	

#nav li ul ul {
	left:172px;
	top:0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
  	display:none;	
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

/* color */
#nav a{
	color:#888;
}

#nav ul {
	border:1px solid #DFDFDF;
	border-top:none;
}

#nav li ul a{
	border-bottom:1px solid #fff;
	border-top:1px solid #DFDFDF;
}

#nav ul a, #nav ul li{
	background-color:#f5f5f5;
	background-image:none;
}

#nav ul a:hover, #nav ul a:focus {
	background-color:#fff;
	color:#555;
}

#nav a:hover, #nav a:focus {
	color:#555;
}

#nav .current_page_item a{
	color:#555;
}

#nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#444;
} /* end nav */

/* top search box */
#searchbar {
	width: 860px;
	float: left;
}

table.searchbar {
	margin: 0;
	padding-top: 5px;
	border: 0;
	background-color:#eaeaea;
}

.td_searchbar {
	background-color:#eaeaea;
	padding: 0;
	border:1px solid #eaeaea;
}/* end top search box */

/* host search form */
#searchform {
	width: 275px;
	height: 23px;
}

#searchform form {
	width: 268px;
	display: inline;
}

#searchform form input#s {
	width: 214px;
	background: url(images/search-box.png) no-repeat top left;
	height: 20px;
	border: 0;
	float: left;
	padding: 3px 0 0 7px;
	color: #548408;
}

#searchform form input#searchsubmit {
	width: 54px;
	background: url(images/search-button.png) no-repeat center left;
	height: 23px;
	border: 0;
	color: #ffffff;
}

#searchform form input#searchsubmit:hover {
	width: 54px;
	background: url(images/search-button-hover.png) no-repeat center left;
	height: 23px;
	border: 0;
	color: #ffffff;
}  /* end search form */


/* sidebar */
#sidebar .title {
	background-color:#ddd;
	width: 243px;
	padding: 3px 5px 3px 10px;
	color: #555;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	background: url(images/arrow-sidebar.png) no-repeat left top;
	padding: 0px 0px 0px 27px;
	margin: 10px 0px 10px 0px;
}

#sidebar .textwidget {
	margin: 10px 20px 10px 20px;
}


/* content */

#content #left-col .post-title {
	background-color:#ddd;
	width: 483px;
	padding: 3px 5px 3px 10px;
	color: #555;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content #left-col .entry {
	margin-left: 20px;
}


/*
.entry ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
float: left;
}

.entry ul li {
float: left;
	background-color:#d8fca0;
	padding: 3px 5px 3px 10px;
	color: #243a00;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
margin-right: 20px;
margin-top: 20px;
width: 203px;
text-align: center;

}

.entry ul li:hover {
	background-color:#92dd1b;
color: #f7fcee;
}

.entry ul li:hover a {
	background-color:#92dd1b;
color: #f7fcee;
}
*/


div.line {
	background: url(images/line.jpg) repeat-x left center;
	line-height: 32px;

position:relative;
}

span.comm {
	float: right;
	height: 27px;
	width: 27px;
	padding: 2px 0 0 8px;
	text-align: center;

	top: 0;
	right: 0;
	position: absolute;
}

span.comm span {
	background: url(images/comments.gif) no-repeat left center;
	font: 11px/23px Tahoma, Arial, sans-serif;
	display: block;
	height: 27px;
}

.clr { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }

.meta-header { 
	font-size: 11px;
	color: #b17fe8; 
}

.meta-header2 { 
	font-size: 11px;
	color: #888; 
	margin-top:-5px;  
	padding-left: 10px;}

.floatright {
	float: right;
}


/* other */
hr {
    height: 1px;
    color: #cccccc;
    background-color: #cccccc;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

pre {
	background-color:#F8F8F8;
	border: 1px dashed #cccccc; 
	padding: 4pt;
        font-family: arial;
}

.align-right { 
	float:right; 
	margin: 0 0 15px 15px; }
.align-left { 
	float:left; 
	margin: 0 5px 5px 0px; }
.frame { 
	padding: 5px; 
	border: 1px solid #ddd; } 


table.hosts {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

.tb_host_left {
	white-space: nowrap;
	background: #eee;
	font-family: Arial;
	font-size: 8pt;
	padding: 1px 4px;
}

.tb_host_right {
	white-space: nowrap;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 8pt;
}


table.comments {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

.tb_comments_left {
	white-space: nowrap;
	background: #eee;
	padding: 1px 4px;
}

.tb_comments_colspan2 {
	background: #fceded;
	padding: 1px 10px;
}

.tb_comments_colspan2:hover {
	background: #fde2e2;
}

.tb_comments_right {
	padding: 1px 3px;
}


table.blognav {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

.tb_blognav_left {
	color: #555;
	white-space: nowrap;
	background: #eee;
	padding: 1px 4px;
}

.tb_blognav_right {
	padding: 1px 3px;
}



table {
	border:1px solid #f1f1f1;
}

table th {
	background:#eee;
	font-size:1em;
	border:1px solid #fff;
	color: #555;
	padding: 2px 5px;
}
	
table td {
	background:#fafafa;
	padding: 2px 5px;
	vertical-align:top;
	border:1px solid #fff;
}


.entry p {
text-align: justify; 
}


