/*  
Theme Name: iGlauser
Theme URI: http://iglauser.com
Description: Theme created exclusively for the site iglasuer.com.
Version: 0.3.4
Author: Ivan Glauser
Author URI: http://iglauser.com
Tags: dynamic sidebar, header menu, logo, iglauser
*/


/* Color map:

Top background: #f2efe6 or gradient(top, #f2efe6, #ebe9dc)
Post background: #f7f3f0;
Link color: #005e7f;
Text: #5f5c53;
Background: #fcfcfa;
Metadata text: #afafa7;

*/


/***** Reset *****/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}


/***** Basic Elements *****/

body{
	background: #fcfcfa;
	font-family: Verdana, Arial, Georgia, Helvetica, Sans-serif;
	font-size: 13px;
	color: #5f5c53;
}

a{
	color: #005e7f;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:link, a:visited{
	text-decoration: none;
}

img{
	border: 0px;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright {
	float: right;
	margin-left: 10px;
}

img.aligncenter {
	float: left;
	margin-left: auto;
	margin-right: auto;
}

code{
	font-family: Lucida Console, Monaco, Courier, Courier New;
	font-size: 12px;
}


/***** Basic Layout *****/

#wrapper{
}

#header_container{
	background: #f2efe6;
	background: url(images/header-background-gradient.jpg) repeat-x;
	background: -moz-linear-gradient(top, #f2efe6, #ebe9dc);
	height: 160px;
	width: 100%;
}

#header{
	height: 160px;
	margin: 0 auto 0 auto;
	padding: 0 40px;
	width: 990px;
}

#container{
	margin: 50px auto 0 auto;
	width: 1070px;
}

#content{
	clear: both;
	float: left;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 760px;
}

#sidebar{
	float: right;
	font-size: 12px;
	margin-left: 40px;
	padding-right: 40px;
	width: 190px;
}

#footer_container{
	margin: 20px 0 20px 0;
}

#footer{
	height: 35px;
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;
}

.clearfix{
	clear: both;
}


/***** Header *****/

#header h1 a{
	background: url(images/header-logo.jpg);
	float: left;
	height: 64px;
	width: 220px;
	margin: 50px 0 auto 0;
}

#header h1 a span{
	display: none;
}

/***** Header Menu *****/

#header_menu{
	clear: both;
	float: right;
	font-size: 13px;
	margin-right: 230px;
	margin-top: 23px;
}

#header_menu li{
	background: #e0ddcc;
	background: -moz-linear-gradient(top, #e0ddcc, #cdcab9);
	background: -webkit-gradient(top, #e0ddcc, #cdcab9);
	display: inline;
	margin: 0 2px;
	padding: 7px 16px 7px 16px;
	
}

#header_menu li:first-child{
	display: inline;
	margin-left: 0px;
	margin-right: 2px;
}

#header_menu li:hover{
	background: #fcfcfa;
	color: #d1cec5;
}

#header_menu a{
	color: #908d7e;
}

#header_menu li:hover a{
	background: #fcfcfa;
	color: #d1cec5;
}

#header_menu .page_item a:hover{
	background: #fcfcfa;
	color: #d1cec5;
}

#header_menu .current_page_item{
	background: #fcfcfa;
	display: inline;
}

#header_menu .current_page_item a{
	color: #d1cec5;
}


/***** Header Search *****/

#header .search_form{
	clear: both;
}

#header .search_form input{
	background: #fcfcfa;
	border: 1px solid #afafaf;
	color: #9f9f9f;
	float: right;
	font-size: 12px;
	font-style: italic;
	margin-top: 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius-radius: 12x;
	border-radius: 12px;
	padding: 3px 5px 3px 5px;
}



/***** Main Content *****/

#content h1{
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.12em;
	margin-bottom: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}

#content h2{
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.5px;
	padding-bottom: 20px;
	width: 100%;
}

#content h3{
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#content img{
	border: #f2efe6 solid 1px;
	-moz-box-shadow: 0px 2px 5px #c5c5c3;
	-webkit-box-shadow: 0px 2px 5px #c5c5c3;
}

#content ul{	
	font-size: 12px;
}

#content ul li{
	list-style-type: disc;
	margin: 10px 0 10px 20px;
}

#content .post{
	background: #faf9f5;
	background: -moz-radial-gradient(#f7f3f0, #fcfcfa);
	border: 1px solid #d5d5d3;
	border-top: 1px solid #f5f4f0;
	-moz-box-shadow: 0px 2px 8px #c5c5c3;
	-webkit-box-shadow: 0px 2px 8px #c5c5c3;
	line-height: 1.5em;
	float: right;
	padding: 20px;
	width: 540px;
}

#content .post-bottom{
	background: #fcfcfa;
	background: url(images/post-shadow.jpg);
	background: -moz-linear-gradient(left, rgba(102, 102, 100, 0.2), rgba(44, 44, 42, 1), rgba(10, 10, 10, 1), rgba(44, 44, 42, 1), rgba(102, 102, 100, 0.2));
	-webkit-box-shadow: 0px -1px 1px #c5c5c3;
	-moz-box-shadow: 0px -1px 1px #c5c5c3;
	float: right;
	height: 22px;
	margin-bottom: 40px;
	width: 582px;
}

#content .post-bottom-inner{
	background: -moz-radial-gradient(bottom, rgba(252, 252, 250, 1) 68%, rgba(252, 252, 250, 0.1), rgba(150, 150, 152, 0.1));
	float: right;
	height: 22px;
	margin-bottom: 40px;
	width: 582px;
}

#content .post-edit{
	float: right;
	font-size: 11px;
	line-height: 20px;
}

#content .post-meta{
	border-bottom: none;
	color: #afafa7;
	float: left;
	font-size: 10px;
	line-height: 15px;
	margin-right: 20px;
	margin-top: 58px;
	text-transform: uppercase;
	width: 158px;
}

#content .post-meta ul{
	font-size: 10px;
	margin-left: -19px;
}

#content .post-meta ul li{
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

#content .post-date{
	background: url(images/metadata-date.jpg) no-repeat;
	font-weight: normal;
	margin-bottom: 8px;
	padding-left: 20px;
	text-transform: none;
}

#content .post-category{
	background: url(images/metadata-category.jpg) no-repeat;
	font-weight: normal;
	margin-bottom: 8px;
	padding-left: 20px;
}

#content .post-tags{
	background: url(images/metadata-tags.jpg) no-repeat;
	font-weight: normal;
	margin-bottom: 8px;
	padding-left: 20px;
}

#content .post-comments{
	background: url(images/metadata-comments.jpg) no-repeat;
	font-weight: normal;
	margin-bottom: 8px;
	padding-left: 20px;
	text-transform: none;
}

#content p{
	margin-bottom: 15px;
}

#content .navigation{
	text-align: center;
}

#content .navigation a{
}

.post-edit-link{
	float: right;
	font-size: 11px;
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
	font-weight: normal;
	margin-top: 4px;
	letter-spacing: 1px;
	line-height: 13px;
	text-transform: none;
}

#content .page{
	float: right;
	padding: 20px;
	width: 540px;
}

#content .page{
	float: right;
	padding: 20px;
	width: 540px;
}

#comments{
	float: right;
	padding: 20px;
	width: 540px;
}



/***** Comments *****/

#commentlist{
	margin: 0 auto 20px auto;
	width: 380px;
}

#commentlist ul li{
	list-style-type: none;
}

#comments img.avatar{
	border: 0px;
	border-style: none;
	-moz-box-shadow: 0px 0px 0px #c5c5c3;
	-webkit-box-shadow: 0px 0px 0px #c5c5c3;
}

#comments .comment-metadata{
	font-size: 11px;
	line-height: 14px;
	height: 52px;
}

#comments .comment-avatar{
	height: 32px;
	float: right;
	margin: 10px;
	width: 32px;
}

#comments .comment-by{
	padding: 10px 10px 0 10px;
}

#comments .comment-date{
	padding: 0 10px 10px 10px;
}

#comments .comment-note{
	margin-bottom: 30px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-moz-box-shadow: 0px 2px 8px #c5c5c3;
	-webkit-box-shadow: 0px 2px 8px #c5c5c3;
}

#comments .commentlist li:nth-child(even){
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}

#comments .commentlist li:nth-child(3n){
	-webkit-transform: none;
	-moz-transform: none;
	position: relative;
	top: -5px;
}

#comments .comment-text{
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}

#comments .comment-edit{
	text-align: right;
}

#comments .comment-note-0{
	background: #d1fecb;
	background: -moz-linear-gradient(top, #d1fecb, #b1e8ae);
	background: -webkit-gradient(top, #d1fecb, #b1e8ae);
}

#comments .comment-metadata-0{
	background: #c5f7c1;
}

#comments .comment-note-1{
	background: #fdfdca;
	background: -moz-linear-gradient(top, #fdfdca, #fcf9a2);
	background: -webkit-gradient(top, #fdfdca, #fcf9a2);
}

#comments .comment-metadata-1{
	background: #f8f7b6;
}

#comments .comment-note-2{
	background: #d8f2fa;
	background: -moz-linear-gradient(top, #d8f2fa, #b8dbf4);
	background: -webkit-gradient(top, #d8f2fa, #b8dbf4);
}

#comments .comment-metadata-2{
	background: #c9ecf8;
}

#comments .comment-note-3{
	background: #f5d2f5;
	background: -moz-linear-gradient(top, #f5d2f5, #ebaeeb);
	background: -webkit-gradient(top, #f5d2f5, #ebaeeb);
}

#comments .comment-metadata-3{
	background: #f1c3f1;
}

#comments .comment-note-4{
	background: #ddd9fe;
	background: -moz-linear-gradient(top, #ddd9fe, #c6b8fe);
	background: -webkit-gradient(top, #ddd9fe, #c6b8fe);
}

#comments .comment-metadata-4{
	background: #d4cdf3;
}

#comments .comment-note-5{
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe, #f0f0f0);
	background: -webkit-gradient(top, #fefefe, #f0f0f0);
}

#comments .comment-metadata-5{
	background: #f7f7f7;
}

#commentlist #respond{
}

#commentlist #respond h3{
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-transform: normal;
}

#commentform{
	font-size: 11px;
}

#commentform textarea{
	width: 100%;
}



/***** Content Search Result *****/

.search-result{
	float: right;
	padding: 20px 20px 0 20px;
	text-transform: uppercase;
	width: 540px;
}

.search-result .result-message{
	color: #5f5f5f;
	font-size: 10px;
	font-family: Verdana, Arial, Georgia, Helvetica, Sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.8em;
	margin-bottom: 60px;
}



/***** 404 Page *****/

.error404 .entry{
}

.error404 .entry ul li{
	list-style-position: outside;
}

.error404 .categories ul li, .tags ul li{
	display: inline;
	list-style-type: none;
}


/***** Sidebar *****/

#sidebar h2{
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

#sidebar .widget{
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
}

#sidebar ul{
	list-style-type: none;
}

#sidebar ul li{
	line-height: 18px;
	padding: 4px 10px;
}


/***** Footer *****/

.copyright{
	padding-top: 10px;
	font-size: 10px;
	margin-left: 180px;
	width: 540px;
}

.page .copyright{
	margin-left: 200px;
}

.copyright a{
	font-weight: normal;
}


/***** Related Links Plugin *****/

.related_links_wrapper{
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
}

#content .related_links_wrapper ul{
}

#content .related_links_wrapper ul li{
	list-style-type: none;
	margin: 0px;
}

