* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font-size: .74em;
    font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
    margin-bottom: 5px;
    font-family: monospace;
    padding-left: 15px;
    border-left: solid 1px silver;
}

#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
height: 100px;
background: #85ACF7 url('images/hidr.jpg');
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 3px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
/*	float: left;
	width: 59%;*/
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.middle ul {
    margin-left: 18px;
    margin-bottom: 5px;
}

.middle ol {
    margin-left: 18px;
    margin-bottom: 5px;
}

.right {
	float: right;
    overflow: hidden;
	width: 30%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #bbb;
}

#footer a {
    color: #BBD0FB;
}

.post {
}

.post p {
    padding-bottom: 7px;
}

.post p + p {
    text-indent: 15px;
}

.lead {
	padding-bottom: 5px;
	border-bottom: dashed 1px #C3D7E5;
	margin-bottom: 5px;
}

.lead p {
    padding-bottom: 7px;
}

.postinfo, .metadata {
	color: #93a7b5;
	font-size: smaller;
	margin-top: 3px;
	margin-bottom: 10px;
}

.seemore {
    text-align: right;
    font-size: smaller;
    color: #aec0cc;
}

.comments {
	margin-top: 15px;
	border-top: solid 1px #C3D7E5;
}

.comments p {
    padding-bottom: 4pt;
}

.comment {
	margin-bottom: 15px;
}

.comment:hover {
    background: #d3e7f5;
}

.comment h2 {
	color: #3B6EBF;
	font-size: 16px;
	margin-bottom: 1px;
	margin-top: 10px;
}

.commentinfo {
	color: #93a7b5;
	font-size: smaller;
	margin-bottom: 10px;
}

.postcomment {
	margin-top: 15px;
	border-top: solid 1px #C3D7E5;
	padding-top: 15px;
}

.adminloginbox {
	border: solid 2px #3B6EBF;
}

.adminlogintitle {
	color: #3B6EBF;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

.adminmenu {
	font-weight: bold;
}

.adminmenuimg {
	padding: 5px;
}

.formtextlabel {
    font-weight: bold;
}

.adminmsg {
  border: dashed 3px blue;
  padding: 3px;
  background: #eeeeff;
  font-weight: bold;
  margin-bottom: 10px;
}

.tr-highlight {
    background: #e1e1e1;
}

.tr-normal {
    background: white;
}

.special-links {
    text-align: center;
    color: gray;
}

.moderate-comment {
    border-top: dashed 1px black;
    padding-top: 1px;
    margin-bottom: 2px;
}

.recentiframe {
    border: 0px;
    height: 370px;
}
