* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
}
body {
	background: #146396 url(bg3.gif);
	font: 8pt verdana, sans-serif;
	color: #707070;
	text-align: center;
	height: 100%;
}
a:link, a:visited {
	color: #146396;
	text-decoration: none;
}
a:hover, a:active {
	color: #0d4060;
	text-decoration: underline;
}
img {
	border: 0;
}
#container {
	background-color: #ffffff;
	width: 700px;
	margin: auto;
	border: #dcdcdc solid 1px;
	text-align: left;
	min-height: 100%; /* For FF */
	height: auto !important; /*For FF */
	height: 100%; /*For IE */
}
#pageHeader {
	height: 175;
}
#pageTitle h1 {
	font-size: 0pt;
	background: #146396 url(header.gif) no-repeat;
	height: 175px;	
}
#pageTitle h1 span {
	display: none; /* hide the title text so we can use image */
}
#pageTitle h2 span{
	display: none;
}
#navBar {
	background-color: #808080;
	text-align: center;
	padding: 5px;
	color: #acacac;
}
#navBar a {
	color: #ffffff;
	padding: 5px;
}
#navBar li {
	display: inline;
	padding-left: 10px;
}
#nav_archives, #nav_topics, #nav_about, #nav_rss {
	background: url(bullet.gif) no-repeat;
	background-position: 0% 60%;
}
#pageBody {
	margin-top: 0px;
}
#posts {
	float: left;
	padding: 10px;
	width: 550px;
}
.post {
	padding-bottom: 15px;
}
.postCategory span{
	display: none;
}
.postTitle {
	background: transparent url(title.gif) no-repeat;
	color: #ffffff;
	padding: 5px;
	height: 23px;
}
.postTitle h2 {
	font-size: 14pt;
	font-weight: normal;
}
.postDate {
	background-color: #dcdcdc;
	text-indent: 10px;
	margin-left: 20px;
}
.postText {
	border: #dcdcdc solid 1px;
	padding: 10px;
	margin-left: 20px;
}
.postText p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.postTextMore {
	text-align: right;
}
.postTextMore a {
	padding: 2px;
}
.postTextMore a:hover, .postTextMore a:active {
	background-color: #146396;
	color: #ffffff;
	text-decoration: none;
}
.postFullText p {
	padding: 5px;
}
#pageLinks {
	float: left;
	width: 130px;
}
#pageLinks h3 span, #linkList h3 span, #pageAds h3 span{
	display: none; /* hide the title text so we can use image */
}
#pageLinks ul {
	padding-bottom: 20px;
	background: url(link_back.gif) no-repeat;
	background-position: bottom right;
}
#pageLinks li {
	list-style-type: none;
	background: #f1f4c8 url(bullet.gif) no-repeat 7% 55%;
	display: block;
	margin-left: 11px;
	text-indent: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#pageLinks a {
	color: #146396;
}
#pageLinks a:hover, #pageLinks a:active {
	background-color: #f1f4c8;
	color: #0d4060;
}
#linkStyles, #linkList {
	background-color: #ffffff;
	width: 130px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#linkStyles {
	margin-top: 10px;
	background: url(styles.gif) top right no-repeat;
}
#linkList {
	margin-top: 5px;
	background: url(links.gif) top right no-repeat;
}
#pageAds {
	float: left;
	width: 130px;
	background: url(link_back.gif) bottom right no-repeat;
	padding-bottom: 10px;
}
#pageAds h3 {
	background: url(ads.gif) top right no-repeat;
	height: 20px;
}
.ad {
	padding-top: 5px;
	background-color: #f1f4c8;
	margin-left: 10px;
}
#adTitle {
	font-weight: bold;
}
#adText  {
	font-size: 8pt;
}
#pageFooter {
	clear: both;
	background-color: #146396;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	bottom: 0 !important;
	width: 700px;
}
#pageFooter li {
	display: inline;
}
#pageFooter a {
	padding: 2px;
}
#pageFooter a:link, #pageFooter a:visited {
	color: #ffffff;
}
#pageFooter a:hover, #pageFooter a:active {
	background: inherit;
	color: #f1f4c8;
}
/* posts */
#post_form {
	margin-top: 25px;
	margin-left: 25px;
}
#form_post {
	width: 100%;
	border: 1px solid #26819c;
	padding-top: 10px;
}
#form_post label {
	width: 75px; 
	float: left;
	margin-bottom: 5px;
	padding-left: 5px;
}
#form_post input, #form_post textarea, #form_post select {
	width: 440px; 
	margin-bottom: 7px; 
	border: 1px solid #cccccc; 
	background: #fafafa;
	color: #808080;
}
#form_post textarea {
	height: 200px; 
}
input#btn_post {
	width: 78px; 
	height: 20px; 
	margin-left: 415px;
	border-bottom: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}