/*

Title:      Frank Agin Master Styles
Author:     Daniel Marino
Revised:	April 2009

*/


/* Import Styles
----------------------------------------------------------------------------------------------------*/

@import url("reset.css");
@import url("960.css");


/* Tags
----------------------------------------------------------------------------------------------------*/

a {
	color: #fbaf5d;
}

a:hover {
	text-decoration: none;
}

body {
	background: #000 url('../_img/background.jpg') top repeat-x;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 85%;
	line-height: 180%;
}

h2 {
	font-size: 180%;
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 20px;
}

img {
	display: block;
}

input,
select,
textarea {
	display: block;
	float: left;
	margin-top: 10px;
}

input.submit {
	clear: both;
	margin-left: 200px;
}

input.text {
	width: 400px;
}

label {
	clear: both;
	display: block;
	float: left;
	line-height: 125%;
	margin-top: 10px;
	width: 200px;
}

p {
	margin-bottom: 20px;
}

span.person {
	display: block;
	text-align: right;
}

textarea {
	height: 100px;
	width: 400px;
}

#main ul {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 50px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

#books {
	float: right;
	height: 153px;
	padding-top: 12px;
}

#books li {
	display: inline;
	float: left;
	margin-top: 36px;
}

#books li a {
	background: none;	
	display: block;
	margin-right: 10px;
	padding: 5px;
	width: 60px;
}

#books li a.first {
	/*margin-left: 75px;*/
}

#books li a:hover {
	background: #fff;
	padding: 4px;
	border: #003471 1px solid;
}

#books li a img {
	width: 60px;
}

#content {
	background: transparent url('../_img/sidebar-back.png') 17px repeat-y;
	margin-top: -618px;
	margin-bottom: 50px;	
}

#footer {
	color: #595959;
	line-height: 1.2em;
	margin-bottom: 25px;
}

#footer a {
	color: #595959;
}

#footer span {
	color: #444;
	font-size: 0.8em;
}

#footer span a {
	color: #555;
	text-decoration: none;
}

#header {
	background: transparent url('../_img/header-back.jpg') center top no-repeat;
	height: 716px;
	width: 100%;
}

#header-inner {
	position: relative;
}

#logo {
	height: 59px;
	left: 33px;
	position: absolute;
	top: 22px;
	width: 236px;
}

#logo a {
	background: transparent url('../_img/logo.png') no-repeat;
	display: block;
	height: 59px;
	overflow: hidden;
	text-indent: -5000px;
	width: 236px;	
}

#main {
	float: right;
	padding-top: 25px;
}

#sidebar {
	color: #1a1a1a;
	float: left;
	padding: 0 7px;
	margin-top: -166px; 
	text-align: center;
	width: 266px;
}

/* Classes
----------------------------------------------------------------------------------------------------*/

.amspirit,
.contact,
.connect,
.elsewhere {
	margin: 0 10px;
	padding: 15px 0 10px;
}

.contact {
	padding: 15px 10px;
}

.phone {
	background: url('../_img/phone.png') left center no-repeat;
	padding-left: 25px;
	text-align: left;
}

.email {
	background: url('../_img/email.png') left center no-repeat;
	padding-left: 25px;
	text-align: left;
}

.email a {
	color: #d77b18;
}

.amspirit img,
.contact img,
.connect img,
.elsewhere img {
	display: inline;
	margin: 0 5px;
	vertical-align: middle;
}

.elsewhere img {
	margin: 10px;
	width: 100px;
}

.error {
	background: #c00;
	color: #fff;
	padding: 10px;
}

.book {
	float: right;
	margin: 0 0 20px 30px;
	text-align: center;
}

.book img {
	background: #fff;
	display: inline;
	padding: 5px;
}

.bottom-border {
	border-bottom: #bdbdbd 1px solid;
}

.connect {
	color: #003471;
	line-height: 110%;
}

.last {
	margin: 0;
	padding: 0;
}

.message {
	background: #090;
	color: #fff;
	padding: 10px;
}

.praise {
	color: yellow;
}

.recaptcha-wrapper {
	clear: both;
	margin-left: 200px;
	padding-top: 10px;
}