#tweet{
	width:100%;
	margin: 0 auto;
	padding-left:0px;
	font-size:12px;	
}

#tweet a{
	color:#666;
	font-weight:bold;
}

ul#twitter_update_list{
/*	list-style:none;*/
	font-style:italic;
	margin-left:10px;
}

ul#twitter_update_list li{
	padding-bottom:3px;
	margin-left:5px;
	font-size: 13px;
	font-weight: bold;
	list-style-type: circle;
}


/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #2A0001;
	text-decoration: none;}

a:hover {color: #984A3D;}

body {
	/*background: #DCC39A url(/img/bg3.png) repeat-x;*/ 
	background: #000000; 
	
	color: #333;
	font: normal 12px "tahoma",sans-serif;
	margin: 0 0;
	line-height: 18px;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(/img/li.gif);}

ul.bulleted li{
list-style-image: url(/img/li.gif);
font-weight: bold;
padding: 7px 0;
}

.beer li{
	margin-bottom: 20px;
} 

p.longtext{
	line-height: 20px;
}


h1 {font-size: 1.2em;}

.main h1{
	font-size: 20px;
	
}
  
.main_right h1{
	padding-bottom: 10px;
}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	/*display: block;*/
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {}

h2,h3 {color: #D6BD7F;
	padding-bottom: 20px;  
	}    
h1{   color: #D6BD7F; 
	
}  

.main h1 {
	padding-bottom: 20px;
	color: #984a3d; 
} 

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 0px 6px 5px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	/*background: #fff url(/img/bgcontainer.gif) repeat-y;*/
	background: #fff;
	margin: 7px auto;
	width: 900px;
	border: 10px solid #763328;
}

/* header */
.header {
	float: left;
	width: 670px;
	background: #231f20 url(/img/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	height: 150px;

}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
	min-height: 250px;
	border-right: 1px solid #222;
}
.main {
	float: left;
	width: 500px;
	margin-left: 0px;
	
}
.main_right {
	float: right;
	width: 210px;
	color: #D6BD7F;
	background: #984a3d url(/img/side_bg.gif) repeat-x top left;
	padding-right: 0px;
}   

.main_right a{
	color: #000;
} 



.side_box{
	border: 1px solid #2A0001;
	 background: #994e3f url(/img/side_box.jpg) repeat-x top left;
	margin-top: 10px;
}
.side_box p{
	margin: 5px;
	color: #2A0001;
} 

.side_box a{
	color: #000;
	font-style: italic;
}

div.subscribe{
	background: #984a3d;
	width: 190px; 
  
}

/* sub-navigation */



.subnav h1 {
	background: #222;
	color: #FFE;
	font: bold 1.1em century gothic,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0; width: 160px;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #fff;	
	color: #222;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none; 
	font-weight: bold;
	font-size: 16px;
}
.subnav li a:hover {
	background: #984a3d url(/img/button_bg.jpg) repeat-y top left;
	color: #222;
} 

li a.current{
      background: #984a3d url(/img/button_bg.jpg) repeat-y top left;
	color: #222; 
}

/* footer */
.footer {
	background: #222222;
	color: #D6BD7F;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;} 


/*images*/
.main img{
	margin: 10px 0px 10px 10px;
	padding: 3px;
	border: 1px solid #231f20;
}  

.main_right img{
	padding: 3px;
	border: 1px solid #231f20;
	background: #ffffff;
	
}



