/**************************************************
*												  			*
*	CSS Styles Sheet for www.ChadMeister.com	  	*
*	----------------------------------------      			*
*	AUTHOR:  Bryce Fisher						  		*
*	EMAIL:   fisherb3@bethelcollege.edu			  	*
*	DATE:    October 18, 2007					  		*
*												  			*
*												  			*
**************************************************/


/************************************************
*				I. Global Settings				*
************************************************/


/********** TYPOGRAPHY **************/
html {
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.2em;
}

#page h1 {
	color: #959222;
	margin-top: 1em;
	padding-bottom: 10px;
	font-size: 175%;
	border-bottom: solid 4px #959222;
}

#page h2 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.2em;
}

#page .content #breadcrumbs {
	font-size: 80%;
}

#breadcrumbs a {
	color: #76a6d6;
}

#page .content #breadcrumbs a:hover {
	background: #76a6d6;
}

.content a:link {
	color: #76a6d6;
}

.content a:visited {
	color: #959222;
}

#page .content a:hover {
	color: #fff;
	background: #76a6d6;
	text-decoration: none;
}

#footer {
	padding-left: 10px;
	font-variant: small-caps;
	font-size: 80%;
	font-weight: bold;
	color: #222;
}

ol {list-style: none;}

/*********** NAVIGATION ************/
#navigation ul, #navigation ol {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}

#navigation li {
	display: inline;
}

#navigation a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px 0 5px 15px;
}

#navigation a:hover {
	color: #fff;
	background: #959222;
}




/*********** IMAGERY ***************/
html, body {
	padding: 0;
	margin: 0;
}

body {
	background: #4d4d4d;
}

#wrapper {
	background: url('http://www.chadmeister.com/images/background.gif') top left repeat-y;
}

#header {
	background-color: white;
}

#header img {
	border: none;
}

#page {
	background: url('http://www.chadmeister.com/images/navGradient.gif') top left repeat-y;
	border-left: solid 3px #000;
	border-right: solid 3px #000;
}




/*********** LAYOUT ****************/
#wrapper {
	display: block;
	width: 800px;
	padding: 0 50px;
	margin: 0 auto -10px auto;
}

#header {
	padding-bottom: 3px;
}

#navigation {
	width: 200px;
	float: left;
}

#page {
	width: 800px;
}

.content {
	width: 490px;
	float: right;
	padding-right: 55px;
}

#page .content #breadcrumbs {
	margin: -1em 0 2em 0;
}

#footer {
	padding-top: 5em;
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}


#page .box {
	margin: 0 0px 20px 0;
	width: 150px;
	border: solid 1px #000;
	font-size: .85em;
	padding: 0;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	background: #fff;
}

#page .box p {
	margin: 2px 6px;
	font-weight: normal;
	text-align: left;
}

#page .box h3 {
	background: url('http://www.ChadMeister.com/images/topicGradient.gif') repeat-y left #76a6d6;
	border-bottom: solid 1px #000;
	margin: 0;
	padding: 2px;
	font-size: 1em;
	text-align: left;
	}

#page .box a:hover img {
	border: solid 2px red;
	padding: 0;
}

#page .box img {
	width: auto;
	display: block;
	margin-top: 5px;
	margin-left: 38px;
	padding: 1px;
	border: solid 1px #fff;
	background: #000;
}

#page .box ul {
	padding: 0;
	margin: 10px 0 5px 1.5em;
	text-align: left;
}


/************************************************
*				II. Page Settings				*
************************************************/


/*********** BOOK PAGE ****************/
#bookPage img, #publicationsPage img {
	float: left;
	margin: 0 1em 1em 0;
	border: solid 1px #000;
}

.thumbnails {
	list-style: none;
	clear: both;
	margin-bottom: 15em;
	margin-left: 0;
	padding-left: 0;
}

.thumbnails li {
	display: inline;
}

.thumbnails li a img {
	display: block;
	border: none;
	float: left;
}

.thumbnails li a:link img,
.thumbnails li a:visited img {
	border: solid 1px black;
}

#bookPage .thumbnails li a:hover img,
#publicationsPage .thumbnails li a:hover img {
	border: solid 1px red;
	outline: solid 1px red;
}

#bookReview {
	clear: both;
}

#bookReview ul {
	list-style: url('http://www.chadmeister.com/images/li.gif');
	position: relative;
	left: 25px;
}

#bookReview a:visited {
	color: #76a6d6;	
}

#bookReview a:hover {
	color: #fff;	
}

/*********** PUBLICATIONS PAGE ****************/
#publicationsPage ol {
	list-style: url('../images/li.gif');
}

#publicationsPage ol li {
	margin-bottom: 1em;
}

/************** CONTACT PAGE ******************/
#contactPage ol {
	list-style: none;
	padding: 0;
	margin: 0 0 3em 0;
	clear: both;
}

#contactPage form {
	margin-bottom: 30px;
}

#contactPage label,
#speakingAdmin label {
	display: block;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: .9em;
}

#contactPage .required {
	font-weight: normal;
	/*color: #205A93;*/
	font-style: italic;
	font-size: .8em;
}

#contactPage input, #contactPage textarea,
#speakingAdmin input {
	width: 100%;
	border: solid 1px #000;
	padding: 2px;
	color: #205A93;
	font-family: Arial;
	font-size: .75em;
}

#contactPage input:focus, #contactPage textarea:focus,
#speakingAdmin input:focus {
	background: #CFDFEE;
	color: #000; 
	font-weight: bold;
	border-color: #000;
}

#contactPage textarea {
	height: 200px;
}

#contactPage form button {
	display: block;
	margin: 10px auto;
}

#contactPage input:focus {
	background: #d9d79d;
}


/************** ABOUT PAGE ******************/
#toc {
	border: solid 1px #000;
	background: url('http://www.ChadMeister.com/images/topicGradient.gif') repeat-y left #76a6d6;
	padding: 5px;
	width: 190px;
	float: right;
	font-size: .8em;
	margin-left: 10px;
	padding-left: 0;
}

#toc h3 {
	margin-top: 5px;
	font-size: 1em;
	font-weight: bold;
}

#toc a:link,
#toc a:visited {
	color: #fff;
}

#aboutPage #toc a:hover {
	background: #fff;
	color: #76a6d6;
}

#aboutPage ol {
	list-style: square;
}

#aboutPage ol li {
	margin-bottom: .75em;
	font-size: .75em;
}

#aboutPage ul li{
	margin-bottom: .75em;
	font-size: .75em;
}

#aboutPage ul {
	list-style: square;
	margin-top: .75em;
	padding-top: 0;
}

#aboutPage h2 {
	margin: 2em 0 0 0;
	padding: 0;
	color: #0A246A;
}

/************** SPEAKING PAGE ******************/
#speakingPage ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#speakingPage ol li:hover {
	background: url('../images/cal-item.jpg') repeat-x;
}

#speakingPage ol ul li:hover {
	background: transparent;
}

#speakingPage ol li .summary {
	font-weight: bold;
	margin-bottom: 5px;
}

#speakingPage ol li .location {
	display: block;
}

#speakingPage ol li .dtstart,
#speakingPage ol li .location {
	margin: 5px 0 0 1.5em;
}

#speakingPage div.topics {
	border: solid 1px #000;
	background: url('http://www.ChadMeister.com/images/topicGradient.gif') repeat-y left #76a6d6;
	padding: 5px;
	width: 190px;
	float: right;
	font-size: .8em;
	margin-left: 10px;
	padding-left: 0;
}

#wrapper #speakingPage div.topics a:link,
#wrapper #speakingPage div.topics a:visited {
	color: #fff;
}

#speakingPage div.topics ul {
	padding-left: 2em;
	margin-left: 0;
}

#speakingPage div.topics h3 {
	margin-top: 5px;
	font-size: 1em;
	font-weight: bold;
}

#wrapper #speakingPage div.topics a:hover {
	background: #fff;
	color: #76a6d6;
}


/************** SPEAKING CALENDAR ***************/
#speakingAdmin fieldset {
	border: 0;
	font-size: .85em;
}

#speakingAdmin form {
	border: solid 1px #000;
	background: url('http://www.ChadMeister.com/images/topicGradient.gif') left repeat-y #76a6d6;
}

#speakingAdmin form legend {
	font-weight: bold;
	color: #fff;
	padding: .5em 0 0 0;
	margin-left: 0;
	font-size: 1.33em;
}

#speakingAdmin form button {
	margin: 10px 10px;
}

#speakingAdmin .error {
	color: red;
	margin: 1.5em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

/************** HOME PAGE!!! ***************/
#homePage img {
	/*border: solid 1px #000;*/
	/*float: left;*/
	/*width: 320px;*/
	padding: 0 0 15px 0;
}

#homePage #events,
#homePage #showcase {
	float: right;
	clear: right;
}

#homePage #img {
	background: white url('http://www.ChadMeister.com/images/chad_meisterpic.jpg') no-repeat;
	height: 312px;
}

#homePage h2 {
	clear: both;
	margin-bottom: 0;
}

#homePage blockquote {
	/*The random quote section: needs to have a top and bottom border, extra spacing, serifed citation font*/
	clear: both; /*fix for the page's layout*/
	line-height: 1.8em;
	font-size: 1em;
	margin: 5px 0;
	padding: 10px 25px;
	border: solid 1px #000;
	border-width: 2px 0;
}

#homePage blockquote cite {
	display: block;
	text-align: right;
	padding: 0;
	margin: 0 0 -5px 0;
	font-family: serif;
	font-size: smaller;
}
