/*
                        Theme Name: Pub Time
						Theme URI: na
                        Description: A custom theme for the wild rover pub
                        Version: 1.0
                        Author: Jimmy Batchelder
                        Author URI: na
*/
	
html
{
	height: 100%;
}

body
{
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 100%
	margin: 0px;
	padding: 8px;
}

a
{
	color:	#DFC164;
	text-decoration: none;
}

p
{
	font-size:14px;	
	margin: 2px;
}

h2, h3, h4, h5
{
		color: #DFC164;
		margin:0px;
		font: 18px serif;
}

img
{
	border: solid 1px #999;
	padding: 3px;	
}

input
{
	margin: 15px 0px;	
}

div#wrapper {
  min-height: 600px;
  height: auto !important;
  height: 100%;
  margin-bottom: 50px;
}

div#header ul, div#header ul li
{
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

div#header
{
	/*width: 1024px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	text-align: center;
	font: normal normal normal 17px/1.1em forum, serif;
}

div#header hr
{
	max-width: 450px;
	margin: 0px auto;	
	color: #999;
}

div#header span#heading
{	
	font-weight: 100;
	font-size: 50px;
	display: inline-block;
	max-width: 450px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #999;
	padding: 5px 40px;
	margin: 5px;
	line-height: 50px;
	color: #DFC164;
}

div#header div#tagline
{
	margin: 10px 0px;
}

div#menu
{
	margin: 20px auto;	
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #444;
	/*width: 800px;*/
}

div#menu a 
{
	width: 90px;	
	display:inline-block;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 18px;
	color: #FFF;
}

div#menu a:hover
{
	color: #DFC164;	
}

div#menu ul li.current-menu-item a
{
	color: #DFC164;	
}

div#page img
{
	margin: 0px 0px 0px 5px;	
}

div.post h2
{
	margin-bottom: 3px;	
}

div.post
{
	margin: 10px 0px;
	padding: 5px 0px;	
}

div.post .title
{
	font-size: 20px;
	border-bottom: solid 1px #999999;
	padding-right: 20px;
}

.date
{
	font-size: 11px;	
}

div.post p
{
	margin: 5px 0px;	
}

div#content
{
	max-width: 1024px;
	margin: 0px auto;	
}

div#content h1
{
	color: #DFC164;	
	font-weight: 100;
	font: 36px serif;
	margin: 20px auto;
	border-bottom: 1px solid #999;
}

.home img
{
	width: 100%;
	max-width: 1016px;	
}

div#map
{
	max-width: 500px;
	height: 250px;
	padding: 5px 5px;
	border: solid 1px #999;
	margin: 0px;
	float: right;	
}

div.block
{
	/*width: 400px;*/
	float: right;
	border-top: 10px solid #DFC164;
	margin: 10px auto;
	padding-top: 10px;
	display: block;
}
 /*#content div.block
 {
	width: 400px; 
 }*/

div.block h2
{
	margin-top: 15px;	
	font-size: 20px;
}

div#home_blocks
{
	margin-top: 20px;	
}

div#home_blocks .block
{
	width: 250px;	
	float: left;
	margin: 10px 0px;
	margin-left: 8px;
	clear: none;
	display: inline-block;
}

div#home_blocks .block:first-child
{
	margin: 10px 0px;
}



div#home_blocks img
{
	width: 242px;	
}

div#home_blocks #new
{
	margin-top: -5px;	
	margin-bottom: 5px;
}

div.main
{
	display: inline-block;
	min-width: 300px;
	max-width: 65%;
	float: left;	
}

div#line
{	
	clear: both;
	border-top: 2px solid #444;
}

div#footer
{
	max-width: 1024px;
	hieght: 150px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #CCC;
	padding: 10px 0px 50px 0px;
}

div#footer .column
{
	/*display: inline-block;	*/
	width: 250px;
	margin-top: -5px;
	vertical-align: top;
	float: left;
}

div#footer h6
{
	font-size: 13px;
	margin: 3px 0px;
	padding: 0px;
	border-bottom: solid 1px #333;
	width: 150px;
}

div#footer h3
{
	margin: 5px 0px;
	border-bottom: solid 1px #999;
	width: 200px;
}

div#footer ul 
{
	list-style:none;
	padding: 0px;
	margin: 0px;
}
div#footer img
{
	border: none;	
}

.hide
{
	display: none;	
}