/*
Name: SMOKE AND TUMBLE FOR WORDPRESS BY MAKESZ 
Version: 1.0
*/

/*--------------------------------------------------------------------------------------------------------------------------*/

/*- 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: 20px;
	color: #283237;
	text-decoration: none;
	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;
}

.permalink {
	background-color: #ccc;
	font: normal 25px Georgia, "Times New Roman", Times, serif;
	color: #333;
	display: inline;
	padding: 3px 5px 0 5px;
}

.permalink a, .permalink a:visited {
	color: #333;
	text-decoration: none !important;
}

/*--- Layouts ---*/

.no_bg {
	background-image: none;
}

.clearboth {
	clear: both
}

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}

.no_display {
	display: none;
}

.alignleft {
	float: left;
	margin: 0px 20px 10px 0px;
	display: inline;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 20px;
	display: inline;
}

.aligncenter {
	text-align: center;
}

u {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img a:hover {
	background: url(images/layout/lupe.png) no-repeat;
	z-index: 1000;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
}

/*-------------------------------------------------------------------------------------------*/

/*- GENERAL LAYOUT --------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/

#container {
	width: 881px;
	margin: auto;
	height: 100%;
}

#left-column {
	float: left;
	width: 279px;
	height: 100%;
	padding-top: 00px;
	position: relative;
	display: inline;
}

#right-column {
	float: right;
	width: 600px;
	height: 100%;
	padding-top: 00px;
	display: inline;
}

#footer {
	clear: both;
	padding: 20px 0px 10px;
	margin: 0px;
}

/*-------------------------------------------------------------------------------------------*/

/*- LEFT COLUMN -----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/

.content {
	width: 210px;
	padding: 0px 0px 40px;
	margin-left: 30px;
}

.header {
	position: relative;
	top: 40px;
	width: 210px;
}

.logo {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #555;
	text-align: center;
}

.logo a {
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

.logo a:hover {
	text-decoration: none;
}

p.intro-text {
	text-align: center;
	color: #777;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.header #menu ul li {
	float: left;
	display: inline;
	padding: 0px 7px 0px 0px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
}

.header #menu a {
	color: #fff;
	text-shadow: none;
}

.header #menu a:hover {
	color: #f33;
	text-shadow: 0px 1px 4pt rgba(255, 255, 255, 0.40);
}

/*--------------------------------------------*/

/*- FOOTER -----------------------------------*/

.footer {
	position: relative;
	top: 100px;
	bottom: 00px;
	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;
	text-transform: uppercase;
	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.xoxo {
	line-height: 20px;
	color: #777;
}

.list-meta ul.xoxo li.widget {
	clear: both;
	padding: 8px 0px;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px dotted #444;
}

.list-meta ul.xoxo li.widget ul {
	clear: both;
	line-height: 20px;
	color: #777;
}

.list-meta ul.xoxo li.widget ul li {
	width: auto;
	padding: 3px 0px;
	text-align: left;
	text-transform: none;
}

/*-------------------------*/

/*- 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;
	display: inline;
	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 ----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/

h2.page-title {
	padding: 40px 0px 5px 48px;
}

.post {
	padding: 40px 0px 5px;
}

.icon-container {
	float: left;
	display: inline;
	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;
	display: inline;
	margin: 0px 0px 0px 48px;
	width: 500px;
}

.post  .post-title {
	padding: 7px 0px 15px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	font-weight: lighter;
}

.post  .post-title a {
	font-weight: lighter;
	color: #000;
}

.post .post-title a:hover {
	color: #f33;
}

/*-------------------------*/

/*- COMMENTS -------------*/

#comments {
	float: left;
	display: inline;
	margin: 20px 0px 0px 48px;
	width: 500px;
}

#comments  #comments-list {
	float: left;
	display: inline;
}

#comments  #respond h3,
		#comments  #comments-list h3 {
	float: left;
	display: inline;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	font-weight: lighter;
	width: 100%;
}

#comments  #comments-list ol {
	float: left;
	display: inline;
	width: 100%;
}

#comments  #comments-list ol li {
	float: left;
	display: inline;
	padding-top: 10px;
	clear: both;
	border-bottom: 1px dotted #CCCCCC;
	width: 100%;
}

#comments  #comments-list ol li .comment-author {
	float: left;
	display: inline;
	width: 100%;
}

#comments  #comments-list ol li .comment-author img {
	float: right;
	display: inline;
}

#comments  #comments-list ol li .comment-author span {
	float: left;
	display: inline;
	letter-spacing: -1;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 10px;
}

#comments  #comments-list ol li .comment-author span a {
	color: #000000;
}

#comments  #comments-list ol li .comment-meta {
	float: left;
	display: inline;
	width: 100%;
	background: url(images/layout/time.gif) no-repeat;
	text-indent: 20px;
	line-height: 18px;
	font-family: Verdana;
	font-size: 10px;
	width: 100%;
}

#comments  #comments-list ol li .comment-text {
	float: left;
	display: inline;
	width: 100%;
	margin-top: 15px;
	text-align: left;
	border: 0px solid #000;
}

#comments  #comments-list ol li .comment-text p {
	
}

#comments  #respond {
	float: left;
	display: inline;
	margin-top: 50px;
	width: 100%;
}

#comments  #respond .formcontainer {
	float: left;
	display: inline;
	font-weight: bold;
}

#comments  #respond .formcontainer .form-label {
	margin-top: 5px;
}

#comments  #respond .formcontainer input {
	font-size: 11px;
	font-style: italic;
}

.form-submit {
	margin-top: 5px;
}

.form-submit input {
	font-size: 12px;
}

/*-------------------------*/

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

/*-------------------------*/

/*- 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;
	display: inline;
	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: #fff;
	background-color: #ff3333;
}

/*-------------------------*/

/*- 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;
	display: inline;
	border-left: 1px dotted #ccc;
	text-align: right;
}

a.prev-page {
	float: left;
	display: inline;
}

a.next-page:hover {
	color: #000;
}

a.prev-page:hover {
	color: #000;
}

/*-------------------------*/

/*- PAGEBAR -*/

#right-column .pagebar {
	margin-top: 20px;
	text-align: center;
}

#right-column #global-footer {
	margin-top: 30px;
	text-align: left;
	margin-left: 30px;
	font-size: 11px;
}

#right-column #spacer {
	width: 100%;
	height: 40px;
}

/*-------------------------*/

/*- NAVIGATION -*/

.navigation {
	float: left;
	display: inline;
	width: 535px;
	margin-top: 35px;
	text-align: left;
	margin-left: 30px;
}

.navigation .nav-previous {
	float: left;
	display: inline;
}

.navigation .nav-next {
	float: right;
	display: inline;
}

.navigation .nav-previous a,
	.navigation .nav-next a {
	color: #999999;
}

/*-------------------------------------------------------------------------------------------*/

/*- 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 {
	margin: 0px 0px 10px 30px;
	color: #333;
	list-style-type: square;
}

.post .copy ol li, .post .copy ul li {
	line-height: 22px;
	padding-bottom: 10px;
	list-style-type: square;
}

.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 {
	font-style: italic;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/layout/quote.gif) no-repeat;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
}

.via {
	font-size: 10px;
	color: #9b9b9b;
}

/*-------------------------------------------------------------------------------------------*/

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