/*   
Theme Name: Elegant Tonight
Theme URI: http://www.dxbseo.com
Description: A widget ready elegant theme with three columns suitable for magazines and everyday blogging.
Author: DXBSEO.com
Author URI: http://www.dxbseo.com
Tags: dark, theme settings, widgets, fixed width, three columns
.
General comments/License Statement if any.
.
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana, "ＭＳ Ｐゴシック",Arial, Tahoma, Helvetica, Helv, sans-serif;
	color: #282828;
	background: url(images/body.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #282828;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}
.hidden {
	display: none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 930px;
	margin: auto auto;
	text-align: left;
	position: relative;
}


/** BEGIN header **/
#header {
	height: 130px;
}
	#header .logo {
		margin: 26px 0px 0px 0px;
	}
	
	#header ul {
		list-style-type: none;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
		}
		#header ul li a {
			color: #aaaaaa;
			font-weight: bold;
			display: block;
			padding: 10px 10px 11px;
		}
		#header ul li a:hover {
			color: #ffffff;
			font-weight: bold;
			display: block;
			padding: 10px 10px 11px;
			background-color: #282828;
			text-decoration: none;
			border-top: thin #6a6a6a solid;
			border-left: thin #6a6a6a solid;
			border-right: thin #6a6a6a solid;
		}
		
	#header .ad {
		clear: both;
		padding-left: 500px;
		position: absolute;
		top: 70px;
		border: 0px;
	}
		#header .ad a {
			display: block;
			outline: none;
			width: 468px;
			height: 60px;
		}

	#header h1 {
		clear: both;
		padding-top: 25px;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			background: url(images/logo.gif) no-repeat 0 0;
			outline: none;
			width: 496px; height: 87px;
		}
/** END header **/

#body {
	background: url(images/wrapper.gif) repeat-y 610px 0;
}

#nav {
	width: 929px;
	height: 32px;
	padding: 1px 0px 0px 1px;
	overflow: hidden;
	background: url(images/bg_nav.gif) no-repeat 0px 1px;
}
#nav a,
#nav a:visited {
	font-weight: bold;
	color: #E8D1A0;
}
#nav a:hover {
	color: #FCD686;
	text-decoration: none;
}
#nav ul {
	height: 35px;
	padding: 0px;
	margin:	0px;
}
	#nav li {
		list-style-type: none;
		padding: 0px;
		margin:	0px;
		float:left;
	}
	#nav li.rss {
		float:right;
	}
	#nav li a {
		text-indent: -99999px;
		display: block;
		height: 35px;
		outline:	none;
	}
	#nav a#item1,
	#nav a#item1:visited {
		width: 								104px;
		background: 						url(images/btn_nav1.gif) no-repeat;
	}
	#nav a#item1:hover {
		background: 						url(images/btn_nav1_on.gif) no-repeat;
	}
	#nav a#item2,
	#nav a#item2:visited {
		width: 								134px;
		background: 						url(images/btn_nav2.gif) no-repeat;
	}
	#nav a#item2:hover {
		background: 						url(images/btn_nav2_on.gif) no-repeat;
	}
	#nav a#item3,
	#nav a#item3:visited {
		width: 								127px;
		background: 						url(images/btn_nav3.gif) no-repeat;
	}
	#nav a#item3:hover {
		background: 						url(images/btn_nav3_on.gif) no-repeat;
	}
	#nav a#item4,
	#nav a#item4:visited {
		width: 								102px;
		background: 						url(images/btn_nav4.gif) no-repeat;
	}
	#nav a#item4:hover {
		background: 						url(images/btn_nav4_on.gif) no-repeat;
	}
	#nav a#item5,
	#nav a#item5:visited {
		width: 								231px;
		background: 						url(images/btn_nav5.gif) no-repeat;
	}
	#nav a#item5:hover {
		background: 						url(images/btn_nav5_on.gif) no-repeat;
	}
	#nav a#item6,
	#nav a#item6:visited {
		width: 								98px;
		background: 						url(images/btn_nav6_on.gif) no-repeat;
	}
	#nav a#item6:hover {
		background: 						url(images/btn_nav6_on.gif) no-repeat;
	}
	#nav a#rss {
		width:								20px;
		margin:								5px 18px 0px 0px;
		background:						url(images/rss.gif) no-repeat;
	}


/** BEGIN content **/
#content {
	width: 610px;
	float: left;
}
	#content .post {
		width: 450px;
		clear: both;
		padding: 30px 25px 25px 25px;
		border-bottom: 1px solid #D4D3CF;
		margin: 0px 20px 0px 0px;
		overflow: hidden;
	}
		#content .post img {
			border: 1px #282828 dotted;
		}

		#content .post .l {
			font-family:Georgia, "Times New Roman", Times, serif;
			width: 450px;
			font-size: 0.93em;
			color: #808080;
		}
			#content .post .l p {				
				margin-bottom: 5px;
				padding: 0px 0px 8px 0px;
			}
			#content .post .l img {
				margin-bottom: 10px;
				width: 200px; height: auto;
			}
			#content .post .l a {
				color: #808080;
			}
		#content .post .r {
			width: 450px;
			overflow: hidden;
		}
			#content .post h2 {
				font-size: 2em;
				margin-bottom: 20px;
				color: #4C291C;
			}
				#content .post h2 a {
					color: #4C291C;					
				}
			#content .post .thumb {
				float: right;
				margin: 0px 0px 15px 20px;
			}
			#content .post p {
				margin-bottom: 15px;
				line-height: 1.7em;
			}
			#content .post p dl {
				margin: 0px;
			}
			#content .post .r .details {
				padding: 1px;
				border: 1px #6a6a6a dotted;
				float: right;
			}
			#content .post .r .details p {
				background: url(images/details_bg.gif) repeat-x 0 0;
				font-size: 0.8em;
				font-weight: bold;
				padding: 0 10px;
				margin: 0px;
				height: 29px;
			}
				#content .post .r .details p a {
					display: block;
					float: left;
					padding: 6px 0px 0px 0px;
					margin: 1px 0px 0px 0px;
				}
				#content .post .r .details p a.readmore {
					background: url(images/details_divide.gif) no-repeat right center;
					margin-right: 6px;
					padding-right: 8px;
				}
				
				.notfound {
					width: 450px;
					padding: 30px;	
				}
				.notfound h2 {
					font-size: 2em;
					margin-bottom: 20px;
					color: #4C291C;
				}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 318px;
	padding: 20px 0px 0px 0px;
	float: right;
}
	#sidebar a:hover {
		color: #000000;
}

	#sidebar #ad125x125 {
		text-align: center;
	}
		#sidebar #ad125x125 img {
			border: 0;
			margin: 5px;
		}
	#sidebar .box {
		background: url(images/horizontal.gif) repeat-x 0 bottom;
		margin-right: 3px;
		padding: 0px 15px 20px 15px;
	}
		#sidebar .banner {
			margin: 20px 0px 0px 0px;
		}
		#sidebar .box form {
			width: 283px;
			height: 30px;
			background: url(images/search.gif) no-repeat 0 0;
		}
			#sidebar .box form input {
				border: 1px solid #ffffff;
				margin: 6px;
				float: left;
				width: 207px;
			}
			#sidebar .box form button {
				float: left;
				width: 57px;
				height: 30px;
				text-indent: -9999px;
				border: 0;
				margin-left: 5px;
				background-color: transparent;
				cursor: pointer;
			}
		#sidebar .box h2 {
			font-size: 0.9em;
			font-weight: bold;
			color: #ffffff;
			text-transform: uppercase;	
			text-transform: uppercase;
			background-color: #581F1C;
			padding: 10px;
			margin: 20px 1px 0px 1px;
		}

		#sidebar .box ul {
			list-style-type: none;
			padding: 0px;
			margin: 0 1px;
		}
			#sidebar .box ul li {
				font-size: 0.9em;
				padding: 5px 0;
				background-color: #ffffff;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}

	#sidebar .l {
		width: 159px;
		float: left;
		padding-top: 10px;
	}
		#sidebar .l h2 {
			background-color: #282828;
			color: #ffffff;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 10px;
			margin: 0 4px;
		}
		#sidebar .l ul {
			list-style-type: none;
			margin: 0 2px 10px 4px;
		}
			#sidebar .l ul li {
				background-color: #ffffff;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}
			#sidebar .l ul li:hover {
				background-color: #D4D3CF;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}

	#sidebar .r {
		width: 159px;
		float: left;
		padding-top: 10px;
	}
		#sidebar .r h2 {
			background-color: #282828;
			color: #ffffff;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 10px;
			margin: 0 8px 0 2px;
		}
		#sidebar .r ul {
			list-style-type: none;
			margin: 0 8px 10px 2px;
		}
			#sidebar .r ul li {
				background-color: #ffffff;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}
			#sidebar .r ul li:hover {
				background-color: #D4D3CF;
				padding: 8px 10px;
				border-width: 0 1px 1px;
				border-style: solid;
				border-color: #D4D3CF;
			}

/** END sidebar **/

/** BEGIN footer **/
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	background: #4D2212 url(images/footer.gif) repeat-x 0 0;
	color: #FFFFFF;
	clear: both;
	font-size: 0.93em;
	padding: 35px 0px 30px 0px;
}

/** END footer **/

/** BEGIN misc **/
#postnav {
	width: 450px;
	padding: 20px 20px 40px 20px;
	overflow:hidden;
}
#postnav .left {
	float: left;
}
#postnav .right {
	float: right;
}
#content .post h3 {
	margin-bottom: 5px;
}
#content .post ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .post ul li {
	padding: 2px 0;
}
#content .post ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .post ol li {
	padding: 2px 0;
}
#content .post blockquote {
	padding-left: 10px;
	border-left: 2px solid #e0e0e0;
	font-style: italic;
	margin-left: 2px;
}
#comments {
	width: 450px;
	padding: 0px 25px 40px 25px;
}
	#comments h2 {
		font-weight: bold;
		font-size: 1.5em;
		color: #58291C;
		padding-top: 25px;
		margin-bottom: 20px;
	}
	#comments h2 span {
		font-weight: normal;
	}
	#comments textarea {
		width: 450px;
		border: 1px solid #CCCCCC;
		margin: 10px 0px 0px 0px;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	#comments .btn_submit {
		width: 88px;
		height:	27px;
		padding: 27px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
		display: block;
		text-indent: -99999px;
		background: url(images/btn_submit.gif) no-repeat;
		border: none;
		cursor: pointer;
	}
	#comments input {
		border: 1px solid #CCCCCC;
		padding: 3px;
		margin: 3px 0px 4px 0px;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.sdetails {
	font-size: 0.8em;
	padding-top: 20px;
	float: left;
}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}
	.sdetails a {
		color: #909090;
	}
	.sdetails a:hover {
		color: #282828;
	}
/** END misc **/


/* Begin Images */

.noimage img,
.noimage div,
.noimage dl,
.noimage .mceTemp {
	display: none;
	visibility:hidden;
}

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter,
dl.aligncenter {
	display: block;
	margin: 0px auto 15px auto;
	}

img.alignright,
dl.alignright {
	padding: 0px;
	margin: 5px 0px 15px 15px;
	display: inline;
	}

img.alignleft,
dl.alignleft {
	padding: 0px;
	margin: 5px 15px 15px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

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





.no_caption .wp-caption-text,
.no_caption .wp-caption-dd {
	display: none;
	}
.wp-caption-text,
.wp-caption-dd {
	text-align: center;
	}