/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 0;
	background: #444;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

small.date {
	position: relative;
	top: -10px;
	letter-spacing: 5px;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link, a:visited{
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a.no_change {
	color: #B13413;
	border: none;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img1d.gif) no-repeat center;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #ffffff;
}

#header h1 {
	position: absolute;
	padding: 130px 0 0 20px;
	font-size: 3.5em;
	font-family: "arial black";
	letter-spacing: 15px;
	color: #ffffff;
	z-index: 1;
}

#header h2 {
	position: absolute;
	padding: 135px 0 0 25px;

	font-size: 3.5em;
	font-family: "arial black";
	letter-spacing: 15px;
	color: #444;
	z-index: 0;
}

#header img {
	padding: 0 0 0 60px;
}

/* Menu */

#menu {
	width: 800px;
	height: 42px;
	margin: 0 auto;
	background: #052147;
	border: solid 1px #052147;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
	border: solid 1px #052147;
	font-size: 16pt;
	text-transform: lowercase;
}

#menu a:hover, #menu .active a {
	background: #f5f5f5;
	color: #052147;
	border: solid 1px #000000;
	padding: 9px 20px 0 20px;

}

/* Content */

#content-top {
	width: 800px;
	height: 10px;
	background: url(images/under-shadow.gif) no-repeat;
}
#content-bottom {
	width: 800px;
	height: 10px;
	background: url(images/bottom-shadow.gif) no-repeat;
}

#content {
	width: 800px;
	margin: 0 auto;
	background: url(images/img4.jpg);
	border: 1px solid #444;
}

#colOne {
	float: right;
	width: 160px;
	padding: 10px 10px 0 10px;
}

#colTwo {
	float: right;
	width: 460px;
	padding: 10px 10px 0 10px;
}

#colTwo h3 {
	background: #eeeeee;
	padding: 3px 3px 3px 3px;
	border: 1px #444 solid;
}


.navigation {
	display: block;
	text-align: center;
	height: 20px;
}

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
img.avatar {
	float: left;
	padding-right: 8px;
}

a img {
	border: none;
}

ul.commentlist {
	list-style-type: none;
}

ul.commentlist li {
	padding: 5px 2px 5px 2px;
}

li.alt {
	background: #eeeeee;
}

.comment_txt {
	width: 450px;
	height: 100px;
}

.postmetadata {
	padding-top: 5px;
	margin: 30px 0;
	clear: left;
}


#colTwo p.center {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
}

#colTwo h4 {
	border-top: dotted #444 1px;
	padding-top: 4px;
}

#colThree {
	float: right;
	width: 120px;
	padding: 5px 12px 10px 8px;
}

a.tiny {
	font-size: 8pt;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}

#footer a {
	text-decoration: none;
	border: none;
}