/*  
Theme Name: re-production
Theme URI: http://www.coatesvisual.com
Description: Theme for re-production.
Version: 1.0
Author: Tig Coates + Nic Witreich
Author URI: http://www.coatesvisual.com/

*/


body {
	overflow-y: auto;

	background-image: url(images/gratefulsound.jpg);
	font-size: 100%;
	background-color: #231f20;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.stretch {
	z-index: -1;
	position: fixed;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

* html .stretch {
	position: absolute;
	z-index: -1;
}


#container {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 840px;
}



#menu {
	position: relative;
	top: 150px;
	left: 30px;
	z-index: 1002;
	background-image: url(menu.jpg);
	height: 50px;
	width: 800px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu li {
	padding-top: 5px;
	padding-left: 20px;
	font-size: 0.9em;
	float: left;
}

ul#nav {
height:25px;
margin:0;
padding:0;
}

ul#nav li {
list-style:none;
float:left;
line-height:25px;
padding:0 10px;
}



#main {
	position: relative;
	z-index: 2;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 80px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	float: left;
	width: 430px;
}

#aside {
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-top: 130px;
	float: right;
	width: 190px;
}



#footer p{
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	text-align: center;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

h1 {
	color: #231f20;
}
h2 {
	color: #231f20;
}
p {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #595657;
}

a:link{
	text-decoration: none;
font-weight: bold;
	color: #595657;
}
a:visited{
font-weight: bold;
	text-decoration: none;
	color: #595657;
}
a:hover{
font-weight: bold;
color: black;
border-bottom: 3px solid #DEAE24;
}

ul {
	padding: 0px;
	margin: 0px;
}
ul ul {
	padding: 0px;
	margin: 0px;
}
li {
	font-size: 0.8em;
	list-style-type: none;
	color: #595657;
}
li li {
	font-size: 1em;
	list-style-type: none;
	color: #595657;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

h3 { border-bottom: 1px dotted #595657; size: 90%; }

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 1.2em;
	width: 430px;
}


