@import url("reset.css");

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #D3D2A4;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333;
}
.bannerInnerWrap {
	background-color: #FFF;
	height: 184px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.sidebarSlideshowWrapper {
	height: 300px;
	width: 231px;
}
.classLocation {
	float: right;
}


.bannerLeft {
	background-color: #CC6;
	height: 184px;
	width: 470px;
	float: left;
}
.bannerRight {
	background-color: #C9C;
	float: right;
	height: 184px;
	width: 468px;
}

.top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 970px;
}


/* ~~HTML 5 block level settings~~ */
article, aside, details, figcaption, figure, footer, header,  hgroup, menu, nav, section { 
display: block; }




/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 970px;
	text-align:left;
	font-size: 1.2em;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}

/* ~~HTML 5 Header~~ */
header {
	height: 100px;
	width: 970px;
	text-align: center;
}

/* ~~HTML 5 Nav~~ */
nav {
	/* [disabled]height: 30px; */
	/* [disabled]width: 960px; */
}

header, nav, #content, .bannerPhoto {
	background-image: url(../images/contentFill.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* ~~HTML 5 Footer~~ */
footer {
	font-size: 0.8em;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	width: 100%;
	clear: both;
}

footer a:link, footer a:visited, footer a:hover, footer a:active{
	font-size: 0.9em;
	text-decoration: underline;
	color: blue;
}


#content {
	width: 850px;
	float: left;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	line-height: 1.5em;
}

.bannerPhoto {
	height: 184px;
	width: 970px;
	float: left;
}
.bottom {
	float: left;
	height: 53px;
	width: 970px;
}

/* Sets the paragraph height spacing within the content and sidebar containers */
#content p {
	padding-bottom: 8px;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#content ul, #content ol {
	padding-top: 10px;
	/* [disabled]padding-right: 60px; */
	padding-bottom: 15px;
	padding-left: 15px;
}
#content li{
	padding-bottom: 6px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
}


.sidebar {
	float: right;
	width: 231px;
	margin-left: 40px;
	margin-bottom: 40px;
	/* [disabled]height: 500px; */
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #FBC248;
	padding-left: 25px;
	position: relative;
}
.socialMediaBar2 {
	height: 59px;
	width: 230px;
	float: right;
	clear: right;
}


/* ~~Credit box for Jesse~~ */

#creditBox {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}


#creditBox a {
	color: #8B8943;
	font-size: 0.9em;
	text-decoration: none;

}

#creditBox a:hover {
	color: #000000;
	font-size: 0.9em;
	text-decoration: underline;
}

/*
The +p after the Header tag sets the top margin of the paragraph directly after the Header tag
*/
h1  {
	font-size: 2em;
	color: #1E7028;
}

h1 + p {
	margin-top: 15px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #1E7028;
	margin-top: 10px;
}

h2 + p {
	margin-top:3px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin-top: 3px;
	margin-bottom: 3px;
}

h3 + p {
	/* [disabled]margin-top:3px; */
}


/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}



/* ~~ miscellaneous float/clear classes ~~ */
.floatrt {  /* to float elements/images to the right */
	float: right;
	margin-left: 8px;
}
.floatlft { /* to float elements/images to the left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.columnLeftMain {
	float: left;
	width: 540px;
	margin-top: 15px;
}


	
.sidebarInner {
	line-height: normal;
	font-style: italic;
}
.page-private {
}
.page-press {
}

.page-private h1{
	margin-bottom: 15px;
}

.page-press h1 {
	margin-bottom: 15px;	
}

.page-classes {
	
}

.page-classes .columnLeftMain {
	width: 540px;
	margin-top: 0px;
}
.page-tour .columnLeftMain {
	width: 540px;
	margin-top: 0px;
}


.page-classes .columnLeftMain h2 {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F9C148;
	padding-top: 5px;
	color: #B63910;
	font-size: 1.5em;
}

.page-press .sidebarSlideshowWrapper {
	height: 144px;
}
