/*
------------------------------------------------------------------------
Theme Name:    HRE Performance Wheels
Theme URI:     http://www.hrewheels.com/
Description:   Custom Designed Wordpress Theme for HRE Performance Wheels.
Version:       1.0
Author:        Bryan Hawkins
------------------------------------------------------------------------

Support:       Bryan Hawkins
Updated:       July 25, 2009
Copyright:     Copyright (c) 2009 HRE Performance Wheels

This theme shall not be distributed, sold or modified without written permission from the original author.

*/

body { }

a { color: #878787; outline: none; cursor: pointer; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover	{ text-decoration: none; }

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 1px;
	background-color: ;
	clear: both;
	border-bottom: 1px solid #D3D3D2;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background-color: #eeeeee;
	clear: both;
	border-top: 1px solid #cccccc;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background-color: #eeeeee;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

.red {
	color: #9A1419;
}

.gold {
	color: #8F7E4F;
	font-size: 12px;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/*
------------------------------------------------------------------------
CONTAINER - The 958px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

#container_mid {
	width: 956px;
	height: 100%;
	margin: 0 auto;
	background: #1F1F1F url("images/container_bg.gif") top center no-repeat;
}

#home_bg_featured {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 382px;
	background: #0B0B0B url("images/bg_home_featured.gif") top center repeat-x;
	border-top: 1px solid #000000;
}

#home_bg_recent {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 478px;
	background: #F5F5F5 url("images/bg_home_recent.gif") top center repeat-x;
	border-top: 1px solid #000000;
}

#container_lev_a {
	width: 599px;
	margin-top: 22px;
	margin-left: 18px;
	float: left;
}

#container_lev_b {
	width: 286px;
	margin-top: 22px;
	margin-right: 16px;
	float: right;
}

#single_bg {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	background: #0B0B0B url("images/bg_home_featured.gif") top center repeat-x;
	border-top: 1px solid #000000;
}

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------

/* Categories */

.current_page_item a { color:#E7E7E7; text-decoration: none; }
.current_page_item a:hover, .current_page_item a:active, .current_page_item a:visited, .current_page_item a:link { color: #E7E7E7; text-decoration: none; }

.active_category { color: #E7E7E7; text-decoration: none; background-position: 0 -5; }
.active_category:hover { color: #E7E7E7; text-decoration: none; }

/*
.cat-item { color:#878787; text-decoration: none; }
.cat-item a:hover { color:#CCCCCC; text-decoration: none; }
*/

.submenu {
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 916px;
	height: 38px;
	background-color: #383838;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: url("images/nav_bg.gif") no-repeat;
}

.submenu ul {
float: left;
	margin:0px;
	border:0px;
	padding:0px;
	list-style: none;
	list-style-position: outside;
}

.submenu li {
	margin-top: 13px;
	margin-right: 18px;
	padding: 0px;
	font-size: 10px;
	float: left;
	list-style: none;
	list-style-position: outside;
	padding-right: 16px;
	background: url("images/nav_arrow_off.gif") no-repeat 99%;
}

.submenu li .current_page_item a {
	color: #878787;
	text-decoration: none;
	background: url("images/nav_arrow_on.gif") no-repeat 99%;
}

.submenu li a:hover {
	color: #E7E7E7;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #000000;
	text-decoration: none;
	display: block;
}

#menu_right {
	float: right;
	width: 189px;
	margin-top: 8px;
}

#search_form {
	width: 162px;
	height: 23px;
	float: left;
	background: url("images/search_field.gif") no-repeat;
}

.search-text {
	background: #0B0B0B;
	width: 125px;
	height: 14px;
	border: 0px;
	color: #676767;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 4px;
	float: left;
}

.search-submit {
	width: 12px;
	height: 12px;
	background: url("images/icon_search.gif") no-repeat top left;
	border: 0px;
	cursor: pointer;
	margin-top: 6px;
	margin-left: 4px;
}

#rss_icon {
	float: left;
	margin-left: 4px;
}

/* END Categories */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin-right: 19px;
	width: 638px;
	float: left;
}

.column_right {
	margin-top: 22px;
	width: 201px;
	float: right;
}

.column_right_cotm {
	width: 286px;
	height: 451px;
	background: #4D4D4D;
}

.column_left_b {
	margin: 10px 19px 10px 0px;
	width: 187px;
	float: left;
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	width: 187px;
	float: left;
}

.column_right_b img { border: 0px; }

/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {
	float: left;
}

.featured_image {
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

#featured img, #featured img a, #featured img a:visited {
	padding: 0px;
}

#featured_cotm {
	padding: 0px;
	width: 286px;
	height: 148px;
	border-bottom: 3px solid #0B0B0B;
	margin-bottom: 16px;
}

#featured_blurb {
	width: 618px;
	height: 63px;
	position: absolute;
	margin-top: 255px;
}

.translucent_bg {
	background: url("images/translucent_black.png");
	width: 598px;
	height: 51px;
	padding-top: 12px;
	padding-left: 20px;
}

.home_box_title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: none;
	color: #F7F7F7;
}

div.home_box_subline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8F7E4F;
	margin-top: 11px;
	margin-bottom: 11px;
}

.home_box_subline a {
	color: #8F7E4F;
	text-decoration: underline;
}

.home_box_subline a:hover {
	color: #F7F7F7;
	text-decoration: underline;
}

div#home_box_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #878787;
}

.home_archive_thumb {
	border: 3px solid #0b0b0b;
	width: 181px;
	height: 96px;
	margin-bottom: 12px;
}

#home_archive_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8F7E4F;
	margin-top: 10px;
	margin-bottom: 4px;
}

.home_archive_title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #F7F7F7;
}

#home_archive_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #878787;
	margin-top: 0px;
	margin-bottom: 12px;
}

.home_archive_sm_thumb {
	width: 187px;
	height: 66px;
	margin-top: 2px;
	float: left;
}

.home_archive_sm_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A7A7A7;
}

.home_archive_sm_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #676767;
}

#view_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #676767;
	margin-top: 10px;
	width: 187px;
	text-align: left;
}

#view_more:hover {
	color: #A7A7A7;
}

#view_more_single {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #878787;
	margin-top: 10px;
	width: 187px;
	text-align: left;
}

#view_more_single:hover {
	color: #A7A7A7;
}


div.home_cotm_ttl a, div.home_cotm_ttl a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: none;
	color: #F7F7F7;
	margin-left: 12px;
}

div.home_cotm_ttl a:hover {
	color: #F7F7F7;
}

#sidebar_ttlink {
	margin-bottom: 14px;
	margin-left: 12px;
}

#sidebar_ttlink a, .sidebar_ttlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8F7E4F;
	text-transform: uppercase;
	padding: 4px 6px 4px 6px;
	background:#0B0B0B;
}

#sidebar_ttlink a:hover {
	color: #F7F7F7;
	background-color:#0B0B0B;
}

#main_ttlink {
	margin-bottom: 16px;
}

#main_ttlink a, .main_ttlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8F7E4F;
	text-transform: uppercase;
	padding: 4px 6px 4px 6px;
	background:#0B0B0B;
}

#main_ttlink a:hover {
	color: #F7F7F7;
	background-color:#0B0B0B;
}

div.home_cotm_dsc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #A7A7A7;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
}

.home_cotm_link a, .home_cotm_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A7A7A7;
	text-transform: uppercase;
	margin-left: 12px;
	margin-right: 6px;
}

.home_cotm_link a:hover {
	color: #F7F7F7;
}

.cotm_icon1 {
	background: url("images/icon_continue.gif") no-repeat left;
	padding-left: 13px;
}

.cotm_icon2 {
	background: url("images/icon_comments.gif") no-repeat left;
	padding-left: 17px;
}

#featured_cotm_thumb {
	float: left;
	width: 86px;
	height: 102px;
	color: #979797;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 6px;
}

#featured_cotm_thumb b { font-weight: bold; color: #E7E7E7; }
#featured_cotm_thumb:hover { color: #B7B7B7; }
#featured_cotm_thumb_divider { width: 2px; height: 102px; float: left; }
.thumb_sm_top { width: 86px; height: 52px; background: url("images/bg_home_cotm_sm.gif") no-repeat top center; margin-bottom: 8px; }
.thumb_sm_top img { border: 0px; margin: 4px; }

#twitter_post {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #787878;
	line-height: 22px;
	padding:12px;
}

#twitter_post a {
	color: #A7A7A7;
	text-decoration: none;
}

div#twitter_post a:hover {
	color: #F7F7F7;
	text-decoration: none;
}

div#tag_cloud {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #787878;
	margin-left: 12px;
	margin-right: 12px;
}

div#tag_cloud a {
	color: #787878;
}

div#tag_cloud a:hover {
	color: #979797;
}

div#button_twitter a {
	background: url("images/button_t_off.gif") no-repeat 0 0;
	width: 131px;
	height: 39px;
	float: left;
	margin-left: 11px;
	margin-top: 18px;
	margin-bottom: 20px;
}

div#button_twitter a:hover {
	background: url("images/button_t_on.gif") no-repeat 0 0;
}

div#button_facebook a {
	background: url("images/button_fb_off.gif") no-repeat 0 0;
	width: 131px;
	height: 39px;
	float: right;
	margin-right: 11px;
	margin-top: 18px;
	margin-bottom: 20px;
}

*html div#button_twitter a { margin-bottom: 0px; }
*html div#button_facebook a { margin-bottom: 0px; }

#button_facebook a:hover {
	background: url("images/button_fb_on.gif") no-repeat 0 0;
}

#featured_recent_comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	line-height: 11px;
}

#featured_recent_comments a:hover {
	color: #474747;
}

#featured_recent_comments b { font-weight: bold; color: #262626; text-transform: capitalize; }

.featured_rc_title {
	padding: 4px 6px 4px 6px;
	background-color: #0B0B0B;
	font-size: 10px;
	color: #8F7E4F;
	font-weight: bold;
	text-transform: uppercase;
}

#featured_right_seperator {
	height: 24px;
	width: 100%;
}

.thumb_sm_left {
	float: left;
	background: url("images/home_archive_thumbs.gif") no-repeat;
	padding: 4px;
	margin-right: 10px;
	height: 44px;
	width: 63px;
}

#featured h1 a, #featured h1 a:visited {
	color: #ffffff;
}

#featured h1 a:hover {
	color: #ffffff;
}

#featured h2 {
	color: #878787;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#featured h2 a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured h2 i {
	color: #878787;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}

#featured h2 i a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured p a, #featured p a:visited {
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#featured p a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 14px;
	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;
	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */

/* Home Page */

#single_feat_image {
	position: absolute;
	z-index: 1;
	border-bottom: 3px solid #DBDBDB;
}

#single_feat_swf {
	position: absolute;
	z-index: 3;
}

#single_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: none;
	color: #262626;
	margin-top: 12px;
}

#single_subline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #878787;
	margin-top: 14px;
	margin-bottom: 14px;
}

#single_subline a, .single_subline a:visited {
	color: #878787;
	text-decoration: underline;
	text-transform: capitalize;
}

#single_subline a:hover {
	color: #676767;
	text-decoration: underline;
}

#single_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	color: #676767;
}

#single_desc strong {
	color: #474747;
	font-weight: bold;
}

#sb_recent_posts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787878;
	line-height: 20px;
	padding-left: 12px;
	padding-right: 12px;
}

#sb_recent_posts li {
	list-style: none;
	list-style-position: outside;
}

#sb_recent_posts a:hover {
	color: #979797;
}

#sb_recent_posts b {
	font-weight: bold;
	color: #A7A7A7;
}

#single_cat_thumb {
	float: left;
	width: 286px;
	margin-bottom: 6px;
}

.single_thumb {
	background: url("images/single_thumb_bg.gif") no-repeat top center;
	width: 84px;
	height: 50px;
	float: left;
}

.single_thumb img { margin: 3px; }
.single_thumb_text { width: 176px; float: left; padding-left: 6px; padding-right: 12px; }

.single_thumb_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F7F7F7;
}

.single_thumb_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #878787;
}

.single_thumb_date:hover {
	color: #A7A7A7;
}

#single_more {
	width: 262px;
	height: 344px;
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12px;
	background: #4D4D4D;
}

.single_more_subline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8F7E4F;
	text-transform: uppercase;
}

.single_more_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: none;
	color: #CCCCCC;
	margin-top: 6px;
	margin-bottom: 10px;
}

#single_fieldset {
	width: 599px;
	float: left;
}

.fs_top {
	background: url("images/single_fieldset_top.gif") no-repeat top center;
	width: 599px;
	height: 8px;
}

*html .fs_top {
	margin-bottom: -11px;
}

.fs_middle {
	background: url("images/single_fieldset_middle.gif") repeat-y top center;
	width: 553px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 14px;
}

.fs_bottom {
	background: url("images/single_fieldset_bottom.gif") no-repeat top center;
	width: 599px;
	height: 7px;
	margin-bottom: 21px;
}

.fs_bottom_main {
	background: url("images/single_fieldset_bg_buttons.gif") no-repeat top center;
	width: 576px;
	height: 45px;
	margin-bottom: 21px;
	padding-left: 23px;
}

#fs_seperator {
	height:20px;
}

.icon {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.icon_archive {
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.button_comments {
	float: left;
	margin-top: 11px;
	margin-right: 11px;
}

#archive_item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D7D7D7;
}

#archive_title a, #archive_title a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: none;
	color: #262626;
}

#archive_content a, #archive_content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #575757;
	text-decoration: none;
	border: 0;
}

#archive_page a, #archive_page a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: none;
	color: #262626;
	list-style: none;
	list-style-position: outside;
}

.archive_image img {
	border: 0px solid #DBDBDB;
	margin-bottom:17px;
}

/* PAGINATION */
div.pagination { margin:0px; text-align:center; background-color:#F5F5F5; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight: bold; padding-bottom: 20px;}
div.pagination a { 
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #F5F5F5;
	text-decoration:none;
	color:#474747;
	background-color:none;
	margin:1px;
}
div.pagination a:hover, div.pagination a:active { 
	border: 1px solid #C7C7C7;
	color: #262626;
	background-color: #D7D7D7;
}
div.pagination span.current { 
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px;
	border: 1px solid #C7C7C7;
	color: #262626;
	background-color: #D7D7D7;
	margin:1px;
}
div.pagination span.disabled { 
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #F5F5F5;
	text-decoration:none;
	color:#979797;
	background-color:none;
	margin:1px;
}
/* END PAGINATION */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	line-height: 16px;
	list-style-type: none;
}

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	color: #336699;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right img {
	padding: 0px;
	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height: 18px;
}

p a, p a:visited {
	color: #474747;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #262626;
}

#entry {
	margin: 0px;
}

#entry img, #entry img a, #entry img a:visited {
	border: none;
}

#entry p {
	margin-bottom: 11px;
	font-size: 12px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 30px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;
	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	font-size: 10px;
	color: #8F7E4F;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.link a:hover {
	color: #FFFFFF;
	background-color:#8F7E4F;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */


.commentlist{ list-style:none; margin:0 0 0px 0; padding:0; text-indent:0; }
ol.commentlist li.comment { background: url("images/comments_avatar_user.gif") no-repeat top left; min-height: 122px; margin-top: 0px; }
ol.commentlist li.bypostauthor { background: url("images/comments_avatar_author.gif") no-repeat top left; min-height: 122px; }
ol.commentlist li.comment div.comment-author {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 78px;
	margin-left: -10px;
}
ol.commentlist li.comment div.comment-author a, ol.commentlist li.comment div.comment-author a:visited {
	color: #676767;
}
ol.commentlist li.comment div.commentmetadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A7A7A7;
	font-weight: none;
	margin-left: -10px;
}
ol.commentlist li.comment div.comment-meta { color: #A7A7A7; }
ol.commentlist li.comment div.comment-meta a { color: #A7A7A7; }
.commentlist li.comment { padding:10px; margin:10px 0; border-bottom: 1px solid #E7E7E7; }
.commentlist li div.vcard cite.fn { font-style: normal; }
.commentlist li div.comment-meta { font-size: 9px; }
.commentlist li div.comment-meta a { color: #474747; }
.commentlist li p {
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
	margin-top: 0px;
}

textarea {
 	width: 548px;
}

.text-field-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
	font-weight: bold;
	margin-left: 6px;
}

.text-field-np {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	font-weight: none;
}

#comment-post-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-post-label a, #comment-post-label a:visited {
	color: #474747;
}

#comments_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: none;
	color: #262626;
	margin-bottom: 17px;
}

.comments_count {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #676767;
	margin-left: 7px;
}

/* END Comments */

/* Widgets */

#content .widget ul {
	padding: 0;
}

#sidebar_link {
	margin-top: 14px;
	margin-bottom: 14px;
}

#sidebar_link a, .sidebar_link a:visited {
	padding: 4px 6px 4px 6px;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#8F7E4F;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar_link a:hover {
	color: #FFFFFF;
	background-color:#8F7E4F;
}

#sidebar_seperator {
	width: 301px;
	height: 3px;
	background: url("images/bg_home_cotm_seperator.gif") no-repeat top center;
	margin-bottom: 14px;
	margin-top: 8px;
}

#sidebar_t_title {
	margin-top: 12px;
}

#sidebar_t_title a, .sidebar_t_title a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: none;
	color: #CCCCCC;
}

#sidebar_t_title a:hover {
	color: #E7E7E7;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F7E4F;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 0px 0px 0px;
}

.flickrImage img {
	background: url("images/flickr_thumb_bg.gif") no-repeat top center;
}

.widget li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
}

.widget li a, .widget li a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline !important;
	margin-right: 4px;
	line-height: 8px;
}

.widget li a:hover {
	color: #E7E7E7;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	color: #262626;
	text-decoration: none;
}

h1 a:hover {
	color: #000000;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cc0000;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
}
