/*   
Theme Name: The Machine 2.5
Theme URI: http://www.mysterymachinestudio.com/
Description: Theme for Mystery Machine Studio
Author: Ammon Morris
Author URI: http://www.likesalmondesign.com/
Template: sandbox
Version: 2.5
.
This theme is copyright Mystery Machine Studio and Likesalmon Design, all rights reserved.  
You can't use it, but you can use the Sandbox theme (http://www.plaintxt.org/themes/sandbox/)
and the Blueprint CSS framework (http://www.blueprintcss.org/) on which it was based.
.
*/

/* Reset browser defaults */
@import url('blueprint/src/reset.css');
 
/* Apply basic typography styles */
@import url('blueprint/src/typography.css');
 
/* Links */
a, a:link, a:visited {text-decoration: none;}

a, a:link, a:visited {color: #f0ecb6;}

.sidebar a:hover {
	color: #b5b289;
	position: relative;
	top: 2px;
	left: 2px;
}

a:active { color: #b5b289; }

.current_page_item a { color: #b5b289;}


/* End link styling */


body {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	color: #f0ecb6;
	background: #400000 url('images/background_v4.png') repeat-y left top;
	font-size: 87.5%;
}

h1,h2,h3,h4,h5,h6 { color: #f0ecb6; font-weight: normal; }

.alignright { float: right; margin-left: 1em !important; }

.alignleft {float: left; }

#wrapper {
	width: 960px;
}

#header {
	float: right;
	width: 240px;
	margin-left: 40px;
	background: transparent;
	position: relative;
	top: 18px;
}

#blog-title {
	text-indent: -9999px;
	background: url('images/logo.png') no-repeat center top;
	height: 542px;
	width: 240px;
}

#blog-description {
	display: none;
}

#access {
	display: none;
}

#container {
	width: 640px;
	margin-left: 40px;
	float: left;
	position: relative;
	top: 7em;
}

#content {
	padding: 0 40px;
}

.entry-title {
	display: none;
}

#content img {
	border: 7px solid #f0ecb6;
	margin: 0 1em 1em 0;
}
.sidebar {
	float: left;
}

.sidebar ul {
	list-style: none;
	font-size: 1.286em;
	margin: 0;
}

#primary {
	position: absolute;
	top: 0px;
	margin-left: 40px;
	width: 640px;
	height: 4em;
	background: transparent;
	padding: 14px 0 14px 0;
	background: transparent url('images/navborder4.png') no-repeat center bottom;
}

#primary  h3.widgettitle {
	display: none;
}

#secondary {
	float: right;
	clear: left;
	position: absolute;
	top: 486px;
	left: 720px;
	width: 240px;
	text-align: center;
	background: transparent;
}

#secondary .widgettitle, #secondary .textwidget {
	color: #111;
	font-size: .714em;
	font-family: futura;
}

.page_item {
	float: left;
	margin: 0 13px;
}

.page-item-3 {
	margin-left: 0;
}

.page-item-14 {
	margin-right: 0;
	position: relative;
	left: 8px;
}

.page-item-68 {
	display: none;
}



#footer {
	display: none;
}

#footer span {
/*	display: none;*/
}


/* Individual pages */
.headline {
	text-align: center;
}

.hanger { /* last line on a page */
	clear: both;
	text-align: center;
}

#post-68 img { /* Home */
	float: left;
}

.wp-image-55 { /* blueprint image */
	border: none !important;
}

.equipment-div img {
	margin-bottom: 2em !important;
}

img[title="studiolayout"] {
	border: none !important;
}


