/*
Theme Name: The Wise Bean
Theme URI: http://www.clickpopmedia.com/
Description: The Wise Bean theme.
Version: 1.6
Author: ClickPopMedia
Author URI: http://www.clickpopmedia.com/
Tags: 

*/


body {
	background-color:#211818;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	
	background-image:url('http://www.wisebean.biz/images/bg.gif');
	background-repeat:repeat-x;
	}

h2 {
	padding:0px;
	margin:0px;
	}

img {
	border:none;
	padding:0px;
	margin:0px;
	}

#header {
	width:800px;
	height:200px;
	margin:0px auto;
	}
	
.menu {
	width:560px;
	height:40px;
	padding:0px;
	position:absolute;
	top:160px;
	left:50%;
	padding-left:15px;
	margin-left:-200px;
	display:block;
	xborder-bottom:1px solid #676767;
	}
	
.menu a {
	display:inline;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:14pt;
	}
	
#container {
	background-color:#FFFFFF;
	width:750px;
	margin:0px auto;
	}
	
.content {
	background-image:url('http://www.wisebean.biz/images/404.gif');
	background-position:100% 100%;
	background-repeat:no-repeat;
	}
	
.post {
	padding:20px;
	}
	
.post a {
	color:#4b3627;
	text-decoration:none;
	}

.post a:visited. .post a:active {
	color:#739dc6;
	}
	
.post a:hover {
	color:#3d2411;
	}

/** Footer **/
#footer {
	text-align:center;
	height:24px;
	padding-top:5px;
	max-height:29px;
	font-size:10pt;
	background-image:url('http://www.wisebean.biz/images/Menubar.gif');
	color:#FFFFFF;
	}
	
#footer a, #footer a:visited, #footer a:active {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#666666;
	}