/*----- Setup ----- */

body {
	background: #FFFFFF;
	color: #5b5b5b;
}

a {
	color: #E54631;
}

a:hover {
	text-decoration: underline;
}

h3 { font-weight:14px; font-weight:bold; margin-bottom:20px; }

/*----- Header ----- */

#header {
	background:#000000 url(../images/header.jpg) no-repeat center 0;
}

#nav {
	background: #272524;
	border-top:1px solid #545454;
	/*width:1020px;
	margin:0 auto;*/
}

#navigation a {
	color: #D5D4D4;
	border-right: 1px solid #3f4434;
}

#navigation a span {
	color: #D5D4D4;
}

.current_page_item {
	/*border: none !important;*/
}

#navigation a:hover, #navigation .current_page_item {
		text-decoration:none;
		color: #3A3F31;
		background: url(default/nav-hover.jpg) top left repeat-x;
		/*border: none !important;		*/
}

#navigation a:hover span, .current_page_item span {
		color: #2d3223 !important;
		/*border: none !important;*/
}

#twitter a {
	color: #ccbe1d !important;
}

/*----- Posts ----- */

.post {
	/*border-bottom: 1px solid #DEDEDE;*/
	padding-bottom:1px;
}

.post h2, .post h2 a {
	color: #2d2d2d;
}

.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: #e6e1d4;
	color: #5d6250;
	border: 1px solid #c9c1af;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
}

/*----- PostNav ----- */

#postnav a {
	background: #e6e1d4;
	color: #5d6250;
	border: 1px solid #c9c1af;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px 6px;
	font-size: 12px;
}

#postnav a:hover {
	background: #5d6250;
	color: #e6e1d4;
	border: 1px solid #5d6250;
}

/*----- Sidebar ----- */

.pageinfo {
	color: #eb552d;
}

.widget h4 { 
	/*border: 1px solid #74796b;*/
	background: #A3C401;
}

.widget h4 a { 
	/*border: 1px solid #9da293; */
	color: #fff; 
}

.widget .content { 
	background: #E9E9E9; 
	/*border: 1px solid #d4cfc5;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.widget .content a {
	color: #2d2d2d;
}

.widget .content a:hover {
	color: #0285b8;
	border: none !important;
	text-decoration: none !important;
}

.widget li { 
	margin-bottom: 15px;
}

#lifestream h3 {
	background: #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: #110E0D;
}

#footer h4 {
	background: #2A2828;
	color: #fff;
	border-bottom: 1px solid #616558;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#footer ul {
	background: #E9E9E9;
}

#footer ul li {
	border-bottom: 1px solid #4e5246;
	color: #2A2828;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer ul li a {
	color: #2A2828;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
