/* ############## Global Styles ############## */

body {
	margin:0; padding:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	line-height:1.4em;
	color:#333;
	text-align:center;
	background:url('/images/greenbg.jpg') #095e35;
}

/* ############## Layout Styles ############## */

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

#content {
	background:url('/images/graygradient.gif') repeat-x top left #fff;
	border:1px solid #222; border-top:none;
	padding:10px; padding-top:15px;
	text-align:left;
}

#header {
	background:url('/images/woodbg.jpg') repeat-x #613c29;
	padding:10px;
	height:160px;
}

#wide {
	margin-top:10px;
}

#left {
	float:left;
	width:460px;
	margin-right:10px; margin-top:10px;
}

#right {
	float:left;
	width:405px;
	margin-top:10px;
}

#footer {
	text-align:center;
	clear:both;
	padding:10px;
	color:#fff;
	font-size:x-small;
}

/* ############## Text Styles ############## */

.welcome {
	color:#ddd;
	font-size:1.5em;
	text-shadow: 1px 1px 1px #333;
}

.name {
	color:#fff;
	font-size:3.2em;
	font-weight:bold;
	text-shadow: 1px 1px 1px #333;
	margin-left:5px;
}

.name-sub {
	color:#ddd;
	text-transform:uppercase;
	font-size:.8em;
}

h1 {
	margin:0; padding:10px 0px 20px 0px;
	font-weight:normal;
	text-shadow: 1px 1px 1px #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #ccc;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0; padding: 5px 10px 0px 0px;
	color:#592424;
	text-shadow: 1px 1px 1px #eee;
	font-size:large;
}

.title {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	font-size:large;
	color:#ad0c12;
}

.review {
	font-family:Georgia;
	font-size:1.2em;
	padding-bottom:15px;
	clear:both;
}

.review-author {
	float:right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

span.amp {
  font-family: "Book Antiqua", serif;
  font-style: italic;
}
	

/* ############## Link Styles ############## */

a:link, a:visited {
	color:#592424;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

/* ############## Image Styles ############## */

#left img.imgframe {
	width:440px; /* Left column width minus twenty pixels for the imgframe below. */
}

#right img.imgframe {
	width:385px; /* Right Column width minus twenty pixels for the imgframe below. */
}

img.imgframe {
	border:10px solid #ddd;
}

a:hover img.imgframe {
	border:10px solid #ccc;
}

/* ############## Other Styles ############## */

.clear {
	clear:both;
}

.search {
	margin-bottom:10px;
}

.search input {
	background:#efefef;
	border:1px solid #ccc;
	font-size:1.1em;
	padding:5px;
	font-family:Georgia;
	font-weight:bold;
}

.search .button input {
	background:#fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
}

.search .button input:hover {
	cursor:pointer;
	border:1px solid #999;
	background:#eee;
}

form label {
	float:left;
	width:10em;
	font-weight:bold;
}

form input.text {
	font-size:small;
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:5px;
}

.menu {
	float:left;
}

.menu img {
	margin-right:10px; margin-top:15px;
	border:5px solid #ddd;
	background:#fff;
}

.menu .menucaption {
	background:#eee;
	width:400px;
	padding:5px;
	color:#555;
	margin-bottom:5px;
} 

.menu .menucaption:hover {
	background:#ddd;
}

.hr {
	border-bottom:1px solid #ccc;
	height:1px; 
	clear:both;
}

/* ############## Navigation Styles ############## */

#nav {
	background:url('/images/navbg.gif') repeat-x center #000;
	margin:0;
	padding:10px;
	border-top:1px solid #000; border-bottom:1px solid #000;
	font-size:small;
	text-align:center;
}

#nav ul {
	padding:0;
	margin:0;
}

#nav ul li {
	display:inline;
	margin-left:1px; margin-right:1px;
}

#nav ul li a:link, #nav ul li a:visited {
	padding:10px; padding-left:5px; padding-right:30px;
	color:#fff;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#bbb;
}