/* CSS Document */

body {
	background-color: #D4CFBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

#wrapper {
	margin: 10px auto;
	position: relative;
	width: 1250px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #000;	
}

#header {
	width: 1218px;
	height: 90px;
	margin: 0 auto;
}

#nav {
	width: 1210px;
	margin: 5px auto 0 auto;
	box-shadow: 5px 5px 8px rgba(0,0,0,.3);
}

.content {
	width: 1210px;
	margin: 0 auto;
	padding: 19px;
}

.content #indexRandom {
	width: 900px;
	height: 800px;
	margin: 1px auto 0 auto;
}

.content #featuredPrev {
	width: 48px; 
	margin: 307px 30px 0 77px;  /* 27 or 77 */
	float: left;
}

.content .featuredPic {
	width: 900px; 
	height: 650px;
	margin: 10px 0 25px 0;
	float: left;
}

.content .featuredPic .img {
	margin: 0 auto 0 auto;
}

.content .featuredText {
	width: 900px; 
	height: auto;
	margin: 10px auto 0 auto;
}
	
.content .featuredText p {
	color: #555555;
	font-style: italic;
	text-align: center;
}

.content #featuredNext {
	width: 48px; 
	margin: 307px 0 0 30px;
	float: left;
}

.content .thumbs {
	width: 1183px; 
	height: auto;
	margin: 0;
	padding: 7px 0 1px 27px;
	background-image: linear-gradient(0deg, #BAC1C5, #9596A0);  /* was #C0C0C0, #A0A0A0 */
	background-image: -webkit-linear-gradient(90deg, #BAC1C5, #9596A0);
	background-color: #BBC;
}

.content .imageNav {
	width: 107px; 
	height: 107px;
	float: left;
	margin: 10px 24px 10px 0px;
	border: 0;
}

.content #workshopMovie {
	width: 241px; 
	height: 200px;
	margin: 10px auto 10px auto;
	border: solid 1px #FFFFFF;
}

#footer {
	width: 1210px;
	margin: 0 auto;
	padding: 14px 19px 8px 19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#footer h2 {
	text-align: center;
	color: #666666;
	margin-top: 0px;
}

#footer p {
	text-align: center;
	font-size: 0.6em;
	color: #666666;
}

a:link {
	text-decoration: underline;
	color: #2020AA;
}

a:visited {
	text-decoration: underline;
	color: #2020AA;
}

a:hover {
	text-decoration: none;
	color: #108010;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 15px 0 0 0;
	color: #000000;
}

h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
h1 { font-size: 2.1em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.35em; }
h4 { font-size: 1.2em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content p:first-child {
	margin-top: 0px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
.floatL {
	float: left;
	margin-right: 10px;
}
.floatR {
	float: right;
	margin-left: 10px;
}
.bold {
	font-weight: bold;
}
.largertext {
	font-size: 1.2em;
}
