/*
Theme Name: ExtremeMag Theme
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #2E3337;
	background: #E4E4E4 url(images/bg.gif) repeat 0 0;
}
a {
	color: #3888AB;
}
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 {
	width: 935px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN main **/
#main {
	padding-bottom: 30px;
}

#wrapper{
        width: 950px;
        margin: 0 auto;
        background-image: url(images/middle.jpg);
        background-position: center center;
        padding: 15px;
}
/** END main **/

	/** BEGIN header **/
	#header {
		height: 385px;
	}
		#header ul {
			clear: both;
			list-style-type: none;
		}
			#header ul li {
				float: left;
			}
		#header h1 {
			clear: both;
			text-transform: uppercase;
			font-size: 2.4em;
			padding: 32px 0;
		}
			#header h1 a {
				color: #000000;
				text-decoration: none;
			}
		#header .pages {
			height: 30px;
			overflow: hidden;
width: 80%;
margin-right: auto;
margin-left: auto;
		}
			#header .pages li {
				font-size: 0.9em;
				text-transform: uppercase;
				font-weight: bold;
				padding: 9px 25px 9px 0;
			}
			#header .pages li a {
				text-decoration: none;
				color: #000000;
			}
			#header .pages li a:hover {
				text-decoration: underline;
			}
		#header .categories {
			height: 45px;
			overflow: hidden;
                        
		}
			#header .categories li {
				font-size: 0.9em;
				text-transform: uppercase;
				font-weight: bold;
				padding: 8px 8px 0px;
                                text-align: center;
			}
			#header .categories li a {
				color: #2E3337;
				text-decoration: none;
                                text-align: center;
			}
			#header .categories li a:hover {
				color: #26759A;
				text-decoration: underline;
                                text-align: center;
			}
	/** END header **/
	
	/** BEGIN content **/
	#content {
		width: 580px;
		float: left;
		padding-top: 0px;
	}
		#content .featured {
			margin-bottom: 20px;
			background-color: #ffffff;
			padding: 35px;
			position: relative;
                        border-color: #ccccce;
                        border-style: solid;
                        border-width: 1px 1px;
		}
		#content .featured h3 {
			position: absolute;
			top: 20px; left: -14px;
			background: url(images/date.png) no-repeat 0 0;
			font-size: 0.9em;
			text-transform: uppercase;
			color: #ffffff;
			font-family: Verdana;
			width: 98px; height: 28px;
			text-align: center;
			padding-top: 8px;
			z-index: 99;
		}
		#content .featured .buffer {
			width: 510px; height: 320px;
			overflow: hidden;
		}
			#content .featured img {
				width: 510px;
			}
			#content .featured .main {
				width: 510px; height: 320px;
				overflow: hidden;
				position: relative;
			}
				#content .featured .main .text {
					position: absolute;
					bottom: 0;
					padding: 10px;
					color: #ffffff;
					font-family: Arial;
					background: url(images/shade.png);
				}
					#content .featured .main .text h2 {
						font-size: 2.5em;
						margin-bottom: 5px;
					}
						#content .featured .main .text h2 a {
							color: #ffffff;
							text-decoration: none;
						}
					#content .featured .main .text p {
						line-height: 1.6em;
					}
		#content .post {
			width: 260px;
			float: right;
			background-color: #ffffff;
			padding: 10px;
			margin-bottom: 15px;
			font-family: Arial;
			position: relative;
                        border-color: #ccccce;
                        border-style: solid;
                        border-width: 1px 1px;
		}
			#content .l {
				float: left;
				clear: both;
			}
			#content .post h2 {
				font-size: 1.6em;
				margin-bottom: 5px;
				padding: 0 10px;
			}
				#content .post h2 a {
					color: #222222;
					text-decoration: none;
				}
			#content .post .continue {
				text-align: right;
				font-family: Verdana;
				margin-top: 10px;
				padding: 0 10px;
			}
				#content .post .continue a {
					text-decoration: none;
					font-size: 0.9em;
					text-transform: uppercase;
				}
			#content .post p {
				line-height: 1.6em;
				color: #89898C;
				padding: 0 10px;
			}
			#content .post .thumb {
				padding: 5px;
				border: 1px solid #eeeeee;
				margin-bottom: 10px;
			}
				#content .post .thumb a {
					display: block;
					width: 245px; height: 105px;
					overflow: hidden;
				}
			#content .post h3 {
				position: absolute;
				top: 10px; left: -14px;
				background: transparent;
				font-size: 0.9em;
				text-transform: uppercase;
				color: transparent;
				font-family: Verdana;
				width: 98px; height: 28px;
				text-align: center;
				padding-top: 8px;
			}
		#content .postnav {
			clear: both;
			padding: 20px 0;
			text-transform: uppercase;
			font-size: 0.9em;
			font-weight: bold;
		}
			#content .postnav a {
				text-decoration: none;
			}
	/** END content **/
	
	/** BEGIN sidebar **/
	#sidebar {
		width: 330px;
		float: right;
		padding-top: 0px;
                align: center;
	}
		#sidebar .box {
			background-color: #FAFAFA;
			border-width: 1px 1px 1px;
			border-style: solid;
			border-color: #CCCCCE;
			padding: 15px;
		}
			#sidebar .box h2 {
				font-size: 0.9em;
				text-transform: uppercase;
				margin-bottom: 10px;
			}
			#sidebar .box .ads {
				text-align: left;
			}
				#sidebar .box .ads img {
					margin: 5px;
				}
			#sidebar .box .buttonimg {
				text-align: center;
			}
			#sidebar .box .buttontext {
				background-color: #FAFAFA;
			        border-width: 1px 1px 1px;
			        border-style: solid;
			        border-color: #CCCCCE;
			        padding: 15px;
			}
			#sidebar .box form {
				width: 296px; height: 36px;
				background: url(images/search.gif) no-repeat 0 0;
				margin-bottom: 10px;
			}
				#sidebar .box form input {
					border: 0;
					background-color: transparent;
					width: 285px;
					margin: 10px 5px 0;
				}
				#sidebar .box form button {
					display: none;
				}
			#sidebar .box ul {
				list-style-type: none;
			}
				#sidebar .box ul li {
					line-height: 1.6em;
					padding: 5px;
				}
				#sidebar .box ul li a {
					font-weight: bold;
				}
		#sidebar .divided {
			background-color: #FAFAFA;
			border: 1px solid #CCCCCE;
		}
			#sidebar .divided .l {
				float: left;
				width: 130px;
				padding: 15px;
			}
			#sidebar .divided .r {
				float: right;
				width: 130px;
				padding: 15px;
			}
			#sidebar .divided h2 {
				font-size: 0.9em;
				text-transform: uppercase;
				margin-bottom: 10px;
			}
			#sidebar .divided ul {
				list-style-type: none;
				margin-bottom: 20px;
			}
				#sidebar .divided ul li {
					line-height: 1.6em;
					padding: 5px;
				}
				#sidebar .divided ul li a {
					color: #222222;
					text-decoration: none;
				}
				#sidebar .divided ul li a:hover {
					text-decoration: underline;
					color: #496A72;
				}
	/** END sidebar **/

/** BEGIN middle **/
#middle {
	clear: both;
	background-color: transparent;
	color: #000000;
	padding: 20px 0;
}
	#middle h2 {
		font-size: 1.1em;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	#middle .flickr {
		float: left;
		width: 310px;
	}
		#middle .flickr h2 {
			padding-left: 7px;
		}
		#middle .flickr img {
			margin: 7px;
			border: 5px solid #000000;
		}
	#middle .tags {
		float: left;
		width: 275px;
		margin: 0 30px;
	}
		#middle .tags .tagcloud {
			margin-bottom: 30px;
		}
		#middle .tags .tagcloud a {
			color: #000000;
			text-decoration: none;
		}
		#middle .tags .tagcloud a:hover {
			color: #26759A;
		}
		#middle .tags p {
			line-height: 1.6em;
			margin-bottom: 10px;
			font-family: Arial;
		}
	#middle .recent {
		float: left;
		width: 230px;
	}
		#middle .recent ul {
			list-style-type: none;
		}
			#middle .recent ul li {
				font-weight: bold;
				line-height: 1.6em;
				padding: 2px 0;
				font-family: Arial;
			}
/** END middle **/

/** BEGIN footer **/
#footer {
	background-color: transparent;
	color: transparent;
	font-size: 0.9em;
	padding: 15px 0;
	height: 20px;
}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
	#footer a {
		color: transparent;
		text-decoration: none;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#content .single {
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 15px;
	font-family: Arial;
        border-color: #ccccce;
        border-style: solid;
        border-width: 1px 1px;
}
	#content .single a {
		text-decoration: none;
	}
	#content .single h2 {
		font-size: 2em;
		margin-bottom: 10px;
	}
	#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.5em !important;
	}
	#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 **/