@charset "UTF-8";
/* CSS Document */

/* Layout */

#container{
	position:relative;
	top:-10px;
	margin: 0 auto;
	width:862px;
	min-height:1040px;
	height:100%;
}

/* Header */

#header{
	width:100%;
	height:130px;
}

#logo{
	position:relative;
	float:left;
	width:57px;
	height:80px;
}
#phrase{
	position:relative;
	clear:right;
	float:right;
	width:126px;
	height:20px;
}
#links{
	position:relative;
	float:right;
	clear:right;
	top:30px;
	width:64px;
	height:20px;
}
/* Navigation */
#navigation{
	position:absolute;
	top:80px;
	width:860px;
	height:49px;
	background-image:url(../images/navigation/navigation_bg.png);
	border-top: 1px solid #666;
	border-right:1px solid #666;
	border-left:1px solid #666;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
}
#navigation li{
	list-style:none;
	font-family: "Helvetica Neue Light", helvetica, verdana, arial, sans-serif;
	font-size:13px;
	color:#f2f2f3;
}
#navigation ul{
	padding:0px;	
	margin:0px;
}
#navigation a{
	text-decoration:none;
	font-family: "Helvetica Neue Light", helvetica, verdana, arial, sans-serif;
	font-size:13px;
	color:#f2f2f3;
}

.navButton{
	position:relative;
	float:left;
	width:79px;
	height:33px;
	border-right:1px solid #000;
	padding-top:15px;
	text-align:center;
}
.navButton:hover{
	background-image:url(../images/navigation/button_hover.png);	
}
.navButtonDown{
	position:relative;
	background-image:url(../images/navigation/button_down.png);
	float:left;
	width:79px;
	height:33px;
	border-right:1px solid #000;
	padding-top:15px;
	text-align:center;
}
.navButtonDown:hover{
	position:relative;
	background-image:url(../images/navigation/button_hover.png);
	float:left;
	width:79px;
	height:33px;
	border-right:1px solid #000;
	padding-top:15px;
	text-align:center;
	cursor:default;
}
.navButtonRight{
	position:relative;
	float:right;
	width:79px;
	height:33px;
	border-left:1px solid #000;
	padding-top:15px;
	text-align:center;
}
.navButtonRight:hover{
	background-image:url(../images/navigation/button_hover.png);	
}
.navButtonFeedback{
	position:relative;
	float:right;
	width:79px;
	height:33px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-top:15px;
	text-align:center;
}
.navButtonFeedback:hover{
	background-image:url(../images/navigation/button_hover.png);	
}
.navArrow{
	position:absolute;
	background-image:url(../images/navigation/nav_arrow.png);
	width:15px;
	height:10px;
	top:39px;
	left:33px;
}

/* Search Bar */
#searchHolder{
	position:relative;
	float:right;
	min-width:210px;
	height:30px;
	margin:8px;
}
.searchBar{
	position:relative;
	float:left;
	width:158px;
	height:19px;
	background-image:url(../images/navigation/search_bar.png);
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-style:none;
}
.searchButton{
	position:relative;
	float:left;
	border-style:none;
	width:29px;
	height:30px;
	cursor:pointer;
	background-image:url(../images/navigation/search_button.png);
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
}

/* Grid */
.gridArrow{
	position:absolute;
	background-image:url(../images/navigation/grid_arrow.png);
	width:15px;
	height:10px;
	top:38px;
	left:33px;
	z-index:91;
}
.grid{
	position:absolute;
	top:48px;
	left:-1px;
	width:242px;
	height:118px;
	background-image:url(../images/navigation/grid-bg.png);
	background-repeat:repeat-x;
	background-color:#58595B;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	z-index:90;
}

.block{
	position:relative;
	float:left;
	width:60px;
	height:19px;
	padding:10px;
}
.block:hover{
	background-color:#333;	
}
.blockCenter{
	position:relative;
	float:left;
	width:60px;
	height:19px;
	padding:10px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.blockCenter:hover{
	background-color:#333;	
}
.column{
	position:relative;
	float:left;
	width:242px;
	height:40px;
}
.columnDown{
	position:relative;
	float:left;
	width:242px;
	height:38px;
	border-bottom:1px solid #000;
}

li ul{
	display:none;
}
li:hover ul{
	display:block;
}

/* Content */

#content{
	position:relative;
	padding:20px;
	float:left;
	background-color: #F2F2F3;
	width:500px;
	border-right: 1px solid #C2C2C3;
	min-height:1180px;
	height:100%;
}
#image{
	position:relative;
	float:left;
	border:1px solid #232122;
	width:500px;
	min-height:333px;
	height:100%;
	background-color:#333;
	text-align:center;
}
.shadow{
	position:relative;
	float:left;
	background:url(../images/shadow.png);
	width:502px;
	height:10px;
}
#text{
	position:relative;
	float:left;
	width:502px;
	height:100%;
	border-bottom:1px solid #C2C2C3;
	padding-bottom:20px;
}
#box{
	position:relative;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	float:left;
	height:100%;
	width:862px;
}
	
#sidebar{
	position:relative;
	float:left;
	width:300px;
	min-height:1160px;
	height:100%;
	padding:10px;
	
}

/* Sidebar */
#page1{
	position:absolute;
	float:left;
	border: #C2C2C3 1px solid;
	background-color: #E8E9E9;
	width:280px;
	height:490px;
	padding-left:10px;
	padding-right:10px;
	visibility:visible;
}
#page2{
	position:absolute;
	float:left;
	border: #C2C2C3 1px solid;
	background-color: #E8E9E9;
	width:280px;
	height:490px;
	padding-left:10px;
	padding-right:10px;
	visibility:hidden;
}
#page3{
	position:absolute;
	float:left;
	border: #C2C2C3 1px solid;
	background-color: #E8E9E9;
	width:280px;
	height:490px;
	padding-left:10px;
	padding-right:10px;
	visibility:hidden;
}
#page4{
	position:absolute;
	float:left;
	border: #C2C2C3 1px solid;
	background-color: #E8E9E9;
	width:280px;
	height:490px;
	padding-left:10px;
	padding-right:10px;
	visibility:hidden;
}
#page5{
	position:absolute;
	float:left;
	border: #C2C2C3 1px solid;
	background-color: #E8E9E9;
	width:280px;
	height:490px;
	padding-left:10px;
	padding-right:10px;
	visibility:hidden;
}
.cell{
	position:relative;
	float:left;
	border-bottom:1px solid #C2C2C3;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	width:278px;
	height:90px;
}
.cell h1{margin:0;}
.thumb{
	position:relative;
	float:left;
	border:1px solid #232122;
	width:60px;
	height:60px;
	margin-right:10px;
}
.contentThumb{
	position:relative;
	float:left;
	border:1px solid #232122;
	width:60px;
	height:60px;
	margin-right:10px;
	margin-top:15px;
}
.radioHolder{
	position:relative;
	top:10px;
	width:86px;
	margin: 0 auto;
	height:11px;
}
.radio{
	position:relative;
	background-image:url(../images/radio-main.png);
	float:left;
	width:11px;
	height:11px;
	margin:3px;
}
.radioDown{
	position:relative;
	float:left;
	width:11px;
	height:11px;
	margin:3px;
}
#bottomSidebarContainer{
	position:absolute;
	top:500px;
}
.shadowSmall{
	position:relative;
	background-image:url(../images/shadow-small.png);
	float:left;
	clear:both;
	width:300px;
	height:12px;
}
#footer{
	position:relative;
	float:left;
	margin-top:10px;
}
#legal{
	position:relative;
	float:right;
	margin-top:10px;
}

/* Archives */
.ArchiveCell{
	position:relative;
	float:left;
	border-bottom:1px solid #C2C2C3;
	margin-top:5px;
	padding-bottom:10px;
	margin-bottom:20px;
	clear:both;
	width:502px;
	height:100%;
}
.ArchiveCell h1{margin:0}

/* Runway */
.smallHolder{
	position:relative;
	float:left;
	width:160px;
	height:120px;
	margin-right:3px;
	margin-left:3px;
	margin-top:10px;
	margin-bottom:10px;
}
.smallHolder h3{text-align:center;}
.lastHolder{
	position:relative;
	float:left;
	width:160px;
	height:120px;
	margin-top:10px;
	margin-bottom:10px;
}
.lastHolder h3{text-align:center;}

.smallThumb{
	position:relative;
	float:left;
	width:158px;
	height:90px;
	border:1px solid #232122;
}
.smallShadow{
	position:relative;
	float:left;
	width:160px;
	height:10px;
	background-image:url(../images/small-shadow.png);
}

/* Events */
#eventsHolder{
	background-color: #E8E9E9;
	border: 1px solid #C2C2C3;
	position:relative;
	float:left;
	width:470px;
	height:100%;
	display:block;
	padding:15px;
}
.eventsCell{
	position:relative;
	float:left;
	border-bottom:1px solid #C2C2C3;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	width:100%;
	height:100%
}

/* Archives Layout */
#archiveHolder li{
	position:relative;
	float:left;
	width:119px;
	height:28px;
	margin: 2px;
	background-image:url(../images/archives.jpg);
	color:#FFF;
	border:1px solid #000;
	text-align:center;
	list-style:none;
	padding-top:12px;
}
#archiveHolder li a:link{
	color:#FFF;
}
#archiveHolder li a:hover{
	color:#CCC;
}
#archiveHolder li a:visited{
	color:#FFF;
}

/* Categories */
.wideHolder{
	position:relative;
	float:left;
	width:160px;
	height:120px;
	margin-right:3px;
	margin-left:3px;
	margin-top:10px;
	margin-bottom:10px;
}
.wideHolder h3{text-align:center;}

.wideThumb{
	position:relative;
	float:left;
	width:158px;
	height:90px;
	border:1px solid #232122;
}
.wideShadow{
	position:relative;
	float:left;
	width:160px;
	height:10px;
	background-image:url(../images/small-shadow.png);
}
/* Bottom Link */
#bottomLink{
	position:relative;
	background-image:url(../images/small-bg.jpg);
	float:left;
	clear:both;
	top:10px;
	margin:10px;
	padding-top:7px;
	width:100px;
	height:23px;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#bottomLink a{
	text-decoration:none;
	font-family: "Helvetica Neue Light", helvetica, verdana, arial, sans-serif;
	color:#f2f2f3;
}
#bottomLink a:hover{
	color:#999;	
}
/* Bottom Bar Found Under Article */
#bottomBar{
	position:relative;
	float:left;
	background-image:url(../images/small-bg.jpg);
	background-repeat:repeat-x;
	width:500px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:20px;
	margin-top:20px;
}
#bottomBar li{
	list-style:none;
	font-family: "Helvetica Neue Light", helvetica, verdana, arial, sans-serif;
	font-size:12px;
	color:#f2f2f3;
}
#bottomBar ul{
	padding:0px;	
	margin:0px;
}
#bottomBar a{
	text-decoration:none;
	font-family: "Helvetica Neue Light", helvetica, verdana, arial, sans-serif;
	font-size:12px;
	color:#f2f2f3;
}
.bottomLeft{
	position:relative;
	float:left;
	border-right:#000 1px solid;
	padding:8px;
}
.bottomLeft:hover{
	background-color:#333;	
}
.bottomLeftCorner{
	position:relative;
	float:left;
	border-right:#000 1px solid;
	padding:8px;
}
.bottomLeftCorner:hover{
	background-color:#333;	
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
}
.bottomRight{
	position:relative;
	float:right;
	border-left:#000 1px solid;
	height:30px;
}
.bottomRight:hover{
	background-color:#333;
}
.bottomRightCorner{
	position:relative;
	float:right;
	border-left:#000 1px solid;
	height:30px;
}
.bottomRightCorner:hover{
	background-color:#333;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
}