/*
Theme Name: Show Me Blue II 
Theme URI: http://www.show-me-blue.com/
Description: Theme specifically designed for Show Me Blue.
Version: 1.0
Author: Vlad Khavin
Author URI: http://www.something-blue-photo.com/
Tags: blue, show
*/

/* Zero out margins and padding */
body, p, h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}

/* Layout */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	background: #333 url('images/smb_bg.gif') repeat-y fixed top center;
	color: #ccc;
}

#page {
	width: 800px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -300px;
}

#header {
	width: 600px;
	height: 150px;
	background: transparent url('images/smb_logo_black.gif') no-repeat bottom left;
}

#header h1 {
	text-indent: -3000px;
}

hr {
	display: none;
}

#content {
	width: 580px;
	margin: 0 10px;
	float: left;
}

#show {
	margin: 10px 0;
}

#sidebar {
	width: 190px;
	margin-left: 10px;
	float: right;
}

#footer {
	clear: both;
}



/* Colors and Text */
#content {
	font-size: 1.2em;
	line-height: 1.3em;
}

#content h2 {
	padding-top: 20px;
}

#content h3 {
	padding-top: 10px;
}

#content p {
	padding: 10px 0;
}

a:link, a:visited {
	color: #3bf;
	text-decoration: none;
}

a:hover, a:active {
	color: #09f;
	text-decoration: underline;
}

#sidebar li {
	list-style: none inside none;
}

#sidebar h2 {
	padding-top: 20px;
}

#footer {
	width: 580px;
	padding: 10px;
	text-align: right;
}

#bluecontact_form {
	border-top: 1px solid #333;
}

#bluecontact_form .label_column {
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}

#bluecontact_form label {
	padding-right: 10px;
}

#bluecontact_form .textfield {
	width: 350px;
	border: 1px solid #333;
	background-color: #666;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#bluecontact_form #contact_form {
	padding-left: 60px;
	padding-top: 10px;
}

