/*  
Theme Name: Educational Endeavors
Theme URI: http://pangram.org/
Description: Wordpress theme for Educational Endeavors
Version: 1.0
Author: Steve Axthelm
Author URI: http://pangram.org/

	EdEnd v1.0

	The CSS, XHTML and design is released under the Creative Commons Attribution-ShareAlike 2.5 License:
	http://creativecommons.org/licenses/by-sa/2.5/
*/

html, body, img { margin: 0; padding: 0; }

body {
	margin-top: 12px;
	padding-bottom: 20px;
	text-align: center;
	font-size: small;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	}

h1 { font-size: 130%; text-align: center; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }

h1, h2, h3, h4, h5 {
	margin: 0.5em 0;
	line-height: 1.2;
	color: #44546D;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	}

p {
	margin: 0.5em 0 0 0;
	color: #44546D;
	font-size: 95%;
	}

p.note {
	font-size: 80%;
	font-style: italic;
	text-align: center;
	}

p.button {
	text-align: center;
	}

p.dl span {
	font-size: 80%;
	color: #666;
	}

ul li, ol li, dl dt, dl dd { font-size: 90%; color: #44546D; }

dt {
	font-weight: bold;
	margin: 6px 0 3px 0;
	}

dd {
	margin: 0 0 0 7px;
	padding-left: 12px;
	background: transparent url(images/bull-arrow-red.gif) 0% 50% no-repeat;
	}

a:link {
	text-decoration: none;
	color: #00723B;
	}

a:visited {
	color: #00723B;
	text-decoration: none;
	}

a:hover {
	color: #00723B;
	text-decoration: underline;
	}

table { font-family: inherit; }

ul.arrow,
ul.arrowTop,
.post ul {
	margin: 4px 0 0 0;
	padding: 0;
	list-style: none;
	}

ul.arrow li,
ul.arrowTop li,
.post ul li {
	margin: 0 0 0 7px;
	padding-left: 12px;
	background: transparent url(images/bull-arrow-red.gif) 0% 50% no-repeat;
	}

ul.arrowTop li,
.post ul li { background-position: 0 5px; }

#wrap {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background: transparent url(images/bk-wrap.gif) 0 0 repeat-y;
	border: 1px solid #666;
	text-align: left;
	}

#header {
	height: 91px;
	background: #FFF url(images/hdr.png) 0 0 no-repeat;
	}

#main {
	position: relative;
	/*height: 600px;*/
	}

#content {
	float: left;
	width: 569px;
	min-height: 400px;
	}

#sidebar {
	float: right;
	width: 189px;
	min-height: 400px;
	/*background-color: red;*/
	}

div.inner { margin: 16px; }

#sidebar h2 {
	margin: 0;
	padding: 4px 0 4px 59px;
	background: transparent url(images/bk-sb-hdr.jpg) right top repeat-y;
	font-size: 110%;
	}

#sidebar p {
	margin: 4px 8px 12px 8px;
	font-size: 85%;
	}

#sidebar img { margin: 16px 0 0 4px; }
#sidebar img.bspace { margin-bottom: 16px; }

#sidebar a img.thanks {
	margin: 8px 0 12px 20px;
	border-width: 0;
	}

#nav {
	float: left;
	width: 565px;
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	/*border: 1px solid red;*/
	}

#nav li {
	float: left;
	padding: 0 8px;
	}

#nav li a:link {
	font-weight: bold;
	text-decoration: none;
	color: #44546D;
	}

#nav li a:visited {
	color: #596D8E;
	font-weight: bold;
	text-decoration: none;
	}

#nav li a:hover {
	color: #00723B;
	}

#nav li.current a:link,
#nav li.current a:visited {
	font-weight: bold;
	color: #000;
	}

ul#topics {
	float: left;
	width: 145px;
	margin: 12px 0 0 0;
	padding: 6px;	
	list-style: none;
	background-color: #F6F9FF;
	border: 1px dotted #9DC2FE;
	}

ul#topics li {
	font-size: 90%;
	line-height: 1.4;
	}

ul#topics li a {
	color: #44546D;
	text-decoration: none;
	}

div.section {
	margin: 18px 0 0 180px;
}

div.section h2 {
	font-size: 100%;
}


fieldset {
	margin-top: 8px;
	padding-top: 12px;
	border: 1px solid #44546D;
	}

fieldset.odd { background-color: #D6F1D2; }
fieldset.even { background-color: #B9EBB8; }

legend {
	color: #086107;
	text-align: center;
	margin-left: 60px;
	}

fieldset label {
	float: left;
	clear: left;
	width: 200px;
	margin: 2px 4px 2px 0;
	text-align: right;
	font-weight: bold;
	color: #44546D;
	}

fieldset input { margin-bottom: 4px; }

fieldset p { text-align: right; }

.inset { padding-left: 80px; }

.linkList img {
	float: left;
	margin: 12px 12px 12px 0;
	border: 1px solid #44546D;
	}

div.gallery {
	margin: 12px;
	text-align: center;
	}

.gallery img {
	margin: 4px auto 12px auto;
	border: 1px solid #999;
	}

.imgNav {
	width: 530px;
	margin: 0 auto 12px auto;
	font-size: 90%;
	color: #44546D;
	}

.imgNav span { color: #AAA; }

#prev {
	width: 80px;
	float: left;
	text-align: left;
	}

#next {
	width: 80px;
	float: right;
	text-align: right;
	}

/* Slideshow Styles
---------------------------------------------------------------------------- */
#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 20px auto 10px auto;
	background-color: #dedede;
	border: 1px solid #CDCD9A;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/*border: 1px solid green;*/
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(images/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(images/bt-prev.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(images/bt-next.gif) 80% 50% no-repeat; }

/* background image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(images/bt-prev.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(images/bt-next.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0;
	width: 535px;
	text-align: center;
	background-color: transparent;
	}

#CaptionContainer p {
	width: 515px;
	padding: 0 10px 10px 0;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #000;
	padding-right: 5px;
}

.post {
	margin-top: 24px;
	padding-bottom: 32px;
	background: transparent url(images/bk-post.gif) 50% 100% no-repeat;
	}


.postFooter {
	color: #555;
	font-size: 85%;
	text-align: right;
	}

#sidebar input.field {
	width: 70%;
	margin: 10px 0 6px 40px;
	}

#sidebar #searchsubmit { margin: 0 0 18px 40px; }

.clearB { clear: both; }
.clearL { clear: left; }

#footer p {
	font-size: 85%;
	color: #666;
	}
