/*
Theme Name: Brew Poo
Theme URI: http://www.brewpoo.com/wp-content/themes/brewpoo
Description: The styles for brewpoo.com
Author: Syl Turner
Author URI: http://www.brewpoo.com
Version: 0.1

*/

body {
	background-color: #350000;
	background-image: url(common/bg.gif);
	margin-top: 0px;
	padding-top: 0px;
	
}

/************************
WRAPPING CONTAINER
*************************/
#container {
	background: url(common/containerbg.gif) repeat-y;
	width: 626px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;		
}

/*********************
HEADER STYLES
**********************/
#header {
	background: url(common/header.gif) no-repeat;
	width: 626px;
	height: 129px;
	padding: 0px;
	margin: 0px;
}

#header h1 {
	visibility: hidden;
	display: none;
}

/**********************
BODY STYLES
***********************/
#body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #350000;
	background: url(common/bodybg.gif) repeat-y;	
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	width: 385px;
	height: 100%;
	float: left;
}

#body h1 {
	font-family: "Trebuchet MS", "Times New Roman", Serif;
	font-size: 18pt;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	color: #350000;
}

#body h2 {
	font-family: "Trebuchet MS", "Times New Roman", Serif;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
	color: #350000;
}

#body h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #BD9C3F;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
}

#body p {		
	padding-top: 0px;
	margin-top: 0px;
}

#body a:link {
	color: #350000;
	text-decoration: none;
	border-bottom: dotted 1px;
}

#body a:visited {
	color: #350000;
	text-decoration: none;
	border-bottom: dotted 1px;
}
#body a:hover {
	color: #FFB800;
	text-decoration: none;
	border: none;
}

#body a:active {
	color: #FFB800;
	text-decoration: none;
	border: none;
}

/**************************
RIGHT SIDE STYLES
***************************/

#side {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	width: 141px;
	height: 100%;	
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	background: url(common/sidebg.gif) repeat-y;	
	float: right;
}

#side h1 {
	font-family: "Trebuchet MS", "Times New Roman", Serif;
	font-size: 16pt;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	text-indent: -1em;
	color: #350000;
	text-align: center;
}

#side ul {
	list-style: none;
	list-style-position: outside;
	margin-top: 0;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#side a:link {
	color: #350000;
	text-decoration: none;
	border-bottom: dotted 1px;
}

#side a:visited {
	color: #350000;
	text-decoration: none;
	border-bottom: dotted 1px;
}
#side a:hover {
	color: #FFB800;
	text-decoration: none;
	border: none;
}

#side a:active {
	color: #FFB800;
	text-decoration: none;
	border: none;
}
/************************
FOOTER STYLES
************************/
#footer {
	width: 611px;
	height: 32px;
	background: url(common/bottom.gif) no-repeat bottom center;
	background-color: #350000;
	clear:both;
	margin: 0;
	padding-right: 15px;
	padding-top: 8px;
}

#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #BD9C3F;
	/*padding-top: 10px;
	margin-right: 15px;
	margin-top: 0px;*/
	text-align: right;	
	width: 100%;
	margin: 0;
	padding: 0;	
}

/*****************
MISC STYLES
******************/
.feeds {
	background: url(common/feed-icon-28x28.png) no-repeat bottom left;
}
