/*  
Theme Name: Design Blog
Theme URI: http://themeforest.net?ref=Maximus
Description: A Fun, Creative, Colorful Design Blog
Version: 1.0
Author: Maximus
Author URI: http://themeforest.net?ref=Maximus
*/


/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
q:before, q:after { content:'';}
a { text-decoration:none; outline: none; }
strong { font-weight:bold; }
em { font-style:italic; }
* a { position:relative; }
a img { border:none; }


/* LAYOUT */
/* ----------------------------------------- */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left;  margin: 0 20px 15px 0; }
.alignright { float: right; pargin: 0 0 15px 20px;  }
.wp-caption { border: 1px solid #666; text-align: center; background: #ccc; padding: 10px; margin: 10px; }


/*=== Setup ===*/
body{
	background: url(images/bgr.jpg) #43241c repeat-x center top;
	color: #333333;
	font: 12px Verdana,Arial,"Lucida Grande",Geneva,Helvetica,Sans-Serif;
}
a{
	color: #316e7e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	background: #fffee0;
	border: #eae9c8 1px solid;
	border-left: 2px solid #eae9c8;
	border-top: 2px solid #eae9c8;
	color: #777777;
	font-size: 12px;
	padding: 4px;
}
button.btn {
	background: url(images/submit-btn.gif) no-repeat top left;
	color: #ffffff;
	text-decoration: none;
	border: none;
	width: 85px;
	height: 26px;
	text-align: center;
	cursor: pointer;
}


li{
	list-style: none;
}

.clear {
	clear: both;
}


/*=== Layout ===*/
#page, #header, #footer{
	background: url(images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 980px;
}
#page-top{
	background: url(images/page-top.gif) no-repeat top;
	height: 75px;
	overflow: hidden;
}


/*=== Header ===*/
#header{
	background: none;
	height: 123px;
}
/*- Logo -*/
#header h1{
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 252px;
}
#header h1 a{
	display: block;
	height: 123px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font: bold 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 28px;
	padding: 13px 0 0 11px;
}
.nav1 ul{
	float: left;
}
.nav1 li{
	float: left;
	line-height: 28px;
	margin: 0 4px 0 0;
	text-transform: uppercase;
}
.nav1 li a{
	color: #25606f;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.nav1 li a span{
	background: url(images/nav1-sep.gif) no-repeat right;
	display: block;
	float: left;
	height: 28px;
	padding: 0 13px 0 0;
}
.nav1 li.current-cat a{
	background: url(images/nav1-hover.gif) no-repeat left;
	color: #ffffff;
}
.nav1 li.current-cat a span{
	background: url(images/nav1-hover.gif) no-repeat right;
}
.nav1 li a:hover{
	background: url(images/nav1-hover.gif) no-repeat left;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.nav1 li a:hover span{
	background: url(images/nav1-hover.gif) no-repeat right;
}
/*- Nav2 -*/
.nav2{
	clear: both;
	font: 12px Arial, Helvetica, sans-serif;
	height: 26px;
}
.nav2 li{
	float: right;
	line-height: 26px;
	margin: 0 4px 0 0;
}
.nav2 li a{
	background: url(images/nav2-normal.gif) no-repeat left;
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.nav2 li a span{
	background: url(images/nav2-normal.gif) no-repeat right;
	display: block;
	float: left;
	height: 26px;
	padding: 0 13px 0 0;
}
.nav2 li a:hover{
	color: #ff9900;
	cursor: pointer;
	text-decoration: none;
}
/*- RSS -*/
.rss{
	float: right;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 6px 125px 0 0;
	text-transform: uppercase;
}
.rss a{
	text-decoration: none;
	color: #25606F;
}


/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 18px 30px 40px;
}
#columns h2{
	color: #a74022;
	font: bold 22px Georgia,"Times New Roman", Times, serif;
	margin: 0 0 10px;
}
#columns h2 a{
	color: #a74022;
}
#columns h3{
	color: #4d2d25;
	font: bold 14px Georgia,"Times New Roman", Times, serif;
	margin: 0 0 15px;
	text-transform: uppercase;
}
#columns p{
	line-height: 24px;
	margin: 0 0 20px;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 715px;
}
.col2{
	float: left;
	margin: 0 0 0 31px;
	width: 175px;
}


/*=== Styling Post ===*/
.post{
	clear: both;
}

.post ol, .post ul {
	line-height: 24px;
	margin: 0 0 20px;
}
.post ol li {
	list-style: decimal inside;
}
.post ul li {
	list-style: disc inside;
}
.post blockquote {
	background: url(images/ico-quot.gif) no-repeat top left;
	line-height: 18px;
	padding: 0 0 0 40px;
}
.post blockquote p {
	line-height: 18px;
}

.post img {
	padding: 5px;
	border: 1px solid #E0EDF1;
}

.post-title{
	background: url(images/hl.gif) no-repeat 80px 33px;
	font: 13px Georgia,"Times New Roman", Times, serif;
}
.post-info{
	clear: both;
	color: #316e7e;
	height: 30px;
	line-height: 30px;
	margin: 0 0 40px;
	padding: 0 15px;
	border: 1px solid #e0edf1;
	border-top: none;
	border-left: none;
}
.tags{
	padding: 10px 0;
}
.tags, .tags a{
	color: #315761;
}
.date{
	border-right: 1px solid #e0edf1;
	color: #69a9b9;
	float: left;
	line-height: 30px;
	margin: 0 15px 0 0;
	padding: 5px 15px 5px 0;
	text-align: right;
	width: 65px;
}

p.commentmetadata {
	font-size: 10px;
	color: #666;
	font-style: italic;
}

div.author-info {
	float: left;
	margin-right: 20px;
	width: 80px;
	text-align: right;
}
div.author-info img {
	margin-bottom: 12px;
	display: block;
}
div.author-text {
	float: left;
	padding: 20px;
	border: 1px solid #e0edf1;
	width: 480px;
	min-height: 100px;
	margin-bottom: 20px;
}

.commentlist li.alt div.author-text {
	background: #e0edf1;
}




/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(images/box-bgr.gif) no-repeat bottom;
	width: auto;
}
.box .spacer{
	background: url(images/box-top.gif) no-repeat top;
	height: 1%;
	padding: 48px 15px 20px;
}


/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 10px;
}
.list1 li{
	background: url(images/ico-list.gif) no-repeat 0 4px;
	margin: 0 0 11px;
	padding: 0 0 0 16px;
}
.list1 li a{
	color: #3d646f;
	text-decoration: underline;
}
.list1 li a:hover{
	color: #333333;
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	padding: 0;
}
/*- Search -*/
#search{
	background: url(images/search-bgr.jpg) no-repeat top;
	float: right;
	height: 81px;
	padding: 42px 0 0 40px;
	width: 365px;
}
#search input{
	float: left;
	margin: 2px 0 0;
	width: 280px;
}
#search .btn{
	margin: 0 0 0 5px;
	width: auto;
}


/*=== Styling Buttons ===*/
a.comments{
	background: url(images/ico-comments.gif) no-repeat left top;
	padding: 2px 0 2px 18px;
}


/*=== Footer ===*/
#footer{
	background: url(images/page-bot.gif) no-repeat top left;
	color: #EAE9C8;
	height: 50px;
	padding: 35px 0 0;
}
#footer a{
	color: #b6dce6;
	text-decoration: underline;
}
#footer p{
	padding: 0 20px;
}


/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

