/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";


/* Page
-------------------------------------------------------------- */

.container { margin: 0 auto; width: 758px; }

body{
	font-family: Georgia,Helvetica,Sans-Serif;
	background-color: #2e280b;
	margin: 0;
	color: #2e280b;
}


/* Header
-------------------------------------------------------------- */

#header {
	background-color: #FFF;
}

#header h1 {
	width: 484px;
	margin-bottom: 0;
	float: left
}
#header ul {
	margin: 62px 0 0 20px;
	list-style-type: none;
	float: left
}

#header ul span {
	font-weight: bold;
}

/* Image replacement */
#header h1 {
    padding: 115px 0 0 0;
    overflow: hidden;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:115px;
}


/* Body
-------------------------------------------------------------- */

#body-1{
	background: #FFFFFF url('../images/bg-1.png') repeat-x;
}

#introduction { 
	float: left; 
	width: 440px;
	padding: 10px 10px 0px 14px;
	background: #9fcd14 url('../images/bg-3.png');
	margin: 20px 0;
	border: 2px solid #71920f;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
#introduction p.first{
	font-size: 1.2em;
}
#introduction p{
	margin-bottom: 1em;
}
#morelink{
	text-decoration: underline;
	cursor: pointer
}
#morelink:hover{
	text-decoration: none;
}
#introduction a{
	color: #2e280b;
	text-decoration: underline;
}


/* Contact form
-------------------------------------------------------------- */


#contact { 
	float: left;
	width: 246px;
	margin: 20px;
	margin-right: 0;
	padding: 10px;
	padding-bottom: 0;
}

#contact{
	border: 2px solid #CCC;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	behavior:url('../border-radius-ie8.htc');
	background: #f6f7f1;
}

#contact h3{
	display: none;
}
#contact form ul{
	margin: 0;
}
#contact form ul li{
	list-style-type: none;
	margin-bottom: 10px
}
#contact form textarea{
	width: 240px;
	height: 33px;
	/*height: 170px;*/
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
	font-family: Georgia,Helvetica,Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	color: #3d392a;
}
#contact form #name input,
#contact form #email input{
	width: 191px;
	margin: 0;
	border: 0 solid;
}

*:focus {outline: 0;} /* Remove form field focus for Safari */


#contact form #name,
#contact form #email{
	border: 1px solid #CCC;
	background: #FFF;
}

#contact form #message{
	margin-bottom: 2px
}

#contact form #submit input{
	background: #4d6b07;
	color: 	#ffc51a;
	font-weight: bold;
	border: 2px solid #3f5a04;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	text-shadow: #000 0px 1px 1px;
	font-size: 1em;
	font-family: Georgia,Helvetica,Sans-Serif;
	filter: dropshadow(color=#000000,offX=1,offY=1);
}

#contact form label{
	display:inline-block;
	float: left; /* Breaks IE */
	width: 46px;
	margin-left: 5px;
}

#contact form #submit{
	text-align: center;
}

/* Body 2
-------------------------------------------------------------- */

#body-2{
	padding-top: 10px;
	color: #FFF;
	padding-bottom: 20px;
	background: url('../images/bg-2.png') repeat-x
}

#blog {
	float: left; width: 468px; 
}

#body-2{
	background-color: #4c6b06;
	text-shadow: #000 0px 1px 1px;
}

/* IE text drop-shadow (can't be applied to an element with it's background set */
#body-2 .container{
	filter: dropshadow(color=#000000,offX=1,offY=1);
}

#twitter { float: left; width: 270px; margin-left: 20px;}

#body-2 h2{
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.1em
}

#body-2 h3{
	margin: 10px 0;
	font-size: 1.8em;
}

#body-2 p{
	margin: 0;
}

#blog p{
	font-size: 1.2em;
}

#blog ul{ margin: 0;}
#blog ul li {list-style-type: none;}

#body-2 .date{
	color: #CCC;
}

#body-2 h2 img{
	vertical-align: text-bottom;
	margin-right: 3px;
}

#twitter ul{
	margin: 0;
}
#twitter ul li{
	list-style-type: none;
	margin-bottom: 20px;
}

/* Footer
-------------------------------------------------------------- */
#footer { margin-top: 20px; }

#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }

#footer p.quiet { color: #ccc; }