/* ----- BASICS */

body {
	margin: auto;
	font-family: Verdana, "Tebuchet MS", Tahoma, Sans-Serif;
	word-break: normal;
	background-repeat: no-repeat;
	/* 1 em = 10px, 1.2 em = 12px, so on */
	font-size: 62.5%;
	padding: 0;
	background: url(images/new_bg_03.jpg) no-repeat;

}

.container {
	margin: auto;
	width: 800px;
}

#content {
	float: left;
	width: 550px;
}

#sidebar {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 0px;
	border-right-color: #666633;
	border-right-width: 1px;
	border-right-style: 
	border-left-color: #666633;
	border-left-width: 1px;
	border-left-style: 
	background-color: #fff2be;
	float: right;
	width: 200px;
}

/* ----- NAVIGATION */

#nav {
	width: 100%;
	height: 22px;
	font-size: 1.4em;
	position: fixed;
	top: 0px;
	padding-top: 5px;
	text-transform: lowercase;
	color: #AAA;
	border-top: 10px solid #FFF;
	border-bottom: 1px solid #FFF;
	z-index: 99;
}

#nav ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
	margin-right: 10px;
}

#nav ul li a {
	color: #555;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* ----- HEADER */

#header {
/* 	background: #88b175; */
   	                       
	padding-top: 10px;
	width: 100%;
	height: 136px;
}


#header h1 {
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-weight: 100;
	font-size: 4em;
	display: inline;
}
	
#header h1 a {
	text-decoration: none;
	color: inherit;
	padding: 3px;
}

#header h1 a:hover {

}

#header h2 {
	color: #1C3632;
	margin-left: 0px;
	font-size: 2em;
	font-weight: 100;
	padding: 0px;
	display: inline;
	display: block;
}

#header #blogtitle {
	padding-bottom: 0px;
	height: 105px;
	line-height: 50px;
	margin-top: 10px;
	width: 620px;
	background: url(images/arty_04.png) no-repeat;
	float: left;
	display: block;
}

#header #twitter {
	width: 250px;
	float: right;
	display: block;
	margin-top: 0px;
	padding-right: 22px;
	background: url(images/twitter.png) no-repeat top right;
	text-align: right;
}

#header #twitter #twitter_update_list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

#header #twitter a {
	text-decoration: none;
	color: #666;
}

#header #twitter a:hover {
	text-decoration: underline;
}

#rss {
	height: 31px;
	width: 40px;
	position: absolute;
	margin-top: 69px;
}

#rss a {
	display: block;
	width: 100%;
	height: 100%;
}

#rss:hover {
	width: 112px;
}

/* ----- CONTENT */

.pagetitle {
	font-weight: 100;
	font-size: 2em;
	text-transform: lowercase;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
}

.post {
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.post h2 {
	font-style: normal;
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0;
	font-size: 2.2em;
	font-weight: normal;
	color: #4E3114;
	padding: 0;
}

.post h2 a {
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	color: #4E3114;
	text-decoration: none;
	margin-bottom: 5px;
}

.post h2 a:hover {
	border-bottom: #DDD;
	background: #fee879;
}

.post h1 {
	font-size: 3em;
}

.post h3 {
	color: #2e5308;
	font-size: 1.5em;
}

.post h4 {
	font-size: 1.6em;
}

.post h5 {
	font-size: 1.3em;
}

.post h6 {
	font-size: 1em;
}

.post p, .post ul, .post ol {
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

.post a {
	color: #CC3300;
}

.post a:hover {
	text-decoration: none;
}

.post .beforemeta, .post .aftermeta {
	font-size: 1.2em;
	color: #855021;
	padding: 0;
	margin: 0;
}

.post .aftermeta {
	text-transform: lowercase;
}

.post .aftermeta a {
	color: #888;
	text-decoration: none;
}

.post .aftermeta a:hover {
	text-decoration: underline;
	color: #555;
}

/* ----- COMMENTS */

#commentform {
	margin-bottom: 0px;
	width: 550px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	}
	
#commentform p {
	color: #333;
	}
	
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 1.4em;
}
	
#commentform h3{
	margin:0;
	padding:0;
	}
	
#author, #email, #url, #comment, #submit{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	font-size: 1.4em;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #C9D1D4;
	}

#comment {
	width: 550px;
}
	
#comments{width: 550px; margin:0; padding:0}
	
#submit {
	margin-left: 0;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-top: 5px;
	float: right;
}

ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	font-size: 1.2em;
	line-height: 1.8em;
}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* ----- SIDEBAR */

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar p {
	line-height: 1.8em;
	font-size: 1.2em;
}

#sidebar ul li {
	border-bottom-color: #b2a24f;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding: 0;
	margin: 0 0 30px 0;
}

#sidebar ul ul li {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

#sidebar ul ul ul li {
	border-bottom-style: none;
	padding: 0;
	margin: 0 0 0 5px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#sidebar h2 {
	padding-bottom: 3px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-style: italic;
	border-bottom-color: #999966;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 1.5em;
	color: #354024;
}

#sidebar a {
	text-decoration: none;
	color: #3f301a;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* ----- MISC */

.navigation {
	padding-left: 7px;
	padding-bottom: 6px;
	padding-right: 7px;
	padding-top: 2px;
	color: #4E3114;
	font-size: 1.1em;
	background: #95b03a;
	clear: both;
	height: 17px;
}

.navigation a {
	color: #4E3114;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	padding: 4px;
	margin: 0 0 5px 5px;
	display: inline;
}

.alignleft {
	padding: 4px;
	margin: 0 5px 5px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.wp-caption {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.boldlink {
	font-weight: bold;
	color: #888;
}
/* ----- COLOR SCHEMES */

/* first of all */
#sidebar .blurb {width: 190px;padding: 0 5px 5px 5px;}
#searchform input {width: 180px;padding:4px;}

/* header */


/* search form background */
#sidebar #blurb_bg_blue {background: #9fb3bc;}
#sidebar #blurb_bg_green {background: #83a02c;}
#sidebar #blurb_bg_minim {background: #b3b3b3;}
#sidebar #blurb_bg_light {background: #dfdfdf;}
#sidebar #blurb_bg_pink {background: #ffdbf7;}

/* search form actual */
#searchform #s_bg_blue {border: 1px solid #FFF;background: #C9D1D4;}
#searchform #s_bg_green {border: 1px solid #FFF;background: #dbdbda;}
#searchform #s_bg_minim {border: 1px solid #FFF;background: #dfdfdf;}
#searchform #s_bg_light {border: 1px solid #AAA;background: #FFFDEE;}
#searchform #s_bg_pink {border: 1px solid #FFF;background: #ffebf8;}

/*--- Footer ---*/
#footer 									{ clear: both; width:100%; height:27px; background:#492c39; color:#fff; 
											  font-size:1.1em; text-transform:uppercase; z-index: 0; }
#footer p 									{ width: 800px; margin:0px auto 0px; padding-top:8px; letter-spacing:1px; }
#footer p span.left 						{ float:left; display:block; }
#footer p span.right 						{ float:right; display:block; }
#footer a 									{ color:#fff; text-decoration:none; }
