/*
Name: SMOKE AND TUMBLE
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: #101010 url(images/layout/body-bg.png) top repeat-y; color: #555; font-size: 12px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}

h1{font-size: 25px; margin: 0px 0px 20px; font-weight: lighter; line-height: 30px;}
	h1.h1-sub-title{padding: 20px;}
h2{font-size: 20px; margin: 0px 0px 10px; font-weight: lighter; line-height: 24px;}
h3{font-size: 17pt; margin: 0px 0px 10px; line-height: 24px;}
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;}

h1, h2, h3, h4, h5, h6{color: #000; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif;}

p{font-size: 12px; line-height: 22px; margin: 0px 0px 8px; color: #555;}
blockquote, blockquote p{font-size: 13px; line-height: 30px; margin: 0px 0px 15px; color: #283237; font-weight: bold; font-style: italic;}

textarea, input{font-size: 12pt; font-family: Georgia, "Times New Roman", Times, serif;}
input[type=button]{padding: 8px;}


/*-------------------------------------------------------------------------------------------*/
/*- GLOBAL CLASSES --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*--- Links ---*/
a.std_link, a{color: #f33; text-decoration: none; text-shadow: 0px 1px 0pt rgba(255, 255, 255, 0.70); cursor: pointer;}
a.std_link:hover, a:hover{ color: #000; text-shadow: 0px 1px 4pt rgba(255, 255, 255, 0.99);}
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%;}

	#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: 10px; margin-bottom: 10px; border-bottom: 1px dotted #555; text-align: center;}
		p.intro-text{text-align: center; color: #777; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif;}
		
		ul.follow-me{padding: 20px 0px; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; font-size: 10px; text-transform: uppercase;}
		ul.follow-me li{float: left; padding: 0px 6px;}
			ul.follow-me li a{color: #fff; text-shadow: none;}
			ul.follow-me li a:hover{color: #f33; text-shadow: 0px 1px 4pt rgba(255, 255, 255, 0.40);}
			
			ul.follow-me2{padding: 20px 0px; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; font-size: 10px; text-transform: uppercase;}
		ul.follow-me2 li{float: left; padding: 0px 6px;}
			ul.follow-me2 li a{color: #fff; text-shadow: none;}
			ul.follow-me2 li a:hover{color: #f33; text-shadow: 0px 1px 4pt rgba(255, 255, 255, 0.40);}

ul.follow-me3{padding: 0px 5px 0px 0px; font-size: 10px; text-transform: uppercase;}
		ul.follow-me3 li{float: left; padding: 0px 6px;}
			ul.follow-me3 li a{color: #fff; text-shadow: none;}
			ul.follow-me3 li a:hover{color: #f33; text-shadow: 0px 1px 4pt rgba(255, 255, 255, 0.40);}

	
	/*--------------------------------------------*/
	/*- FOOTER -----------------------------------*/
	.footer{position: fixed; bottom: 30px; width: 210px;}
	
	
		.list-container{clear: both; width: 210px; margin: 0px auto 30px;}
			.list-meta h3{padding: 5px 0px 3px; margin: 0px; color: #fff; text-align: center; border-bottom: 2px solid #555; font-size: 11px; font-style: italic; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif;}
				.list-meta a{color: #fff; text-shadow: none;}
				.list-meta a:hover{color: #f33; text-shadow: 0px 1px 4pt rgba(255, 255, 255, 0.40);}
				
			.list-meta ul{line-height: 20px; color: #777;}
				.list-meta ul li{clear: both; padding: 8px 0px; font-size: 10px; text-transform: uppercase; text-align: left; border-bottom: 1px dotted #444;}
						
			.list-meta ul#twitter_update_list{clear: both;}
			.list-meta ul#twitter_update_list li{clear: both; padding: 3px 0px; text-align: left; text-transform: none;}
				.list-meta ul#twitter_update_list li span{display: block;}

			
		ul.i-follow {margin: 0px auto 30px;}
		.i-follow li{}
			.i-follow li a{margin: 3px 5px 3px 0px; display: inline-block; border: 1px solid #333;}


		/*-------------------------*/
		/*- SEARCH BAR ------------*/
		.search-bar{width: 210px; height: 30px; margin: 0px auto 10px; background: #fff; border: 1px solid #000;
			/*-webkit-border-radius: 15px;
			-moz-border-radius: 15px;*/}
		.search-form input.search{float: left; width: 170px; position: relative; top: 6px; left: 10px; background: none; border: none; font-style: italic; font-size: 10pt;}
		.search-form input.search_button{float: right; display: inline-block; margin: 1px 0px 0px 0px; padding: 5px; background: none; border: none; color: #555; text-transform: uppercase; text-align: left; font-size: 10pt;}


		
/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.post{padding: 40px 0px 5px;}

	.icon-container{float: left; width: 11px; height: 30px; padding: 12px 0px 0px 10px; margin: 0px 0px 0px -20px; background: #f3f3f3; border: 1px solid #ccc; border-right: none;}

		/*-------------------------*/
		/*- ICONS -----------------*/
		.icon-note, .icon-quote, .icon-chat, .icon-video, .icon-image, .icon-sound, .icon-link
			{display: block; margin: 0px; padding: 0px; width: 20px; height: 20px; background: url(images/layout/icons.png) no-repeat; overflow: hidden; text-indent: -9999px;}
				.icon-note	{background-position: -0px -0px;}
				.icon-link	{background-position: -0px -80px;}
				.icon-chat	{background-position: -0px -160px;}
				.icon-video	{background-position: -0px -239px;}
				.icon-sound	{background-position: -0px -316px;}
				.icon-image	{background-position: -0px -394px;}
				.icon-quote	{background-position: -0px -471px;}


	.post-content{float: left; margin: 0px 0px 0px 48px; width: 500px;}
		.post  .post-title{padding: 7px 0px 15px; border-bottom: 1px dotted #ccc; text-align: center; font-weight: lighter;}
			.post  .post-title a{font-weight: lighter; color: #000;}
				.post .post-title a:hover{color: #f33;}
		
		/*-------------------------*/
		/*- QUOTES ----------------*/
		.quote blockquote{ margin-top: 8px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: lighter; color: #777; font-size: 18px;}
		.quote span.caption{display: block; width: 370px; margin-left: 40px; color: #333; font-size: 12px;}

		/*-------------------------*/
		/*- PHOTO -----------------*/
		.image .photo{margin-bottom: 15px;}
		.image .caption{color: #333;}
		
		/*-------------------------*/
		/*- VIDEO -----------------*/
		.video .video-clip{ margin-bottom: 15px;}
		.video .caption{color: #333;}
		
		/*-------------------------*/
		/*- POST ------------------*/
		.note .post-content .copy{color: #555;}
		
		/*-------------------------*/
		/*- CHAT ------------------*/
		.chat ul.chat-item{margin-left: 0px; color: #283237; line-height: 22px;}
			.chat ul.chat-item li{padding: 15px 0px; border-bottom: 1px dotted #fff;}
			
				.chat ul.chat-item li strong{float: left; display: inline-block; width: 120px; margin-right: 15px; color: #000; font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; text-transform: uppercase; font-weight: lighter;}
				.chat ul.chat-item li span{float: right; display: inline-block; width: 360px;}
				
				.chat ul.chat-item li.odd strong{color: #777;}
				.chat ul.chat-item li.odd span{color: #777;}

			.chat ul.chat-item li:last-child{padding-bottom: 0px; border-bottom: none;}

		/*-------------------------*/
		/*- AUDIO -----------------*/
		.audio-container{padding: 20px; margin: 0px 0px 15px 0px;}


	/*-------------------------*/
	/*- META DATA -------------*/
	ul.meta{clear: both; padding: 10px 28px; margin: 30px 22px 0px 22px; border-top: 1px dotted #ccc; border-bottom: 3px solid #ccc; text-align: right; text-transform: lowercase; line-height: 20px; font-weight: bold; font-size: 10px;}
		ul.meta li{color: #333; padding: 0px 0px; float: left; margin-right: 20px; text-shadow: 0px 1px 0pt rgba(255, 255, 255, 0.70);}
			ul.meta li a{color: #ff3333;}
				ul.meta li a:hover{color: #000;}


	/*-------------------------*/
	/*- NEXT PREVIOUS BUTTONS -*/
	.next-prev{width: 460px; padding: 0px 20px; margin: 20px auto 20px 50px; border: 1px solid #ccc;}
			
		.next-prev a{display: inline-block; width: 49%; padding: 15px 0px; text-transform: uppercase; color: #ff3333; font-family: Georgia, "Times New Roman", Times, serif; font-weight: lighter;}
			a.next-page{float: right; border-left: 1px dotted #ccc; text-align: right;}
			a.prev-page{float: left;}
				a.next-page:hover{color: #000;}
				a.prev-page:hover{color: #000;}


/*-------------------------------------------------------------------------------------------*/
/*- 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; color: #333;}
	.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{ background: #f3f3f3; border: 1px solid #ccc; padding: 10px 20px; margin: 15px 0px; font-style: italic; font-size: 13px; font-family: Georgia, "Times New Roman", Times, serif;}


/*-------------------------------------------------------------------------------------------*/
/*- NOTES CLASSES ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.notes-container{margin: 20px 50px 30px; padding: 10px; background: #eaeaea; border: 1px solid #ccc;}

	.notes-container h3.notes-title{padding: 0px 0px 10px; margin: 0px; color: #333; font-size: 14px; font-weight: lighter;}

	.notes-container ol {background: #fff; border: 1px solid #ccc;}
	.notes-container ol li{clear: both; padding: 10px 10px 8px; border-top: 1px dotted #ccc; line-height: 20px; color: #999; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif;}
		.notes-container ol li:first-child{ border: none;}
		.notes-container ol li a{font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-style: normal; font-weight: bold;}
			.notes-container ol li a img{float: left; display: inline-block; padding: 4px; margin-right: 10px; background: #fff; border: 1px solid #ccc;}
			.notes-container ol li a.tumblelog, .notes-container ol li a.source_tumblelog{float: none; padding: 0px; margin: 0px; background: none; border: none; border: none; color: #333;}
			.notes-container ol li a:hover{color: #f33;}


/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*- 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;}


