/*
Theme Name: Dasli - Bazar -
Description: Tema desenvolvido para Dasli - Bazar -
Author: Felipe Ginja/Thiago Borba
Version: 1.6
*/

body,html{
	background-image:url(./images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#a9a9a9;
}

#header{
	height:260px;
	margin-bottom:90px;
	text-align:center;
}

#geral{
	width:980px;
	margin:auto;
}

#content{
	width:534px;
	margin:auto;
	float:left;
}

#menu{
	width:400px;
	float:right;
}

#footer{
	background-color:#e9e9e9;
	color:#666666;
	font-size:14px;
	padding:14px 20px;
	width:65%;
	text-transform:uppercase;
	opacity:0.46;
	-moz-opacity: 0.46;
	filter: alpha(opacity=46);
	text-align:right;
	margin-top:65px;
	clear:both;
}

.post{
	margin-bottom:51px;
}

.post img{
	background-color:#d0cfcf;
	background-image:url(images/bg_photos.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:8px;
	padding-bottom:58px;
}

.storydate{
	background-image:url(images/bg_storydate.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:41px;
	height:60px;
	text-align:center;
	color:#FFF;
	padding-top:6px;
}

.storydate .day{
	width:41px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.storydate .month{
	width:41px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

.storydate .year{
	margin-top:4px;
	width:41px;
	text-align:center;
	font-size:10px;
}

.storyheader{
	margin-left:50px;
}

.storytitle{
	font-size:18px;
	font-weight:bold;
	border-bottom:#514d4d 2px solid;
	padding:5px 0px;
}

.storytitle a{
	color:#514d4d;
	text-decoration:none;
}

.storycontent{
	clear:left;
	width:534px;
}

.meta{
	color:#909090;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px 0px;
}

.tags{
	padding:2px 0px;
	border-bottom:#dadada 2px solid;
}

.tags a{
	text-decoration:none;
	color:#a2a2a2;
}

.tags b{
	color:#555555;
}

.header{
	color:#555555;
	font-size:19px;
	padding:5px 10px;
	background-image:url(images/bg_header.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	font-weight:normal;
}

#categories{
	color:#7c7c7c;
	font-size:11px;
	font-weight:bold;
}

.cat{
	background-image:url(images/point.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	width:40%;
	padding:12px 0px;
	padding-left:15px;
}

.cat a{
	color:#7c7c7c;
	text-decoration:none;
}

#tagcloud{
	background-image:url(images/bg_tagcloud.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:158px;
	clear:both;
	padding:0px 30px;
	padding-top:30px;
}

#tagcloud a{
	color:#514d4d;
	text-decoration:none;
}

#lastcomments{
	padding-top:30px;
}

.lcomment{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#555555 1px solid;
}

.lcomment a{
	color:#a9a9a9;
}

.widget{
	padding-top:30px;
}

input{
	width:200px;
	border:#a9a9a9 2px solid;
	color:#514d4d;
}

textarea{
	width:400px;
	border:#a9a9a9 2px solid;
	color:#514d4d;
}

.submit{
	color:#514d4d;
	border:0px;
	background-color:#cccccc;
	padding:5px 10px;
	width:100px;
}

.searchinput{
	width:200px;
}
.searchbutton{
	width:40px;
	border:0px;
	background-color:transparent;
}

.blogroll a{
	color:#a9a9a9;
}

.wpsb_form_radio{
	width:auto;
}