/*
Color Option: White and Red
*/

/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
body{color: #252525; background-color: #fff; line-height: 1.2em;}

h1{color: #000;}
	h1.h1-sub-title{border-top: 5px solid #000;}
h2{color: #000;}
h3{color: #000;}
h4{}
h5{}
h6{}

p{color: #333;}
blockquote, blockquote p{color: #333;}

form{}
label{color: #fff;}
textarea, input{color: #333;}
input[type=radio]{}
input[type=checkbox]{}
input[type=image]{}
input[type=button]{color: #fff; background: #c23c2f; border: 1px solid #d55c4f;}


/*-------------------------------------------------------------------------------------------*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*--- Links ---*/
a.std_link, a{color: #009;}
a.std_link:hover, a:hover{}
a:active{color: #c23c2f;}


/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#container{ }

#footer{background: #111; border-top: 5px solid #000;}
#content-container{ margin-bottom: 0px;}

	#right-column{margin-top: 13px;}

/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


	/*--------------------------*/
	/*- MENU -------------------*/


/*-------------------------------------------------------------------------------------------*/
/*- HOME PAGE LAYOUT ------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*--------------------------------------------------------*/
	/*- FEATURE POST -----------------------------------------*/
	a.scroller-left, a.scroller-right{background: url(white-red/big-arrows.png) no-repeat;}
		a.scroller-left{left: -25px; background-position: top left;}
		a.scroller-right{right: -25px; background-position: top right;}
			a.scroller-left:hover{background-position: bottom left;}
			a.scroller-right:hover{float: right; background-position: bottom right;}

	.feature-post .feature-post-image{border-bottom: 5px solid #222; margin-bottom: 20px;}

	.feature-post .feature-content-container { }

	.feature-post .feature-post-content {float:left; width:600px; padding-right: 10px; padding-left: 10px; background-color: #FFFFFF;}
	.feature-post .feature-post-content p {width:590px;}
	.feature-post .feature-post-content h1 a{color: #009;}
	.feature-post .feature-post-content h1 a:hover,.feature-post .feature-post-content h1 a:active{color: #c23c2f;}
	.feature-post .feature-post-content a.action-link{background: url(white-red/continue-reading.png) top no-repeat;}

	/*--------------------------------------------------------*/
	/*- POST LIST 1 ------------------------------------------*/
	ul.post-list{background: url(white-red/post-list-bg.png) repeat-y; border-top: 5px solid #222; margin-bottom: 0px;}
		ul.post-list li h2 a{color: #009;}
		ul.post-list li h2 a:active, ul.post-list li h2 a:hover{color: #c23c2f;}
		ul.post-list li p{color: #333;}
		ul.post-list li a.action-link{background: url(white-red/continue-reading.png) top no-repeat;}

	/*--------------------------------------------------------*/
	/*- POST LIST 2 ------------------------------------------*/
	ul.sub-post-list li h3 a{color: #222;}
	ul.sub-post-list li p{color: #555;}
		ul.sub-post-list li a.action-link{background: url(white-red/continue-reading.png) top no-repeat;}


/*-------------------------------------------------------------------------------------------*/
/*- POSTS CLASSES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*- RESET SOME CLASSES FOR THE COPY AFTER CLEARING EVERYTHING AT THE TOP OF THE CSS  -*/

.post .copy ol, .post .copy ul{color: #555;}
.post .copy h2{color: #222;}


	.post .image{border-bottom: 5px solid #222;}
	.post .video{border-bottom: 5px solid #222;}
	
	.post h1{padding-bottom: 8px; margin-top: 25px; border-bottom: 1px dotted #ccc;}
		.post h1 a{color: #000;}
		.post h1 a:hover{color: #c23c2f;}
	.post .copy{ margin-bottom: 0px; }

	h3.date{color: #575757; padding-top: 0px; line-height: 1.2em; margin-top: 0px;}

.post .copy ol, .post .copy ul{list-style: square; margin: 0px 0px 15px 0px;}
	.post .copy ol li, .post .copy ul li{line-height: normal; margin: 0px 0px 0px 30px; padding: 5px 0px 0px 0px;}
.post .copy ol{list-style: decimal;}
.post .copy ul ul ul { padding: 0px; margin: 0px; }


/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#comments{background: #FFFFFF; border: 1px dotted #909090;}
	.comment{background: #f6f6f6; border-bottom: 1px solid #ccc; padding: 10px 30px 0px 30px;}
		.comment h4.comment-date{color: #575757;}
		.comment h3{color: #000;}
			.comment h3 a{color: #000;}
			.comment h3 a:hover{color: #c23c2f;}
			.comment h3 span.reply-link a{color: #777;}
			.comment h3 span.reply-link a:hover{color: #000;}

			.user{margin: 0px 20px 0px 0px;}
			.user img{border: 5px solid #c5c5c5; margin-bottom: 20px;}
			.user a.action-link{color: #222;}
				.user a.action-link:hover{color: #c23c2f;}

	.comment-odd{background: #f1f1f1;}	

	.comment-error .comment{background: #FFCCCC;}
	.comment-error p{color: #900000; font-weight: bold;}
	
	/*--------------------------------------------------------*/
	/*- THREADED COMMENTS - ITS TIME TO THREAD THIS BEAST ----*/
	.threaded-comments .thread-comment{border-top: 1px dotted #ccc; padding-top: 10px;}
	.threaded-comments .comment-post blockquote{background: #ddd;}


/*-------------------------------------------------------------------------------------------*/
/*- POST A COMMENT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.comment-form-content{background: #FFFFFF; border-bottom: 0px;}
	.comment-form-content .comment_form label{ width: 150px; color: #303030; text-align: right; padding-right: 10px;}

	.comment-input input{width: 380px; background: #f6f6f6; border: 1px solid #909090;}
	.comment-texarea textarea{width: 380px; background: #f6f6f6; border: 1px solid #909090;}

	.checkbox{color: #777;}
	input.submit_button{color: #fff; background: #c23c2f; border: 1px solid #d55c4f; margin-left: 0px;}


/*-------------------------------------------------------------------------------------------*/
/*- SPRITES ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.header-comments, .header-promote-post, .header-leave-comment{background:url(footsloggers/headers.png) no-repeat;}
	.header-promote-post	{background-position: 0px 0px;}
	.header-comments		{background-position: 0px -79px;}
	.header-leave-comment	{background-position: 0px -157px;}

/*-------------------------------------------------------------------------------------------*/
/*- ARCHIVES --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
h4.archive_year{color: #888;}
#archives .archives_list li{border-bottom: 1px dotted #ccc;}
	#archives .archives_list li .archive-post-image{border: 5px solid #c5c5c5;}
	#archives .archives_list .date{color: #888;}
		#archives ul .label a{color: #333; }


/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#right-column h2, #right-column h2 a{color: #252525; border-bottom: 3px solid #000;}
	#right-column h2 a{color: #252525;}
	#right-column h2 a:hover{color: #c23c2f;}

	#right-column ul li ul li{border-bottom: 0px; background: url(../images/right-column-li-bg-boots.png) left no-repeat;}
		#right-column ul li ul li a{color: #252525;}
		#right-column ul li ul li a:hover{color: #c23c2f;}

	#right-column .advert{background-color: #333;}


	/*--------------------------------------------*/
	/*- SEARCH -----------------------------------*/
	.search-bar{border: 0; background: #fff; float: right; text-align: left; font:11px/1.55}
	.search-bar{margin: 30px 10px 10px 0px; padding: 0px; width: 225px}
	.search-form input.search{ width: 194px; background: none; padding: 3px; border: 1px solid #333; font-style: italic; font-size: 10pt;}
	.search-form input.search_button{font-size: 10pt; font-style: italic; width: 15px; float: none;}
	/*.search-form input, .search-form button { line-height: 15px; vertical-align: middle; font:12px/15px Arial; font-family: Arial,Helvetica,sans-serif; color: #2f2f2f;}*/

/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul.footer-columns{border-bottom: 1px solid #000; color: #888;}
	ul.footer-columns h2{color: #ccc;}
	ul.footer-columns p{color: #888;}

	ul.footer-columns ul li{border-bottom: 1px solid #000; border-top: 1px solid #191919;}

.footer-copy{border-top: 1px solid #191919;}
	p.copyright{color: #555;}
		p.copyright a{color: #ccc;}
		p.copyright a:hover{color: #fff;}
	a.obox-logo{background: url(white-red/obox-logo.png) top;}
		a.obox-logo:hover{background: url(white-red/obox-logo.png) bottom;}


/*-------------------------------------------------------------------------------------------*/
/*- SOME STANDARD WORDPRESS PLUGIN/WIDGET STYLES --------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/*--------------------------------------------*/
/*- FLICKR -----------------------------------*/
#flickr_badge_wrapper{}
	#flickr_badge_wrapper .flickr_badge_image{border: 5px solid #ccc;}


/*--------------------------------------------*/
/*- CALENDAR ---------------------------------*/
	/*--- RIGHT COLUMN CALENDAR ---*/
	#right-column #wp-calendar caption {color: #252525;}
	#wp-calendar td, #wp-calendar th{color: #555;}
	#right-column #wp-calendar td{border: 1px solid #ccc;}
	#right-column #wp-calendar th{color: #fff; background: #222; border: 1px solid #ccc;}
		
	/*--- FOOTER CALENDAR ---*/
	#footer #wp-calendar caption {color: #fff;}
	#footer #wp-calendar td, #wp-calendar th{color: #555;}
	#footer #wp-calendar th{color: #fff; background: #c23c2f;}

	/*--------------------------------------------*/
	/*- TWITTER ----------------------------------*/
	ul#twitter_update_list{color: #575757;} 
		ul#twitter_update_list li a{color: #575757;}
			ul#twitter_update_list li a:hover{color: #c23c2f;}



