

/* Jilladelphia CSS - 05.2010 */

/* RESET */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* SITE CSS */

body {
	text-align: center;
	line-height: 1.2em;
	font-family: futura, Trebuchet MS;
	color: #104a5e;
	min-height: 900px;
	background: url(http://www.jilladelphia.com/test/img/body_bg_lg.jpg) repeat-x #104a5e;
}

a {
	color: #104a5e;
	text-decoration: none;
}


a:hover, a:focus {
	text-decoration: underline;
	color: #002233;
}

h1#title  {
	position: absolute;
	z-index: 1000;
	top: -20px;
	left: 0;
	text-indent: -9999px;
	background: url(http://www.jilladelphia.com/test/img/logo.png) no-repeat;
	height: 180px ;
	width: 200px;
}

#clouds {
	background: url('../img/clouds.png') -67px 0;
	height: 150px;
	z-index: 100;
	top: 0;
	left: 0;
	position: relative;
}

#clouds_sml {
	background: url('../img/clouds_sml.png');
	height: 100px;
	z-index: 99;
	margin-top: -120px;
	position: relative;
}

#content {
	min-width: 950px;
	margin-top: 30px;
}

#nav {
	border-bottom: 3px solid #497685;
	float: left;
	width: 90%;
	margin-bottom: 20px;
}

#nav a {
	padding: 5px;
	padding-bottom: 0px;
}

#nav a:hover, #nav a:focus, #nav a.active {
	background: #497685;
	text-decoration: none;
	color: #fff;
}

#nav li {
	float: left;
	margin-right: 20px;
	font-variant: small-caps;
}

#nav li#contact {
	background-color: #b4ced4;
	text-transform: uppercase;
}

#nav li:first-child {
	margin-left: 50px;
}

#nav li:last-child {
	font-size: 11px;
	float: right;
	cursor: pointer;
	font-variant: normal;
}

#nav li:last-child a {
	padding-bottom: 3px;
}

li#hideMonsters {
	display: none;
}

#samples {
	clear: left;
	width: 550px;
	margin: auto;
}


#samples ul {
	margin-left: 55px;
}

#samples li {
	border: solid 1px #497685;
	float: left;
	height: 50px;
	width: 75px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;	
}

#samples li img {
	margin-top: 2px;
}

#contactContent span {
	display: block;
	background-color:  #b4ced4;
	margin-bottom: 3px;
	padding: 3px;
	font-variant: small-caps;
}

#about {
	height: 338px;
	width: 536px;
	text-align: left;
	background: url('../img/box_lg.png') no-repeat;
	padding: 20px 40px 20px 35px;
	float: left;
	clear: left;
	margin-left: 410px;
}

#about dl {
	margin-bottom: 20px;
}

#about dd {
	margin-left: 20px;
}

#drawer {
	position: absolute;
	right: 0;
	margin-top: 50px;
}

#handle, #drawerContent, #drawer ul, #drawer span {
	float: left;}

#drawer ul, #drawer span {
	margin-left: 10px;

}

#handle, #drawer span {
margin-top: 17px;
}

#handle {
	background: #104a5e;
	color: #fff;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#drawerContent {
	border-top: 2px solid #104a5e;
	border-left: 2px solid #104a5e;
	border-bottom: 2px solid #104a5e;
	background: #fff;
	min-width: 80px;
	padding: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


#city {
display: none;}

#monsters {
display: none;
}

#footer {
	color: #fff;
	position: relative;
	clear: both;
	margin-top: 650px;
	text-align: center;
	width: 100%;
}

#footer a {
	color: #fff;
}

/* Lightbox styles */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:#1c2430;}

#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#000711; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc; font-variant: small-caps;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:0px; margin-top:-32px; background:url(images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:0px; margin-top:-32px; background:url(images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:0px; right:5px; display:block; background:url(images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}