/* css based on the 'Pleasant Day' design by Kyle Jones, found at http://www.csszengarden.com */
/* The original css has been modified for this site and all graphics are original */

body { 
	font: 10pt georgia; 
	color: #172104; 
	background: url('/css/tropical blue/background.gif'); 
	background-position: center;
	margin: 0;
	padding: 0;
	text-align: center;
}


#container { 
	margin-top: 0px; 
	padding-right: 5px;
}

#container h2, #container h3 { 
	font: 600 18pt "trebuchet ms"; 
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	text-indent: 5px;
}

#container h3 {
	font: 600 12pt "trebuchet ms"; 
	padding-top: 0px;
}

#container a:link {
	color: #dfce3b;
}

#container #intro #quickSummary {
	color: #fff;
}

#quickSummary {
	padding-top: 25px;
}

#quickSummary .p1 {
	font: 600 24px Trebuchet MS;
	position: absolute;
	top: 197px;
	left: 30px;
	margin: 0;
}

.adminLink { 
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	top: 7px;
	left: 590px;
}

#CalendarDiv {
	float: right;
	padding: 0 0 20px 20px;
}

#pageHeader {
	padding: 20px 0 20px 10px;
}

#pageHeader h2 {
  	margin: -20px 0 0 20px;
  	font: 600 12px Trebuchet MS;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #dfce3b;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #dfce3b;
}

a:hover, a:active {
	text-decoration: none;
	color: #628f13;
}

/* specific divs */

#container { 
	background: url('/css/tropical blue/back.jpg') repeat-y top left;
	right: auto;
	left: auto;
	width: 758px;
	position: relative;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align:left;
}

#intro { 
	position: relative;
	margin-bottom: 20px;
	background: url('/css/tropical blue/head.jpg') no-repeat 25px;
	height: 300px;
}

#content, #contentWithLinks {
	position: relative;
	margin-left: 180px;
	margin-top: 15px;
	width: 540px;
	height: 100%;
}

#content h3, #contentWithLinks h3 {
	font-size: 1.8em;
}

#contentWithLinks {
	width: 390px;
}

#nav {
	position: absolute; 
	left: 25px;
	padding-bottom: 7px;
	margin-top: 95px;
	width: 132px;
	top: 220px;
}

#currentAssignments {
	margin-top: 40px;
	left: 0;
	width: 132px;
}

#nav h3 { 
	background: transparent no-repeat url('/css/tropical blue/links.gif');
	margin: 5px 0px 8px 0px;
	height: 30px;
	width: 128px;
}

#nav h3 span { display: none; }

#nav #currentAssignments h3 { 
	background: transparent no-repeat url('/css/tropical blue/assignments.gif');
	margin: 8px 0px 8px 5px;
	height: 30px;
	width: 128px;
}

.Assignments {
	position: absolute; 
	left: 25px;
	padding-bottom: 7px;
	margin-top: 400px;
	width: 132px;
}

#links {
	position: absolute;
	top: 10px;
	left: 420px;
	width: 120px;
	text-align: right;
}

#links h3 { text-align: right; }

#link .linkDetail {
	margin-top: 0;
	border-bottom: 1px solid #E6EEF0;
}

#nav h3, #currentAssignments h3 { 
	text-align: center;
	border-bottom-style: none;
	height: 30px;
	width: 128px;
}

#nav h3 { 
	background: transparent no-repeat url('/css/tropical blue/links.gif');
	margin: 5px 0px 8px 0px;
}

.currentAssignments h3 { 
	background: transparent no-repeat url('/css/tropical blue/assignments.gif');
	margin: 8px 0px 8px 5px;
}

#nav h3 span, #currentAssignments h3 span {
	display:none
}

#nav ul, #nav_b ul, #currentAssignments ul {
	margin: 0px;
	padding: 0px;
}

#nav li, #currentAssignments li {
	background: #628f13; 
	display: block;
	border-bottom: 2px #4f740e dotted;
	padding: 5px 0px 5px 0px;
	width: 100%;
	line-height: 1.8ex;
	border-top: 2px dotted #4f740e;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #dfce3b;
	text-indent: 5px;
}

#nav li:hover, #currentAssignments li:hover  {
	background: #5794AC; 
	display: block;
	border-bottom: 2px #5475ab dotted;
	padding: 5px 0px 5px 0px;
	width: 100%;
	line-height: 1.8ex;
	border-top: 2px dotted #5475ab;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #dfce3b;
}


#nav li a:link, #currentAssignments li a:link { 
	color: #dfce3b;
	text-decoration: none;
}


#nav li a:link:hover, #currentAssignments li a:link:hover { 
	color: #dfce3b;
	text-decoration: none;
}

#nav li a:visited, #currentAssignments li a:visited {
	color: #dfce3b;
	text-decoration: none;
}

#footer { 
	margin: 20px 0px 0px 175px;
}

.Assignment, .Event {
	padding: 5px;
	margin: 5px;
	border: 2px #628f13 solid;
}

.Assignment h2, .Event h2 {
	font: 600 14pt "trebuchet ms"; 
	color: #efefef;
	text-align: left;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	text-indent: 5px;
}

.Assignment p, .Event p {
	font: 10pt/14pt verdana, helvetica, arial; 
}

.eventTitle {
	font-weight: bold;
}

.editlink, .editlink a:link, .editlink a:visited {
	color: #dfce3b;
	position: absolute;
	left: 180px;
	top: -5px;
}

.documentBlock {
	padding: 5px;
	margin: 5px;
	color: #333;
	border: 1px #628f13 solid;
	font-family:  Tahoma, Verdana, Helvetica, sans-serif; 
}

.documentBlock p {
	padding: 5px 0px 5px 0px;
	margin-bottom: 4px;
	font-size: 10pt;
	font-weight: bold;
}

.documentBlock .doc {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#miniCalendar { border: 1px #F60 solid; -moz-border-radius: 8px; background: #fff; }
#miniCalendar td { font-size: 8pt; text-align: right; vertical-align: top; border: 1px #F90 solid;}
#miniCalendar .cur { color: black; }
#miniCalendar .non { color: lightgray; }
#miniCalendar .evt { color: red; font-weight: bold; }
#miniCalendar .label { font-weight: bold; text-align: center; }

#fullCalendar {	border: 1px #F60 solid; background: #fff; }
#fullCalendar td { font-size: 8pt; text-align: right; vertical-align: top; border: 1px #F90 solid; }
#fullCalendar .cur { color: black; height: 100px; width: 100px; }
#fullCalendar .non { color: lightgray; height: 100px; width: 100px; }
#fullCalendar .evt { color: red; font-weight: bold; height: 100px; width: 100px; }
#fullCalendar .label { font-weight: bold; text-align: center; }
#fullCalendar .Sun, .Mon, .Tue, .Wed, .Thu, .Fri, .Sat { height: 100px; width: 100px; }

.adminBox {
	padding: 5px;
	margin: 0px 5px 15px 0px;
	border: 1px #628f13 solid;
	font-family:  Tahoma, Verdana, Helvetica, sans-serif; 
}

.tabstrip, .h_tabstrip {
	padding: 0px;
	margin-bottom: -1px;
	margin-left: 30px;
}

.h_tabstrip {
	top: 110px;
	left: 30px;
}

.tab {
	padding: 0px 10px 0px 10px;
	margin: 3px 5px 0px 5px;
	color: #333;
	border-left: 1px #628f13 solid;
	border-top: 1px #628f13 solid;
	border-right: 1px #628f13 solid;
	font-family:  Tahoma, Verdana, Helvetica, sans-serif; 
	text-align: center;
}

#calendar {
	width: 100%;
	border: black 1px solid;
	clear: right;
	color: #172104; 
}

.calBody {
	background: #ffffff;
}

#calendar caption {
	font-weight: bold;
	font-size: 12pt;
	font-variant: small-caps;
	border-bottom: black 1px solid;
	padding: 0px 5px 0px 5px;
}

#calendar caption a:link, #calendar caption a:visited{
	color: #ffffff;
}

#calendar h1 {
	font: 600 18pt "trebuchet ms"; 
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	height: 40px;
	text-indent: 5px;
}

#calendar thead {
	background: #ffffff;
	text-indent: 5px;
}

#calendar th {
	font-variant: small-caps;
}

#calendar th, td, caption {
	vertical-align: top;
	margin: 0;
	font-size: 9pt;
	voice-family: "\"}\"";
	voice-family:inherit;
}

#calendar td {
	padding: 0;
}

#calendar .date {
	float: right;
	margin: 0;
	background: #fff;
	padding: .125em .25em .125em .25em;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
}

#calendar a:link, #calendar a:visited {
	color: #666;
}

.calCell {
	padding: .5em;
}

.Sun, .mSun, .Mon, .mMon, .Tue, .mTue, .Wed, .mWed, .Thu, .mThu, .Fri, .mFri {
	border-top: black 1px solid;
	border-right: black 1px solid;
}

.Sun, .mSun {
	background: #dfce3b;
}

.Sat, .mSat {
	border-top: black 1px solid;
	background: #dfce3b;
}

#linkEdit {
  	display: none;
	position: absolute;
	top: 330px;
	left: 250px;
	width: 300px;
	border: 2px #5794AC solid;
	background: #628f13;
	padding: 15px;
}

#linkEdit .title { 
	font-weight: bold; 
	text-align: center;
}

#linkEdit .close { 
	float: right; 
}

.styleSelect {
	margin-left: 50px;
}

.styleBox {
	text-align: center;
	margin: 10px 2px 10px 20px;
	width: 160px;
	height: 160px;
	float: left;
}

.photo {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	width: 94px;
	height: 140px;
}

#addDiv, #editDiv, #delDiv {
	position: absolute;
	padding: 7px;
	top: 210px;
	left: 90px;
	width: 420px;
	height: 400px;
	border: 2px #5794AC solid;
	background: #628f13;
	overflow-y: auto;
	display: none;
}

.imgBox {
	border: 1px black dotted;
	padding: 10px;
	margin: 5px;
}

#galleryTools {
	position: absolute;
	top: 300px;
	right: 22px;
	display: none;
	background: #FFF;
	border: 1px black solid;
	padding: 4px;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}