@font-face {
    font-family: 'rock_itregular';
    src: url('rockit-webfont.eot');
    src: url('rockit-webfont.eot?#iefix') format('embedded-opentype'),
         url('rockit-webfont.woff') format('woff'),
         url('rockit-webfont.ttf') format('truetype'),
         url('rockit-webfont.svg#rock_itregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GoblinRegular';
    src: url('GoblinOne-webfont.eot');
    src: url('GoblinOne-webfont.eot?#iefix') format('embedded-opentype'),
         url('GoblinOne-webfont.woff') format('woff'),
         url('GoblinOne-webfont.ttf') format('truetype'),
         url('GoblinOne-webfont.svg#GoblinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background:url('../graphics/creampaper.png') repeat;
}

body {
	font-size:16px;
}
.polaroid {
    position: relative;
    background: #fff;
    width: 100px;
    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);
}


h1 {
	font-family: 'rock_itregular';
	color:#fff;
}
.formp, p, #Top-Nav ul li a{
	font-family: 'GoblinRegular';
	color:#fff;
}

h2 {
	font-family: 'GoblinRegular';
	font-size: 1em;
}

h2 a{
	font-family: 'GoblinRegular';
	font-size: 1em;
}

#Top-Nav ul li a {
	font-size: 1em;
}
.logo {
	font-family: 'rock_itregular';
	color:#fff;
	line-height:2.7em;
	
}

.header {
	font-family: 'rock_itregular';
	color:#F06F06;
	line-height:3em;
	margin-left: 25px;
	font-size:2.5em;
	
}
.text {
	font-size: 0.6em;
}

#content-holder {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:inherit;
	line-height: 1.5em;
	text-align:justify;
}

/*Font sizes */
h1 { 	font-size: 1.5em; }
p { font-size: 1em;}


/*Fonts end */

.small a{
	display:block;
}
#menu-bottom {
	display:none;
}
.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;
}
#Top-Nav ul li a{
	text-decoration: none;
	padding: .4em .5em;
	color:#000;
	line-height: 2.5em;
}
#Top-Nav {
	position: absolute;
	margin: 0 0%;
	top: 100%;
	width: inherit;
	height: 20%;
	z-index: 3;
	text-align:center;
}

.menu{
	width: 100px;
	height: 100px;
	padding: 5px 5px 20px 0px;
}
p { color:#000;}


#Page-Container {
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 20px;
	width: inherit;
	margin: 0 auto;
	z-index: 1;
	padding: 0 10px 0 10px;
	height: auto;
	min-width:400px !important;
}
#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: 98%; text-align:justify; }
.columns-right {width: 98%; text-align:justify;}
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 {
	padding: 10px;
}

.video {
	width: 480px;
	height: 300px;
}
	
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;
}
a:hover {
	color: #03C;
	font-size: 1em;
}
.workshop-image {
	width:100px; 
	height:50px;
}

#sponsor-logo{
	display:none;
}

/* Banner */
#banner-page {
	width:100%;
	background:#113e98 url(../graphics/blue12.gif) repeat-x;
	height: 40px;
	position:relative;
	margin-top:-12px;
	z-index:10;
	padding:0;
	border-bottom:1px solid #ccc;
	}
	
ul#bannernav {
	color:#fff;
	float:right;
	font-size:0.80em; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	}
	
ul#bannernav li{
	margin:0;
	display:inline;
	border-right:1px solid #fff;
	padding:0 8px 0 8px;
	}
	
ul#bannernav li.last-item {
	border:none;
	}
	
ul#bannernav a:link{
	color:#fff;
	text-decoration:none;
	border:none;
	}
	
ul#bannernav a:visited{
	color:#fff;
	text-decoration:none;
	border:none;
	}
	
ul#bannernav a:hover{
	color:#fff;
	text-decoration:underline;
	border:none;
	}

h1#uflogo {
	margin:0;
	padding:0;
	float:left;
	width:45px;
	height:39px;
	overflow:hidden;
	position:relative;
}

h1#uflogo span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	width:45px;
	height:39px;
	margin:0;
	padding:0;
	background:url(../graphics/uf-uf9.gif) top left no-repeat;
			cursor:pointer;
}

h1#liblogo {
	float:left;
	margin:0;
	padding:0;
	width:246px;
	height:39px;
	overflow:hidden;
	position:relative;
}	

h1#liblogo span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
	width:246px;
	height:39px;
	margin:0;
	padding:0;
	background:url(../graphics/uf-uflib9.gif) top left no-repeat;
		cursor:pointer;
}
/* End of Banner */

/* Footer */

#footer {
	margin-top:120%;
	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 */
.map {
	width: 200px;
	height: 100px;
}

#post-card {
	display:none;
}
.book {
	width: 100px;
	height:150px;
}