/*
Theme Name: bedroombanter
Theme URI: http://www.dizzain.com/blog_customization/
Description: bedroombanter theme for WordPress.
Version: 1.0
Author: Dizzain.com
Author URI: http://www.dizzain.com

*/

 /*Reset Css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:Arial, serif;
	font-size:14px;
	background-color:#ebfaba;
	color:#463b34;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color:#FF6B1A;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


.fl_l {
	float:left;
}

.fl_r {
	float:right;
}

/*
	Background
*/

#back .left, #back .right {
	height: 120%;
	left: 0;
	position: absolute;
	width: 51%;
}

	#back .right {
		right: 0;
		left: auto;
	}

		#back .left {
			background: url("images/back_left.gif") 0 0 repeat-x;
		}

		#back .right {
			background: url("images/back_right.gif") 0 0 repeat-x;
		}

/* Begin Structure */

#page {
	background:url(images/header.jpg) center top no-repeat;
	position:relative;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

	#header {
		height:230px;
		position:relative;
	}
	
	#rss {
		position:absolute;
		top:64px;
		left:878px;
		height:63px;
		width:67px;
		text-decoration:none;
		display:block;
	}
	
		#rss span {
			position:absolute;
			top:0;
			left:0;
			height:100%;
			width:100%;
			display:block;
			background:url(images/header.jpg) -943px 64px no-repeat;
		}
	
	#logo {
		position:absolute;
		top:64px;
		left:40px;
		height:79px;
		font-size:10px;
		width:206px;
	}
	
		#logo a {
			display:block;
			text-decoration:none;
			text-transform:uppercase;
			height:100%;
			width:100%;
			color:#000;
			font-weight:bold;
		}
		
			#logo a span {
				background:url(images/header.jpg) -380px -64px no-repeat;
				width:100%;
				height:100%;
				position:absolute;
				top:0;
				left:0;
				display:block;
			}

		ul#main_nav {
			position:absolute;
			top:102px;
			left:603px;
		}
		
			ul#main_nav li {
				display:inline-block;
				background:url(images/nav_lst.gif) left 11px no-repeat;
				padding:0 8px 0 8px;
				line-height:30px;
				height:30px;
			}
			
			ul#main_nav li.home {
				background:none;
				padding:0 8px 0 0;
			}
			
				ul#main_nav li a {
					font-size:26px;
					font-weight:bold;
					color:#463b34;
					text-decoration:none;
				}
				
				ul#main_nav li a:hover {
					text-decoration:none;
					color:#fff8e0;
				}
				
				ul#main_nav li.current_page_item a, body.home ul#main_nav li.home a {
					color:#fff8e0;
				}
				
	#content_container {
		overflow:auto;
	}
				
		.post {
			padding:25px 0 10px;
			background:url(images/post_bottom.png) left bottom no-repeat;
		}
		
			.post a {
				color:#463b34;
				text-decoration:underline;
			}
			
			.post a:hover {
				text-decoration:noneS;
			}
				
				.entry {
					font-size:14px;
					line-height:20px;
				}
				
				.entry p {
					padding:10px 0 0;
				}
				
				.entry img {
					border:solid 10px #dbe290;
				}
				
		.posmeta_bottom {
			padding:12px 0 0 18px;
			margin-top:17px;
			background:url(images/postmeta_bottom.gif) left top repeat-x;
		}
		
			.posmeta_bottom p.comments {
				display:inline-block;
				background:url(images/comments.gif) left top no-repeat;
				padding:4px 0 8px 36px;
				vertical-align:top;
			}
			
			body ul.addtoany_list {
				vertical-align:top;
				padding-top:4px  !important;
				height:16px;
			}
				
		#content {
			width:520px;
			float:left;
		}
		
		#sidebar {
			width:398px;
			float:right;
			padding:45px 0 0;
		}
		
		#sidebar a {
			color:#ff6b1a;
			text-decoration:underline;
		}
		
		#sidebar h2 {
			font-size:21px;
			color:#463b34;
			text-transform:uppercase;
			line-height:45px;
			letter-spacing:-0.5px;
		}
		
		#sidebar a:hover {
			text-decoration:none;
		}
		
		#sidebar ul li.banners {
			padding:0 0 20px 0;
		}
		
		#sidebar ul li.banners a img {
			margin-top:5px;
			border:solid 1px #FFF;
		}
		
		#sidebar ul li.widget {
			display:inline-block;
			width:192px;
			vertical-align:top;
			padding:0 0 20px 4px;
		}
		
			#sidebar ul li.widget ul li {
				display:block;
				padding:6px 0 6px 9px;
				background:url(images/sidebar_lst.gif) 0 14px no-repeat;
			}
			
		#sidebar ul li#text-4 div div, #sidebar ul li#text-3 div {
			height:25px;
			width:162px;
			background:url(images/form.png) 0 0 no-repeat;
			padding-left:22px;
		}
		
			#sidebar ul li#text-4 div div input, #sidebar ul li#text-3 div input {
				background:none;
				border:none;
				padding-top:3px;
				width:101px;
			}
			
			#sidebar ul li#text-4 div div #s, , #sidebar ul li#text-3 div #email_field {
				width:101px;
			}
			
			#sidebar ul li#text-4 div div #searchsubmit, #sidebar ul li#text-3 div .inp_s {
				width:30px;
				cursor:pointer;
			}

.wp-polls .buttons {
	background:url(images/vote.png) 0 0 no-repeat;
	height:32px;
	width:69px;
	border:solid 1px #eafabc;
	cursor:pointer;
}

body .wp-polls-ul {
	margin:0 0 10px 0px;
}

#sidebar ul li .wp-polls ul li {
	background:none;
	padding-left:0px;
}

.wp-polls .question {
	font-size:13px;
	font-weight:bold;
}

.clear {
	clear: both;
}


#footer {
	height:44px;
	background:url(images/footer.png) 10px bottom no-repeat;
	position:relative;
	padding:180px 0 0 47px;
	color:#FFF;
	font-size:13px;
	line-height:18px;
	}
	
	#footer a {
		text-decoration:underline;
		color:#FFF;
	}
	
	#footer .fl_r a {
		color:#ff6b1a;
	}
	
	#footer .fl_r {
		color:#463b34;
	}

#footer p {
	
	}
/* End Structure */



/*	Begin Headers */
.entry h1 {
	font: normal 22px/26px Georgia, Verdana, Tahoma;
	margin: 5px 0;
}

.entry h2 {
	font: normal 20px/26px Georgia, Verdana, Tahoma;
	margin: 5px 0;
}

.entry h3 {
	font: normal 18px/20px Georgia, Verdana, Tahoma;
	margin: 5px 0;
}

.entry h4 {
	font: normal 16px/20px Georgia, Verdana, Tahoma;
	margin: 5px 0;

}

.entry h5 {
	font: normal 15px/18px Georgia, Verdana, Tahoma;
	margin: 5px 0;

}

.entry h6 {
	font: normal 14px/16px Georgia, Verdana, Tahoma;
	margin: 10px 0;

}

.pagetitle {
	color:#131313;
	font-size:25px;
	font-weight:bold;
	padding:20px 0 20px 28px;
	position:relative;
}

div.posttitle {
	background:url(images/date.png) 0 0 no-repeat;
	position:relative;
	padding:0 0 0 126px;
	min-height:108px;	
}

div.posttitle h2 {
	font-size:29px;
	font-weight:bold;
	color:#463b34;
	text-decoration:none;
	padding:10px 0 5px;
}

div.posttitle h2 a{
	font-size:29px;
	font-weight:bold;
	color:#463b34;
	text-decoration:none;
}

div.posttitle h2 a:hover {
	color:#fff8e0;
}

	div.posttitle h5 {
		font-size:55px;
		height:27px;
		position:absolute;
		left:30px;
		width:80px;
		text-align:center;
		top:-3px;
	}
	
	div.posttitle .date {
		font-size:65px;
		height:23px;
		top:36px;
		left:34px;
		font-size:30px;
		font-family:Georgia, serif;
		position:absolute;
		display:block;
		height:32px;
		width:60px;
		text-align:center;
	}
	
	div.posttitle p {
		display:inline-block;
	}
	
	div.posttitle .postmetadata {
		line-height:20px;
	}
	
	div.posttitle .postmetadata img {
		margin:0 3px 0 2px;
		position:relative;
		top:4px;
	}

	
/* End Headers */

/* Begin Tables*/

.entry table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #a2bf46;
	border-collapse: collapse;
	margin: 5px 0;
}

	.entry table.full {
		width: 100%;
	}

.entry table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #a2bf46;
}

.entry table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #a2bf46;
}

/*End Tables*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

.entry ul {
	list-style:disc outside;
	margin-left:14px;
	}

.entry li {
	margin: 7px 0 8px 0;
	}

	.entry ul li ul {
		list-style:circle outside;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	list-style-type:decimal;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry ol li ol {
	list-style-type:lower-alpha;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */

#respond {
	padding:31px 0 20px;
}

	#respond h3 {
		padding:0 0 10px 27px;
		font-size:18px;
	}

	#respond p {
		padding:5px 0 5px 27px;
		font-size:13px;
	}
	
		#respond p label {
			display:block;
			float:left;
			width:57px;
			line-height:26px;
		}

		#respond p span {
			padding-left:5px;
			font-size:10px;
		}
		
		#respond p input.inp_t {
			height:19px;
			width:246px;
			border:solid 1px #a2bf46;
			background-color:#ebfaba;
			padding:3px 0 3px 2px;
		}
		
		#respond p textarea {
			width:476px;
			height:204px;
			border:solid 1px #a2bf46;
			background-color:#ebfaba;
		}
		
		#respond div {
			text-align:right;
			width:505px;
		}
		
			#respond div p {
				padding:0 0 0 9px;
			}
			
	#respond .submit_btn input {
		border:solid 1px #a2bf46;
		background-color:#ebfaba;
		cursor:pointer;
	}

/* End Form Elements */



/* Begin Comments*/
#comments {
	font-size:18px;
	letter-spacing:-0.5px;
	padding:20px 0 20px 26px;
}


.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 5px 50px 10px 28px;
	list-style: none;
	}
	
.commentlist li.odd {
	background-color:#eeeddc;
}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

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

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.navigation.comments {
	height:60px;
	margin-bottom:0;
	background:transparent url(images/post/post_line.gif) repeat-x scroll 0 bottom;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #bdd377;
	text-align: center;
	background-color: #e9f3ca;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


