body {
	background-color: #3F3F3F;
	background-image: url(../../../_toolbox/header.jpg);
	background-repeat: repeat-x;
	padding:0;
	margin:0;
	min-width:960px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #E6E6E6;
}
#main {
	width: 960px;
	height:280px;
	background-image: url(../../../_toolbox/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}



#header {
	height:125px;
	background-image: url(../../../_toolbox/headerlogo.jpg);
	background-repeat: no-repeat;
	background-position: 270px;
}
#header h1 {
	height:122px;
	width:239px;
	text-indent:-9999px;
	position: absolute;
	background-image: url(../../../_toolbox/logo.jpg);
	margin-left: 25px;
}
#header h1 a{
	height:122px;
	display:block;
	background:url(../../../_toolbox/logo.jpg);
}
#header #search {
	padding-left: 750px;
	padding-top:15px;
}
#searchform input[type="text"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 19px;
	margin-right: 5px;
	padding-top: 2px;
	padding-left: 3px;
}

#content {
	width: 685px;
	float: right;
	background-image: url(../../../_toolbox/blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}
#main #content h2 {
	font-size: 16px;
	color: #B2B2B2;
	margin-bottom: 15px;
}
#main #content .pagetitle{
	font-size: 18px;
	color: #B2B2B2;
	margin-bottom: 20px;
}
#main #content h2 a, #main #content h2 a:visited {
	color: #B2B2B2;
	text-decoration: none;
	border:none;
}
#main #content h2 a:hover {
	color: #FE0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FE0000;
}
#main #content h3 {
	font-size: 16px;
	color: #B2B2B2;
	margin-bottom: 15px;
}
#main #content ol {
	margin-bottom: 15px;
}

#main #content h4 {
	font-size: 14px;
	color: #B2B2B2;
	margin-bottom: 5px;
}
#main #content small {
	font-size: 12px;
	margin-bottom:5px;
}
#main #content .post {
float:left;
position:relative;
width:100%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262626;
	
}
#main #content .entry {
	margin-bottom: 10px;
	padding-right: 225px;
}
#main #content .entry img{
	margin-bottom: 10px;
	margin-right: 15px;
	float:left;
}
#main #content p{
	margin-bottom:10px;
	line-height:15px;

}
#main #content .postmetadata{
	bottom:25px;
	line-height:1.4em;
	position:absolute;
	right:0pt;
	width:175px;
	font-size: 12px;
}
#main #content a, #main #content a:visited{
	color: #E6E6E6;
	text-decoration: none;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;

}
#main #content a:hover{
	color: #FE0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FE0000;
}

#main #content .commentlist li {
		margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262626;
}
#main #content .comment{
	font-size: 10px;
	font-style: italic;
}
textarea {
border:1px solid #CCCCCC;
color:#333333;
font-size:14px;
padding:5px;
width:425px;
margin-top:10px;
margin-bottom:10px;
}

#sidebar {
	width: 225px;
	float: left;
	margin-left: 25px;
	margin-top:75px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #262626;
	border-bottom-color: #262626;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
}
#sidebar .message {
	font-size: 12px;
	margin-bottom: 20px;
}
#sidebar h2 {
	margin-bottom: 5px;
}
#sidebar ul {
	margin-bottom: 10px;
}
#both {
	clear: both;
}

#footer {
	background-color: #242524;
	margin-top: 75px;
	height: 100px;
	padding-top: 25px;
	padding-left: 275px;
	background-image: url(../../../_toolbox/header.jpg);
	background-repeat: repeat-x;
}
#sidebar .subcat, #sidebar .cat-item {
	font-size: 12px;
	margin-left: 5px;
}
