/* Default Colors */

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

body {
	color: #33211f;
	background-color: #FFFFFF;
	background-image: url(http://gator581.hostgator.com/%7Efreeflow/wp-content/themes/rockstar/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

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


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

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

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

#header h1 a {
	color: #97C0DC;
}

#header h1 a:hover {
	color: #8D0E19;
}

#header #description {
	color: #462E06;
}

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

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

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

#content h3 {
	color: #97C0DC;	
}

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

.post h2 a {
	color: #462E06;
}

.post h2 a:hover {
	color: #462E06;
}

.meta {
	color: #999;
}

.meta a {
	color: #666;
}

.post .label a {
	color: #ccc;
	line-height: 16px;
}

.post .label a:hover {
	color: #666;
}

.tags {
	color: #7c6563;
}

.tags a {
	color: #8D0E19;
}

#navigation a {
	color: #33211f;
}

#navigation a:hover {
	color: #8D0E19;
}

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

.entry a {
	color:#698B9C;
}

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

/* Blog Entry Styles - Images */

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

#rss {
	background: #33211f;
}

#rss a:hover {
	color: #8D0E19;
}

.widget {
	margin: 0 0 30px;
}

#twitter ul li a {
	color: #97C0DC;
}

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

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

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

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

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

.commentlist p a {
	color: #8D0E19;
}

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

.commentlist blockquote {
	color: #7c6563;
}

.commentlist .reply a {
	color: #8D0E19;
}

#commentform p a {
	color: #8D0E19;
}

#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
--------------------------------------------------------------------------------*/
