@charset "utf-8";
body {
	background:url('../graphics/creampaper.png') repeat;
}
a.small{
	display:none;
}

.polaroid {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 7px;
    margin: 10px;
    text-align: center; 
    -moz-box-shadow: 1px 1px 3px #222;
    -moz-transform: rotate(-5deg);
    -webkit-box-shadow: 1px 1px 3px #222;
    -webkit-transform: rotate(-5deg);
    box-shadow: 1px 1px 3px #222;
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
	font-weight:bolder;
	font-size:18px;
}

.polaroid:hover {
    -webkit-transform: scale(1.05) rotate(5deg);
    -moz-transform:scale(1.05) rotate(5deg);
    -o-transform:scale(1.05) rotate(5deg);
    transform:scale(1.05) rotate(5deg);
}


.active, #Top-Nav ul li a:hover {
	background: #29251F url(graphics/darkbrown.jpg) repeat;
	color: #fff;
	border-radius: 15px;
}
#Top-Nav ul li {
	text-transform: uppercase;
	list-style-type:none;
	margin: 0;
	display:inline;
}
#Top-Nav ul li a{
	text-decoration: none;
	padding: .4em .5em;
	color:#000;
	line-height: 2.5em;
}
#Top-Nav {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 550px;
	height: 7%;
	z-index: 3;
}

.menu{
	width: 100px;
	height: 100px;
	padding: 5px 5px 20px 0px;
}
p { color:#000;}


#Page-Container {
	position: absolute;
	display: inline-block;
	left: -480px;
	top: 8px;
	width: 960px;
	margin: 0 50%;
	z-index: 1;
	padding: 0 10px 0 10px;
	overflow: auto;
}
#content-holder{
	width:97%;
	margin-top: -3em;
	padding:10px;
	overflow:auto;
	height:inherit;
	padding:10px;
	border-radius:10px;
	box-shadow: 5px 5px 5px #888888;
}
.columns-left {width: 48%; float:left; text-align:justify; padding:0 10px 0 0;}
.columns-right {width: 48%; float:right; text-align:justify; padding:0 0 0 10px; }
h1{
	color:#000;
	font-size: 65px;
}
.border {
    background: url("graphics/darkbrown.jpg") repeat -100% -100% rgb(41, 37, 31);
    width: 100%;
	margin-top:-10px;
    height: 10px;
}
.clear-float {
	float:none;
	clear:both;
}

img.sponsors {
	width: 350px;
	height: auto;
	margin: 0 0%;
}
	
a img{
	border:none;   /* IE fix */
}

a {
	text-decoration:none;
	color:inherit;
}

blockquote {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em;
	margin-top: 2em;
}
blockquote p:first-letter {
	font-size: 100%;
	font-weight: bold; 
	}
/*blockquote p:first-line {
	font-variant: small-caps; } */
p.testimonials {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	
}
a:hover {
	color:#03C;
	font-size: 1em;
}

.workshop-image {
	width:200px; 
	height:150px;
	
}


/* Footer */

#footer {
	margin: 0 auto;
	padding:0;
	width: 930px;
	border-top: solid 1px #ccc;
	white-space:normal;
	position: relative;
	font-size: 0.80em;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:10px 0 20px 10px;
}
#footer li {
	display:inline;
	margin:0;
	padding: 0 5px;
	border-right:solid #000 1px;
}
#footer li.lastitem {
	border-right:none;
}
#footer p {
	height: auto;
	padding:5px 10px;
}
#footer a:link {
	text-decoration:none;
	color:#0021a5;
}
#footer a:visited {
	text-decoration:none;
	color:#0021a5;
}
#footer a:hover {
	text-decoration:underline;
	color:#ff4a00;
}
.clear {
	height: 0;
	clear:both;
}

#copyright {
	color: #787878;
	margin-top:0;
	padding:0 10px;
	line-height:1.5em;
}
#copyright a:link {
	color: #787878;
}
#copyright a:visited {
	color: #787878;
}
#copyright a:hover {
	color: #000000;
}
#wordmark {
	margin-top:0;
	padding-top:0;
}
.inText a:link {
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
.inText a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
.inText a:hover {
	text-decoration:none;
	border-bottom: none;
}
#copyright .inText a:link {
	color:#0021a5;
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
#copyright .inText a:visited {
	color:#0021a5;
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
#copyright .inText a:hover {
	color:#ff4a00;
	text-decoration:none;
	border-bottom: 1px dashed #ff4a00;
}
#wordmark {
	float: right;
	margin: 0 10px 0px 0px;
}
#wordmark img {
	height: 43px;
	width: 155px;
}
/* End of Footer */

.map {
	width: 400px;
	height: 300px;
}
#Low-Content {
	display:none;
}

.book {
	width:200px;
	height: 250px;
}