@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: Tahoma;
	font-size: 12px;
	background-color: #ebebeb;
	font-family: Tahoma;
}

.break {
	clear: both;
}

#wsb-page {
	width: 850px;
	margin: auto;
	background-color: #FFF;
}

/* HEADER */

#wsb-header {
	width: 850px;
	height: 122px;
	margin: auto;
}

#wsb-header-left {
	float: left;
	width: 575px;
	height: 122px;
}

#wsb-header-right {
	float: right;
	background-image: url(wbs-img/wsb-header-right.gif);
	width: 275px;
	height: 122px;
}

#wsb-header-login {
	width: 230px;
	margin: 18px auto 0px;
}

#wsb-header-login a {
	color: #666;
	text-decoration: none;
}

#wsb-header-login a:hover {
	color: #000;
	text-decoration: underline;
}

#wsb-header-login ul {
	margin: 1px 0px 0px 0px;
	padding: 0px;
}

#wsb-header-login ul li {
	margin: 0px 0px 0px 15px;
	padding: 1px 0px 1px 0px;
	font-size: 10px;
}

#wsb-header-rss {
	width: 160px;
	height: 25px;
	margin: 5px 0px 0px 26px;
}

.wsb-login-field-username {
	background-image: url(wbs-img/wsb-login-field.png);
	width: 120px;
	height: 20px;
	font-size: 11px;
	margin: 0px;
	padding: 3px 0px 0px 3px;
	border: 0px;
	background-color: none;
}

.wsb-login-rememberme {
	font-size: 10px;
}

.wsb-login-field-password {
	background-image: url(wbs-img/wsb-login-field.png);
	width: 120px;
	height: 20px;
	font-size: 11px;
	margin: 0px;
	padding: 3px 0px 0px 3px;
	border: 0px;
	background-color: none;
}

.wsb-login-btn {
}

/* BODY */

#wsb-body {
	width: 800px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	margin: auto;
}

/* MAIN CONTENT */

#wsb-main {
	width: 550px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* POST */

.wsb-post {
	background-color: #FFF;
	margin-bottom: 20px;
}

.wsb-post-main {
	background-color: #FFF;
	background-image: url(wbs-img/wbs-post-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #959595;
	background-color: #fff;
	padding: 10px;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
}

	.wsb-post-main img {
		border: 0px!important;
	}

	.wsb-post-main blockquote {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 16px;
		line-height: 20px;
		padding: 0px 20px 0px 20px;
		margin: 0px 0px 0px 0px;
	}

.wsb-post-main h1, .wsb-post-main h1 a {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #000; /*#089dd5*/
	font-weight: bold;
	line-height: 24px;
}

.wsb-post-main h1 a:hover {
	color: #089dd5;
	text-decoration: none!important;
}

h1.wsb-post-category-title, h1.wsb-post-category-title a {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000!important;
}

h1.wsb-post-category-title a:hover {
	color: #089dd5!important;
}

.wsb-post-main a {
	color: #F00;
	text-decoration: none;
}

.wsb-post-main a:hover {
	color: #F00;
	text-decoration: underline;
}

.wsb-post-main p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.wsb-post-btm {
	background-color: #FFF;
	background-image: url(wbs-img/wbs-post-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	background-color: #fff;
	padding: 10px;
	
	font-family: Tahoma;
	font-size: 10px;
}

.wsb-post-btm a {
	color: #F00;
	text-decoration: none;
}

.wsb-post-btm a:hover {
	color: #F00;
	text-decoration: underline;
}

.wsb-post-btm-left {
	float: left;
	display: inline;
}

.wsb-post-btm-right {
	float: right;
	display: inline;
}

/* SIDEBAR */

#wsb-sidebar {
	width: 235px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

ul.wsb-subscribe li table tr td a {
	color: #089dd5!important;
	text-decoration: none;
}

ul.wsb-subscribe li table tr td a:hover {
	color: #089dd5!important;
	text-decoration: underline;
}

#wsb-sidebar a {
	color: #707070;
	text-decoration: none;
}

#wsb-sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

#wsb-sidebar h1 {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000;
}

#wsb-sidebar h1 a {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #089dd5;
}

#wsb-sidebar h1 a:hover {
	color: #089dd5;
	text-decoration: underline;
}

#wsb-sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#wsb-sidebar ul li {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	padding-bottom: 10px;
	border-bottom: 1px #CCC dashed;
}

#wsb-sidebar ul li h2, #wsb-sidebar ul li h2 a {
	font-size: 10px;
	color: #999;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
}

#wsb-sidebar ul li h2 a:hover {
	text-decoration: underline;
}

#wsb-sidebar ul li p {
	margin: 0px;
	padding: 0px;
}

#wsb-sidebar ul li small {
	font-family: Tahoma;
	font-size: 10px;
	color: #a2a2a2;
}

/* FOOTER */

#wsb-footer {
	width: 850px;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}

#wsb-footer a {
	color: #666;
}

#wsb-footer a:hover {
	color: #000;
	text-decoration: none;
}

#wsb-footer-left {
	background-image: url(wbs-img/wsb-footer.gif);
	width: 517px;
	height: 63px;
	float: left;
	padding: 10px 0px 0px 10px;
}

#wsb-footer-right {
	float: right;
}

/* SEARCH */

#wsb-search-field {
	background-image: url(wbs-img/wsb-search.gif);
	width:228px ;
	height:21px ;
	padding: 4px 0px 0px 5px;
	border: 0px;
	margin: 0px;
	
	font-family: Georgia;
	font-style: italic;
}

/* Button at the Bottom */

.ws-webserver-btn {
	width: 120px;
	height: 21px;
	z-index: 9999;
	right: 5px;
	bottom: 0px!important;
	position: fixed;
	
}

.sociable_tagline {
	padding-bottom: 10px;
}

/*** ------------ end ------------ ***/
/***
 *
 * WSB Calendar CSS
 *
 ***/
 
#wsb-calendar
{
}

#wsb-calendar
table#wp-calendar
{
	border: 1px #e1e1e1 solid;
	margin: auto;
}

#wsb-calendar
table#wp-calendar
caption
{
	border-top: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
	border-left: 1px #e1e1e1 solid;
	border-bottom: 0px;
	padding: 5px;
}

#wsb-calendar
table#wp-calendar tbody td
{
	padding: 5px;
	text-align: center;
	border: 1px #e1e1e1 solid;
}
