/*
Theme Name: Wisconsin Dairy Goat Association
Theme URI: http: //www.wdga.org
Description: Custom theme designed for Wisconsin Dairy Goat Association.
Author: Lance Aeby, Jon Tetzlaff, Will Ray
Author URI: http: //www.uwsp.edu
Version: 1.0
.
This theme was created for the Wisconsin Dairy Goat Association as part of WDMD 480 (University of Wisconsin - Stevens Point) in Fall 2012.
.
*/
@import url('customEditorStyles.css'); /* All text and image styles here, with execption to the main nav. */
html {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
}

body { background: url('images/bkrnd.jpg'); }

#contentContainer { margin:13px 0; }

#container {
	width: 960px;
	margin: 30px auto;
	background: url('images/bkrnd.gif') repeat-y #fff;
}
/*--------------------------------------------------------------- Main Header Styles */
header#mainHeader {
	height: 100px;
	background: #2a4470;
	border-bottom: 15px solid #283140;
	box-shadow: 0px 5px 5px #888;
}

header#mainHeader img { /* Main Logo */
	width: 140px;
	position: relative;
	top: -20px;
	left: 15px;
	max-height: none;
}
header#mainHeader a {
	text-decoration: none;
}

header#mainHeader h1 {
	font-size: 2.3em;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 20px 0 0 45px;
	line-height:normal;
}
/*--------------------------------------------------------------- Main Navigation Styles */
nav#mainNav {
	width: 199px; /* 1px border from container */
	padding: 30px 0;
	float: left;
	font-family:Calibri, Helvetica, sans-serif;
}

nav#mainNav a, nav#mainNav a:visited, nav#mainNav a:active {
	text-decoration: none;
	color: #414546;
}

nav#mainNav a {
	padding: 5px 10px;
	display: block;
	width: 100%;
	font-size:1.1em;
}

nav#mainNav a:hover {
	background: #8ea5ad; /* c9d4d8 */
	color: #fff;
}
nav ul li.current a {
	background: #8ea5ad;
	color: #fff !important;
}
.menuArrow {
	background: url('images/menuArrows.png');
	display: inline-block;
	height: 6px;
	width: 9px;
	margin-left: 5px;
	margin-bottom: 1px;
}
.sub-menu { padding-left: 15px; }

.arrowActive {
	background-position:right;
}
/*--------------------------------------------------------------- Main Content Styles */
#contentContainer {
	width: 690px;
	float: left;
	padding: 15px 25px 15px 45px;
	min-height: 400px;
}

#contentContainer ol,#contentContainer ul {
	list-style: circle;
	padding-left: 2em;
}
/*--------------------------------------------------------------- Footer Styles */
footer {
	clear: both;
	background: #2a4470;
	font-size: .8em;
	padding: 10px 0;
	color: #fff;
}

footer p {
	text-align: center;
}
footer img {
	float:right;
	height:40px !important;
	margin:0 15px 0 0;
}