/*
Theme Name: imagineTheme
Theme URI: http://www.imagine-pro.com
Description: We used Elliot Jay Stocks' starkers theme and made it our own.
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://www.imagine-pro.com
Tags: starkers, naked, clean, basic
*/

/*
css for imagine productions web site

bkgrnd #fcfadd
tagline #747b60
nav/subtitles #6e869d
rollover #98631a
sidebar text #e1a31d
paragraph text #150510
web bkgrd #747b60
border #cad3a8
*/

/*general stuff*/
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

#wrapper {
	/*position: relative;*/
	background: #fcfadd;
	width: 1024px;
	margin: 0px auto -45px;
	margin-top: 21px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#push {
	height: 45px;
}

.clear {
	clear: both;
}

body {
	background-color: #afb890;
}


h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #533506;
}



h3, h4 {
	background: #cad3a8;
	color: #6e869d;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	padding-left: 10px;
}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .75em;
	color: #150510;
	margin-top: 5px;
}

a img {
	border: none; /*eliminates blue link border*/
}

/*header and tagline*/
#header {
	background: url(images/header_metal.png) no-repeat;
	height: 150px;
}

#social {
	float: right;
	margin-top: 10px;
	margin-right: 25px;	
}

#tagline {
	float: right;
	margin-top: 75px;
	margin-right: 50px;	
}



/*sidebar*/
#sidebar {
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cad3a8;
	/*padding: 0;*/
}

#sidebar-inner {
	
	padding: 10px;
}

#sidebar h2 {
	background: #cad3a8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 25px;
	font-size: 14px;
	margin-top: 10px;
	padding-left: 10px;
	color: #6e869d;
}

#sidebar a {
	color: #6e869d;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	padding-left: 25px;
	padding-right: 20px;
	
}

#searchform {
	color: #6e869d;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #cad3a8;
	font-size: 14px;
	width: 175px;
	height: 70px;
	padding-left: 10px;
	margin:10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#searchsubmit {
	margin-top: 5px;
}


/*content sections*/

#content {
	margin-left: 450px;
	margin-top: 20px;
	width: 475px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cad3a8;
}

#content-inner {
	padding: 25px;
}

#content h2 {
	background: #cad3a8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 10px;
}

#content a {
	color: #6e869d;
	text-decoration: none;
	text-align: right;
	padding-left: 25px;
	padding-right: 20px;
	
}

#date {
	color: #6e869d;
	/*padding-left: 25px;*/
}

/*main navigation*/

.nav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	width: 1000px;

}

.nav li {
	display: inline;
	border-right: solid 1px #c7d187;
	
}

.nav a {
	color: #c7d187;
	text-decoration: none;
	text-align: right;
	padding-left: 20px;
	padding-right: 11px;
	
}


.nav a:hover {
	color: #b77611;

}

/*comment pages*/

#underpost p {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cad3a8;
}


.form {
	width: 400px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: .7em;
	font-weight: normal;
}

#comment {
	width: 425px;
	margin-bottom: 10px;
}

#content .post h2 {
	
	color: #6e869d;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}

/*footer*/
#footer {
	/*margin-left: 50px;*/
	background:url(images/footer_metal.png) no-repeat;
	height: 45px;


}

#footer p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #c7d187;
	/*padding: 10px 0 0 10px;*/
	/*margin: 0;*/
}

#footer .copyright {
	float: left;
	margin-top: 10px;
	margin-left: 25px;
}

.contact {
	float: right;
	margin-top: 10px;
	margin-right: 300px;
}
	
.contact a {
	color: #c7d187;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
	padding-left: 25px;
	padding-right: 20px;
	
}

.contact a:hover {
	color: #b77611;
}

















