/*
Theme Name: DHS Theme
Theme URI: http://dhsfootball.org/
Description: A custom Wordpress Theme for DHS Football
Version: 1.0
Author: William Mead
Author URI: http://meaddesign.net/
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #32486b;
	text-align: center;
	font-size: 85%;
	line-height: 1.6em;
	color: #333;
}
#fullpage {
	background-image: url(graphics/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	background-color: #FFF;
}
#innerheader {
	background-image: url(graphics/innerHeaderBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 169px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#pagecontainer {
	background-image: url(graphics/wrap.jpg);
	background-repeat: repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#innercontainer {
	background-image: url(graphics/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	overflow: hidden;
}
#header {
	background-color: #003;
	background-image: url(graphics/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 169px;
	width: 100%;
}
#sidebar {
	float: left;
	width: 200px;
	margin-left: 15px;
	padding-top: 30px;
}
#sidebar h2 {
	color: #602f1a;
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #602f1a;
}
#sidebar ul {
	list-style-type: none;
	padding-bottom: 15px;
}
#sidebar ul ul li {
	font-size: 1.2em;
	padding-top: 5px;
	display: block;
	margin-left: 20px;
}
#sidebar ul ul li a {
	color: #602f1a;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #602f1a;
}
#sidebar ul ul li a:hover {
	color: #b82025;
}
#sidebar ul ul ul li{
	font-size: .8em;
	font-weight: normal;
}
#sidebar input {
	margin-bottom: 10px;
}
.hidden {
	display: none;
}
/* End Images */
#narrowcolumn {
	width: 450px;
	float: left;
	margin-left: 35px;
	padding-top: 30px;
}
#widecolumn {
	width: 670px;
	float: left;
	margin-left: 35px;
	padding-top: 30px;
}
#maincontent h1 {
	font-size: 1.8em;
	color: #393b18;
	padding-bottom: 15px;
}
#maincontent h2 {
	font-size: 1.4em;
	color: #602f1a;
	padding-bottom: .3em;
}
#maincontent h3 {
	color: #525f87;
	font-size: 1.2em;
	padding-bottom: .3em;
}
#maincontent h2 a {
	color: #24439c;
	text-decoration: none;
}
#maincontent h2 a:hover {
	color: #602f1a;
	text-decoration: none;
}
#maincontent a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincontent .post {
	margin-bottom: 30px;
}
p {
	padding-bottom: 1em;
}
#maincontent a {
	color: #24439c;
	text-decoration: none;
	font-weight: bold;
}
#maincontent a:hover {
	color: #602f1a;
	text-decoration: underline;
}
#maincontent ul {
	list-style-type: none;
	padding-bottom: 15px;
}
#maincontent ul li{
	background-image: url(graphics/squarebullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	line-height: 1.2em;
	padding-bottom: .5em;
}
#maincontent ol li {
	line-height: 1.2em;
	padding-bottom: 0.5em;
}
#maincontent ol {
	padding-bottom: 15px;
	padding-left: 15px;
}
#maincontent blockquote {
	background-color: #fbfbfb;
	background-image: url(graphics/blockquoteBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 15px;
	border: 2px solid #393b18;
	margin-bottom: 15px;
	margin-right: 20px;
}
#eventcal {
	float: right;
	width: 224px;
	margin-right: 10px;
	margin-top: 30px;
}
#eventcaltop {
	background-image: url(graphics/sidetopBG.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 224px;
	text-align: center;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 60px;
}
#eventcalmid {
	background-image: url(graphics/sidewrapBG.gif);
	background-repeat: repeat-y;
	width: 194px;
	padding-right: 15px;
	padding-left: 15px;
}
#eventcalbot {
	background-image: url(graphics/sidebottomBG.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 224px;
}
#eventcal ul {
	list-style-type: none;
}
#eventcal ul li {
	line-height: 1.1em;
	padding-bottom: 10px;
	background-image: url(graphics/trianglebullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
}
#eventcal li a {
	color: #602f1a;
	text-decoration: none;
}
#eventcal li a:hover {
	color: #9f8830;
	text-decoration: underline;
}
#footer {
	background-image: url(graphics/footerBG.png);
	background-repeat: no-repeat;
	clear: both;
	height: 60px;
	width: 950px;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	line-height: 50px;
	color: #666;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
