.nav {
	background-color: #05a;
	color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: small;
	font-weight: bold;
	padding-top: 5px;	
	padding-bottom: 5px;	
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
	margin-bottom:10px;
	}	
	
.navItem {
	color: #FFFFFF; 
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #05a;
	border-bottom: none;
	}
	
a.navItem:link		{ color: #fff; text-decoration: underline; background-color:#05a;} 
a.navItem:visited	{ color: #fff; text-decoration: underline; background-color:#05a;} 
a.navItem:hover		{ color: #fff; text-decoration: underline; background-color:#08e; border:none;} 

.tagline {
	font-family:verdana, arial, sans-serif;
	color:#DDD;
	font-size:x-small;
	font-weight:bold;
	}	

form {
	margin: 0px auto 0px auto;
	}

#searchform {
	font-family:verdana, arial, sans-serif;
	color:#555;
	font-size:x-small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
	padding:2px;	
	background-color: #fff;
	}	
	
img {
	border: none;
}

img-right {
	float: right;
}

.sidetitle {
	margin-top:0px;	
	margin-bottom: 5px;
	font-family:verdana, arial, sans-serif;
	color:#FFF;
	font-size:x-small;
	font-weight:bold;
	border:1px solid #002666;
	background: #05a;
	line-height:140%;
	padding:2px;
	text-transform:uppercase;
	}		
	
.sidetitle a:link, .sidetitle a:visited, .sidetitle a:hover{
	color:#FFF;
	font-size:x-small;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
	}		
	
.sidelinks {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:x-small;
	font-weight:normal;
	background:#fff;
	line-height:140%;
	padding:2px;
	margin-bottom:10px;
	}
	
.copyright {
	font-family:verdana, arial, sans-serif;
	color:#666;
	font-size:x-small;
	font-weight:normal;
	background:#fff;
	line-height:140%;
	padding:2px;				
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}


.entry-thumb img {
	border: 1px solid #369;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
	
.pullquote {
	width: 20%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px;       /* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
