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

/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000033;
	background-color: #FFFFFF;
	background-image: url(images/backTile2.png);
	background-repeat: repeat-y;
	background-position: 50%;
	font-size: 12px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1{
	font-size: 175%;
	color: #DD0F16;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 160%;
	color: #FC7F18;
	padding-bottom: .3em;
}

p, blockquote, ol, ul {
	margin-bottom: .5em;
	text-align: left;
}

a {
	color: #ED0007;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #F04B11;
}

img {
	border: 1px solid #EE1007;
	margin-bottom: .3em;
	margin-left: .3em;
}

.img1 {
	float: left;
	margin: 5px 10px 0px 0px;
}

/** Forms */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 110px;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
}

/* Post */

.right-column {
	padding-top: 30px;
	padding-right: 3em;
	padding-bottom: 1em;
	padding-left: 3em;
}

.right-column h2 {
	font-size: 160%;
	color: #E91020;
	padding-bottom: 0.3em;
}

.right-column ul {
	color: #F04B11;
	list-style-position: outside;
	margin-left: 25px;
}

.right-column li {
	padding-bottom: 0.3em;
	font-size: 110%;
	padding-top: 0.3em;
	list-style-image: url(images/bullet.gif);
}

.quote {
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	font-style: italic;
	color: #D31164;
	font-weight: bold;
}

.emphasis {
	font-size: 140%;
	font-weight: bold;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px dashed #72B995;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #305C46;
}

.file * {
	color: #72B995;
}

/* Wrapper */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

/* Header */

#header {
	height: 370px;
	color: #E5F5D0;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */

#content {
	background: url(images/img3.jpg) repeat-y;
}

#colOne {
	float: right;
	width: 658px;
	padding-right: 20px;
	background: url(images/img4.jpg) no-repeat;
}

#navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 280px;
	background-image: url(images/img5.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
	font-size: 18px;
	color: #CB0000;
	line-height: 130%;
}

#navigation h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

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

#navigation li {
	margin-bottom: .1em;
}

#navigation li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#navigation a {
	color: #CB0000;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	color: #003176;
	text-decoration: none;
	font-weight: bold;
}

#navigationselect a{
	color: #FFCC00;
}
/* Footer */

#footer {
	background: url(images/img6.jpg) no-repeat;
}

#footer * {
	color: #FFF;
}

#footer p {
	margin-left: 100px;
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}
.footnote {
	font-size: 90%;
}
.imgnoborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
