/*
Theme Name: Boxed 02
Theme URI: http://www.flashark.com/boxed02/
Author: Flashark.com
Author URI: http://www.flashark.com/
Description: An advanced and lightweight WordPress theme created by <a href="http://www.flashark.com/">Flashark.com</a>.
Tags: black, yellow, magazine, widgets, custom style, fixed width, two columns
*/

/** BEGIN main **/
* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #303030;
	background: #000000 url(images/body.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.hidden {
	display: none;
}
/** END main **/

/** BEGIN wordpress default **/
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/** END wordpress default **/

/** BEGIN wrapper **/
#wrapper {
	text-align: left;
	margin: auto auto;
	width: 960px;
	background-color: #ffffff;
}
/** END wrapper **/

/** BEGIN header **/
#headwrap {
	margin: auto auto;
	width: 960px;
	text-align: left;
}
#header {
	text-transform: uppercase;
	padding: 20px 0;
}
	#header h1 {
		font-size: 2.5em;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 10px 0;
	}
	#header h1 a {
		color: #fad863;
	}
	#header h3 {
		font-size: 1em;
		font-weight: normal;
		letter-spacing: 2px;
		color: #fbc301;
		padding-left: 25px;
	}
	#header ul {
		list-style-type: none;
		float: right;
		margin-top: -9px;
	}
	#header ul li {
		float: left;
		padding-left: 2px;
		letter-spacing: 1px;
		line-height: 1.2em;
	}
	#header ul li a {
		display: block;
		float: left;
		color: #000000;
		background-color: #fbc301;
		padding: 7px 15px 8px;
		font-weight: bold;
	}
	#header ul li a:hover {
		background-color: #fb5f01;
		color: #ffffff;
	}
/** END header **/

/** BEGIN content **/
#content {
	width: 710px;
	float: left;
	padding-bottom: 10px;
}
	#content p {
		line-height: 1.6em;
		text-align: justify;
	}
	#content a {
		color: #fc4e01;
	}
	#content a:hover {
		color: #ff0000;
	}
	/** begin featured **/
	#featured {
		border: 1px solid #fde07b;
		margin: 10px;
		padding-bottom: 10px;
	}
	#featured ul {
		list-style-type: none;
		background-color: #fde07b;
		height: 16px;
	}
	#featured ul li {
		float: left;
		font-size: 0.8em;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-right: 1px solid #fbc100;
		line-height: normal;
	}
	#featured ul li a {
		float: left;
		display: block;
		color: #000000;
		padding: 1px 10px;
	}
	#featured ul li a:hover {
		color: #000000 !important;
		background-color: #fcd03d;
	}
	#featured h2 {
		clear: both;
		font-weight: normal;
		font-size: 1.5em;
		float: left;
		padding-right: 20px;
	}
	#featured .author {
		font-size: 0.8em;
		text-transform: uppercase;
		padding: 7px 0 10px;
	}
	#featured h2 a {
		color: #303030;
	}
	#featured .thumb {
		float: left;
		margin: 4px 10px 5px 0;
		width: 72px;
	}
	#featured div {
		padding: 10px 15px 0;
	}
	/** end featured **/
	/** begin recent **/
	#recent {
		border: 1px solid #fde07b;
		margin: 10px 10px 0;
		font-size: 0.9em;
	}
	#recent h2 {
		background-color: #fde07b;
		color: #000000;
		padding: 2px 10px 3px;
		font-size: 0.8em;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: normal;
	}
	#recent .buffer {
		padding: 10px 15px 5px 3px;
		background-color: #ffffff;
	}
	#recent .post {
		width: 48%;
		float: left;
		padding-left: 12px;
	}
	#recent .post h3 {
		font-size: 1.3em;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#recent .post h3 a {
		color: #303030;
	}
	#recent .post .thumb {
		float: left;
		margin: 3px 10px 5px 0;
		width: 60px;
	}
	#recent .post p {
		margin-bottom: 5px;
	}
	#recent .post .category {
		margin-bottom: 15px;
		font-size: 0.9em;
	}
	/** end recent **/
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 250px;
	float: right;
	padding-bottom: 10px;
}
	#sidebar a {
		color: #303030;
	}
	#sidebar a:hover {
		color: #ff0000
	}
	#sidebar h2 {
		background-color: #fde07b;
		color: #000000;
		padding: 2px 10px;
		font-size: 0.8em;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 10px 10px 0 0;
		z-index: 99;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 2px;
		border: 1px solid #fde07b;
		margin-right: 10px;
		background-color: #ffffff;
	}
	#sidebar ul li {
		line-height: 1.6em;
		padding: 1px 0;
		border-top: 1px dotted #fde07b;
	}
	.first {
		border-top: none !important;
	}
	#sidebar form {
		padding: 10px 15px;
		border: 1px solid #fde07b;
		margin-right: 10px;
	}
	#sidebar form input {
		font-size: 1.5em;
		border: 1px solid #fb8801;
		width: 168px;
		float: left;
		margin-right: 5px;
	}
	#sidebar form button {
		width: 29px; height: 25px;
		background: url(images/search.gif) no-repeat 0 0;
		border: 0;
		text-indent: -9999px;
	}
	#rss {
		padding: 15px 0 4px 22px;
		background: url(images/rss.gif) no-repeat 0 13px;
		display: block;
		color: #fb6201 !important;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 0.9em;
	}
/** END sidebar **/

/** BEGIN footer **/
#footwrap {
	clear: both;
	margin: auto auto;
	width: 960px;
	text-align: left;
	line-height: 1.5em;
}
#footer {
	color: #ffffff;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0 30px;
}
	#footer a {
		color: #fad863;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .left {
		float: left;
	}
	#footer .right {
		float: right;
	}
/** END  **/

.notfound {
	padding: 20px 10px 10px;
}
.notfound h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 5px;
}
#postnav {
	padding-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
}
img {
	border: 0;
}
#single {
	padding: 20px 10px 10px 20px;
	width: 95%;
}
	#single h2 {
		font-size: 1.5em;
		font-weight: normal;
		float: left;
		padding-right: 15px;
	}
	#single .author {
		padding: 4px 0 10px;
		float: left;
		font-size: 0.8em;
		text-transform: uppercase;
		margin-bottom: 0 !important;
	}
	#single p {
		margin-bottom: 10px;
		line-height: 1.7em;
	}
	#single h3 {
		font-size: 1.3em;
		margin-bottom: 5px;
	}
	#single blockquote {
		margin-bottom: 10px;
		line-height: 1.7em;
		padding-left: 10px;
		border-left: 2px solid #e0e0e0;
		font-style: italic;
	}
	#single ul {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#single ol {
		list-style-type: decimal;
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#single li {
		line-height: 1.6em;
		padding: 1px 0;
	}
	#single .post {
		padding: 10px 0 0;
		border-bottom: 1px dotted #e0e0e0;
	}
	#single .thumb {
		float: left;
		margin: 5px 10px 5px 0;
		width: 60px;
	}
	#single .atitle {
		font-size: 0.9em;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #939393;
	}
	#postdetails {
		font-size: 0.9em;
	}
	#postdetails p {
		margin-bottom: 2px !important;
	}
#commentsection {
	padding: 10px 20px;
}
	.commentdetails {
		float: left;
	}
	.break {
		background-color: white;
	}
	.commentdetails p {
		margin-bottom: 5px;
	}
	.commentauthor {
		font-size: 1.2em;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
	}
	.comment1 {
		padding: 10px 0;
		border-top: 1px dotted #e0e0e0;
	}
	.gravatar {
		float: right;
	}
	#commentsection h2 {
		background-color: #fde07b;
		color: #000000;
		padding: 2px 10px;
		font-size: 0.8em;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 10px;
	}
	.commentitems {
		padding: 10px;
		border: 1px solid #fde07b;
		margin: 0 0 10px;
		background-color: #ffffff;
	}
	.commentitems .first {
		border-top: none !important;
		padding-top: 5px !important;
	}
	.commentitems input, .commentitems textarea, .commentitems button {
		margin-bottom: 5px;
	}
	.required {
		color: #ff0000;
	}
.commentlist {
	list-style-type: none;
}
	.commentlist ul {
		list-style-type: none;
		padding-left: 10px;
		border-left: 2px solid #e0e0e0;
		margin-bottom: 10px;
	}
	.commentlist ul li .comment1 {
		border-top: 0;
	}
	.reply {
		font-size: 0.8em;
		text-transform: uppercase;
		display: block;
		margin-top: 10px;
	}
	.commentitems .navigation {
		height: 25px;
		font-size: 0.8em;
		text-transform: uppercase;
	}

.widget_addn{
	position: absolute;
	left: -1350px;
	top: -300px;
	}