/*
Name: TUMBL.PRESS
Design Studio: Obox Design http://www.obox-design.com/
Version: 1.0
Author: Obox Design
Author URI: http://www.obox-design.com/
*/


/*--------------------------------------------------------------------------------------------------------------------------*/
/*- RESET - Courtesy of Eric Meyer's CSS Reset Awesomeness: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ---*/
/*--------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/*--*********************************************************************************--------*/
/*- IE6 WARNING - BEFORE WE DO ANYTHING!! WE NEED TO TELL EVERYONE TO GET RID OF IE 6 -------*/
/*-------------------------------------------------------------------------------------------*/
.no_ie{clear:both; border-bottom: 2px solid #a60000; background: #ffcece; color: #000; font-weight: bold; padding: 10px; text-align:center; }
	.no_ie h1{font-size: 22px; color: #a60000;}
	.no_ie p{margin: 0px; padding: 0px;}
	.no_ie a{color: #a60000; text-decoration: underline;}
	.no_ie a:hover{color: #000;}


/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
html{height: 100%; min-width: 881px;}
body{height: 100%; min-width: 881px; background: #f5f5f5 url(images/layout/body-bg.png) top repeat-y; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif;}

h1{font-size: 25px; margin: 0px 0px 20px; line-height: 30px; font-weight: lighter;}
	h1.h1-sub-title{padding: 20px;}
h2{font-size: 20px; margin: 0px 0px 10px; line-height: 24px; font-weight: lighter;}
h3{font-size: 17pt; margin: 0px 0px 10px; line-height: 24px; font-weight: lighter;}
h4{margin: 0px; padding: 8px 0px 10px 0px; font-weight: lighter;}
h5{margin: 0px; padding: 8px 0px 10px 0px; font-weight: lighter;}
h6{margin: 0px; padding: 8px 0px 10px 0px; font-weight: lighter;}

p{font-size: 13px; line-height: 22px; margin: 0px 0px 8px; color: #333;}
blockquote, blockquote p{font-size: 18px; line-height: 30px; margin: 0px 0px 15px; color: #777; border: none !important;}

form{}
label{}
textarea, input{font-size: 12pt; font-family: Georgia, "Times New Roman", Times, serif;}
input[type=radio]{}
input[type=checkbox]{}
input[type=image]{}
input[type=button]{padding: 8px;}


/*-------------------------------------------------------------------------------------------*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*--- Links ---*/
a.std_link, a{color: #C03A2D; text-decoration: none;}
a.std_link:hover, a:hover{ color: #000;}
a:active{text-decoration: underline;}
	
/*--- Layouts ---*/
.no_bg{background-image: none;}
.clearboth{clear: both}
.floatleft{float: left;}
.floatright{float: right;}
.floatright{float:right;}
.no_display{display: none;}

.alignleft{float: left; margin: 0px 20px 10px 0px;}
.alignright{float: right; margin: 0px 0px 10px 20px;}
.aligncenter{text-align: center;}

u{text-decoration: underline;}
strong{font-weight: bold;}
em{font-style: italic;}

/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#container{width: 881px; margin: auto; height: 100%;}
	.posterous_header{ position: fixed; left: 0px;}

	#left-column{float: left; width: 279px; height: 100%; padding-top: 00px; position: relative;}
	#right-column{float: right; width: 600px; height: 100%; padding-top: 00px;}

#footer{clear: both; padding: 20px 0px 10px; margin: 0px;}


/*-------------------------------------------------------------------------------------------*/
/*- LEFT COLUMN -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.content{width: 210px; padding: 0px 0px 40px; margin-left: 30px;}
	.header{position: fixed; top: 40px; width: 210px;}
		.logo{padding-bottom: 20px; margin-bottom: 15px; border-bottom: 1px dotted #ccc; text-align: center;}
		p.intro-text{margin-bottom: 30px; text-align: center; color: #555; font-style: italic;}
		
		ul.follow{padding: 20px 0px; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; font-size: 10px; text-transform: uppercase;}
		ul.follow li{float: left; padding: 0px 6px;}



	/*--------------------------------------------*/
	/*- PROFILE ----------------------------------*/
	.user-info{width: 190px; margin: 0px auto 20px; border: 4px solid #e0e0e0; background: #fff;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;}
			
		.user-info a.user-image{float: left; display: block; width: 75px; height: 75px; overflow: hidden;}
		
		.user-info ul{float: right; width: 110px; line-height: 20px;}
			.user-info ul li{padding: 2px 5px; border-bottom: 1px dotted #ccc; display: block; color: #333; font-size: 11px;}
				.user-info ul li a{display: block;}
			.user-info ul li:last-child{border-bottom: none;}

	.sidebarunit{ width: 190px; margin: auto; font-style: italic; font-size: 11px; color: #777;}
	.sidebarunit div.social, .sidebarunit div.contributors{margin-top: 5px;}
		a.subscribe_link{display: block; clear: both; padding: 5px 0px; color: #777;}
			a.subscribe_link:hover{color: #000;}

	
	/*--------------------------------------------*/
	/*- FOOTER -----------------------------------*/
	.footer{position: fixed; bottom: 30px; width: 210px;}
	
	
		.list-container{width: 210px; margin: 0px auto 30px;}
			.list-meta h3{ padding: 5px 0px; margin: 0px; text-transform: uppercase; color: #333; text-align: left; border-bottom: 1px dotted #ccc; font-size: 10px; font-weight: bold;}
			.list-meta ul{line-height: 22px;}
				.list-meta ul li{float: left; width: 97px; padding: 8px 0px; font-size: 10px; text-transform: uppercase; text-align: left; border-bottom: 1px dotted #ccc;}
					.list-meta ul li a{color: #C03A2D;}
						.list-meta ul li a:hover{color: #000;}
				.list-meta ul li.alt{margin-left: 15px;}
						
			.list-meta ul#twitter_update_list li{clear: both; width: auto; padding: 3px 0px; text-align: left; text-transform: none;}

		/*-------------------------*/
		/*- SEARCH BAR ------------*/
		.searchunit h3{font-style: italic; font-size: 10pt; color: #777; text-align: center;}
		
		.search-bar{width: 210px; height: 40px; margin: 0px auto 10px; background: url(images/layout/search-bar.png) no-repeat;}
		.search-form input.search{float: left; width: 160px; position: relative; top: 11px; left: 15px; background: none; border: none; font-style: italic; font-size: 10pt;}
		.search-form input.search_button{ margin: 13px 15px 0px 0px; font-size: 10pt; font-style: italic; width: 15px; float: right;}
		
		.search-sorter{width: 190px; margin: auto; line-height: 20px;}
			.search-sorter li{padding: 5px; border-bottom: 1px dotted #ccc; display: block; color: #333; font-size: 10px; width: 190px;}
				.search-sorter li a{}
				.search-sorter li strong{ text-transform: uppercase;}


		/*-------------------------*/
		/*- VISIT OBOX ------------*/
		.visit-obox{clear: both; display: block; padding-top: 15px; margin: auto; text-align: center;}


/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.post{padding: 40px 0px 0px; border-bottom: 2px solid #ccc;}


	/*-------------------------*/
	/*- POST CONTAINER --------*/
	.post-content{margin: 5px 0px 0px 30px; width: 540px;}
	
		h2.post-title{margin-bottom: 20px;}

		.post-content:hover ul.mini_commands{visibility: visible;}
		ul.mini_commands{visibility: hidden; position: relative; float: right; padding: 5px 0px; margin: 0px auto 0px; font-size: 10px; text-align: right; text-transform: uppercase; line-height: 20px; list-style: none;}
			ul.mini_commands li{color: #999; padding: 0px 0px; float: left; margin-right: 20px;}

		div.post-content:hover div.mini_commands { visibility: visible; }  
			.post-content h5{border-bottom: 1px dotted #ccc; font-size: 10px; text-align: center; text-transform: uppercase; line-height: 20px;}


	/*-------------------------*/
	/*- DOWNLOAD LINK ---------*/
	.downloadlink{display: inline-block; padding: 5px 10px; margin: 15px auto 0px; background: #f5f5f5; border: 1px solid #e0e0e0; color: #000; font-size: 10px; font-style: italic;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;}
	.downloadlink:hover{border-color: #999; color: #444;}


	/*-------------------------*/
	/*- META DATA -------------*/
	ul.post-meta-data{clear: both; padding: 10px 30px; margin: 30px auto 0px; border-top: 1px dotted #ccc; font-size: 10px; text-align: right; text-transform: uppercase; line-height: 20px;}
		ul.post-meta-data li{list-style: none; color: #999; padding: 0px 0px; float: left; margin-right: 20px;}
			ul.post-meta-data li a{color: #999;}
				ul.post-meta-data li a:hover{color: #000;}
			ul.post-meta-data li.tags a{color: #C03A2D; margin-left: 8px;}
			ul.post-meta-data li.tags a:hover{color: #000;}
				
		ul.post-meta-data li.admin-button{float: right;}


	/*-------------------------*/
	/*- NEXT PREVIOUS BUTTONS -*/
	.next-prev{width: 500px; padding: 15px 20px; margin: 20px auto 20px; background: #1e1e1e; border: 1px solid #000; font-size: 10px; text-transform: uppercase;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;}
			
		.next-prev a{display: inline-block; width: 90px;  background: url(images/layout/pagination.png) no-repeat; color: #ccc;}
			a.next-page{float: right; background-position: top right; text-align: right; padding: 1px 18px 2px;}
			a.prev-page{float: left; background-position: top left; text-align: left; padding: 1px 18px 2px;}
			a.next-page:hover{float: right; background-position: bottom right; color: #fff;}
			a.prev-page:hover{float: left; background-position: bottom left; color: #fff;}


/*-------------------------------------------------------------------------------------------*/
/*- POSTS CLASSES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*- RESET SOME CLASSES FOR THE COPY AFTER CLEARING EVERYTHING AT THE TOP OF THE CSS  -*/
.post .copy p{clear: none;}
.post .copy ol, .post .copy ul{list-style: disc; margin: 0px 0px 10px 30px;}
	.post .copy ol li, .post .copy ul li{line-height: 22px; padding-bottom: 10px;}
.post .copy ol{list-style: decimal;}
.post .copy code, .post .copy pre{}
.post .copy img{}
.post .copy h2{line-height: 35px; margin-top: 20px;}
.post .copy h3{margin-top: 20px;}
.post .copy blockquote{border-left: 3px solid #e0e0e0; padding: 0px 20px 0px; margin: 15px 0px; font-style: italic; font-size: 13px;}


/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.comment_list{padding: 0px 0px 0px; margin: 0px auto 30px; border-top: 2px solid #ccc;}
	.comment_list h3.comment-title{padding: 30px 30px; margin: 0px; border-bottom: 1px solid #ccc; color: #444; font-size: 15px;}
	
	.commentunit{clear: both; margin: 0px auto 0px; border-bottom: 1px solid #ccc; line-height: 20px; overflow: auto;}
		
		.commentunit .comment_label{float: left; width: 60px; padding: 18px 30px 0px; text-align: center;}
			.commentunit .comment_label .comment_date{font-size: 10px; color: #777; font-style: italic;}
			.commentunit .comment_label .comment_avatar{float: none !important; width: 37px; height: 37px; margin: 6px auto 30px; border: 4px solid #ccc; overflow: hidden;}
			.commentunit .comment_label .comment_avatar img{border: 1px solid #e0e0e0;}


		.commentunit .comment{float: right; width: 410px; padding: 30px 30px 30px; text-align: left; color: #555; font-size: 13px; line-height: 22px; border-left: 1px dotted #ccc;}
			.commentname{display: block; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #ccc; font-size: 12px; text-transform: none; font-style: italic;}
			.commentunit .comment p{margin: 0px; margin: 12px 0px 0px; color: #555;}
		
		.commentunit .mini-commands{clear: both; padding: 10px 0px; margin: 30px auto 0px; border-top: 1px dotted #ccc; font-size: 10px; text-align: right; text-transform: uppercase; line-height: 20px;}
			.commentunit .mini-commands li{color: #999; padding: 0px 0px; float: left; margin-right: 20px;}
				.commentunit .mini-commands li a{color: #999;}
					.commentunit .mini-commands li a:hover{color: #000;}


		/*-------------------------------------------------------------------------------------------*/
		/*- LEAVE A COMMENT -------------------------------------------------------------------------*/
		/*-------------------------------------------------------------------------------------------*/
		.leave-a-comment{clear: both; width: 540px; padding: 10px 0px 20px; margin: 30px auto 0px; background: #1e1e1e; border: 1px solid #000;
					-webkit-border-radius: 8px;
					-moz-border-radius: 8px;}
					
			.leave-a-comment h4.comment-title{padding: 0px 20px 10px; margin-bottom: 20px; border-bottom: 1px dotted #555; color: #fff; font-size: 15px; }
			
			.leave-a-comment .commentunit{border: none; color: #ccc; margin: 0px; padding: 0px; overflow: inherit;}
			
			.leave-a-comment .comment_spacer{display: none;}
			
			.leave-a-comment .comment_profile_description{margin-bottom: 20px;}
				.leave-a-comment .comment_profile_icon{border: 4px solid #555; height: 37px; overflow: hidden;}
				.leave-a-comment .comment_profile_icon img{border: 1px solid #777 !important;}
				.leave-a-comment .comment_profile_description a{color: #fff;}
			
			.leave-a-comment .comment_label{clear: both; width: 460px; padding: 0px 20px 0px; margin: 0px 0px 10px 0px; color: #ccc; text-align: left;}
			.leave-a-comment .comment_value{clear: both; margin: 0px 20px 0px;}
				.comment_value textarea{padding: 8px !important; margin-bottom: 10px; background: #333 !important; border: 1px solid #555 !important; color: #ccc !important; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif !important;
						-webkit-border-radius: 4px;
						-moz-border-radius: 4px;}
						
				.comment_value input{}
				.comment_value input[type=checkbox]{}
				.comment_value input[type=submit]{padding: 5px; margin: 10px 0px; font-size: 12px;}
						
				.post-to-facebook{display: block; padding: 5px 5px 5px 0px; margin: 10px 0px; color: #ccc; font-size: 12px; font-style: italic;}
				.submit-comment{padding: 2px 5px; clear: both; font-size: 12px;}


/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*- CLEARFIX --- * I prefer not to touch this code, I don't recommend you do so either, it works... so don't fix whats working ;) * -*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{background: none; border: 0; clear: both; display: block; float: none; font-size: 0; list-style: none;	margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}

