
*{
	margin:0;
	padding:0;
}

body{
	font: 76%/1.6em verdana, tahoma, arial,  sans-serif; 
	background-color: #ffffff;
	color: #555;
}

a:link, a:active, a:visited{
	color: #003388;
	text-decoration:none;
	border-bottom: 1px dashed #cccccc;
}
a:hover{
	color: #FFBA00;
	text-decoration:none;
	border-bottom: 1px solid #cccccc;
}

img
{
	padding:4px 4px 4px 4px;	
	margin:4px;
	border:none;
	border: 1px solid #eee;
}

blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(images/blockquote.gif) no-repeat left top;	
}

strong{
	font-size: 12px;
	}

#page{
	margin:10px auto;
	text-align: center;
}

/* Header Area */
#header{
	padding:5px;
	width: 100%;
	text-align: center;
}
#header h2{
	text-align: center;
	color: #003388;
	letter-spacing: 1px;
}
#header h4{
	text-align: center;
	color: #999;
	margin-top: 5px;
}
#navbar {
	list-style: none;
	text-align: center;
	width: 80%;
	color: #fff;
	float:none;
	background-color: #fff;
	border-bottom: 0.5em solid #cccccc;
	border-top:none;
	height: 22px;
}
#navbar ul{
	list-style: none;
	margin: 0px;
	background-color: #fff;
	text-align: center;
	padding-top:2px;
	border:none;
	height: 22px;
	float: right;
	}
#navbar li {
	float: left;
	text-align: center;
	margin-right: 2px;
	border-top:none;
}
#navbar .current_page_item a, #navbar .current_page_item a:visited{
	color: #333;
	text-decoration: none;
	background: #ccc;
	border: none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:4px;
}
#navbar .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #003388;
	border: none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:4px;
}
#navbar .page_item a:hover {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:4px;
	border-bottom: none;
	text-decoration: underline;
}


/* Content Area */
#content{
	float: left; 
	display: inline; 
	position: relative; 
	width: 75%; 
	margin-left: 10px;
	border-left: 0.5em solid #cccccc;
}
#content h2{
	font-size: 14px;
	padding-bottom: 2px;
}
#content h4{
	font-size: 11px;
	padding-bottom: 10px;
}
#content h3{
	font-size: 10px;
	padding-bottom: 5px;
}

.post
{
	padding: 5px;
	line-height:
}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	

/* Search Form */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
.intxt{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2px;
}
.inbot{
	border: 1px solid #ccc;
	margin-top: 2px;
	color: #666;
}
.intxt:focus{
	color: #333;	
	border: #999 1px solid; 	
}

.postmetadataalt{
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 5px;
}
.postmetadataalt a:link, .postmetadataalt a:active, .postmetadataalt a:visited{
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Comment Form */
#comments, #respond{
	margin: 2em 5px 10px 5px;
	font-size: 14px;
}
#commentform 
{
	margin:10px;	
	padding:10px;
	background:#f9fcfc;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
#container .commentlist {
	margin: 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
.commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 0.5em;	
	border-bottom: #ddd 1px solid;
	
}
.commentlist li.alt 
{
    background:#f9f9f9;    
}
.commentlist li .cmtinfo 
{
	font-size:1em;		
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
input.textbox
{
	border:#ccc 1px solid;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
	margin-bottom: 5px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
	border: 1px solid #ccc;	
	font:1em Verdana, Arial, Serif;
}
#submit{
	border: 1px solid #999;
	margin-top: 2px;
	color: #666;
}
.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}	

/* Sidebar  Area */	
#sidebar{
	float: left;
	width:20%;
	display: inline;
	position: relative;
	margin-left: 5px;
	margin: 0 0 1em 10;
	list-style: none;
}
#sidebar h2{
	color: #003388;
	font-size: 14px;
}
#sidebar ul{
	padding: 2px;
	margin-bottom: 5px;
	list-style: none;
}
#sidebar li{
	list-style: none;
	margin-left: 5px;
}
#sidebar a:link,#sidebar a:active,#sidebar a:visited{
	color: #666;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	border-left: 4px solid #003388;
	border-bottom: none;
	line-height: 1.8;
}
#sidebar a:hover{
	color: #ff9900;
	text-decoration: none;
	border-bottom: none;
	padding-left: 5px;
	border-left: 4px solid #ff9900;
}
.feedo{
	background: transparent;
	border: none;
	}
.feedo img{
	border: none;
	}

/* Archives Area */	
.archs{
	list-style: none;
}	
	
/* Footer Area */
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
#footer{
	text-align: center;
	background-color: #cccccc;
	padding: 4px;
	width: 100%;
	margin-top: 20px;
}







#sbbc a:link,#sbbc a:active,#sbbc a:visited{
	color: #666;
	font-size: 12px;
	text-decoration: none;
	border:none;
	border-bottom: none;
	//line-height: 1.8;
}
#sbbc a:hover{
	color: #ff9900;
	text-decoration: none;
	border:none;

}
