
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #7F8082;
}
#wrap {
	background: #fff; 
	margin: 20px auto 0 auto;	
	text-align: left;		
  	border-color: #444;
	border-style: solid;
	border-width: 1px 1px 1px 1px;	
}	
#wrap, #footer-wrap {
	width: 84%;
}

a, strong a {
	color: #333;
	text-decoration: none;
	outline: none;
	border-bottom: 1px dotted #333;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 12px;
}
h2 {
	color: #163F53;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 210% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}
h2 a, h2 a:visited{
	color: #163F53;
	text-decoration:none;
	border: 0;
}
h2 a:hover {
	color:#FF6600;
	text-decoration:none;
}

h3 {
	font: normal 150%/100% "Trebuchet MS", Tahoma, Arial;
	border-bottom: 1px dotted #CCCCCC;
	color: #163F53;
	margin: 5px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
	margin: 0px 0px 2px;
}

#header {
	position: relative;
	height: 90px;	
	background: url(images/header-bg.jpg) repeat-x 0% 100%;		
}
#header h1#logo {
	position: absolute;
	top: 5px; left: 20px;
	margin: 0; padding: 0;
	font: bolder 50px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #fff;	
}
#header h2#slogan {
	border: 0;
	position: absolute;
	top: 52px; left: 65px;
	color: #FFF;
	text-indent: 0px;
	font: bold 15px Tahoma, 'Trebuchet MS', Sans-serif; 
	text-transform: none;	
}

#nav {
	height: 2.2em;
	line-height: 2.2em;
	width: 100%;
	background: #333 url(images/header-bg.jpg) bottom repeat-x;
	color: #ffffff;
	border-top: 1px #999 solid;
	border-bottom: 1px #444 solid;
}

#nav li{
	float: left;
	list-style-type: none;
	border-right: 1px solid #999;
	white-space :nowrap;
}

#nav li a{
	display: block;
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: normal;
/*	text-transform: uppercase;*/
	text-decoration: none;
	background-color: inherit;
	color: #ffffff;
}

#nav .selected,#nav a:hover{
	background: url(images/header-bg.jpg) top repeat-x;
	color: #ffffff;
	text-decoration: none;
}

#content {
	width: 77%;
	float: left;
	padding: 10px;
	padding-right: 0;
}

#sidebar {
	width: 20%;
	float: right;
	padding: 10px;
	padding-left: 0;	
}


.entry {
	margin: 0 0 10px 0;
	padding: 15px 15px 10px;
	background: #fafafa;
	color: #505050;
	font-size: 0.95em;
	border: 1px solid #aaaaaa;
}
.entry h2 .postdate {
	color: #333;
	font-size: 0.8em;
}
.entry p {
	font-size: 1.12em;
}
.entry .info {
	padding: 8px 0 0;
	margin: 0;
	font-size: 0.95em;
	border-top: 1px solid #aaaaaa;
	color: #505050;
}

.moreentries {
	margin: 0 0 25px;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #aaaaaa;
	text-align: center;
}
.moreentries a {
	color: #163F53;
	font: normal 130% "Trebuchet MS", Tahoma, Arial;
}

hr.hidden {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
.ul-links {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-top: 1px solid #dceeb7;
}
.ul-links li{
	margin: 0px;
	padding: 2px 0px 2px 14px;
	background: url(images/mini-links.gif) no-repeat left center;
}
.ul-links li a, .ul-blogroll li a:visited{
	color: #758d38;
	text-decoration: none;
	border: 0;
}
.ul-links li a:hover{
	color: #FF6600;
	text-decoration: underline;
}

#footer {
	background: url(images/header-bg.jpg) bottom repeat-x;			
	color: #fff;
	font-size: 13px;
	border-top: 1px #444 solid;
	line-height: 100%;
	padding: 5px;
	height: 15px;
}

#footer a, #footer a:visited{
	color: #fff;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
