
/* Jilladelphia screen css 12/2010 */

@charset "utf-8";

/* 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; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
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;
}

/* General Styles */

.clear {
	clear: both;
}

.column { float: left; }

a, a:active, a:visited {
	color: #ccc;
	text-decoration: none;}

a:hover, a:focus {
	color: #bbb;
}

p {
	word-spacing: .15em;
}

.post-edit-link {
	display: none;
}

@font-face {
	font-family: 'BebasRegular';
	src: url('type/bebas-webfont.eot');
	src: local('☺'), url('type/bebas-webfont.woff') format('woff'), url('type/bebas-webfont.ttf') format('truetype'), url('type/bebas-webfont.svg#webfont0IxU3q0w') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout Styles */

html {
	width: 100%;
	height: 100%;
	background: url(img/bg_html.jpg) top center no-repeat;
}

body {
	font-family: Bebas, 'BebasRegular', Gills Sans, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	text-align: center;
	color: #ccc;
	word-spacing: .15em;
}

header, footer, section, nav {
	display: block;
}

#container {
	width: 1000px;
	height: 705px;
	background: url(img/bg_content.jpg) repeat-y top center;
	border: 1px solid rgba(0,0,0,0.5);
	text-align: left;
	margin: 0px auto;
	margin-top: 30px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

#setup, #content {
	height: 705px;
	width: 500px;
}

#setup {
	position: relative;
}

header {
	text-align: right;
	width: 400px;
	height: 105px;
	color: rgb(28,114,144);
	padding: 30px 50px;
}

header a, header a:active, header a:visited {
	color: rgb(28,114,144);
}

header li a:focus, header li a:hover {
	color: #333;
}

h1#branding {
	font-size: 70px;
	text-shadow:  1px 1px 1px #ccc;
}


header nav ul {
	margin: 0px 0px 20px 85px;
	float: right;
}

nav li {
	float: left;
	font-size: 30px;
	margin-right: 20px;
	text-shadow:  1px 1px 1px #bbb;
}

.last {
	margin-right: 0px;
}

#subcontent {
	font-size: 1.2em;
	line-height: 1.2em;
	text-shadow:  1px 1px 1px #333;
	padding: 45px;	
}

footer {
	clear: both;
	text-align: center;
	font-size: .8em;
	padding-top: 10px;
	color: #396171;
}

footer .copy {
	float: left;
	margin-left: 80px;
}

/* CONTENT SPECIFIC */

.glass {
   margin: 10px;
   padding: 0;
   border: 1px solid rgba(0,0,0,0.5);
   border-radius: 10px;
   background: rgba(0,0,0,0.25);
   box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

#samples li {
	height:46px; width:71px;
   margin: 10px;
   float: left;
   padding: 0;
   border: 1px solid rgba(0,0,0,0.5);
   border-radius: 10px;
   box-shadow: 0 2px 6px rgba(0,0,0,0.5);
   -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
   -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
   -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

#samples li img {
	border-radius:10px; -webkit-border-radius:10px; -moz-border-radius: 10px;
}

#samples li a {
	width: 71px;
	height: 46px;
	float: left;
	background: url(img/thumb_sprite.jpg) no-repeat 0 0;
	text-indent: -9999px;
	border-radius:10px; -webkit-border-radius:10px; -moz-border-radius: 10px;
	overflow: hidden;
}

#samples #zy  {	background-position: 0 -50px; }
#samples #nerd  {	background-position: 0 -100px; }
#samples #wall  {	background-position: 0 -150px; }
#samples #sweets  {	background-position: 0 -200px; }
#samples #isageek  {	background-position: 0 -250px; }
#samples #bo_poster  {	background-position: 0 -300px; }
#samples #tobie  {	background-position: 0 -350px; }
#samples #snapsplash  {	background-position: 0 -400px; }
#samples #ba_site  {	background-position: 0 -450px; }
#samples #awsm  {	background-position: 0 -500px; }
#samples #hopper  {	background-position: 0 -550px; }
#samples #cuddle  {	background-position: 0 -600px; }
#samples #uber  {	background-position: 0 -650px; }
#samples #versary  {	background-position: 0 -700px; }
#samples #synd  {	background-position: 0 -750px; }

#samples, #current {
	padding: 40px;
}

#current {
	line-height: 1.3em;
}

#current li {
	margin-left: 20px;
}

#social {
	position: absolute;
	bottom: 0;
	margin-bottom: 20px;
}

#social li {
	float: left;
}

#social li a {
	width: 64px;
	height: 64px;
	float: left;
	background: url(img/social_sprite.png) no-repeat 0 0;
	text-indent: -9999px;
}

#social #twitter a { background-position: 0px -68px; } 

/* 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; font-family: Gill Sans, Helvetica, Arial; font-variant: small-caps; font-size: .8em;}
#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(img/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(img/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(img/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:0px; right:5px; display:block; background:url(img/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
