/*----- Setup ----- */

body {
	background-color:#F5F5F5;
	color: #5b5b5b;
}

a {
	color: #0285b8;
}

a:hover {
	text-decoration: underline;
}

/*----- Header ----- */

#header {
	background-color: #535947;
}

#nav {
	background-color: #2d3223;
}

#navigation a {
	color: #fff;
	/*border-right: 1px solid #3f4434;*/
}

#navigation a span {
	color: #fff;
}

.current_page_item, .current_page_parent, .current_page_ancestor {
	border: none !important;
}

#navigation a:hover, #navigation .current_page_item, #navigation .current_page_parent, #navigation .current_page_ancestor {
		text-decoration:none;
		color: #fff;
		background: url(../images/background-active-link.jpg) top left repeat-x;
		border: none !important;		
}

#navigation a:hover span, #navigation .current_page_item span, #navigation .current_page_parent span, #navigation .current_page_ancestor span {
		color: #fff !important;
		border: none !important;
}

#twitter a {
	color: #ccbe1d !important;
}

/*----- Posts ----- */

.post {
	/*border-bottom: 1px solid #d8d5cc;*/
}


.post h2 a:hover {
	border-bottom: 1px dotted #2d2d2d;
}

/*----- Comments ----- */

#comments h3 {
	color: #2d2d2d;
}

.commentlist .meta .gravatar img {
	border: 2px solid #baae94;
}

#commentform .field, #commentform .thefield textarea {
	color: #5b5b5b;	
}

#commentform #submit {
	background-color: #e6e1d4;
	color: #5d6250;
	border: 1px solid #c9c1af;
	text-decoration: none;
	display: inline-block;
	padding: 3px 10px;
	font-size: 12px;
	cursor:pointer;
}

/*----- PostNav ----- */

#postnav a {
	background-color: #e6e1d4;
	color: #5d6250;
	border: 1px solid #c9c1af;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
}

#postnav a:hover {
	background-color: #5d6250;
	color: #e6e1d4;
	border: 1px solid #5d6250;
}

/*----- Sidebar ----- */

.pageinfo {
	color: #eb552d;
}

.widget h4 { 
	/*border: 1px solid #74796b;
	background-color: #878c7c;*/
	background:url(../images/background-widget-title.png) repeat-x 0 0;
}

.widget h4 a { 
	/*border: 1px solid #9da293; */
	color: #fff; 
}

.widget .content { 
	/*background-color: #ede7db; 
	border: 1px solid #d4cfc5;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.widget .content a {
	color: #2d2d2d;
	display:block;
	padding:5px 5px 5px 12px;
	border-bottom:1px solid #EBEBEB;
	text-decoration:none;
	background:url(../images/sidebarmenu_arrow.gif) no-repeat 0 8px;
}

.widget .content a:hover {
	color: #0285b8;
	text-decoration: none !important;
	border-bottom:1px solid #ccc;
}

.widget li {
	margin:0;
	padding:0;
}

#lifestream h3 {
	background-color: #eb552d;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 7px;
	display: inline-block;
	margin: 0 0 10px;
}

#lifestream li {
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", serif !important;
	font-style: italic;
}

#lifestream li a {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal !important;
}

/*----- Footer ----- */

#footer {
	background:#FBFEF3 url(../images/background-footer.jpg) repeat-x 0 0;
}

#footer h4 {
	background-color: #23251f;
	color: #fff;
	border-bottom: 1px solid #616558;
}

#footer ul {
	/*background-color: #44473e;*/
}

#footer ul li {
	border-bottom: 1px solid #E4E7E2;
	color: #fff;
}

#footer ul li a {
	/*color: #dde4ce;*/
}

