/*   
Theme Name: Green Door
Theme URI: http://greendoorchicago.com/
Description: Green Door Tavern
Author: Rob Loukotka
Author URI: http://robloukotka.com/
Version: 1.0
*/

body {
width:950px;
background-image:url(images/top_bgbar.png);
background-repeat:repeat-x;
background-color:#32310b;
text-align:center;
margin-top:0px;
}

#wrapper {
width:950px;
position: absolute;
left: 50%;
margin-left:-475px;
overflow: hidden;
background-color:#1f1e13;
background-image:url(images/wrapper_bg.jpg);
}

 
#header {
 width:950px;
 height:192px;
 background-image:url(images/GDT_Home_02.jpg);
 
}

#nav {
 width:950px;
 height:51px;
 background-image:url(images/GDT_Home_04.jpg);
 position:relative;
 
}

#navtext {
 width:950px;
 height:20px;
 background-image:url(images/GDT_Home_04.jpg);
 position:relative;
 padding-top:25px;
 overflow:hidden;
 
}

#topheading {
 width:950px;
 margin:0px;
 
}


#left_wrapper {
 width:363px;
 float:left;
 
}

#right_wrapper {
 width:587px;
 float:right;
 
}


#pad_left {
 width:8px;
 height:100%;
 float:left;
 
}

#pad_right {
 width:8px;
 height:100%;
 float:right;
 
}

#left {
 width:355px;
 float:right;
 text-align:justify;
 margin:0px;
 
}

#right {
 width:579px;
 float:left;
 text-align:justify;
 margin:0px;
}

#footerpage {
 width:950px;
 height:59px;
 background-image:url(images/footergrey.gif);
 clear:both;

}

#footerhome {
 width:950px;
 height:59px;
 background-image:url(images/footerhome.jpg);
 clear:both;

}

#footer2 {
 width:950px;
 height:100px;
 background-color:#32310b;

}

#foot_left {
 width:854px;
 float:left;
 background-color:#32310b;

}

#ditley {
 width:96px;
 float:right;
 background-color:#32310b;

}

#all {
 width:950px;
 margin:0px;
 float:left;
 background-image:url(images/topbg.gif);
 background-position:top;
 background-repeat:no-repeat;

}

SPAN.nav
{
font:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:18px;

}

a.nav:link { color: #FFFFFF; text-decoration: none }
a.nav:active { color: #FFFFFF; text-decoration: underline }
a.nav:visited { color: #FFFFFF; text-decoration: none }
a.nav:hover { color: #FFFFFF; text-decoration: underline }

a.footer:link { color: #717027; text-decoration: none }
a.footer:active { color: #717027; text-decoration: underline }
a.footer:visited { color: #717027; text-decoration: none }
a.footer:hover { color: #717027; text-decoration: underline }

.Text1 {
	font-size:16px;
	color:#FFFFFF;
    font-size:18px;
}

P.footer {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#717027;
	text-align:left;
	padding-left:25px;
}

P.green {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#cccc00;
	text-align:justify;
	font-weight:bold;
	padding-left:25px;
	padding-right:25px;
	margin:0px;
}

H.green {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#cccc00;
	text-align:left;
	font-weight:bold;
	padding-left:25px;
	padding-right:25px;
}

P.bodytext {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCCCCC;
	text-align:justify;
	padding-left:25px;
	padding-right:25px;
}

h1.white {
	color:#ffffff;
	font-size:24px;
	padding-left:25px;
	padding-right:25px;
}

h1.biggreen {
	color:#cccc00;
	font-size:32px;
	padding-left:25px;
	padding-right:25px;
	text-transform:uppercase;
	
}
P.bodylarge {
	font-size:18px;
	font-family:Georgia;
	color:#CCCCCC;
	text-align:justify;
	text-indent: 30px;
	padding-left:100px;
	padding-right:100px;
}
P.bodylargehead {
	font-size:18px;
	font-family:Georgia;
	color:#cccc00;
	text-align:justify;
	padding-left:100px;
	padding-right:100px;
}

P.address {
	font-size:18px;
	font-family:Georgia;
	color:#CCCCCC;
	text-align:justify;
}

img{
    display:block;
}



