/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Eric Wolf
URL : http://www.activecanvas.com

Description : HTML5 main style sheet for 

Created : 5/26/2007
Version : 2012.03.21

- - - - - - - - - - - - - - - - - - - - - */

/* ----- STRUCTURE ----- */

header[role="banner"] {
	background:#b2c1c4 url(/images/cairn.jpg) 0 0 no-repeat;
	height:600px;
}

div#motto {
	clear:both;
	float:right;
	margin:120px 90px 249px 0;
	margin:100px 90px 249px 0;
	text-align:right;
	font-size:4em;
	color:#a2a382;
}

div#mainContent {
	margin:0 0 0 18px;
	border:1px solid #4696b;
	width:610px;
	background:#eee7d6;
}
div#sidebar { margin:0 18px 0 12px; }
div#secondaryContent, div#signup {
	padding:10px 0;
	width:300px;
}


div#search, div#signup { color:#fff; }
div#signup { background:#64696b; }
#secondaryContent { background:#fff; }
#secondaryContent, div#signup { 
	margin-top:12px;
	border:1px solid #64696b;
}


/* ----- IMAGES ----- */

#secondaryContent img { margin:20px 0 0 10px; }


/* ----- FORMS ----- */

form#signup input {
	background:#fff;
	color:#828c8e;
	padding:2px 12px 2px 6px;
}
form#signup input.submit { padding:1px; }