/* 
	Hello there!  Thanks for coming over to look at the CSS. You are most welcome.
	Nick (http://twitter.com/nickwebb)
*/

body {
	background-image: url(../images/background.jpg); 
	font-family: arial, Helvetica, sans-serif;
	padding: 0 0 0;
	margin: 10% 0 0;
}

#wrapper {
	width: 73%;
	background-color: #fff;
	border: solid 2px #900;
	margin: 0 auto;
	position: relative;
	padding: 0em;
}

h1#site_title {
	background: transparent url(../images/flock_logo.png) no-repeat scroll right center;
	color: #FFFFFF;
	font-size: 4em;
	left: -3px;
	padding: 30px 0;
	position: absolute;
	top: -97px;
	width: 101%;
	margin-top: 0px;
}

h2#sub_title {
	font: 0.8em/1 arial, Helvetica, sans-serif;
	color: #666;
	font-weight: 400;
	padding: 0.5em 0 2.5em 0.5em;
	font-style: italic;	
	margin: 0;
}

form {
	font: 1.5em/1.2 arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	padding: 0em 1.5em;
}

#subtext {
	font-size: 10px;
}

input.textbox {
	font: 4em;
	width: 100%;
	height: 50px;
	text-align: center left;
	font-family: arial, Helvetica, sans-serif;
 	font-size: 40px;
	font-weight: 400;
	padding: 0.15em 0.15em;
	margin: 0.2em 0em 0em 0em;
	color: #000;
	border: 3px solid;
	border-color: #999 #DDD #E9E9E9 #CCC;
	background: #FDFDFD url(../images/textbox_bg.gif) repeat-x scroll left top;	
}

input.submit {
	font: 400 16px arial, Helvetica, sans-serif;
	width: 150px;
	height: 48px;
	color: #fff; 
	background-color: #000; 
	border: 2px solid; 
	border-color: #900; 
}

input.submithov {  
	background-color: #900;
	cursor: pointer;
}	

#example {
	font-size: 0.4em;
	line-height: 2em;
	margin: 2em 0em 0em 0.1em;
}

#example a{
	color: #600
}

#example a:hover {
	color: #666
}

#footer {
	clear: left;
	padding: 10px;
	text-align: right;
	margin-right: 12.7%;
}

#footer a {
	color: #999;
	text-decoration: none;
}
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
