@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	background-color: #1e1e1e;
	background-image: url(../images/bgTile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#1c282c;
	margin:0px;
}
.head{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:546px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:-1;
}
#divContainer{
	width:950px;
	font-size:105%;
}
.topBar{
	margin:0px;
	width:950px;
	height:8px;
	background-color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}
.leftBar{
	float:left;
	width:710px;
	min-height:1200px;
	margin-top:155px;
	padding-top:35px;
	padding-bottom:20px;
	background-image: url(../images/entryBox.png);
	/*background-color:#879093;*/
	background-repeat: repeat;
}
.rightBar{
	width:225px;
	padding-top:155px;
	color:#b5c5c9;
}
/*---------------------------------------------------------------------------*/
blockquote{
	width:65%;
	padding-left:75px;
	padding-right:55px;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: justify;
	font-style: italic;
	border-top:dashed 1px #233135;
	border-bottom:dashed 1px #233135;
	background-image: url(../images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#acb2b3;
}
/*---------------------------------------------------------------------------*/
a,a:link {
	color: #004258;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	
	text-decoration: none;
	color: #004258;
}
a:hover {
	text-decoration: underline;
	color: #00759c;
}
a:active {
	text-decoration: none;
	color: #00759c;
	outline: 0;
}
a.entryTitle,a.entryTitle:link,a.entryTitle:visited{
	font-weight:bold;
	font-size:190%;
	color:#243e49;
	text-decoration: none;
}
a.entryTitle:hover,a.entryTitle:active{
	color:#111d22;
	outline: 0;
	text-decoration:underline;
}
a.mth, a.mth:link{
	color: #00b9d5;
	font-weight: bold;
	text-decoration: none;	
}
a.mth:hover, a.mth:active{
	color: #b1f5ff;
	outline: 0;
}
a.rightPanel,a.rightPanel:link,a.footerLink, a.footerLink:link{
	font-weight:bold;
	color:#95cfd8;
}
a.rightPanel:hover,a.rightPanel:active,a.footerLink:hover,a.footerLink:active{
	font-weight:bold;
	color:#cae0e3;
	outline: 0;
}

/*---------------------------------------------------------------------------*/
.entry{
	margin-top:5px;
	margin-left:27px;
	margin-right:27px;
	margin-bottom:25px;
}
.entry:hover{
	color:	#000;	
}
.dateBox{
	float:left;
	width:39px;
	height:38px;
	background-image: url(../images/dateTile.jpg);
	background-repeat: repeat-x;
	margin-right:10px;
}
.dateMth{
	margin-top:1px;
	color:#9ac5db;
	font-weight:bold;
}
.dateDay{
	margin-top:4px;
	color:#243e49;
	font-weight:bold;
	font-size:135%;
}
.entryTxt{
	margin-top:-6px;
}
.imgentry{
	border: 1px dotted #213b45;
	margin:5px;
	padding:3px;
}
.imgentry:hover{
	border: 1px solid #213b45;	
}
.smallTxt{
	font-size: 85%;
}
.divider{
	width:100%;
 	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #233135;
	height:1px;
	margin-top:-10px;
}
.categoriesContainer{
	padding-top:20px;	
}
.commentBox{
	margin-top:2px;
	float:right;
	width:38px;
	height:33px;
	background-image: url(../images/commentBox.png);
	background-repeat: no-repeat;
	cursor:pointer;
	font-weight:bold;
	font-size:140%;
	color:#00b9d5;
}
.commentBox:hover{
	color:#b1f5ff;
	text-decoration:underline;
	background-image: url(../images/commentBoxRo.png);
}
.commentTxt{
	padding-right:5px;
	padding-top:4px;
}
/*---------------------------------------------------------------------------*/
.txtTitle{
	color:#95cfd8;
	font-weight:bold;
	margin-bottom:7px;
}
.rightDivider{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #a4afb2;
	width:100%;
	margin-top:18px;
	margin-bottom:18px;
}
/*---------------------------------------------------------------------------*/
input.searchBox{
	font-weight:bold;
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#a6ccd9;
	border: 1px solid #243e49;
	font-size:x-small;
	font-size:110%;
	color:#263236;
}
input.searchBox:hover{
	background-color:#bfe1ed;	
}
input.submitBox{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	color:#b5c5c9;
	background-color:#192d34;
	border: 1px solid #2f5d6c;
}
input.submitBox:hover{
	background-color:#203d47;
	cursor:pointer;
}
input.submitBox:active{
	outline: 0;
	padding-left:11px;
	padding-right:9px;
	background-color:#0f1d21;
}
/*---------------------------------------------------------------------------*/
/*calendar*/
.calendarHead{
	font-weight: bold;	
}
.calendarSun{
	color:#91C3CE;
}
.dateLink{
	background-color: #9ac6db;
	padding-top: 1px;
	padding-right: 2px;
	padding-left: 3px;
	padding-bottom:1px;
}
a.calendarLink:hover,a.calendarLink:active{
	color:#2bbbeb;
	text-decoration:underline;
	outline: 0;
}
.dateLink:hover{
	color:#2bbbeb;
	background-color: #0f576f;	
}
/*---------------------------------------------------------------------------*/
.footerContainer{
	background-image: url(../images/bgTileFooter.jpg);
	background-repeat: repeat-x;
	height:470px;
	width:100%;
	position:absolute;
	margin-top:-450px;
	z-index:-5;
}
.footer{
	width:710px;
	margin-top:20px;
	color:#b5c5c9;
	margin-bottom:-5px;
}
.btmBar{
	width:950px;
	height:5px;
	background-color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	margin-top:465px;
}
/*---------------------------------------------------------------------------*/
td.btmLine{
	border-bottom:dotted 1px #1c282c;
}
td.contents{
	padding-top:10px;	
}