/*
Theme Name: BlueBird Tavern Theme
Theme URI: http://seanbehan.com
Description: BlueBird Tavern Theme
Version: 1.0
Author: Sean Behan
*/

body 
{
	background: #FBF7F4 url(images/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: "verdana", "arial", "sans serif";
	font-size: 12px;
/*  width: 100%;*/
}
table td 
{
	vertical-align:top;
}

h1, h2, h3 
{
	color:#504327;
	font-family:georgia;
	margin-bottom:2px;
	/*background:#CEC4AB;*/
}

a
{
	color:black;
	text-decoration:underline;
}
#sidebar a 
{
    text-decoration:none;
}

h1 a 
{
    text-decoration:none;
}
a:hover 
{
	color:#003700;
}

h1
{
    font-size:20px;
}

a img 
{
	border:none;
}

input 
{
	padding:4px;
}

hr 
{
	border:none;
	border-bottom:solid 1px #C9BDA3;
}

small b 
{
	color:#637B34;
}

#header 
{
	width:935px;
	padding:0px;
	margin:0px auto;
}

#logo 
{
	width:310px;
	height:90px;
	float:left;
}

#information 
{
	float:left;
	margin-top:32px;
}

#searchbar 
{
	float:right;
	margin-top:32px;
}

#searchbar #s 
{
	border:solid 1px #666;
	color:#637B34;
	padding:6px 0px 6px 23px;
	background:#FFFFFF url(images/magnifier.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

#navbar 
{
	width:950px;
	padding:14px 0px 20px 0px;
	padding: 8px 0px 0px 0px;
	margin:0px auto;
}
#navbar li 
{
	margin-left:10px;
}
#pages 
{
	margin:0px;
	padding:0px;
}
#pages li 
{
	list-style:none;
	float:left;
	padding:0px;
}
#pages li a 
{
	color:#FBF7F4;
	color:#504327;
	/*font-size:1.2em;*/
}

#content 
{
	width:990px;
	padding:10px 10px 0px 10px;
	margin:0px auto;
	background:url(images/one/pgback.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#container 
{
	background:url(images/contenty.png);
	background:url(images/one/pg.png);
	background-position:top center;
	background-repeat:repeat-y;
    margin:0px auto 
}

#wrapper 
{
    text-align:left;
    width:925px;
    margin:15px auto;
    padding-bottom:25px;
    margin-left:38px;
    margin-bottom:0px;
    background-position:bottom right;
    background-repeat:no-repeat;
    /*    *margin-left:-600px;*/
}

#content #splashscreen img {
	padding:2px;
	background:#FFFFFF;
	border:solid 1px #CCC;
}

#rightside, #sidebar {
	padding-left:10px;	
	width:235px;
}
#rightside, #sidebar li {
	list-style:none;
	margin:0px;
	padding:0px;	
}

#navigation{
	border:solid 10px #FFF;
	padding:10px;
}

#content #subscription_form 
{
	width:200px;
	float:left;
	padding:0px;
}

#content #leftside 
{
	width:650px;
	*margin: 0px;
}
#content #rightside 
{
	padding-left:17px	
}
#footer 
{
	text-align:right;
	width:941px;
	padding:0px 0px 20px 0px;
	margin:0px auto;
	background:url(images/ftbg.png);
}
#footer a 
{
	text-decoration:underline;
}
td 
{
    vertical-align:top;
}


#bluebird_tavern_blog 
{
    background: #C9BDA3;
    padding: 5px;
    border-bottom: solid 2px #eee
}


/** Contact form */
.ddfmwrap input,.ddfmwrap textarea
{
	display:block;
}
.ddfmwrap label 
{
    font-weight:bold;
}
.ddfmwrap textarea
{
	width:400px;
}
.ddfmwrap .credits 
{
    display:none;
}