/*   
Theme Name: Drifter
Theme URI: http://www.hobodrifter.com/
Version: 1.0.0
Description: A Theme Designed for Traveling Hobos. Widget-compatible.
Author: Steve O'Neill
Author URI: http://www.hobodrifter.com/
Tags: two-columns, brown, fixed-width
*/

/*
Released under the GPL. The images were shot by me, Joshua Lyman. You can certainly keep them there (although
I recommend you change them) so long as you don't take credit for them. ;-)

Note that the sidebars can be modified through the use of widgets in the admin panel. Have fun!
*/

/* Color Schemes
   -------------
	Orange Dark: 	#AA3511
	Darkest Brown: 	#45392A
	Dark Brown: 	#847563
	Brown: 			#CFC2A1
	Light Brown:	#E9E2DA
	Red: 			#AC0605
	Blue:			#315980       */


@import url('css-niftyCorners.css');
@import url('css-typography.css');
@import url('css-calendar.css');

/* Layout Declarations */

body {
	background:#3f2f15 url("images/bg-2.png") repeat-y top center scroll;
	margin: 0;
	padding: 0;
}

a img, a:hover img {
	border:none;
	text-decoration:none;
}
#wrap{
	margin: 0 auto 0 auto;
	width: 900px;
}	
#header-img {
	margin: 0 auto 0 auto;
    width: 900px;
	float: center;
	height: 185px;
	background: url('images/header-new.jpg') no-repeat;
	text-align: left;
}

#containertop {
	width: 675px;
	height: 8px;
	margin:0 0 0 225px;
	background: url('images/container-top.jpg');
}


#mainContainer {
	background: #e4dbc9 url('images/sidebarbg.jpg');
	background-repeat: repeat-y;
	width: 900px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
}
/*--feeds--*/
#feed {
	width: 225px;
	height: 40px;
	float: left;
	margin: 15px 0 0 0;
	padding-bottom: 5px;
	padding-right: 50px;
}
.rss-posts {
	float: right;
	background: url('images/RSS-Icon.png') no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 25px;
}
.rss-comments {
	float: right;
	background: url('images/rss-comment.png') no-repeat; 
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.facebook {
	float: right;
	background: url('images/facebook-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.twit {
	float: right;
	background: url('images/TwitterIcon.png') no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}	
.youtube {
	float: right;
	background: url('images/youtube-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
ul.twitter {
	padding: 3px 3px 3px 3px;
	font-size: 1em;
}
li.twitter-item {
	
	padding:1px 2px 1px 2px;
	margin-top: 5px;
	font-weight: normal;
}
	
#donate {
	margin: 0 0 0 40px;
	padding-bottom: 10px;
}

/*--search--*/
#searchform {
	width: 225px;
	background: transparent;
	height: 33px;
	padding-top: 10px;
	margin-bottom: -10px;
}

#searchform form {
	float: left;
	width: 225px;
	margin: 0;
	display: inline;
}

#searchform form input#s {
	width: 160px;
	background: url(images/form.png) no-repeat top left;
	height: 22px;
	border: 0;
	float: left;
	margin-right: 5px;
	padding: 5px 0 0 5px;
	color: #666;
	font-size: 11px;
}

#searchform form input#searchsubmit {
	width: 36px;
	background: url(images/search.png) no-repeat center left;
	height: 23px;
	border: 0;
}

#sidebar {
	float:left;
	width:215px;
	padding-left: 10px;
	margin: 0 0 0 0;
}


#content {
	background: #e4dbc9;
	background-repeat: repeat-y;
	right:0;
	padding:0;
	z-index:0;
	font-size: 96%;
	margin:0 0 0 225px;
	height:1%; /* This is a silly hack needed to give IE hasLayout a true value, otherwise the sidebar goes crazy. */
}

#rightcolumn {
	float:right;
	width: 125px;
	margin:0 0 10px 20px;
	padding:3px;
}
	
	#rightcolumn .mini_sidebar_widget_cont { margin-bottom:10px; background-color: white; }
	#rightcolumn .mini_title { font-weight: bold; }
	
	#rightcolumn ul { margin: 0; }
	#rightcolumn li { list-style-type:none; margin-left:-25px; }
	#rightcolumn > li {margin-left:-18px; }

	#rightcolumn .mini_sidebar_widget_cont,
	#rightcolumn #rss_feeds,
	#rightcolumn #rc_extra_code { padding:3px; }
	#rightcolumn #rss_feeds_cont,
	#rightcolumn #rc_extra_code_cont { margin-bottom: 5px; }
	
.navigation {
	height:20px;
	font-weight:bold;
	text-align: center;
	float: center;
}

#footer {
	clear: both;
	background: #000000 url('images/footer.jpg');
	color: #000000;
	height: 80px;
	padding: 0;
	margin: 0 0 10px 0;
}

.post {
	border-bottom: 2px #b6a88b dotted;
	padding: 7px 20px 1px 15px;
	margin-bottom: 10px;
}

.startdiscussion {
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
}

div.comments ol {
	margin-left:0;
	padding:0;
}


	.commentlist li {
		border: 1px solid #45392A;
		background-color:#e5ebf2;
		background-image: url(images/comment-bg-alt.jpg);
		background-repeat: repeat-x;
		padding:7px;
		margin-bottom:12px;
		list-style-type:none;
	}
	
	.commentlist .alt {
		background-color:#f9f5f0;
		background-image: url(images/comment-bg.jpg);
		background-repeat: repeat-x;
	}
	
	.commentmetadata {
		float: right;
		text-align:right;
		font-size:smaller;
		width:60%;
		padding-right: 30px;
	}

/* Post-it Date */

.post .post_cal {
	text-align: center;
	width: 54px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #3f2f15;
		background-image:url(images/cal_bg1.jpg);
		background-repeat:repeat-x;
		background-position: bottom center;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 96%;
	}
	
	.post_cal .daynum {
		background-color:#F0E9D7;
		border-bottom: 1px solid #A6A6A6;
		background-image:url(images/cal_bg2.jpg);
		background-repeat:repeat-x;
		font-size: xx-large;
		font-weight: bold;
		width: 96%;
	}
	
	.post_cal .month, .post_cal .year {
		background-color: #3f2f15;
		background-image:url(images/cal_bg3.jpg);
		background-repeat:repeat-x;
		font-size: smaller;
		color:white;
		width: 96%;
	}
	
.postmetadata {
	font-weight: bold;
}

/* End Postit Date */

/* Sidebar Boxes */

.boxhead_cont, .boxbody_cont { width: 206px; }

.boxhead_cont { margin-top:10px;}

.boxhead { width:204px; background-color:#CFC2A1; background-image:url(images/boxhead_bg.jpg); background-repeat:repeat-x; }

.boxbody { width:204px; background-color: #D3C5A8; background-image:url(images/boxbody_bg.jpg); background-repeat:repeat-x; }

.boxhead h3 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	line-height: 20px;
	display: block;
	font-weight: bold;
	font-size: 1.0em;
	color: #121413;
	margin:0;
	padding:0 0 5px 10px;
}

/* End Sidebar Boxes */

.gravatar_image {
	float:left;
	margin: 0 10px 5px 0;
}

/* WordPress 2.5 Image Gallery Classes */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img#wpstats{display:none;} /* Remove the silly wp-stats smiley if the plugin is installed. */