/* -------------------------------typography---------------------------------------- */
a:link {	
	color: #30f;	
	text-decoration: none;
	border-bottom: 1px dotted; 
	}
	
a:visited {	
	color: #69f;
	text-decoration: none;
	border-bottom: 1px dotted;	
	}
	
a:hover, a:active {
	border-bottom-style: solid;
	}
	
.external, pdf {
	background: url(../images/noImage.gif) no-repeat right center;
	padding-right: 0px;
	}

h1, h2, ul#mainNav, .tagline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	text-indent: 0px;
	text-align: center;
	background: url(../images/3in1LogoPrint.jpg) no-repeat bottom center;
	padding: 0 0 100px 0;
	margin: 0;
	height: auto;
}

h2 {
	background: url(../images/favicon.gif) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0;
	height: 20px;
}
	
h2 {
	font-size: 1.2em;
	line-height: normal;
	}
	
h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 5px 0;
	padding: 0;
	}

h4 {
	margin: 0;
	padding: 0;
	background: url(../images/noImage.gif) no-repeat left center;
}

h3, strong, em {
	color: #30f;
}

ul {	
	list-style-type: square;	
	}

p {
	margin: 5px 0;
	padding: 0;
}

.tagline {
	font-weight: normal;
	font-size: .8em;
	text-align: center;
	margin: 0;
	padding: 0;
}

.editButtons {
	padding-left: 2px;
	font-weight: normal;
	font-size: 1em; 
	}

.errorMessage {
	color: red;
	font-weight: normal;
}
	
	
/* -------------------------------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: none;
}

#wrapper {
	width: 100%;
	margin: 0;
	text-align: left;
	background: #000;
}
	
#branding {
	overflow: hidden;
}

#branding a {
	display: none;
}


#primaryContent, #secondaryContent {
	width: 100%;
	float: none;
	padding: 0;
	}

#secondaryContent {
	background: url(../images/noImage.gif) repeat-y left;
}

#footer {
	width: 100%;
	clear: both;
	font-size: .75em;
	text-align: center;
	padding: 0;
	background: url(../images/noImage.gif) no-repeat;
}	

#footer form {
	margin: 0;
	width: 100%;
}

#footer fieldset {
	padding: 0px;
}

#footer label {
	width: auto;
	margin: 0;
}

#footer input {
	width: 100%;
	float: none;
}

#footer input.submit {
	width: auto;
	margin: 0 1em;
}

/* box that contains images in photo album */
.box {
	border: 1px #666666 solid;
	padding: 0px;
	margin: 0px;
	float: none;
	text-align: center;
}

.box h3, .box p {
	margin: 3px 0;
}

/*These styles format the main navigation bar*/
ul#mainNav {
	list-style: none;
	width: 100%;
	float: none;
	background:#000 url(../images/noImage.gif) no-repeat;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

ul#mainNav li {
	float:left;
	background: url(../images/noImage.gif) no-repeat;
	}
	
ul#mainNav a:link, ul#mainNav a:visited, ul#mainNav a:active {
	display: block;
	padding: 0 1.5em;
	line-height: normal;
	text-decoration: none;
	color: #ccc;
	float: none; /*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, #photos #mainNav .photos a, #contact #mainNav .contact a, #email #mainNav .email a, #about #mainNav .about a  {
	color: #fff;
	font-weight: bold;
	background: url(../images/noImage.gif) no-repeat;
	cursor: default;
}

/*-----------------------------Bread Crumbs------------------------------------*/

.breadcrumb{
	display: none;
}

/*-----------------------------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;
}

#calendar  #primaryContent fieldset {
	width: 100%;
	}
	
#calendar  #primaryContent select, #calendar  #primaryContent input {
	float: none;
	margin-right: 0;
	}

input, fieldset, textarea {
	border: 1px #666666 solid;
	background: none;
	color: #fff;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	font-weight: normal;
	color: #fff;
}

label {
	float: none;
	display: block;
	width: 100%;
}

input, textarea {
	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: none;
	margin-right: 0;
}

input:focus, textarea:focus {
	background:#333;
	}

.helpText {
	font-style: normal;
	position: absolute;
	display: block;
	left: 72%;
	top: -2px;
	width: 28%;
}

* html .helpText {
	width: 10em;
	left: 57%;
	}

	
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: #000 url(../images/noImage) no-repeat center;
}

td {
	height: auto;
	vertical-align: top;
}

td a {
	font-weight: bold;
}
