body {
	background-color: #3d3d3d;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
}
/* Default link styles */
a {
	color: #036bbd;	
	text-decoration: none;
}
a img {
	border: 1px solid #036bbd;
}
td {
	font-size: 12px;	
}

#container {
	border: 1px solid #01182a;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #01182a;	
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url('../img/header-bg.jpg') repeat-x;
	background-color: #01182a;
	height: 89px;		
}
#logo a {
	display: block;
	width: 243px;
	height: 84px;
	background: url('../img/logo.jpg');
}
#logo a:hover {
	background-position: 0 84px;	
}
#logo a h1 {
	display: none;	
}
#rss-feed a {
	display: block;
	float: right;
	width: 108px;
	height: 32px;
	background: url('../img/rss-feed.jpg');	
}
#rss-feed a:hover {
	background-position: 0 -32px;	
}
#rss-feed span {
	display: none;	
}
/* Search */

#search {
	float: right;	
	padding: 7px;
	width: 185px;
}
#search form {
	margin: 0px;
	padding: 0px;
}
#search input {
	background-color: #001525;
	border: 1px solid #072e4d;
	height: 13px;
	padding: 3px;
	color: #5b90ad;
	font-size: 12px;	
}
#search-box {
	float: left;
	border: 4px solid #072e4d;
}
#search-submit input {
	float: left;
	height: 21px;	
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#search-submit a {
	border: 4px;		
}


/* Menu */
#menu {
	height: 38px;
	background-color: #01182a;
}
#menu ul {
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	margin-top: 5px;
}
#menu ul li span {
	display: none;	
}
#menu ul li a {
	display: block;
	width: 58px;	
	height: 25px;
	background-repeat: no-repeat;
}
#menu ul li a:hover {
	background-position: 0px -25px;
}

/* Buttons */
#button-home a {	background: url('../img/button-home.jpg'); padding-right: 8px; }
#button-about a {	background: url('../img/button-about.jpg'); padding-right: 14px; }
#button-gallery a {	background: url('../img/button-gallery.jpg'); padding-right: 21px; }
#button-articles a {background: url('../img/button-articles.jpg'); padding-right: 21px; }
#button-contact a {	background: url('../img/button-contact.jpg'); }


#headertwo {
	background-color: #000813;
	padding: 10px;
}
#headertwo h2 {
	margin: 0px;
	color: #b1d0e2;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-size: 16px;
	font-weight:  normal;
}	

#headertwo p {
	color: #5e6f79;		
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	line-height: 20px;
}

#searchresults {
	width: 600px;
	background-color: #01182a;
	height: 300px;	
}


#bc { 
	background-color: #e9eef2;
	/*background-color: #03101a;*/
	padding: 11px;
	padding-left: 13px;
	color: #59636c;
	font-size: 11px;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
}



#content {
        /*background-color: #e9f0f8;*/
        background-color: #fbfdff;
	min-height: 600px;
	padding-bottom: 20px;
}
#content-main {
	width: 610px;
	padding: 20px;
}
#content-side {
	float: right;
	width: 162px;
	padding: 40px;	
}
#content p, #content li {
	font-family: verdana, sans-serif;
	font-size: 13px;	
	line-height: 21px;
}
.tags {
	display: block;
	padding-top: 10px;
	font-size: 12px;	
	color: #6f8497;
}
#content h1 {
	color: #921b11;
	text-transform: uppercase;
	font-size: 11px;	
}

#content h2 {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 0px;
}
#content h2 a {
	text-decoration: none;	
}
.date {
	font-size: 12px;
	color: #6f8497;
}
#content a:hover {
	
	color: #526a7c;
}
#content a {
        /*text-decoration: underline;*/
}

.post {
	margin-bottom: 70px;	
}
.post img {
	margin-right: 10px;
}	
#view-previous {
	font-weight: bold;
	float: left;
	text-align: left;
	font-size: 12px;	
}
#view-next {
	font-weight: bold;
	float: right;
	text-align: right;
	font-size: 12px;	
}

#text-catagories { background: url('../img/catagories.gif'); width: 110px; height: 8px; margin: 10px 0px 30px 0px; }
#text-catagories h1 { display: none; }

#text-latest { background: url('../img/latest-articles.gif'); width: 99px; height: 8px; margin: 10px 0px 30px 0px; }
#text-latest h1 { display: none; }

#text-previous { background: url('../img/previous-articles.gif'); width: 114px; height: 8px; margin: 10px 0px 20px 0px; }
#text-previous h1 { display: none; }

#text-other-sites { background: url('../img/other-sites.gif'); width: 114px; height: 8px; margin: 10px 0px 20px 0px; }
#text-other-sites h1 { display: none; }

#text-about-this-site { background: url('../img/about-this-site.gif'); width: 95px; height: 8px; margin: 10px 0px 20px 0px; }
#text-about-this-site h1 { display: none; }

#text-related-articles { background: url('../img/related-articles.jpg'); width: 111px; height: 13px; margin: 10px 0px 20px 0px; }
#text-related-articles h1 { display: none; }

#footer {
	padding: 0px;
	background-color: #03101a;	
	height: 280px;
	padding-top: 5px;
}
#footer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#footer ul li {
	padding: 0px;
	margin: 0px;	
}
#footer ul li a {
	display: block;
	padding: 6px;
	margin: 0px;
	font-size: 12px;
	border-bottom: 0px solid #071927;
}
#footer ul li a:hover {
	background-color: #051420;
}
#footer h1 {
	color: #f9311f;	
	text-transform: uppercase;
	font-size: 11px;	
}
#footer p {
	color: #a6b1b9;
	font-size: 12px;	
}
#footer-one {
	float: left; 
	width: 210px;;
	padding: 20px;	
	padding-right: 0px;
}
#footer-two {
	float: left;
	width: 210px;;
	padding: 20px;	
	padding-right: 0px;
}
#footer-three {
	float: left;
	width: 360px;
	padding: 20px;	
}
#footer-three p {
	line-height: 22px;	
}
#footer-three a:hover {
	color: #245276;	
}
#copyright {
	width: 211px;
	height: 16px;
	background: url('/img/copyright-text.jpg') no-repeat;	
	margin: 10px;
}
#copyright span {
	display: none;	
}



#tags {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;	
	margin-bottom: 35px;
}
#tags li {
	margin-top: 5px;	
}
#relatedarticles {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;	
}
#relatedarticles li {
	margin-top: 5px;	
}
#tags a {
	text-decoration: none;	
}
.commentcount a {
	font-size: 12px;
}	

#bottom {
	border-top: 2px solid #011e34;
	background-color: #00162b;
	padding: 3px;	
	padding-left: 9px;
} 
#bottom p {
	margin: 0px;
	padding: 10px;
	text-transform: uppercase;
	color: #53728a;
	font-size: 11px;
	font-weight: bold;
}
.month-articles ul {
	margin-left: 50px;
	padding-left: 30px;
	list-style-type: none;
}
.month-articles ul li {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	
}
.albumbit {
	display: block;	
	height: 105px;
	background-color: #e2eaf3;
	margin-top: 15px;
	padding: 10px;
}
.albumbit p {
	font-size: 11px;
	color: #4b545f;	
	margin-top: 35px;
}
.albumbit h2 {
	float: left;
	margin: 0px;
	padding: 0px;
}
.albumthumb img {
	border: 0px;
	float: left;	
	width: 100px;
	height: 100px;
	margin-right: 10px;
	border: 1px solid #036bbd;	
}

.contactform {
	border: 0px;	
	font-size: 13px;
	font-family: verdana, sans-serif;
}
.contactform th {
	font-weight: normal;
	text-align: left;	
	width: 120px;
}
.contactform textarea {
	height: 120px;	
	width: 300px;
	font-family: verdana, sans-serif;	
	font-size: 13px;
}
.contactform input {
	font-family: verdana, sans-serif;	
}
.imgbit {
	display: inline;
	margin-right: 20px;
}
.imgbit img {
	border-width: 1px;
}
code {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	background: #eef2f6;
	padding: 15px;
	display: block;	
	line-height: 19px;
}
.message {
	background-color: #9ed9f9;
	padding: 15px;
	font-weight: bold;
	border: 1px solid #2397d4;
	font-size: 12px;
	color: #0b4564;	
}
.comment {
	background: #dce6f1;
	padding: 9px;
        margin-bottom: 10px;
        -moz-border-radius: 10px;
	font-size: 12px;
}
#addcomment {
	padding: 0px;
        margin: 0px;
        padding-top: 25px;
}
#addcomment input, #addcomment textarea {
        padding: 3px;
        font-family: Arial, Verdana, Sans-serif;
        font-size: 12px;
}
#addcomment fieldset {
	border: 1px solid #d3deeb;	
        background-color: #f4f7fb;
	padding: 15px;
        margin: 0px;
}
#addcomment legend {
 	color: #921b11;	
 	font-size: 18px;
 	font-weight: normal;
}
