/* CHAUNCY MAPLES - MAIN STYLE SHEET */

/* Excluding 'BLOG ONLY' */
/* Differences in 'form input, form textarea' and 'form_label' */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: justify;
	font-size: 90%;
	}

#wrapper {
	position: relative;
	width: 900px;
	margin: 20px auto 0px auto;
	padding: 0px;
	background-color: #ffffff;
	}

#header {
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0px;
	}
	
#navBar {
	position: relative;
	width: 825px;
	margin: 0px 25px 0px 50px; /* 825 + 25 + 50 = 900 */
	padding: 0px;
	clear: both;
	}

#page {
	position: relative;
	width: 900px;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	clear: both;
	}

#footer {
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	clear: both;
	}
	
#footerBox {
	position: relative;
	width: 825px;
	margin: 0px 25px 0px 50px; /* 825 + 25 + 50 = 900 */
	padding: 0px;
	}

#colofon {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	clear: both;
	}

#movie {
	position: relative;
	margin: 10px auto;
	width: 466px;
	height: 284px;
	border: 1px solid #587058;
	}
	
div.left {
	float: left;
	width: 500px;
	margin: 0px 50px; /* 500 + 50 + 50 = 600 */
	padding: 0px;
	line-height: 150%;
	}
* html div.left { display: inline; }

div.leftBox {
	width: 440px;
	margin: 20px auto;
	padding: 0px 10px;
	border: 2px solid #587058;
	}

div.right {
	float: left;
	width: 275px;
	margin: 0px 25px 0px 0px; /* 275 + 25 = 300 */
	padding: 0px;
	line-height: 150%;
	}
* html div.right { display: inline; }

#rightBox1 {
	width: 260px;
	margin: 20px auto;
	padding: 0px;
	}
	
#rightBox2 {
	width: 250px;
	margin: 20px auto;
	padding: 5px;
	border: 1px solid #587058;
	}

div.noCols {
	position: relative;
	width: 825px; /* 825 + 25 + 50 = 900 */
	margin: 0px 25px 0px 50px;
	padding: 0px;
	}
	
div.cols {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px;
	}

/* Chauncy Maples - Styles */

p {
	margin: 10px 0px;
	text-align: justify;
	line-height: 150%;
	}

p.sidebar {
	margin: 10px 20px 10px 0px;
	}
	
p.center {
	text-align: center;
	}

p.footer {
	font-size: 80%;
	line-height: 200%;
	text-align: left;
	padding: 0px 0px 10px 0px;
	}
	
p.footerRight {
	margin: 0px;
	font-size: 80%;
	text-align: right;
	line-height: 95%;
	padding: 5px 0px 10px 0px;
	}

p.title {
	margin: 0px;
	padding: 0px;
	font-size: 350%;
	letter-spacing: 5px;
	text-align: left;
	}

p.titleSub {
	margin: 0px;
	padding: 0px;
	font-size: 200%;
	font-weight: normal;
	text-align: left;
	color: #587058;
	}
	
p.nocomments {
	text-align: left;
	font-style: italic;
	}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
	color: #333333;
	margin: 20px 0px 10px 0px;
	text-align: left;
    }

h1 {
	font-size: 140%;
    }

h2 {
	font-size: 120%;
    }

h3 {
	font-size: 100%;
	}

h4 {
	font-size: 120%;
	text-align: center;
	}

a:link {color: #669900; font-weight: normal; text-decoration: underline;}
a:visited {color: #669900; font-weight: normal; text-decoration: underline;}
a:hover {color: #669900; font-weight: normal; text-decoration: underline;}
a:active {color: #669900; font-weight: normal; text-decoration: underline;} 

a.bold:link {font-weight: bold;}
a.bold:visited {font-weight: bold;}
a.bold:hover {font-weight: bold;}
a.bold:active {font-weight: bold;} 

a.nav:link {color: #333333; font-size: 110%; font-weight: bold; text-decoration: none;}
a.nav:visited {color: #333333; font-size: 110%; font-weight: bold; text-decoration: none;}
a.nav:hover {color: #333333; font-size: 110%; font-weight: bold; text-decoration: underline;}
a.nav:active {color: #333333; font-size: 110%; font-weight: bold; text-decoration: none;}

a.noFormat:link {color: #333333; text-decoration: none;}
a.noFormat:visited {color: #333333; text-decoration: none;}
a.noFormat:hover {color: #333333; text-decoration: none;}
a.noFormat:active {color: #333333; text-decoration: none;}

table {
	width: 450px;
	margin: 20px auto;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: left;
	}

hr {
	color: #587058;
	background-color: #587058;
	height: 5px;
	margin: 0px;
	border: none;
	}

hr.black {
	color: #333333;
	background-color: #333333;
	}

ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	}
	
li.noBullet {
	list-style-type: none;
	}

/* IMAGES */
img {
	display: block;
	margin: 20px auto;
	border: #587058 2px solid;
	}

img.alignright {
    float: right;
    }
    
img.alignleft {
    float: left
    }
	

/* CONTACT FORM */

form fieldset legend {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	padding-bottom: 4px;
	}

fieldset {
	border: 1px solid #587058;
	padding: 0px 10px;
	}

form input, form textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	width: 230px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	/* width: 230px not on style sheet for blog */
	}
	
img.formCaptcha {
	float: left;
	margin: 0px 0px 10px 0px;
	border: 1px solid #a7a6aa;
	}

p.red {
	color: #cc0000;
	text-align: left;
	}