/*
Theme Name: Simple Art
Theme URI: http://rogersmj.com/
Description: A really basic Wordpress theme setup for an artist.
Version: 1.0
Author: Matthew Rogers
Author URI: http://rogersmj.com/

*/

@import url("reset.css");
.clear {clear: both;}

/*Base styles*/
a {color: #FFC396;}

/*Primary structure*/
html, body {height: 100%;}
body {
	background: #000 url("images/side_bg.png") left top repeat-y; 
	color: #fff; font-size: 13px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; line-height: 18px;
}
#pagewrap {width: 930px; position: relative; }
#sidebar { float: left; width: 329px; padding: 0 2px 0 0; position: relative;}
#main {float: left; width: 509px; padding: 50px 20px 20px 40px; }

#footer {
	font-size: 85%; padding: 20px 0;
}
#footer, #footer a {
	color: #3F1B04;
}

/*Sidebar and logo*/
#logo_sidebar {
	width: 283px; height: 74px; display: block;
	background: url("images/logo.png") left top no-repeat; margin: 20px;
}

/*Nav*/
ul#nav {
	margin: 30px 0; text-align: right;
}
ul#nav li {
	display: block;
}

ul#nav li a {color: #d4a06c; text-decoration: none; padding: 12px 32px; display: block; height: 65px; }
ul#nav li a:hover, #ul#nav li.current a {color: #fff;}
ul#nav li.current a {background: url("images/nav_selected_bg.png") left top repeat-y;}

ul#nav li p {
	font-size: 130%; letter-spacing: 4px; text-transform: lowercase; font-weight: bold; vertical-align: center;
	text-align: right; float: left; width: 185px; padding: 22px 0; cursor: pointer; background: transparent;
}
ul#nav li a div {
	float: right; width: 64px; height: 64px; border: 1px solid #3d1600; cursor: pointer;
}

/*Content*/
h2 {font-size: 190%; padding-bottom: 10px; color: #d4a06c;
	 margin-bottom: 20px; letter-spacing: 3px;
	}
h3 {
	font-size: 150%;
}
#main {
	color: #ccc;
}

.entry .alignright {
	margin: 5px 0 5px 12px; float: right; border: 2px solid #222;
}

#main p {margin: 5px 0 15px 0;}

#main label {font-weight: bold; color: #d4a06c; padding: 0 0 3px 0; display: block;}

#main input, #main textarea {background: #111; color: #fff; font-size: 13px; border: 2px solid #222; padding: 2px;
font-family: "Lucida Grande", "Trebuchet MS", sans-serif;}

#main .submit {padding: 2px 50px; background: #3F200D; border: 1px outset #3F200D;}
#main .submit:active {border: 1px inset #3F200D;}