@charset "utf-8";
body {
	background:url('../graphics/creampaper.png') repeat;
}
.small a{
	display:block;
	text-transform: uppercase;
	list-style-type:none;
	margin: 0;
	display:inline;
}
.text {
	font-size: 0.8em;
}
body {
	overflow:scroll;
	font-size: 14px;

}
.polaroid {
    position: relative;
    background: #fff;
    width: 150px;
    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:bold;
	font-size:14px;
	font-family: 'GoblinRegular';	

}

.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;
	display:block;
	left:inherit;
	margin: 0 47%;
	top: 100%;
	width: inherit;
	height: 20%;
	z-index: 3;
}

#menu-bottom {
	display:none;
}

.menu{
	width: 100px;
	height: 100px;
	padding: 5px 5px 20px 0px;
}
p { color:#000;}


#Page-Container {
	position: absolute;
	display: inline-block;
	left: -300px;
	top: 20px;
	width: 600px;
	margin: 0 50%;
	z-index: 1;
	padding: 0 10px 0 10px;
	height: auto;
}
#content-holder{
	width:97%;
	margin-top: -1em;
	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: 300px;
	height: auto;
}
	
a img{
	border:none;   /* IE fix */
}

a {
	text-decoration:none;
	color:inherit;
}/* CSS Document */

blockquote {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em;
	margin-top: 2em;
}
blockquote p:first-letter {
	float: left;
	margin: .2em .3em .1em 0;
	font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
	font-size: 220%;
	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;
}.workshop-image {
	width:150px; 
	height:100px;
}
a:hover {
	color: #03C;
	font-size: 1em;
}
#banner-page {
	width:100%;
	background:#113e98 url(../graphics/blue12.gif) repeat-x;
	height: 40px;
	position:relative;
	z-index:10;
	margin-top:-12px;
	padding:0;
	border-bottom:1px solid #ccc;
}


/* Footer */

#footer {
	margin-top:30%;
	width: 100%;
	border-top: solid 1px #ccc;
	white-space:normal;
	position: absolute;
	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 */
 
#Low-Content {
	display:none;
}

#post-card img{
	width:70%;
	height:70%;
}

.map {
	width: 200px;
	height: 150px;
}
.book {
	width: 120px;
	height:170px;
}