/* $TopStyle:URL=http://www.codesutra.net/styles-site.css$ */

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #676767;
	background: #ECECEC;
}

a, a:link {
	text-decoration: none;
	color: #674E39;
}

a:visited {
	text-decoration: none;
	color: #9A9445;
}

a:hover {
	text-decoration: none;
        border-bottom: 1px dotted #674e39;
	color: #5f5f5f;
}

a.imglink:hover {
        text-decoration: none;
        border: none;
}

table caption {
	text-align: left;
}

#container{
	margin:0 auto 0 auto;
	width:744px;
	text-align: left;
	background: #fff;
}

#top{
	height: 17px;
	background: url(/images/top.gif) no-repeat;
	width: 100%
}

#main{
	background: url(/images/mid.gif) repeat-y;
	width: 100%
}

#bottom{
	background:url(/images/bottom.gif) no-repeat;
	height: 17px;
	width: 100%;
}

#banner {
        position: relative;
	margin: 0 9px 0 6px;
	height: 137px;
	background: White url(/images/wbf-logo.gif) no-repeat bottom right;
        border-bottom: 1px inset #BDB76B;
}

#banner ul {
 	position: absolute;
	list-style: none;
	bottom: 0;	
}

#banner ul li {
	display: inline;
}

#banner ul li a {
	padding: 0 8px 0 6px;
	border-left: 1px solid #BDB76B;
}

#banner ul li:first-child a{
	border: none;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         

#content {
	float: left;
	width: 490px;
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar {
	margin: 0 15px 0 500px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu {
	padding: 20px 0 0 0;
}

#entries {
	margin: 0 15px 25px;
        line-height: 1.5em;
}

#content h2 {
	margin: 30px 0 0 0;
	font-family:  Georgia, Palatino Linotype, Times New Roman, serif;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: -0.03em;
	color: #613E1A;
}

#content h3 {
	margin: 0;
	font-family:  Trebuchet MS, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: -0.03em;
	color: #535353;
	line-height: 85%;
}

p.categories {
	font-size: 90%;
	margin: 0;
	padding: 0 0 0 10px;; 
}

#content p {
	line-height: 1.4em%;
        margin: 15px 0 15px 0;
}


#sidebar ul {
	list-style: none;
}

#sidebar ul li {
        padding: 5px 0 0 3px;
        line-height: 1.1em;
}

#sidebar h2 {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: -0.08em;
	text-transform: uppercase;
	color: #674e55;
	text-align: left;
        padding: 15px 0 10px 0;
}

#calendar {
        font-size: 90%;
}

div.imgholder {
	display: block; 
	float: left; 
	background: url(/images/dropshadow.png) no-repeat bottom right !important; 
	background: url(/images/dropshadow.gif) no-repeat bottom right; 
	margin: 10px 7px 0 10px !important; 
	margin: 10px 0 0 5px; 
} 

div.imgholder img { 
	display: block; 
	position: relative; 
	background-color: #fff; 
	border: 1px solid #666;
	margin: -3px 5px 5px -3px;  
	padding: 2px; 
} 

#footer, #footer p {
	clear: both;
	width: 100%;
	text-align: center;
}

p.extended {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8B6646;
}

p.blockquote {
        padding: 10px 25px 10px 25px;
        background: #e8e8e8;
        font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#search-box {
        margin: 0 0 0 10px;
        font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 90%;
        color: #9A9445; 
}

.search-term {
        background-color: #dedede;
        color: #555;
        border: 1px solid #9A9445;
}