html {}
body {background-color:#333333;}
a {color:#2130A3;}
a:visited {color:#192478;}
a:active, a:hover {color:#6370D6;}
a[href^="http:"]:visited  { background-image: url(../img/icons/external.png); }
a img { border: 0; }
img.right {float:right; margin-left:10px;}
img.left {float:left; margin-right:10px;}

#header,
#content,
#footer,
.post { float: left; clear: both; width: 100%; }

#header { background: #333333 url(../img/header-bg.jpg) center top repeat-x; height:199px; padding-top:10px; }
	#logo { display: block; float: left; }
	#menu { float: right; margin-top: 12px; background: #d6000a; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
	#menu ul { float: left; margin: 0; padding: 0 1em 0 0; }
		#menu li { display: block; float: left; margin: 0; padding: 0; }
		#menu li.first {padding-left: 1em;}
			#menu li a {display:block; height:38px; line-height:38px; padding:0 1.5em; border-right:solid 1px #333333; border-left:solid 1px #333333; letter-spacing:0.05em; text-decoration:none; text-transform:uppercase; color:#efefef; font-size:130%; font-weight:bold;}
			#menu li.first a { border-left: 0; }
			#menu li.last a { border-right: 0; }
			#menu li a:hover { background: #990000;}
	#text-logo {float:right; clear:right; margin-top:40px; margin-right:30px;}


#content { background: #ffffff url(../img/content-bg.jpg) center top repeat-x; }
	#content .wrapper { min-height: 398px; padding: 2em 0; background: #eff0f0 url(../img/wrapper.jpg) center top no-repeat; }
	#content h1 {border-bottom:1px solid #838383; padding-bottom:10px; padding-left:10px;}
	.post {padding-bottom:20px; margin-bottom:20px;}
	
#footer {color:#ffffff; padding:1em 0; font-size:90%;}
	.links {list-style-type:none;}
	.links a {color: #ffaf59;}
	.links a:active, #footer a:hover {color: #ffc681;}

/* Lists */
ul.events, ul.schools {list-style-type:none; margin:0;}
	ul.events li, ul.schools li {padding:.5em 0; clear:left;}
	ul.events .date {font-style:italic;}
	ul.events a, ul.schools a {text-decoration:none; color:#000;}
	ul.events .events-image {float:left; min-height:67px; width:110px; text-align:center}

.description h2 {border-bottom:1px solid #333333; padding-bottom:.5em;}

/* Contact Form */
form.contact textarea {width:390px; height:16em;}
form.contact input[type='text'] {width:270px;}
form.contact textarea, form.contact input[type='text'] {background-color:#ffffcc;}

/* Login Form */
#login-form label {display:block;}

/* News Posts */
ul.posts {list-style-type:none;}
ul.posts li {margin:10px 0;}
.post-date {font-size:130%;}
p.more-posts {clear: both; margin-top: 50px;}


/* Admin Menu */
ul.admin-menu {list-style-type:none;}
ul.admin-menu li {display:inline;}
.admin-menu a {text-decoration:none; font-weight:bold; color:#000000; font-size:120%;}
.admin-menu a:hover {color:#666666;}

/* Admin Tables */
.admin-table {width:100%;}
.admin-table caption {font-size:130%; font-weight:bold; color:#333333;}
