/*
	This theme is a composite of two publically available Wordpress themes,
	"business broker" and "connections":
		http://businessbroker.bizmp.com/businessbroker.html/
		http://xxx
*/

/* SCREEN LAYOUT */

body {
	background-color: #527A68;
	margin: 0pt;
	padding: 0pt;
	text-align: center;
}

#wrapper {
	background-color: #f8f1eb;
	padding: 6px;

	margin-left: 10%;
	margin-right: 10%;
	width: 80%;

	text-align: left; 

	border-left: 4px solid #3C5B4B;
	border-right: 4px solid #3C5B4B;
}

#header {
	background: #FFFFFF url(images/sea.png) repeat-x scroll center bottom;
	padding: 10px; 
	padding-right: 0;
	margin: 3px 0 0 0;
	height: 105px;
	border: 1px solid #dcd9d4;
	color: black;
}
#header h1 { margin-bottom: 0; font-height: 130%; }
#header h1 a { color: black; }
#header #desc { margin-top: 0; font-style: italic;}

#sitemap {
	background: #926675;
	margin: 0pt;
	padding: 4px;
	text-align: right;
}
#sitemap li {
	display: inline;
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0pt;
}

#content {
	margin-top: 3px;
	margin-right: 196px;
	padding: 8px;
	background:#FFFFFF url(images/content_bg.gif) repeat scroll 0%;
	border: 1px solid #dcd9d4;
}

#sidebar {
	margin-top: 3px;
	width: 190px;
	float: right;
	background-color: #f3f6ed;
	border: 1px solid #dcd9d4;
	color:#333;
}

#sidebar h1 {
	background-color: #e6eadb;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

#footer {
	clear:both;
	background-color: #f3f6ed;
	border: 1px solid #dcd9d4;
	margin-top: 3px;
	padding: 4px;
	text-align: center;
}

/* A fix for IE Mac, taken from http://www.positioniseverything.net/easyclearing.html. */
#clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#clearfix { display: inline-table; }
* html #clearfix { height: 1%; }
#clearfix { display: block; }
/* (end fix) */

img { border: none; }

/* TEXT STYLINGS */

body
{
font-family:Georgia,serif;
font-size: 90%;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

a { color: #f60; }
a.visited { color: #d40; }

/* navigation bar. */
#sitemap li a { color: #E19CB3; }

/* sidebar styling. */
#sidebar h2 {
	background: #e6eadb;
	margin: 4px;
	padding:2px;
	font-size: 1em;
	color: #777;
	text-align:center;
	font-weight:bold;
}
#sidebar ul {
	list-style-type: none;
	padding: 5px;
	padding-bottom: 20px;
	margin: 0;
	font-size: 0.9em;	
	padding-bottom:1em;
	background:#F3F6ED;
}
#sidebar ul li {
	margin: 0.1em 0 0 0;
	padding: 0;	
}
#sidebar li a {
	text-decoration: none;
	border:none;
}
#sidebar li a:link {
	color: #aaa;
}
#sidebar li a:visited {
	color: #999999;	
}
#sidebar li a:hover, #sidebar li a:active {
	color: #990000;
}

/* content stylings */
#content ul li {
	background: url('img/bullet.gif') no-repeat 0 7px;
	padding-left: 1.5em;
}

/* TYPOGRAPHY */

#sitemap {
	font-weight: bold;
}

#content
{
	line-height:1.5em;
	font-family: georgia, serif;
}

blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	background: url('images/blockquote.gif') no-repeat left top;
	font-style:italic;
}

/* pretty post stylings (from the connections theme). */
.post 
{
	margin:0 0 30px 0;
}
.post-info
{
	font-size: 80%;
	line-height: 1.2em;
	margin:0;
	padding:0;
	color:#333;
}
.post-info a
{
	color:#990000;
}
.post-info a:hover 
{
	color:#000;
}
.post-content {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	border-top:#BBC4A3 1px solid;	
}
.post-title {
	margin:0;
	font-weight:bold;
}
.post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active
{
	text-decoration:none;
	color:  #936675; /*#676E04;*/
}
.post-date {
	float: left;
	color: #666;
	font-size: 65%;
	text-align: center;
	font-weight: bold;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	width: 55px;
	background:  #E7EBDE;
	line-height:1em;
}
.post-footer 
{
	padding-top:20px;
	background:url('images/divider.gif') no-repeat center;
}

