/**
 * This CSS is for the layout template.
 */

html, body, h1, h2, h3, h4, h5, h6, div, p, label, fieldset { 
	margin: 0; 
	padding: 0;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:link, a:visited { color: #0091DB; }
a img { border: none; }

body {
	background: #D2C3A2 url("../../images/sidebar.png") top right repeat-y;
	font-size: 11pt;
	font-family: sans-serif;
}

h1 span,
h2 span,
h3 span,
h4 span {
    font-weight: normal;
}

#header {
	background: #68342C url("../../images/header_middle.png") top left repeat;
	position: relative;
	padding-top: 156px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#header h2 {
	position: absolute;
	top: 0;
	right: 0;
}

#header ul {
	border-top: 4px solid #734822;
	border-bottom: 5px solid white;
	background-color: #0091DB;
	margin: 0;
	padding: 7px 8px;
	overflow: hidden;
}

#header li {
	float: left;
	list-style-type: none;
	margin: 0 2px;
	padding: 0;
}

#header li a {
	display: block;
	padding: 8px 11px;
	color: white;
}

#header .active a,
#header li a:hover {
	background-color: white;
}

#header .active a {
    color: red;
}

#header li a:hover {
    color: black;
}

#sidebar {
	float: right;
	width: 255px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#sidebar h2 {
	background-color: #008CD8;
	text-align: center;
	color: white;
	margin-bottom: 5px;
	padding: .2em;
	font-size: 1.2em;				
}

#sidebar h2,
#sidebar h2 a {
	color: white;
}

/** Hack to get Safari to behave */
#sidebar { margin-left: -265px; }

#featured-content {
	background-color: #352520;
	overflow: hidden;
}

#featured-content,
#content {
	margin-bottom: 10px;
	margin-right: 265px;
    position: relative;
}

#featured-content,
#sidebar {
	border-top: 1px solid white;
}

#content p {
    margin-bottom: 10px;
}

#content ul {
    padding: 0;
}

#content li {
    margin-left: 20px;
}

#featured-content h2,
#featured-content h3,
#featured-content h4 {
    margin: 10px;
    color: white;
}

#content .aside,
#featured-content .aside {
    float: right;
    margin: 0 10px 10px 10px;
    color: white;
    text-align: center;
}

#featured-content label,
#featured-content p,
#featured-content ul,
#featured-content dl {
    color: #D2C3A2;
}

#featured-content p {
    padding: 10px;
    margin-left: 20px;
}

#skip-nav {
    margin: 0;
    padding: 0 5px 10px 5px;
}

#skip-nav li {
    display: inline;
    list-style-type: none;
    padding: 5px;
}

#footer {
	background: #352520 url("../../images/bottom_right.png") bottom right no-repeat;
	clear: both;
	overflow: auto;
	font-size: .8em;
}

#footer h2 {
	color: #725423;
	margin: 10px 20px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul,
#footer li {
	margin: 0;
	padding: 0;
}

#footer li {
	list-style-type: none;
	margin-left: 30px;
}

#footer li a {
	display: block;
	padding: 10px;
}

#footer li .active,
#footer li a:hover {
	background-color: #0091DB;
}

#footer div ul,
#footer div {
	float: left;
}

#footer #networks ul {
	width: 100%;
}

#footer #page-info {
    clear: both;
    float: none;
    color: #D2C3A2;
    text-align: center;
    padding: 10px;
    position: relative;
}

#footer #page-info p {
    position: absolute;
    left: 3px;
    bottom: 3px;
    color: #271C18;
}

a.button,
.button {
	background-color: #D71E3C;
	color: white;
	font-weight: bold;
	padding: 4px 8px;
	margin: 2px;
	line-height: 2em;
}

.pod {
    overflow: hidden;
}
			
.pod dl, 
.pod dt, 
.pod dd {
	margin: 0;
	padding: 0;
}

.pod dl {
	margin: 0 10px 15px 10px;
}

.pod dl,
.pod dl a {
	color: #725423;
	text-decoration: none;
}

.pod dt {
	font-weight: bold;
}
			
.pod dd {
	margin-bottom: 8px;
}

.pod p {
    color: #352520;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
}

#pod-sponsors h3 {
	color: #725423;
	margin: 10px 10px 10px 0;
}

#pod-sponsors ul,
#pod-sponsors li {
    list-style-type: none;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

#pod-newsletter {
    padding-bottom: 5px;
}

#pod-newsletter .button {
    float: right;
    margin-right: 10px;
}
