/*
Theme Name: ThemePresso Delight
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px Verdana;
	color: #333333;
	background: #E3E3E3 url(images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 195px;
	color: #ffffff;
}
	#header ul {
		list-style-type: none;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			padding: 8px 12px;
			letter-spacing: -1px;
		}
		#header ul li a {
			color: #ffffff;
		}
	#header ol {
		list-style-type: none;
		padding-top: 24px;
	}
		#header ol li {
			float: left;
			padding: 10px;
		}
		#header ol li a {
			color: #CCCCCC;
		}
	#header .logo {
		clear: both;
		position: relative;
	}
		#header .logo h1 {
			font-size: 0;
			padding: 28px 10px 0;
		}
		#header .logo h1 a {
			display: block;
			outline: none;
			width: 535px; height: 82px;
			text-indent: -9999px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
		#header .logo p {
			position: absolute;
			top: 80px; left: 130px;
			font-size: 1.2em;
		}
	#header .ad468x60 {
		float: right;
	}
	#header {
		
	}
/** END header **/

/** BEGIN body **/
#body {
	
}
/** END body **/

/** BEGIN content **/
#content {
	width: 682px;
	float: left;
	padding: 10px 0 20px;
}
	#content p {
		margin-bottom: 10px;
	}
	#content h3 {
		margin-bottom: 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#content blockquote {
		margin-bottom: 10px;
		padding: 10px 20px 0;
		background-color: #EEEEEE;
		border: 1px solid #CCCCCC;
		font-weight: bold;
		font-style: italic;
		margin: 0 20px 10px;
	}
	#content ul {
		margin: 0 0 10px 18px;
	}
	#content ol {
		margin: 0 0 10px 16px;
		padding-left: 10px;
	}
	#content li {
		padding: 2px 0;
	}
	#content .post {
		border: 1px solid #CCCCCC;
		padding: 10px 10px 0;
		background-color: #ffffff;
		margin-bottom: 10px;
	}
		#content .post .details {
			background-color: #EEEEEE;
			border-top: 1px solid #CCCCCC;
			margin: 0 -10px;
			padding: 10px;
			clear: both;
		}
			#content .post .details p {
				margin-bottom: 0;
			}
			#content .post .details a {
				text-decoration: none;
			}
		#content .post .date {}
			#content .post .date a {
				text-decoration: none;
			}
		#content .post h2 {
			font-size: 2.2em;
			font-family: "Trebuchet MS";
		}
			#content .post h2 a {
				text-decoration: none;
			}
		#content .post .comments a {
			padding-left: 14px;
			margin-left: 10px;
			background: url(images/comments.gif) no-repeat 0 2px;
		}
		#content .post a {
			text-decoration: underline;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 282px;
	float: right;
	padding: 10px 0 20px;
}
	#sidebar a {
		color: #333333;
	}
	#sidebar h2 {
		font-size: 1em;
		text-transform: uppercase;
		background-color: #666666;
		padding: 5px;
		color: #ffffff;
		margin-bottom: 5px;
	}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 4px 10px 4px 20px;
			font-size: 1.1em;
			font-family: Arial;
			background: url(images/bullet.gif) no-repeat 4px 8px;
		}
	#sidebar .l {
		float: left;
		width: 136px;
	}
	#sidebar .r {
		float: right;
		width: 136px;
	}
		#sidebar .l ul li, #sidebar .r ul li {
			padding-left: 10px;
			background: none;
		}
	#sidebar form {
		background: #ffffff url(images/search.gif) no-repeat 5px 5px;
		border: 1px solid #CCCCCC;
		padding: 5px;
		height: 23px;
		margin-bottom: 10px;
	}
		#sidebar form input {
			float: left;
			border: 0;
			background-color: transparent;
			width: 235px;
			margin: 4px 6px 0 3px;
		}
		#sidebar form button {
			float: left;
			border: 0;
			text-indent: -9999px;
			width: 25px; height: 23px;
			background-color: transparent;
		}
	#sidebar .box {
		background-color: #ffffff;
		border: 1px solid #CCCCCC;
		margin-bottom: 10px;
		padding: 5px;
	}
	#sidebar .ads {
		text-align: center;
	}
		#sidebar .ads img {
			margin: 3px;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	background-color: #393A35;
	color: #ffffff;
	padding: 15px 10px;
}
	#footer a {
		color: #ffffff;
	}
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	padding-top: 10px;
}
	.postnav a {
		border: 1px solid #cccccc;
		padding: 3px 8px;
		color: #999999;
		background-color: #ffffff;
	}
	.postnav a:hover {
		border: 1px solid #000000;
		color: #000000;
		text-decoration: none;
	}
#comments {
	padding: 0 10px 10px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.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;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 25px 0;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
/** END wordpress 2.7 comments **/
