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

html { height: 100%; }

body{
	background-image:url(../images/bk-diagonal.gif);  
	margin:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	min-height: 100%; 
	height: 100%;
}

#container {
	background-image:url(../images/bk-gradient.gif); 
	background-repeat:repeat-x; 
	margin:0px; 
	padding: 0px; 
	width:100%; 
	height: 100%;
}

#wrapper{
	text-align: left; 
	width: 980px; 
	margin-left: auto; 
	margin-right: auto; 
	height: 100%;
}

#masthead{
	width: 980px; 
	height: 166px; 
	background-repeat: no-repeat; 
	background-image:url(../images/masthead.jpg); 
	clear:both;
}

#nav{
	width: 278px; 
	float:left; 
}

#blogEntries{
	width:510px;
	padding: 10px 0px; 
	float:left; 
	margin-right: 0px; 
	overflow:hidden;
	background-color:#FFFFFF;
}
#rightCol{
	width: 177px; 
	height: 100%;
	min-height: 100%;
	float: left;
	position: relative;
	color:#ffffff;
}

.rightColEntry{
	background-image:url(../images/title-fill.gif);
	background-repeat:repeat-y;
	margin-bottom: 15px;
	width: 188px;
	overflow:hidden;
}

#rightCol a{
	color:#FFFFFF;
	text-decoration:none;
}
#rightCol a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#rightCol ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 0px;
	padding-right: 10px;
	text-indent: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
#rightCol li{
	padding-bottom: 5px;
}

#rightCol img{
	border: 0px;
}

.navElement{clear:both; margin-bottom: 15px; color:#FFFFFF; line-height:16px; overflow: hidden;}
.navElement ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 0;
	text-indent: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.navElement li{
	padding-bottom: 3px;
}
.navElement a{color:#FFFFFF; text-decoration: none;}
.navElement a:hover{text-decoration:underline;}
.navHeader{width: 278px; clear: both;}
.navContent{background-color:#1a1a1a; padding-bottom: 10px;}
.navBk{
	background-image:url(../images/nav-bk.png); background-repeat:repeat-y;
}
.navPhoto{width: 115px; float:left; overflow: hidden;}
.navText{width: 148px; float:left; padding: 5px 10px 15px 5px; overflow: hidden;}
.navBottom{width: 278px; background-image:url(../images/nav-bottom.png); clear:both;}

.entry{
	color:#000000;
	clear:both;
	margin-bottom: 10px;
}

.entryContent b{
	color:#990000;
}

.entryContent a{
	color:#990000;
	text-decoration: underline;
}

.entryContent img{
	border: 0px;
}

.entryContent{
	background-color:#ebebeb;
	padding: 10px;
}

.entry h4{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.entry h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight:normal;
	margin: 0px;
	padding: 0px 10px 5px 0px;
	color:#990000;
}
.entry h1 a{
	text-decoration: none;
	color:#990000;
}
.entry h1 a:hover{
	text-decoration: underline;
}

.entry h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight:normal;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	color:#990000;
}
.entry h2 a{
	text-decoration: none;
	color:#990000;
}
.entry h2 a:hover{
	text-decoration: underline;
}

.entry h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:normal;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color:#990000;
}

.entry a{
	color:#990000;
	text-decoration:none;
}
.entry a:hover{
	text-decoration:underline;
}

.entry ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 0;
	text-indent: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	}
.entry li{
	padding-bottom: 3px;
}
.trackback{
	border-top:1px solid #cccccc;
	padding-top: 5px;
	margin-top: 10px;
	color:#666666;
	clear:both;
}
.trackback a{
	color:#990000;
	text-decoration: none;
}
.trackback a:hover{
	text-decoration: underline;
}

.previousNext{
	margin-top: 15px;
}
