
/****
.container 		{  }

a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/

/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/


/****
#header {
	background: url('../images/logo.gif') 50px 17px no-repeat;
	height: 89px;
}

#header h1		 { display: none;  }
#header .description { display: none; }
****/

/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/

/****
#nav, #subnav	{ background: #668040; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #F2FFDF; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }
****/

body{
	background-color: #efece7;
	background-image: url('../images/wip-bg.gif');
	background-repeat: repeat-x;
	color: #625224;
}


.container{
	margin: 60px;
	margin-top: 70px;
}

#content-header{
	width: 711px;
}

#home-content{
	margin: 40px;
	width: 620px;
	margin-bottom: 0;
}

#marketing-content{
	width: 620px;
	padding: 40px;
	padding-right: 51px;
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: #fbfbf4;
}

#marketing-content .post { 
	margin-bottom: 0;
}

#standard-content{
	width: 620px;
	padding: 40px;
	padding-right: 51px;
	padding-bottom: 0;
	padding-top: 10px;
	margin-bottom: 0;
	background-image: url('../images/standard-page-bg.gif');
	background-repeat: repeat-y;	
}

.standard-logo{
	float: left;
}

.standard-title{
	float: right;
}

h2#standard-title{
	float: right;
	color: #625224;
	padding-top: 35px;
	padding-bottom: 25px;
}

#footer-nav{
	border-top: 1px solid #b3a485;
	border-bottom: 1px solid #b3a485;
	width: 620px;
	margin: 0 40px;
	margin-bottom: 5px;
	color: #b3a485;
	padding: 10px 0;
}

#footer-nav .footer-post{
	float: left;
	width: 145px;
	margin-right: 10px;
	line-height: 1.2;
}

#wip-logo{
	position: absolute;
	background-image: url('../images/wip-logo.png');
	background-repeat: no-repeat;
	height: 120px;
	width: 270px;
	top: 100px;
	left: 100px;
	z-index: 2;
}

#wip-slogan{
	position: absolute;
	background-image: url('../images/yes-you-can.png');
	background-repeat: no-repeat;
	height: 35px;
	width: 188px;
	top: 375px;
	left: 795px;
	z-index: 3;	
}

#wip-nav{
	position: absolute;
	width: 220px;
	top: 0px;
	left: 710px;
}

#wip-nav ul{
	list-style: none;
}

#wip-nav ul li{
	background: none;
}

#wip-nav li.page-item-8{
	clear: both;
}

#wip-nav li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#wip-nav li.current_page_item a,
#wip-nav li.current_page_parent a{
	color: #625224;
}

/*
#wip-nav li.current_page_item ul li a{
	color: #FFFFFF;
}
*/

#wip-nav ul ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

#wip-nav ul ul li{
	float: left;
	list-style: disc;
	padding-left: 0;
	margin-left: 20px;
	color: #FFFFFF;
}

#wip-nav ul ul li:first-child{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

#wip-nav-items .page-item{

}

#content-footer{
	
}

#content-nav{
	float: right;
	margin-bottom: 30px;
}

#content-nav a{
	color: #625224;
}

#contact-form .form-item-title,
#signup-form .form-item-title{
	float: left;
}

#contact-form .form-item-title,
#contact-form .form-item,
#signup-form .form-item-title,
#signup-form .form-item{
	padding-bottom: 10px;
}

#contact-form .form-item,
#signup-form .form-item{
	float: right;
}

#contact-form .form-item input,
#signup-form .form-item input,
#contact-form .form-item textarea{
	width: 500px;
	padding: 2px;
}

#contact-form #form-submit-instructions{
	width: 500px;
}

#contact-form #contact-form-submit,
#signup-form #signup-form-submit{
	width: 60px;
	background-color: #625224;
	color: #FFFFFF;
}

#signup-form #signup-form-updates{
	width: 20px;
}

#footer-nav a{
	color: #b3a485;
}

#footer-nav #post-20{
	margin-right: 0;
	width: 150px;
}

#footer,
#footer a{
	color: #b3a485;
}

.snippet{
	margin-top: 0;	
}

.footnote{
	font-size: .8em;
	color: #D0BC81;
}

label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}
div.error { display: none; }
input {	border: 1px solid #625224; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
#contact-form div.status,
#signup-form div.status{
	float: right;
	width: 500px;
}
