/*
Theme Name: Allen Whitley
Theme URI: http://allenwhitley.realm9.com/
Description: Theme produced for Allen Whitley
Version: 1.0
Author: Justin Flores
Author URI: http://realm9.com/
Tags: black, vintage, cotton, minimal

	Allen Whitley v1.0
	 http://allenwhitley.realm9.com/

	This theme was designed by Justin Flores,
	whose blog you will find at http://realm9.com/

*/


body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height:160%;
}
body {
	background-color: #000000;
	background-image: url(images/BGtop.png);
	background-repeat: repeat-x;
	background-position:top left;
	color:#eed788;
}

html, body, #container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	min-width:960px;
	position: absolute;
	top: 0px;
	left: 0px;
}

a:link {
	color: #c7791b;
}
a:visited {
	color: #c7791b;
}
a:hover {
	color: #eab032;
}
a:active {
	color: #eab032;
}
h1 {
	font-size: 1.8em;
	color:#ffffff;
}
h2 {
	font-size: 1.2em;
	color: #990000;
}

#navbar {
	float:left;
	margin:0 auto;
	position:relative;
	width:100%;
	text-align:center;
	z-index:500;
}
#navbar ul{
	list-style-type:none;
	margin-top:12px;
	*margin-top:8px;
	*margin-left:150px;
}
#navbar ul li {
	display:inline-block;
	line-height:115%;
	width:132px;
	height:47px;
	margin-bottom:20px;
	padding-top:5px;
	background-image:url(images/BTNnav.png);
	vertical-align:middle;
	overflow:visible;
	*float:left;
}

#navbar ul li.fb {
	background-image:url(images/BTNfb.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	text-align:left;
	padding-left:55px;	
}
#navbar ul li a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	text-shadow: #321200 1px 1px 4px;
	display:block;
	width:93px;
	margin:0 auto;
}
#navbar ul li.fb a{
	width:auto;
}
#navbar ul li a:hover {
	text-decoration:underline;
	color:#842D17;
}

#content {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:10;
	padding-bottom:70px;   /* Height of the footer plus some space*/
}
#contentheader {
	position:absolute;
	/*background-image:url(images/GRfield.jpg);*/
	/*width:543px;
	height:529px;*/
	width: 343px;
	height: 329px;
	top:62px;
	left:12px;
	margin:0;
	padding:0;
	z-index:1001;
}

body.page-id-263 #contentheader, body.page-id-261 #contentheader{
	background-image:url(images/GRbook.jpg);
}

#contentmain {
	padding-left:390px;
	padding-top:200px;
	*padding-top:150px;
	color:#ffffff;
	min-height:420px;
}
#contentmain h2 {
	font-size:1.8em;
	font-weight:normal;
	width:620px;	/* MAH changed it  */
	height:114px;
	/*background-image:url(images/GRheadline.png);*/
	text-align:center;
	margin:0 auto;
	margin-bottom:-85px;
	padding-top:20px;
}
#contentmain h2, #contentmain h2 a {
	color:#FFFFFF;
	text-decoration:none;
}

.entry {
	text-align:left;
	color:#eed788;
}
#contentmain small {
	color:#999999;
}

.clear {
  clear: both;        /* below longest column */
  margin: 0;
  padding: 0;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   /* Height of the footer */
   background:#000000;
   z-index:15;
}
#footercontent {
	margin:0 auto 0 auto;
	text-align:right;
	padding:5px;
	color:#666666;
	font-size:x-small;
	width:95%;
}

#footercontent a {
	color:#CCCCCC;
}
#footercontent a:visited {
	color:#999999;
}
