/* Default Colors */

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

body {
	color: #000000;
}


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

#header h1 a {
	color: #FFFFFF;
}

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

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

.post h2 a {
	color: #990000;
}

.post h2 a:hover {
	color: #000000;
	text-decoration:none;
}

.meta {
	color: #990000;
}

.meta a {
	color: #990000;
}

.post .label a {
	background: #990000;
	color: #FFFFFF;
}

.post .label a:hover {
	color: #000000;
	background: #990000;
	text-decoration:none;
}



#navigation a {
	color: #990000;
}

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

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

.entry a {
	color: #990000;
}

.entry a:hover{
	color: #000000;
	text-decoration: none;
}

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

/* Blog Entry Styles - Images */

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

#rss {
	background: #33211f;
}

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

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

.widget_tag_cloud {
	color: #990000;
}

.widget_tag_cloud a {
	color: #FFFFFF;
}

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

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

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

.commentlist .avatar {
	border: 0px;
}

.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
--------------------------------------------------------------------------------*/
.jcarousel-container {
	position: relative;
	clear:both;
	width:510px;
	margin:10px auto 0 auto;
	padding:0 40px;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
 
  width:80px;
}/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	position:absolute;
	top:10px;
	right:5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background:  transparent url(images/jcarousel_next.png) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-prev-horizontal {
	position:absolute;
	top:10px;
	left:5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(images/jcarousel_prev.png) no-repeat 0 0;
}
.jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
#feature_gallery {
	height:500px;
	width:600px;
	margin:auto;
	display:block;
	padding: 10px;
}
ul#feature_gallery_pager {
	display:block;
	margin:auto;
	overflow:hidden;
	height:65px;
}
#feature_gallery ul.menu li a:hover {
}
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:80px;
	height:60px;
	padding:2px;
	float:left;
	display:block;
}
ul#feature_gallery_pager li {
	margin:0 2px;
	padding:0 0 10px 0;
	float: left;
}
#feature_gallery ul.menu a.activeSlide {
	background:url(images/arrow.png) no-repeat;
}
#feature_gallery .bigimgs {
	overflow:hidden;
	background-color:#000;
	height:330px;
	width:500px;
	border:2px solid #fff;
	position:relative;
	margin:0 auto;	 
}
#feature_gallery img.change {
	width:500px;
	position:relative;
	
}
#feature_gallery img.thumb {
	width:80px;
	height:51px;
}
#output{
width:500px;
margin:1em auto;
display:block;
clear:both;}