/* Default Colors */

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

body {
	background: #729ec6;
	color: #33211f;
}

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


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

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

/*--------------------------------------------------------------------------------
03. HEADER
--------------------------------------------------------------------------------*/
#header {
  height: 141px;
  background: url('../images/bgHeader.png') no-repeat top left;
}
#header h1 {
  display: none;
  text-indent: -9999px;
}
#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;
}

#Footer { margin: 0 auto; width: 900px; padding-left: 20px; padding-right: 20px; background: #fbf1d9 url("http://www.matthew10.com/img/bgFooter.gif") no-repeat bottom left; padding-top: 150px; padding-bottom: 10px; clear: both; color: #333; font-size: 11px; margin-bottom: 20px; }
#Footer a { color: #333333; }
#Footer a:visited { color: #333333; }
#Footer a:hover { color: #333333; }
#Footer a:active { color: #333333; }

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

#content h3 {
	color: #641b00;	
}

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

.post h2 a {
	color: #641b00;
}

.post h2 a:hover {
	color: #33211f;
}

.meta {
	color: #333;
}

.meta a {
	color: #7e9e8d;
}

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

.post .label a:hover {
	background: #33211F;
}

.tags {
	color: #7c6563;
}

.tags a {
	color: #c89a2b;
}

#navigation a {
	color: #33211f;
}

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

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

.entry a {
	color: #c89a2b;
}

.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: #c89a2b;
}

/*--------------------------------------------------------------------------------
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. MISC
--------------------------------------------------------------------------------*/
