/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0;
	padding: 0;
	background: #333333;
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

blockquote {
	font-style: italic;
}

a {
    font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
    color: #ffc5ff;
}

/* Header */

#header {
	width: 700px;
	height: 192px;
	margin: 0 auto;
	background: url(wr_spring_header.jpg) no-repeat bottom;
}


#header h1 {
	float: left;
	padding: 70px 0 0 25px;
	font-size: 3em;
}

/* Menu */

#menu {
	width: 688px;
	margin: 0 auto;
    padding: 20px 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px;
	text-align: center;
}

img.link {
    border-style: solid;;
    border-color: #000000;
    border-width: 1px;
    }

/* Content */

#content {
	width: 688px;
	margin: 0 auto;
	padding: 0;
    background: #91B42E url(wr_spring_content.jpg) no-repeat;
	border: 6px solid #FFFFFF;
	border-top: none;
}

/* Column One */

#colOne {
	float: left;
	width: 420px;
	padding: 20px 0 0 23px;
}

#colOne a {
	border-bottom: 1px dotted #FFFFFF;
}

#colOne .post {
	margin-bottom: 90px;
}

#colOne .post-title {
	font-size: 1.8em;
}

#colOne .post-title a {
	border: none;
}

#colOne .date {
	font-size: x-small;
    text-transform: uppercase;
    color: #f1ffaf;
    margin-bottom: 20px;	
}

#colOne .post-body {
	text-align: justify;
}

#colOne .post-footer {
	font-size: x-small; 
	height: 25px;
	padding: 10px 0 0 0;
	background: url(img7.html) no-repeat right bottom;
}

#colOne .post-footer p {
	margin: 0;
	padding: 0;
}

.post img {
	border: 2px solid #ffffff;
}

#caption {
    font-size: x-small;
}

#notes {
    padding-left: 16px;
    border-left: 3px dotted #e9ff85;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
	padding: 20px 23px 0 0;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li ul, #colTwo li form {
	margin: 0 0 10px 0;
	padding: 10px 10px 15px 10px;
}

#colTwo h2 {
	height: 28px;
	padding: 4px 0 0 10px;
	letter-spacing: -1px;
	font-size: 1.2em;
	color: #f1ffaf;
}

#colTwo p.centered {
    font-size: x-small;
    text-transform: uppercase;
    text-align: center;
}

#highlight {
	text-transform: uppercase;
	color: #f1ffaf;
}	

img.separator {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: solid;
    border-color: #000000;
    border-width: 6px;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #FFFFFF;
}

#footer p {
	text-align: center;
	font-size: x-small;
}
