/*
	Little Red Feather
	Common Stylesheet
*/


* { margin:0; padding:0; }
img { border:0; }


a:link, a:visited {
	color: #435F79;
}
a:hover {
	color: #111B25;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	text-align: center;
	background: #E5E9EC url(../images/body-bg.jpg) repeat-y top center;
}


#container {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 840px;
	text-align: left;
	background: url(../images/container-bg.gif) repeat-y 223px 0;
}


.sidebar {
	width: 223px;
	float: left;
	margin-bottom: 1em;
}
.sidebar h1 {
	width: 223px;
	height: 155px;
	background: #FFF;
	overflow: hidden;
}


.content {
	width: 617px;
	float: right;
	overflow: hidden;
}


#siteinfo {
	clear: both;
	margin: 0 auto;
	width: 839px;
	text-align: left;
	text-transform: uppercase;
	border-top: 2px solid #DDE1E5;
}
#siteinfo ul {
	list-style: none;
	padding: .5em 15px 0 15px;
}
#siteinfo ul li {
	float: left;
	margin: 1em 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #435F79;
}
#siteinfo ul li.last-child {
	border: 0;
}
#siteinfo p {
	clear: both;
	padding: .25em 15px 1em 15px;
}


/* search box */
.sidebar form {
	margin: 1em 15px 2em 15px;
	padding-top: 10px;
}
.sidebar form label {
	display: none;
}
.sidebar form input#keyword {
	width: 160px;
	display: inline;
}
.sidebar form button {
	margin: 2px;
	display: inline;
	border: 0;
	background: none;
	cursor: pointer;
}
.sidebar form button img {
	vertical-align: middle;
}

.content h2 {
	margin: 0 0 1em 0;
	font-size: 2.4em;
	color: #6C849D;
	text-transform: uppercase;
}
.content h3 {
	margin: 0 0 1em 0;
	font-size: 1.8em;
	color: #6C849D;
	text-transform: uppercase;
}
.content h4 {
	margin: 0 0 .5em 0;
	font-size: 1.4em;
	color: #6C849D;
	text-transform: uppercase;
}
.content h5 {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	color: #6C849D;
	text-transform: uppercase;
}

.content .subnav {
	float: right;
	width: 150px;
	margin: 20px 0 0 0;
	font-size: 1.2em;
}
.content .content-photo {
	width: 616px;
	height: 300px;
	overflow: hidden;
}

.content-main {
	float: left;
	width: 370px;
	margin: 20px;
}

.content-wide {
	clear: both;
	margin: 20px;
}

.content-main p {
	margin: 1em 0;
	font-size: 1.2em
}
.content-main blockquote {
	float: right;
	width: 150px;
	margin: 0 0 1em 25px;
	padding: 5px 12px;
	font-style: italic;
	font-size: 1.2em;
	background: #EEE;
}
.content-main blockquote strong {
	display: block;
	padding-top: 1em;
	font-size: .8em;
}



.highlights {
	float: right;
	margin: 20px 0 0 0;
	list-style: none;
	font-size: 1.2em;
}
* html .highlights {
	margin-right: -20px;
}
.highlights li {
	float: left;
	margin: 0 18px 0 0;
	padding: 0 0 10px 0;
	width: 182px;
}
.highlights li.last-child {
	margin: 0;
}
.highlights li em {
	display: block;
	margin: .5em 10px 1em 5px;
	padding-left: 12px;
	font-style: normal;
	background: url(../images/nav-arrow-blue.png) no-repeat -2px 0;
}
.highlights li a em {
	text-decoration: underline;
	background: url(../images/nav-arrow-orange.png) no-repeat -2px 0;
}