/*
Theme Name: THBS Blog
Theme URI: http://www.thbs.com/
Description: Tested on WP
Version: 1.0
Author: AuK
*/

body {
	font-size: 13px;
	width: 960px;
	margin: 15px auto 30px auto;
	border: 1px solid #CCC;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #444;
	line-height: 13pt;
	padding: 10px 0px 0px 0px;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #800000;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 21px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #800000;
}

a:hover, a:active {
	color: #800000;
	text-decoration: none;
}

a:visited {
	color: #800000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 960px !important;
	width: 980px;
	height: 61px;
	margin: 0 0px 9px 0px;
}

#logo {
	float: left;
	height: 70px;
	padding-left: 10px;
}

#logo h1 {
	font-size: 38px;
	color: #000000;
}

#logo h1 sup {
	margin: 0 0px 9px 0px;
	font-size: 24px;
}

#logo h1 a {
	color: #5b5b5b;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	margin: 0 auto;
	float: right;
	font-family: Tahoma, Arial;
	font-size: 10px;
	text-align: left;
	line-height: 13px;
	padding-right: 10px;
}

#menu ul {
	margin: 0;
	padding: 15px 10 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 3px;
	padding-bottom: 1px;
	text-decoration: none;
	font-size: 13px;
	color: #999999;
}

/*#menu a:hover {
	border-bottom: 1px #999999 solid;
	text-decoration: none;
}

#menu .active a {
	border-bottom: 1px #999999 solid;
}*/


#wrapper {
	border-top: 0px solid #CCC;
	background: url(images/img01.gif) repeat-x left top;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding-top: 14px;
	line-height: normal;
}

/* Post */

.post {
}

.post h1 a {
	font-size:20px;
}


.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px #999999 solid;
}

.post .title a {
	text-decoration: none;
}

.post .entry {



}

.post .entry p {
	line-height:170%; 


}

.post .entry p em strong {
	line-height:90%; 
	font-size:14px;


}

.post .entry p em {
	line-height:90%; 
	font-size:14px;


}


.post .meta {
	padding: 15px 0 60px 0;

}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #000000;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img03.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img04.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	margin-top:-200px;
	width: 210px;
	border-left: 1px solid #CCC;
	padding-left: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/img01.jpg) no-repeat left 60%;
}

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px #999999 solid;
	font-size: 18px;
	font-weight: normal;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 137px;
	margin-right: 1px;
	padding: 2px;
	border: 1px solid #CCC;
}

#x {
	padding: 3px;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #000000;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	color: #555;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	padding: 10px;
	border-top: 1px solid #990000;
	line-height: 11pt;
	width: 940px !important;
	width: 960px;
}

#footer_content {
	position: relative;
	margin: 0px auto 34px auto;
}

.footerLeft {
	float: left;
	width: 500px;
}

.footerRight {
	float: right;
	width: 400px;
	text-align: right;
}


.footerLeft a {
	color: #444;
	text-decoration: none;
}

.footerLeft a:hover {
	color: #990000;
	text-decoration: none;
}

.cleardiv {
	clear: both;
}

/* END FOOTER */

#LoginBox {
	margin: 0 auto;
	padding-top: 16px;
}

#LoginBox1 {
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

.LogTitle {
	float: left;
	color: #990000;
	font-weight: bold;
	border-right: 1px solid #990000;
	padding:10px;
	font-family: Tahoma, Arial;
	font-size: 10px;
	text-align: left;
	line-height: 13px;
}

.LogTitle1 {
	float: left;
	color: #990000;
	font-weight: bold; 
	font-size: 10px;
	padding: 0px 2px;
	height: 25px;
	vertical-align: middle;
}

.LogDetail {
	float: left;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	height:0px;
}

/* NAVIGATION */ 
@import url("pro_dropline.css");
@import url("pro_dropline_ie.css");

.nav ul {display:inline-block;}
.nav ul {display:inline;}
.nav ul li {float:left;}
.nav {text-align:center;}
.nav .select a:hover b, 
.nav .select li:hover a b {float:none;} 


#navbar {
	height: 25px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin: 0;
}

#navbar_green {
	width: 960px !important;
	width: 980px;
}

#nav_1 {
	float: left;
	width: 620px;
	padding: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
}

.nav {
	height: 25px;
	position: relative;
	font-family: Tahoma, Arial;
	font-size: 11px;
	width: auto;
	z-index: 500;
}

.nav .table {
	display: table;
	margin: 0;
}

.nav .select,
.nav .current {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	white-space: nowrap;
	border-right: 1px solid #CCC;
}

.nav li {
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
}

.nav .select a {
	display: block;
	height: 25px;
	float: left;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	line-height: 25px;
	white-space: nowrap;
	color: #444;
}

.nav .current a {
	display: block;
	height: 25px;
	float: left;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	line-height: 25px;
	white-space: nowrap;
	color: #990000;
}


.nav .current a b {
	display: block;
	padding: 0 10px 0 10px;
}

.nav .select a:hover, 
.nav .select li:hover a {
	cursor: pointer;
	color: #990000;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
	display: block;
	float: left;
	cursor: pointer;
}

.nav .select_sub {
	display: none;
}

/* IE6 only */
.nav table {
	border-collapse: collapse;
	margin: -1px;
	font-size: 1em;
	width: 0;
	height: 0;
}

.nav .sub {
	display: table;
	/*margin: 0 auto;
	padding: 0;background-color: #bbb;*/
	list-style: none;
	
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
	background: transparent;
	color: #f00;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display: block;
	position: absolute;
	width: 960px;
	top: 25px;
	padding: 0;
	z-index: 100;
	left: 0;
	text-align: left;
	/*background-color: #F4F4F4;
	border-bottom: 1px solid #CCC;*/
	background-color: #FFFF;
	border-top: 1px solid #CCC;
}

.nav .current .show {
	z-index: 10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
	display: block;
	float: left;
	background: transparent;
	padding: 0 7px 0 7px;
	margin: 0;
	white-space: nowrap;
	border: 0;
	color: #444;
}

.nav .current .sub li.sub_show a {
	color: #088;
	cursor: default;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility: visible;
	color: #088;
}

table {
	border-collapse: collapse;
}

.select_sub {
	display: none;
}

.sub {
	display: table;
	/*margin: 0 auto;
	padding: 0;background-color: #bbb;*/
	list-style: none;
	
}

#nav_2 {
	float: right;
	color: #999;
/*	width: 200px;*/
	text-align: right;
	/*height: 25px;*/
	padding-right: 10px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	padding-top: 0px;
	vertical-align: justify;
	/*line-height: 25px;*/
}


