/*
Theme Name: Core Magazine
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #636363;
	background: #f2f2f2 url(images/background.gif) repeat-x 0 0;
}
a {
	color: #4a79a5;
}
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 header **/
#header {
	height: 224px;
}
	#header ul {
		list-style-type: none;
		float: left;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			padding: 18px 10px;
		}
		#header ul li a {
			color: #636363;
			text-decoration: none;
		}
		#header ul li a:hover {
			text-decoration: underline;
		}
	#header .rss {
		float: right;
	}
	#header .links {
		float: right;
		font-size: 0.9em;
		padding: 18px 10px;
	}
		#header .links a {
			margin: 0 8px;
			color: #636363;
			text-decoration: none;
		}
		#header .links a:hover {
			color: #4a79a5;
		}
	#header .rss {
		display: block;
		width: 37px; height: 38px;
		background: url(images/rss.gif) no-repeat 0 0;
		text-indent: -9999px;
		margin-top: 5px;
	}
	#header .logo {
		float: left;
	}
		#header .logo h1 {
			padding-top: 60px;
		}
			#header .logo h1 a {
				display: block;
				text-indent: -9999px;
				width: 386px; height: 48px;
				background: url(images/logo.gif) no-repeat 0 0;
			}
		#header .logo p {
			color: #ffffff;
			text-transform: uppercase;
			font-size: 0.9em;
			padding-top: 10px;
		}
	#header .twitter {
		float: right;
		width: 255px;
		color: #ffffff;
		font-size: 0.9em;
		padding: 90px 10px 10px 10px;
		background: url(images/twitter.gif) no-repeat 0 30px;
		line-height: 1.6em;
	}
/** END header **/

/** BEGIN content **/
#content {
	width: 600px;
	float: left;
	clear: both;
	padding-bottom: 40px;
}
	#featured {
		border: 1px solid #E9E9E9;
		padding: 7px;
		background-color: #F2F2F1;
		overflow: hidden;
		width: 582px; height: 308px;
	}
	#content .featured img {
		width: 582px;
	}
		#content .featured {
			overflow: hidden;
			position: relative;
			width: 582px; height: 308px;	
			overflow: hidden;
		}
		#content .featured .text {
			
		}
		#content .featured-img {
			margin-top: 30px;
			border: 1px solid #BBBBBB;
		}
		#content .featured-img .text h2 {
			font-size: 1.5em;
			background-image: none;
			margin-bottom: 4px;
			padding: 0;
		}
		#content .featured-img .text h2 a {
			color: #FFFFFF;
			font-weight: bold;
			text-transform: none;
			text-decoration: none;
		}
		#content .featured-img .text p {
			line-height: 1.4em;
			font-size: 1em;
			color: #FFFFFF;
			padding-bottom: 10px;
		}
		#content .featured-img .text .next {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 0.9em;
			text-transform: uppercase;
		}
			#content .featured-img .text .continue:hover {
				text-decoration: none;
			}
		#content .featured .photo {
				list-style-type: none;
			}
				#content .photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#content .photo li.first {
					z-index: 2;
				}
			#content .featured .text {
				list-style-type: none;
			}
				#content .featured .text li {
					width: 230px; height: 290px;
					position: absolute;
					top: 0; right: -280px;
					padding: 15px;
					color: #ffffff;
					font-family: Verdana;
					background: url(images/shade.png) repeat 0 0;
					z-index: 4;
				}
				#content .featured .text li.first {
					right: 0;
				}
	#content .post {
		clear: both;
		padding: 20px 0;
		background: url(images/horizontal.gif) repeat-x bottom left;
	}
		#content .post h2 {
			font-size: 1.5em;
			font-weight: normal;
			margin-bottom: 8px;
		}
			#content .post h2 a {
				text-decoration: none;
				color: #636363
			}
			#content .post h2 a:hover {
				color: #4a79a5;
			}
		#content .post .details {
			height: 40px;
		}
			#content .post .details a {
				display: block;
				float: left;
				padding: 4px;
				background-color: #4a79a5;
				color: #ffffff;
				margin-right: 10px;
				font-size: 0.9em;
				text-decoration: none;
			}
		#content .post .comments a {
			display: block;
			width: 28px; height: 22px;
			background: url(images/comments.gif) no-repeat 0 0;
			text-decoration: none;
			font-weight: bold;
			text-align: center;
			padding: 3px 0;
			float: right;
		}
		#content .post p {
			line-height: 1.7em;
		}
		#content .post {
			
		}
	#content .postnav {
		padding-top: 20px;
	}
		#content .postnav a {
			text-decoration: none;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 320px;
	float: right;
	padding-top: 20px;
}
	#sidebar .box ul {
		list-style-type: none;
	}
		#sidebar .box ul li {
			line-height: 1.6em;
			padding: 5px 0;
		}
		#sidebar .box ul li a {
			font-weight: bold;
		}
		#sidebar .box ul li p {
			padding: 0;
			border-width: 0 !important;
		}
	#sidebar .box {
		background-color: #E0E0E0;
		border: 1px solid #A8A8A8;
		margin-bottom: 15px;
	}
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			padding: 15px 15px 15px 40px;
			border: 1px solid #ffffff;
			border-bottom-color: #A8A8A8;
			background-position: 8px center;
			background-repeat: no-repeat;
			text-align: left !important;
		}
		#sidebar .box h2.advertisement { background-image: url(images/advertisement.gif); }
		#sidebar .box h2.search { background-image: url(images/search.gif); }
		#sidebar .box h2.popular { background-image: url(images/popular.gif); }
		#sidebar .box h2.flickr { background-image: url(images/flickr.gif); }
		#sidebar .box h2.featured { background-image: url(images/video.gif); }
		#sidebar .box h2.tag { background-image: url(images/tags.gif); }
		#sidebar .box h2.categories { background-image: url(images/categories.gif); }
		#sidebar .box h2.archives { background-image: url(images/archives.gif); }
		#sidebar .box h2.blogroll { background-image: url(images/blogroll.gif); }
		#sidebar .box h2.meta { background-image: url(images/meta.gif); }
		#sidebar .box ul, #sidebar .box p, #sidebar .box div, #sidebar .box form {
			border: 1px solid #ffffff;
			border-top: 0;
			padding: 10px;
		}
	#sidebar .list, #sidebar .list ul {
		list-style-type: none;
		border-color: #E0E0E0 !important;
		padding: 0 !important;
	}
	#sidebar .list ul {
		padding: 10px !important;
	}
		#sidebar .list li {
			line-height: 1.4em;
			float: left;
			width: 125px;
			padding: 4px 5px;
		}
		#sidebar .break {
			border: 0 !important;
			padding: 0 !important;
		}
		#sidebar .list li a {
			text-decoration: none;
			color: #636363;
			font-weight: normal !important;
		}
		#sidebar .list li a:hover {
			color: #4a79a5;
		}
	#sidebar .video {
		
	}
		#sidebar .video img {
			width: 278px;
		}
	#sidebar .tags {
		
	}
		#sidebar .tags a {
			color: #636363;
			text-decoration: none;
		}
		#sidebar .tags a:hover {
			color: #4a79a5;
		}
	#sidebar .flickr {
		text-align: center;
	}
		#sidebar .flickr img {
			margin: 4px;
		}
	#sidebar .ads {
		text-align: center;
	}
		#sidebar .ads img {
			margin: 4px;
		}
	#sidebar form {
		height: 37px;
		background: url(images/searchbox.gif) no-repeat center 10px;
	}
		#sidebar form input {
			float: left;
			border: 0;
			background-color: yellow;
			width: 205px;
			margin: 10px 5px;
			background-color: transparent;
		}
		#sidebar form button {
			float: right;
			border: 0;
			width: 52px; height: 37px;
			text-indent: -9999px;
			background-color: transparent;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #DBDAD9 url(images/footer.gif) repeat-x 0 0;
	padding: 30px;
	font-size: 0.9em;
	color: #4a79a5;
}
/** END footer **/

/** BEGIN miscellaneous **/
#content .single {
	
}
	#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: #bbbbbb;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #bbbbbb;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #bbbbbb;
		}
		#comments 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;
	padding: 25px 10px 0 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 .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #bbbbbb;
		padding: 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: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/