/*
Theme Name: Studio on Fire
Theme URI: http://www.studioonfire.com
Description: The Studio on Fire WordPress theme.
Version: 1
*/


body {			
	background:url(images/page_bg.gif) top left repeat;
	background-attachment: fixed;
	color:#444;
	font-family: 'Andale Mono', courier, arial, sans-serif; 
	font-size: 10px;
	line-height: 16px;
	margin: 80px 0 0 0;
	padding:0;
	min-width: 1200px;
	}
			
	body.home {
			
	}

/* Layout */
#header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 4000px;
	background:url(images/page_bg.gif) top left repeat;
	z-index: 10;
}
.home #header {
	width: 1170px;
}
#logo {
	position: fixed;
	top: 30px;
	left: 30px;
	padding: 10px;
}
	#logo h1 {
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}
	#logo h1 a {
		width: 200px;
		height: 20px;
		text-indent: -9999px;
		display: block;
		background: url(images/studio-on-fire_logo.gif) top left no-repeat;

	}
#blank_menu {
	position: fixed;
	top: 30px;
	left: 260px;
	width: 450px;
	height: 40px;
}
#main_nav {
	position: fixed;
	top: 30px;
	left: 720px;
	height: 40px;
	width: 220px;
}
#main_cat {
	position: fixed;
	top: 30px;
	left: 950px;
	height: 40px;
	width: 220px;
}
	
#wrapper {
	padding:0 0 30px 30px;
	white-space: nowrap;
}
	.home #wrapper {
		white-space: normal;
	}
#left_col {
	width: 220px;
	float: left;
}
#main_col {
	width: 680px;
	float: left;
	margin-left: 10px;
}
	#internal_main_col {
		width: 920px;
		float: left;
		margin-left: 10px;
	}
#right_col {
	width: 220px;
	float: left;
	margin-left: 10px;
}
.content_wrap {
	padding: 25px 20px;
	min-height: 174px;
}
#main_col .content_wrap {
	padding: 25px;
	height: 682px;
	position: relative;
}

/* General Styles */
	
img, a img {
	border: none;
	padding: 0;
	margin: 0;
}

#mainContent, .eachblock, .round, .eachpost, .gallery-item img, .toppost { 		
	background-color:white;
	-moz-border-radius:3px;
  	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
	}
	
	#mainContent {  
		padding: 0 10px;
		margin: 0 10px 10px 0;				
		width: 430px;
		float: left;		
	}
	.round {
		padding: 10px;
		width: 200px;
		float: left;
		margin-right: 10px; 
		}
	.gallery {
		margin: 0 0 0 230px;
	}
	.gallery-item img {
		margin: 0 10px 10px 0;
		padding: 10px;
		}
	.toppost { 		
		position:fixed;	
		}
		
	.post_tags {
	font-family: 'Andale Mono', courier, arial, sans-serif; 
	font-size: 9px;
	color: #444;
	text-transform: uppercase;
	display: inline;
	font-weight:normal;
	}	

	.eachblock { 	
		padding: 10px;
		margin: 0 0 10px 0;
	}
	
	.eachpost { 	
		margin: 0 10px 10px 0;
		white-space: normal;
		width: 220px;
		height: 250px;
		float: left;
		}
		
		.eachpost a img {
			display: block;
			margin: 0 0 20px 0;
		}
	
		.eachpost p {
			font-size: 10px;
		}
	
	#post_description {
		width: 220px;
		white-space: normal;
		height: auto;
	}
	
	#post_content {
		width: 450px;
		white-space: normal;
		height: auto;
	}					
			
.eachpost > div, .toppost > div { 
	padding: 10px; 
	}
 
.eachpost .author, .toppost .author { 
	padding-right: 3em; 
	}
	
.author, .comment { 
	text-decoration:none; 
	}

.eachpost .signature, .toppost .signature { 
	margin-top:1.5em; 
	}
 		
	
#allposts { margin-bottom:60px;  }

/* Type */

a {	
	color:#444; 
	text-decoration:none; 
	}

a:hover	{ 
	color:#666; 
	text-decoration:none; 
	}

ul, ol { 
	list-style-type: none; 
	list-style: none; 
	}
	
h2 {
	font-family: 'Andale Mono', courier, arial, sans-serif; 
	font-size: 10px;
	color: #444;
	text-decoration: underline;
	display: inline;
	font-weight:normal;
}	
	#post_description h2 {
		font-family: 'Andale Mono', courier, arial, sans-serif; 
		font-size: 10px;
		color: #444;
		text-decoration: none;
		font-weight:normal;
		margin-left: 0px;
	}
h3 {
	font-family: 'Andale Mono', courier, arial, sans-serif; 
	font-size: 10px;
	color: #444;
}

#left_col p, #right_col p {
	font-family: 'Andale Mono', courier, arial, sans-serif; 
	font-size: 10px;
	color: #444;
	line-height: 16px;
}
	#left_col #post_description p, #right_col #post_description p {
	font-family: 'Andale Mono', courier, arial, sans-serif; 
	font-size: 10px;
	color: #444;
	line-height: 16px;
}
#main_col p, #main_col {
	font-family: 'Andale Mono', courier, arial, sans-serif; 
	font-size: 10px;
	color: #444;
	line-height: 16px;
}
#main_col p#footer_text {
	position: absolute;
	font-family: 'Andale Mono', courier, arial, sans-serif; 	
	bottom: 10px;
	left: 25px;
	font-size: 9px;
	color: #888;
	font-style: none;
}
#left_col a, #right_col a {
	color: #444;
	font-size: 10px;
	font-style: none;

}
#main_col a {
	color: #444;
	
}
#main_col a {
	text-decoration: underline;
	font-style: none;
} 

#commentBox a { text-decoration: none; }

small a { text-decoration: none; }


#menuItem { height: 40px; }

#menuItemlong { height: 40px; width: 450px; }


.main { font-size: 0px !important; color:#444;  }
.main p img {	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border: 0;
	background: #fff;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline; 
	}
							
.twocols { background: white }
.threecols { background: white } 
.fourcols { background: none }
.bigpost { background: white }


/* Forms and Inputs */

form {
	margin: 0;
	padding: 0;
}
form.eshop li {
	list-style: none;
}
input, textarea, select, button{
	background-color:#white;
	-moz-border-radius:3px;
  	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
	border:0px;
	margin: 3px 0 0 8px;
	width: 165px;
	color:#777;
	font-size: 10px;
	font-family: 'Andale Mono', courier, arial, sans-serif; 
	}
	
				
textarea { width: 420px; padding: 5px; }

input { padding: 5px; width: 420px; }

	input.mail_list {
		width: 150px;
		margin: 0 0 10px 0;
	}
	input.submit {
		width: 75px;
		margin: 0 0 10px 0;
	}
option {
	padding: 1px 0;
}
option.level-0 {
	border-top: 1px solid #ccc;
}
/* EShop Styles */
p.eshopshipping {
	display: none;
}
form.eshop input, form.eshop textarea {
	width: auto;
}
form.eshop li {
	list-style: none;
}
/* Other styles */
#internal_main_col .post_tags {
	height: 30px;
display: block;
	overflow: hidden;
}
.bubble { width: 430px; margin-bottom: 10px; }

.bubble blockquote { 
	background: #fff;
	margin: 0px;
   	-moz-border-radius: 3px;
 	-khtml-border-radius: 3px;
 	-webkit-border-radius: 3px;
	padding: 3px;
	background: white; 
	}

.bubble blockquote p { margin: 3px; padding: 0px; }

.bubble cite { 	
	position: relative;
	margin: -7px;
	padding: 7px 0px 13px 18px;
	top: 5px;
	background: transparent;
	font-style: none;
	display: block; 
	}

.commentmetadata { margin: 0; display: block; }

#main_col hr {
	border: none;
	height: 4px;
	background: url(images/hr_bg.gif) top left repeat-x;
}		

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 16px;
}

