/*
Theme Name: Dashboard Magazine
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #222222;
	background: #E4E4E4 url(images/background.gif) repeat-x 0 0;
}
a {
	color: #C0C743;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
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, .wrapper {
	width: 950px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 100px;
}
	#header ul {
		list-style-type: none;
		float: right;
		padding-top: 40px;
	}
		#header ul li {
			float: left;
			font-size: 1.1em;
			padding-left: 40px;
			font-family: Verdana;
		}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
		}
		#header ul li a:hover {
			text-decoration: underline;
		}
	#header h1 {
		float: left;
		padding-top: 25px;
	}
		#header h1 a {
			display: block;
			width: 303px; height: 90px;
			background: url(images/logo.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}
/** END header **/

/** BEGIN featured **/
#featured {
	height: 298px;
	padding: 32px 0 25px;
}
	#featured .featured {
		float: left;
		background: url(images/featured.gif) no-repeat 0 0;
		width: 597px; height: 262px;
		padding: 8px 0 0 60px;
		position: relative;
	}
	#featured .buffer {
		width: 532px; height: 251px;
		overflow: hidden;
	}
		#featured .featured .thumb {
			width: 532px; height: 251px;
			text-align: center;
		}
		#featured .featured .thumb img {
			width: 532px;
		}
	#featured ul {
		list-style-type: none;
		float: left;
		padding: 10px 0 0 0;
	}
		#featured ul li {
			color: #ffffff;
			text-transform: uppercase;
			font-family: Verdana;
			font-size: 0.9em;
			padding: 10px 0 30px 70px;
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		#featured ul .r { background-image: url(images/rss.png); }
		#featured ul .t { background-image: url(images/twitter.png); }
		#featured ul .f { background-image: url(images/facebook.png); }
		#featured ul li h2 {
			font-size: 1.2em;
		}
		#featured ul li a {
			color: #ffffff;
			text-decoration: none;
		}
/** END featured **/

/** BEGIN content **/
#content {
	width: 640px;
	float: left;
}
	#content .post {
		clear: both;
		background-color: #ffffff;
		margin-bottom: 20px;
	}
		#content .post .content {
			padding: 15px;
		}
		#content .post .thumb {
			float: left;
			border: 5px solid #E4E4E4;
			margin-right: 20px;
		}
		#content .post h2 {
			font-size: 2em;
			font-weight: normal;
			margin-bottom: 10px;
		}
			#content .post h2 a {
				text-decoration: none;
				color: #222222;
			}
		#content .post .details1 {
			color: #808080;
			margin-bottom: 15px;
		}
			#content .post .details1 a {
				color: #808080;
				text-decoration: none;
			}
			#content .post .details1 .author {
				padding: 0 10px 2px 24px;
				background: url(images/author.gif) no-repeat 0 0;
				float: left;
			}
			#content .post .details1 .date {
				padding: 2px 0 2px 24px;
				background: url(images/date.gif) no-repeat 0 0;
			}
		#content .post .details2 {
			clear: both;
			height: 17px;
			background: url(images/post.gif) repeat-x 0 bottom;
			padding: 12px;
		}
			#content .post .details2 a {
				text-decoration: none;
			}
			#content .post .details2 .l {
				float: left;
				padding-left: 24px;
				background: url(images/category.gif) no-repeat 0 0;
			}
			#content .post .details2 .r {
				float: right;
				padding-left: 24px;
				background: url(images/tags.gif) no-repeat 0 0;
			}
		#content .post p {
			line-height: 1.6em;
		}
	#content .postnav {
		padding: 20px 0;
	}
		#content .postnav a {
			text-decoration: none;
			color: #222222;
			font-size: 0.9em;
			text-transform: uppercase;
			font-weight: bold;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
}
	#sidebar .box {
		background: #ffffff url(images/sidebox.gif) repeat-x 0 0;
		padding: 10px 15px 10px 15px;
		margin-bottom: 15px;
	}
		#sidebar .box h2 {
			padding: 5px 0 12px;
			margin-bottom: 15px;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: normal;
			text-transform: uppercase;
		}
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {
				font-family: Verdana;
				padding: 7px 7px 7px 10px;
				border: 1px solid #EEEEEE;
				background-color: #fafafa;
				margin-bottom: 10px;
			}
			#sidebar .box ul li a {
				text-decoration: none;
				color: #222222;
			}
		#sidebar .box .navigation {
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: normal;
			text-transform: uppercase;
			list-style-type: none;
			height: 31px;
			background: url(images/pointer.gif) no-repeat 20px bottom;
		}
			#sidebar .box .navigation li {
				float: left;
				padding: 0 15px 0 0;
				background-color: transparent;
				font-family: Verdana;
				border: 0;
				padding: 5px 10px 13px 0;
			}
			#sidebar .box .navigation li a {
				text-decoration: none;
				color: #222222;
			}
		#sidebar .box .multilist {
			padding-top: 15px;
		}
			#sidebar .box .multilist ul {
				list-style-type: none;
			}
				#sidebar .box .multilist ul li {
					line-height: 1.6em;
					padding: 5px 0;
					border: 0;
					background-color: transparent;
				}
				#sidebar .box .multilist ul li a {
					font-weight: bold;
					color: #C0C743;
					text-decoration: underline;
				}
			#sidebar .box .multilist div {
				padding: 10px 10px 5px;
			}
				#sidebar .box .multilist div a {
					color: #222222;
					text-decoration: none;
				}
				#sidebar .box .multilist div a:hover {
					color: #C0C743;
				}
		#sidebar .box .ads {
			text-align: center;
		}
			#sidebar .box .ads img {
				margin: 0 3px 6px 3px;
			}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 2px;
			}
	#recent { display: none; }
	#comments { display: none; }
	#tags { display: none; }
/** END sidebar **/

/** BEGIN footer 1 **/
#footer1 {
	clear: both;
	padding: 20px 0;
}
	#footer1 .widget {
		float: left;
		width: 300px;
	}
	#footer1 .c {
		margin: 0 25px;
	}
		#footer1 .widget h2 {
			background-color: #2d2c2c;
			color: #ffffff;
			font-size: 1em;
			text-transform: uppercase;
			float: left;
			padding: 10px 15px;
			margin-bottom: 10px;
		}
	#footer1 .widget .box {
		clear: both;
		border: 5px solid #D5D4D4;
		background-color: #EDEDED;		
	}
	#footer1 .widget p {
		line-height: 1.6em;
		padding: 5px 0;
	}
	#footer1 .widget .buffer {
		padding: 15px;
	}
	#footer1 .widget ul {
		list-style-type: none;
	}
		#footer1 .widget ul li {
			line-height: 1.5em;
			padding: 6px 15px;
			border-bottom: 1px solid #D6D5D5;
			border-top: 1px solid #ffffff;
		}
		#footer1 .widget ul li a {
			text-decoration: none;
			color: #222222;
		}
/** END footer 1 **/

/** BEGIN footer 2 **/
#footer2 {
	clear: both;
	background-color: #2d2c2c;
	color: #ffffff;
	font-family: Verdana;
	padding: 30px 0 40px;
}
	#footer2 .l {
		float: left;
	}
	#footer2 .r {
		float: right;
	}
	#footer2 a {
		color: #ffffff;
	}
/** END footer2 **/

/** BEGIN miscellaneous **/
#content .single {
	padding: 20px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #eeeeee;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments-box {
	padding-top: 40px;
}
	#comments-box a {
		text-decoration: none;
	}
	#comments-box h2 {
		font-size: 1.2em;
	}
	#comments-box p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments-box .children li {
		padding: 10px;
	}
	#comments-box form {
		
	}
	#comments-box form p {
		margin-bottom: 5px;
	}
		#comments-box form input {
			margin-right: 5px;
		}
		#comments-box form input, textarea {
			border: 1px solid #e0e0e0;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments-box form input {
			width: 240px;
			border: 1px solid #e0e0e0;
		}
		#comments-box form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #e0e0e0;
		}
		#comments-box form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.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 !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments-box ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments-box .buffer {
		padding: 10px;
	}
	#comments-box ol li {
		margin-bottom: 10px;
	}
	#comments-box ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments-box ol li .avatar {
		float: right;
	}
	#comments-box ol li .comment-author {
		
	}
		#comments-box ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments-box ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments-box ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments-box .children {
		list-style-type: none;
	}
#comments-box .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments-box .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #eeeeee;
	}
	#comments-box .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments-box .says {
	display: none;
}
/** END wordpress 2.7 comments **/
