/* Default Colors */

/*--------------------------------------------------------------------------------
01. SETUP
--------------------------------------------------------------------------------*/

body {
    
  background: #141313 url(default/bg.jpg) top center repeat;
	/*background: #f8f6d0 url(default/bg.jpg) top center no-repeat;*/
	color: #33211f;

}

/*--------------------------------------------------------------------------------
02. STRUCTURE
--------------------------------------------------------------------------------*/


#wrapper {
	border: 1px solid #f1edaa;
}

#content {
	border-right: 1px solid #f5f4f4;
}

/*--------------------------------------------------------------------------------
03. HEADER
--------------------------------------------------------------------------------*/

#header h1 a {
	color: #33211f;
}

#header h1 a:hover {
	color: #c89a2b;
}

#header #description {
	color: #7c6563;
}

#header #description a {
	color: #6f9f85;
}

#header #description a:hover {
	color: #33211f;
}

/*--------------------------------------------------------------------------------
04. POSTS
--------------------------------------------------------------------------------*/

#content h3 {
	color: #33211f;	
}

.video {
	border: 5px solid #f8f6d0;
}

.post h2 a {
	color: #33211F;

	
}

.post h2 a:hover {
	color: #0066CB;
}

.meta {
	color: #999999;
}

.meta a {
	color: #7e9e8d;
}

.post .label a {
	background: #0066CB;
	color: #fff;
}

.post .label a:hover {
	background: #0066CB;

}

.post .labelcoment a {
	background: #0066CB;
	color: #fff;
}

.post .labelcoment a:hover {
	background: #0066CB;
}

.tags {
	color: #7c6563;
}

.tags a {
	color: #0066CB;
}

#navigation a {
	color: #33211f;
}

#navigation a:hover {
	color: #c89a2b;
}

/*--------------------------------------------------------------------------------
05. ENTRIES
--------------------------------------------------------------------------------*/

.entry a {
	color: #0066CB;
}

.post .entry blockquote {
	color: #7c6563;
}

/* Blog Entry Styles - Images */

/*--------------------------------------------------------------------------------
06. SIDEBAR
--------------------------------------------------------------------------------*/

#rss {
	background: #33211f;
}

#rss a:hover {
	color: #c89a2b;
}

.widget {
	margin: 0 0 30px;
}

#twitter ul li a {
	color: #6f9f85;
}

#twitter ul li a:hover {
	color: #33211f;
}

#flickr .flickr_badge_image a  { border: 2px solid #C89A2B; }

.widget_tag_cloud {
	color: #7c6563;
}

.widget_tag_cloud a {
	color: #0066CB;
}

/*--------------------------------------------------------------------------------
07. COMMENTS
--------------------------------------------------------------------------------*/

.commentlist .comment-meta {
	color: #7e9e8d;
}

.commentlist .comment-meta a {
	color: #7e9e8d;
}

.commentlist .avatar {
	border: 3px solid #dad9b3;
}

.commentlist p a {
	color: #c89a2b;
}

.commentlist p a:hover {
	text-decoration: underline;
}

.commentlist blockquote {
	color: #7c6563;
}

.commentlist .reply a {
	color: #c89a2b;
}

#commentform p a {
	color: #c89a2b;
}

#commentform .comm_count span input {
	color: #6f9f85;
}

/* Comments - Thread */


/*--------------------------------------------------------------------------------
08. ARCHIVES PAGE
--------------------------------------------------------------------------------*/

#archives {
	padding: 10px 0 0;
}

#archives a {
	color: #6F9F85 !important;
}

h4.archive_year {
}


/*--------------------------------------------------------------------------------
09. PAGE BAR
--------------------------------------------------------------------------------*/

.pagebar {
   	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #33211F;
	text-decoration: none;
	padding: 0.2em 0.5em;
	color: #33211F;
}

.pagebar a:visited {
	border: 1px solid #33211F;
	text-decoration: none;
	padding: 0.2em 0.5em;
	color: #33211F;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #33211F;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #33211F;
	color: #fff;
}

.pagebar a:hover {
	border-color: #33211F;
	background: #C89A2B;
	
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
   color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

/*--------------------------------------------------------------------------------
10. MISC
--------------------------------------------------------------------------------*/

