/* -------------------------------typography---------------------------------------- */
a:link {	
	color: #30f;	
	text-decoration: none;
	border-bottom: 1px dotted; 
	}
	
a:visited {	
	color: #b3b3b3;
	text-decoration: none;
	border-bottom: 1px dotted;	
	}
	
a:hover, a:active {
	border-bottom-style: solid;
	}

#links #primaryContent a:link {
	color: #fff;
}

#links #primaryContent .editButtons a:link {
	color: #30f;
	}
	
.external, .mail, .excel, .pdf {
	padding-right: 16px;
}

.external {
	background: url(../images/externalLink.gif) no-repeat right center;
	}

.mail {
	background: url(../images/mailtoLink.gif) no-repeat right center;
	}
	
.excel {
	background: url(../images/excelLink.gif) no-repeat right center;
	}
		
.pdf {
	background: url(../images/pdfLink.gif) no-repeat right center;
	}
	
h1, h2, ul#mainNav, .tagline {
	font-family: "Courier New", Courier, monospace;
}

h1 {
	text-indent: -5000px;
	height: 350px;
	background: url(../images/3in1LogoLarge.gif) no-repeat center center;
	padding: 0;
	margin: 0;
	}
	
h2 {
	font-size: 2em;
	padding: 5px 0 5px 100px;
	margin: 0;
	line-height: 97px;
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 10px 0;
	padding: 0;
	}

h4 {
	margin: 0;
	padding: 0 0 0 11px;
	background: url(../images/arrowDots.gif) no-repeat left center;
}

h3, strong, em {
	color: #30f;
}

ul {	
	list-style-type: square;	
	}

p {
	margin: 10px 0;
	padding: 0 0 0 11px;
}


.tagline {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	margin: 1em 0 0 0 ;
	padding: 0;
}

.editButtons {
	padding-left: 5px;
	font-weight: normal;
	font-size: 10pt; /* EXCEPTION: the edit buttons appear in varied font-size context, so want to make sure they aren't any smaller than 10pt */
}

.errorMessage {
	color: red;
	font-weight: bold;
}
	
	
/* -------------------------------general layout---------------------------------------- */
img {
	border: none;
	}

body {
	font: .8em "Gill Sans", "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode",  Verdana, sans-serif;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #000;
}

#wrapper {
	width: 85%;
	margin: 5px auto;
	text-align: left;
}
	
#branding {
	overflow: hidden;
}

#branding a {
	float: left;
	border: none;
}


#primaryContent {
	width: 100%;
	float: left;
	padding: 10px 10px 10px 0;
	}

#showEvents #primaryContent {
	width: 30%;
}

#news #primaryContent, #links #primaryContent, #contact #primaryContent, #manage #primaryContent  {
	width: 72%;
}

#secondaryContent {
	width:22%;
	float: right;
	padding: 10px 0 10px 15px;
	background: url(../images/verticalDots.gif) repeat-y left;
}

#secondaryContent h4 {
	margin: 3px 0 0 -11px;
}

#showEvents #secondaryContent {
	width: 62%;
}

#footer {
	width: 100%;
	clear: both;
	font-size: .75em;
	text-align: center;
	padding: 16px 0;
	background: url(../images/footerGradient.jpg) repeat-x top;
	border-top: 1px solid #666666;
}	

#home #footer {
	background: none;
}

#footer form {
	font-size: 1.5em;
	margin: 0 auto;
	width: 54em;
}

#footer fieldset {
	padding: 3px;
}

#footer label {
	width: auto;
	margin: 0 1em;
}

#footer input {
	width: 20em;
	float: left;
}

#footer input.submit {
	width: auto;
	margin: 0 1em;
}

/* box that contains images in photo album */
.box {
	border: 1px #666666 solid;
	height: 18em;
	padding: 10px;
	margin: 10px;
	float: left;
	text-align: center;
}

.box h3, .box p {
	margin: 3px 0;
}

.box p {
	padding: 0;
	}
	
.album {
	height: auto; /* Albums have less text, so they should be shorter and won't mess up float */
}

/*These styles format the main navigation bar*/
ul#mainNav {
	list-style: none;
	width: 100%;
	float: left;
	background: url(../images/mainNavGradient.jpg) repeat-x center;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

ul#mainNav li {
	float:left;
	background: url(../images/verticalDots.gif) no-repeat left center;
	}

ul#mainNav li.home {
	background: none;
	}
	
ul#mainNav a:link, ul#mainNav a:visited, ul#mainNav a:active {
	display: block;
	padding: 0 1.5em;
	line-height: 2.1em;
	text-decoration: none;
	color: #ccc;
	float: left; /*fixes mac bug */
	border-bottom: none;
}
	
ul#mainNav a:hover {
	color: #30f;
	text-decoration:none;
	border-bottom:none;
	}

/*The following highlights the current page in Main Navbar*/
#home #mainNav .home a, #news #mainNav .news a, #calendar #mainNav .calendar a, #showEvents #mainNav .calendar a, #photos #mainNav .photos a, #links #mainNav .links a, #about #mainNav .about a, #contact #mainNav .contact a, #manage #mainNav .manage a {
	color: #fff;
	font-weight: bold;
	background: url(../images/mainNavSelected.jpg) no-repeat center center;
	cursor: default;
}

/*-----------------------------Bread Crumbs------------------------------------*/

.breadcrumb {
	margin: 0;
	padding: 0;
}

.breadcrumb a {
	background: url(../images/verticalDots.gif) no-repeat center right;
	border: none;
	padding-right: 10px; /*adjust bullet image padding*/
	margin-right: 5px;
}

.breadcrumb a:hover{
	text-decoration: underline;
}


/*-----------------------------Form Layout------------------------------------
note: nn to add a class for radio, checkbox, submit elements so they won't be 20em away from their label!*/
/* these styles pertain to the login form in the footer, which we want to make very inconspicuous */
form p {
	position: relative;
	padding: 0;
}

#calendar  #primaryContent fieldset {
	width: 20em;
	}
	
#calendar  #primaryContent select, #calendar  #primaryContent input {
	float: left;
	margin-right: 1em;
	}

input, fieldset, textarea {
	border: 1px #666666 solid;
	background: none;
	color: #fff;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
}

legend {
	font-weight: bold;
	color: #fff
}

label {
	float: left;
	width: 15%;
}

input, textarea {
	width: 55%;
}

td input, td select {
	width: 100%;
}

textarea {
	height: 5em;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.radio, input.checkbox, input.submit  {
	width: auto;
	border: none;
}

input.radio {
	float: left;
	margin-right: 1em;
}

input:focus, textarea:focus {
	background:#333;
	}

.helpText {
	font-style: normal;
	position: absolute;
	left: 72%;
	top: -2px;
	width: 28%;
}

* html .helpText {
	width: 12em;
	left: 57%;
	}

/*-----------------------------Table Layout------------------------------------*/
	
	
table {
	width: 100%;
	border-collapse: collapse;
}

th, td, .calendarHeader {
	padding: 3px;
	width: 14%;
	color: #fff;
	border: 1px #666666 solid;
}

th, td.calendarHeader {
	text-align: center;
	font-weight: bold;
	height: 1em;
	vertical-align: middle;
	background: url(../images/mainNavGradient.jpg) repeat-x center;
}

td {
	height: 5em;
	vertical-align: top;
}

#manage td {
	height: auto;
}

td a {
	font-weight: bold;
}

#manage td a {
	font-weight: normal;
}
