/* Designed by François PLANQUE - http://fplanque.net/ */

@import url(../../rsc/css/basic.css);	/*Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	 /*Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */


body {
	background: #ccc;
	font-family: arial,sans-serif;
	font-size: 75%;
	color: #303030;
}

a {
	color: #013B61;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color: #013B61;
	font-weight:bold;
}

a:hover {
	color: color: #013b61;
	font-weight: bold;
	text-decoration:underline;
}

ul 
{
list-style-image: url('http://media.bellinghamherald.com/static/images/news-rail-arrow.gif')
}

h2 {
	color: #000;
	font-size: 120%;
	margin: 1ex;
	border-bottom: 1px solid #ccc;
}
h3 {
	color: #000;
	font-size: 120%;
}
h4 {
	color: #000;
	font-size: 110%;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 1ex 0;
	border-left
}
p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #888;
	padding: 1ex;
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

div#wrapper {
	background: #fff url(img/bg_content.gif) repeat-y 0 0;
	width: 751px;
	margin: 0 auto;
	padding: 0;
}

div.pageHeader {
	margin: 0;
	padding:0;
	text-align: center;
}

h1#pageTitle {
	font-size: 270%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul#bloglist {

}
ul#bloglist li {

}


.pageSubTitle {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	font: Arial, Helvetica, sans-serif;
}


div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* Styles for posts */
.bPosts {
	float: left;
	width: 600px;
	overflow: hidden;
	/* background: #090;*/
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #000;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}

/*NAV BAR STYLES*/

table.menu_bar { 
	height: 20px; 
	width: 751px; 
	margin: 0px; 
	padding: 0px; 
}

td.menu_item {
	width: 92.875px;
	text-align: center;
	margin: 0px;
	line-height: 1.5;
	padding: 0px;
	background-color: #013b61;
	border-top:0;
	border-bottom: 1px solid black;
	float: left;
	border-right: 1px solid black;
	display: block;
	height: 19px;
	vertical-align: middle; 
}

td.menu_item:hover {
	background-color: #dedbc3; 
	color: black; 
}

a.ie6sux  {
	width: 92.875px;
	color: white;
	vertical-align: middle;
	margin-top: 2px;
	display: block;
	font-weight: bold; 
	font-size: 80%; 
}

a.ie6sux:hover { 
	text-decoration: none; 
	background-color: #dedbc3; 
	color: black; 
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin: 0 0 2ex 1.5ex;
	border: 1px solid #000;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #fff;
	padding: 1ex;
}

input.submit,
input.preview,
input.reset {
	/*background-color: #ddd;
	border: 1px solid #000;
	color: #000;*/
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000;
}

/* Styles for sidebar (right) */
.bSideBar {
	width: 35%;
	float: right;
	overflow: hidden;
	/* background: #900; */
}
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 1px solid #ddd;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 60%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #fff;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}
