/*
Theme Name: Dbmlabs-theme
Theme URI: 
Description: 
Version: 1.0
Author: 
Tags: widget ready, valid html, valid css, 2 columns, fixed width
*/
*{margin: 0; padding: 0;}
html {height: 100%}
body {
	font: 14px Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #fff url(images/top_bg.gif) repeat-x top;
	color: #393733;
	text-align: center;
	line-height: 20px;
}
a:link, a:visited, a:active, a:hover{color: #000; text-decoration: underline;}
a:hover{text-decoration: none;}

img {border: none;}
input {vertical-align: middle;}
ul li{list-style: none;}
.clear{ clear: both;}

#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	background: #fff url(images/cont_bg.gif) repeat-y right;
}


/* Header
-----------------------------------------------------------------------------*/
#header { height: 150px; overflow: hidden; padding: 0 0 10px; background: #000;}

.hlogo{ width: 276px; height: 121px; overflow: hidden; float: left; }
.hsearch{ width: 305px; height: 121px; padding: 0 3px 0 0; overflow: hidden; float: right; }
#header .cart{ height: 56px; text-align: right; font-size: 11px; text-transform: uppercase; }
#header .cart .hcpadd{ padding: 20px 5px 0; }
#header .cart a:link, #header .cart a:visited, #header .cart a:active, #header .cart a:hover{color: #ffcc00; text-decoration: underline; background: url(images/ico_cart.png) no-repeat right 0; padding: 2px 25px 0 0;}
#header .cart a:hover{ text-decoration: none; }
.hsearch .text{ width: 100px; padding: 2px; background: #0F0F0F; border: 1px solid #404040; color: #767676; text-transform: uppercase; height: 12px; font-size: 10px; margin: 0 0 0 40px; }
.hsearch .bttn{ width: 23px; height: 18px; border: 0; background: url(images/bttn_search.gif); cursor: pointer; }

.top_menu{ width: 100%; height: 29px; clear: both; overflow: hidden; font-size: 1px; }
.top_menu li{ float: left; padding: 0 3px 0 0; }
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 56px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content { padding: 5px 310px 0 5px;}


.post{ width: 100%; overflow: hidden; }
.post p{padding: .4em 6px;}
/*.post p img{ border: 1px solid #232220;}*/
.post p img{ border: 0px solid #232220;}
.post h2, .post h3, .post h4{ padding: .4em 10px;}
.post blockquote {
margin:22px 40px;
padding:3px;
color:#575757;
padding: 0 50px;
background: transparent url("images/blockquote.gif") no-repeat 0 0;
}

/*#content .title{ width: 100%; background: #fad115 url(images/title_bg.jpg) no-repeat left top; }*/
#content .title{ width: 100%; background: #fad115;}
#content .title h1{ width: 430px; font-size: 18px; padding: 2px 10px 5px 10px; float: left; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
#content .title .date{font-size: 13px; color: #000; width:185px; height: 24px; line-height: 24px; float: right; text-align: center; padding: 5px 6px 0 0; text-align: right; font-weight: 700; }
#content .title a:link, #content .title a:visited, #content .title a:active, #content .title a:hover{color: #000; text-decoration: none;}
#content .title a:hover{text-decoration: underline;}

.permalink{ width: 100%; overflow: hidden; margin: 5px 0 0; font-size: 11px; line-height: 32px; color: #666262;}
.permalink .pleft{float: left; width: 46%; padding: 0 0 0 3%; }
.permalink .pright{float: right; width: 46%; text-align: right; padding: 0 3% 0 0;}
.permalink a:link, .permalink a:visited, .permalink a:active, .permalink a:hover{color: #828281; text-decoration: underline;}
.permalink a:hover{text-decoration: none;}

.pleft{float: left; width: 46%; padding: 0 0 0 3%; }
.pright{float: right; width: 46%; text-align: right; padding: 0 3% 0 0;}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 207px;
	position: relative;
	margin-left: -100%;
}

.sl .sb_padd{padding: 1px 0 0 9px;}

.sr {
	float: left;
	margin-right: -3px;
	margin-left: -300px;
	width: 295px;
	position: relative;
}
.sr .sb_padd{padding: 5px 10px 0 5px;}

.sidebar{ color:#393733; }
.sidebar .title{ width: 100%; text-align: left; color: #393733; text-decoration: underline;}
.sidebar .title h1{ font-size: 17px; background: white; padding: 12px 0px 0px 0px; }
.sidebar ul{ padding: 10px 0; font-size: 12px; width: 100%; }
.sidebar ul li{ padding: 2px 0 2px 40px;}
.sidebar p{ padding: .4em 0 }
.sidebar img{ margin: 5px auto;}

.sidebar .widg{width: 90%; border-bottom: 1px solid #AFAFAF; margin: 0 auto 10px; padding: 0 0 10px;}


.sidebar a:link, .sidebar a:visited, .sidebar a:active, .sidebar a:hover{color: #393733; text-decoration: underline;}
.sidebar a:hover{ text-decoration: none;}

.email_submit{width: 63px; height: 20px; background: #C3C3C3; font-size: 11px; color: #000;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -20px 0 0;
	height: 19px;
	background: #000;
	line-height: 19px;
	border-top: 1px solid #666;
	color: #a1a0a0;
	font-size: 10px;
}
#footer .fpadd{ width: 960px; margin: 0 auto; }
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{ margin: 0 15px 0 0; color: #a1a0a0; text-decoration: none;}
#footer a:hover{ text-decoration: underline; }

h1
{
	font-weight:800;
	font-size:22px;
	padding-left:6px;
}

h2
{
	font-weight:400;
	font-size:18px;
}

h3
{
	font-weight:400;
	font-size:16px;
}

#commentform #author,#commentform #email,#commentform #url,#commentform textarea
{
	background:#fff;
	border:1px solid #333;
	padding:.2em;
}

#commentform textarea
{
	width:98%;
}

#commentlist li ul
{
	border-left:1px solid #717679;
	font-size:110%;
	list-style-type:none;
}

#commentlist li .avatar
{
	float:right;
	margin-right:25px;
	border:1px dotted #ccc;
	padding:2px;
}

#wp-calendar
{
	border:1px solid #BEEF5D;
	empty-cells:show;
	font-size:14px;
	width:90%;
	margin:5px auto 10px;
}

#wp-calendar a
{
	color:#000;
	display:block;
	text-decoration:none;
}

#wp-calendar #next a
{
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a
{
	padding-left:10px;
	text-align:left;
}

#wp-calendar a:hover
{
	background:#e0e6e0;
	color:#717679;
}

#wp-calendar caption
{
	color:#BEEF5D;
	font-size:14px;
	text-align:center;
}

#wp-calendar td
{
	color:#BEEF5D;
	font:normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing:normal;
	text-align:center;
	padding:2px 0;
}

#wp-calendar td.pad:hover
{
	background:#fff;
}

#wp-calendar td:hover,#wp-calendar #today
{
	background:#eee;
	color:#000;
}

#wp-calendar th
{
	font-style:normal;
	text-transform:capitalize;
}

p img
{
	max-width:100%;
	padding:0;
}

img.alignright
{
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft
{
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

.right ul li
{
	margin:0 10px;
}

.right ol li
{
	margin:0 20px;
}

img,.left ul li ul li,.left ul li ul li ul li
{
	border:0;
}



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

.subscribe{font-size: 14px; line-height: 20px; float: left; margin-top: 10px;}

.subscribe .text{ width: 215px; padding: 2px 5px; border: 1px solid #B3B3B3; text-transform: uppercase; height: 12px; font-size: 10px; color: #767676;  }

.subscribe .bttn{ width: 67px; height: 18px; background: url(/images/bttn_subscribe.png); border: 0; cursor: pointer; }

.related_posts
{
line-height:25px;
margin-bottom: 20px;
}

.related_posts li
{
list-style-type: square;
margin-left: 15px;
}

.tags {color: white;margin:0;width:630px;margin-top:10px; margin-bottom: 15px;}
.tags a
{
font-weight:bold;
text-decoration:none;
background:#FFCC00;
padding:4px 8px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-right:5px;
margin-top:5px;
display:inline-block;
}
.tags a:link
{
text-decoration: none;
}

.tags a:hover {background:white;}

.wp-caption {
font-size: 10.5px;
}

