/*
lateapex.org :: default.css
*/

/* Standard elements */
*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #777;
	text-decoration: none;
}

a:hover
{
	color: #aaa;
}

a[href$='.pdf']
{
	background-image: url(../img/pdf.gif);
	background-position: center right;
	background-repeat: no-repeat;
	display: inline-block;
	padding-right: 20px;
}

body
{
	background: #000 url(../img/bg.png) repeat-x fixed left bottom;
	color: #777;
	text-align: center;
	font: normal 10px Tahoma,Arial;
	padding-bottom: 20px;
}
html>body
{
	padding-bottom: 0px;
}

ul
{
	margin: 6px 0;
}

li
{
	list-style: url(../img/li.gif);
	margin-left: 20px;
	margin-bottom: 2px;
}

.itm
{
	border-bottom: 1px dotted #1A1A1A;
	margin-bottom: 3px;
}

code
{
	font: normal 1em "Lucida Sans Unicode" ,serif;
	background: url(../img/bgcode.gif);
	color: #aaa;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}

html
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

/* Misc */
div.quote
{
	margin-bottom: 12px;
	font: normal 10px "Lucida Sans Unicode" ,serif;
	background: url(../img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #777;
}

/* Main structure */
.main
{
	background: #000;
	border: 3px double #EEE;
	border-color: #141414 #202020 #222 #202020;
	margin: 20px auto;
	text-align: left;
	width: 600px;
}

/* Header */
.gfx
{
    height: 240px;
}

/* Menu */
.menu
{
	width: 600px;
	height: 36px;
}

.menu a
{
    background: #000 url(../img/bgmenu.png) repeat-x;
    border-right: 1px solid #222;
    border-top: 1px solid #1A1A1A;
    color: #777;
    font: normal 9pt Tahoma,Arial;
    float: left;
    padding-top: 4px;
    width: 100px;
    height: 36px;
}
html>body .menu a
{
	width: 99px;
	/*height: 36px;*/
}

.menu a span
{
    padding-left: 6px;
}
.menu a:hover
{
    background-position: left bottom;
    color: #aaa;
}
.menu a#active
{
    background-position: left bottom;
    color: #aaa;
}
.menu a#last
{
    width: 95px;
    border-right: none;
}
html>body .menu a#last
{
	width: 100px;
}

/* Content */
.content
{
	border-top: 1px solid #1A1A1A;
	background: #030303;
	clear: both;
	width: 600px;
}
.content h1
{
	margin: 0 0 4px;
	font: bold 1.1em Tahoma,Arial;
	color: #aaa;
}
.content p
{
	margin: 0 0 12px;
}

.item
{
	background: #030303 url(../img/bgitem.gif) repeat-x;
	padding: 8px 10px;
	font: normal 8pt Tahoma,Arial;
	clear: both;
}

.item .title
{
	float: left;
	margin: 0 0 4px;
	font: bold 1.1em Tahoma,Arial;
	color: #aaa;
}

.item .expandCollapse
{
	float: right;
}

.item .body
{
	overflow: hidden; 
	clear: both;
}

/* Footer */
.footer
{
    clear: both;
    padding: 5px;
    background: #0A0A0A;
    color: #777;
	font: normal 8pt Tahoma,Arial;
}

/* Schedule Filter */
.sec-container
{
    border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	background: #111;
    font: normal 8pt Tahoma,Arial;
    clear: both;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 5px;
	margin-right: 5px;
	width: 590px;
}
html>body .sec-container
{
	width: 580px;
	height: 90px;
}

.sec-1
{
    width: 192px;
	float: left;
}
html>body .sec-1
{
	width: 192px;
}

.sec-2
{
	float: left;
    width: 192px;
}

.sec-3
{
	float: left;
    width: 193px;
}
html>body .sec-3
{
	width: 193px;
}

.filt-head
{
    border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	border-top: 1px solid #1A1A1A;
	border-bottom: 1px solid #1A1A1A;
	background: #191919;
    font: bold 8pt Tahoma,Arial;
    clear: both;
	padding-left: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-left: 5px;
	margin-right: 5px;
	width: 590px;
}
html>body .filt-head
{
	width: 580px;
}

.filt-item
{
    background: #111;
    clear: both;
	padding-bottom: 0px;
}
html>body .filt-item
{
	padding-bottom: 18px;
}

.filt-checkbox
{
    padding-right: 0px;
	float: left;
}
html>body .filt-checkbox
{
	padding-right: 4px;
}

.filt-name
{
    float: left;
	padding-top: 3px;
}
html>body .filt-name
{
	padding-top: 0px;
}

.filt-footer
{
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	border-bottom: 1px solid #1A1A1A;
	background: #111;
    font: bold 8pt Tahoma,Arial;
    clear: both;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	width: 590px;
}
html>body .filt-footer
{
	width: 580px;
}

.filt-button
{
	background: #222;
	font: bold 8pt Tahoma,Arial;
	color: #777;
	border: 1px solid #1A1A1A;
	padding: 2px;
	margin-top: 5px;
	margin-right: 5px;
}

/* Month Header */
.month
{
    border: 1px solid #1A1A1A;
    background: #111;
	margin-left: 5px;
	margin-right: 5px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
	padding-right: 4px;
    font: bold 9pt Tahoma,Arial;
	color: #aaa;
	width: 590px;
	clear: both;
}
html>body .month
{
	width: 580px;
}

.showhide
{
    border-right: 1px solid #1A1A1A;
	border-top: 1px solid #1A1A1A;
	border-bottom: 1px solid #1A1A1A;
    background: #111;
    margin-right: 5px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
	font: bold 9pt Tahoma,Arial;
	color: #aaa;
	width: 30px;
	float: right;
}

/* 
   Each event is composed of four div classes:
   date, track, desc, and link
*/
.date
{
	float: left;
	font: normal 8pt Tahoma,Arial;
	border-bottom: 1px dotted #1A1A1A;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	width: 70px;
}
html>body .date
{
	margin-left: 10px;
	width: 70px;
}

.track
{
	width: 220px;
	float: left;
	font: normal 8pt Tahoma,Arial;
	border-bottom: 1px dotted #1A1A1A;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.desc
{
	width: 220px;
	float: left;
	font: normal 8pt Tahoma,Arial;
	border-bottom: 1px dotted #1A1A1A;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.link
{
	text-align: right;
	float: left;
	color: #fff;
	font: normal 8pt Tahoma,Arial;
	border-bottom: 1px dotted #1A1A1A;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-right: 5px;
	width: 70px;
	margin-bottom: 1px;
}
html>body .link
{
	margin-right: 10px;
	width: 70px;
}

#attend
{
	color: #fff;
	font-weight: bold;
}

.extlink
{
	background-image: url(../img/external.png);
	background-position: center right;
	background-repeat: no-repeat;
	/*border-bottom: 1px dotted #1A1A1A;*/
	display: block;
	padding-right: 15px;	
}

/* Separator (IE does not display this) */
.separator
{
	height: 20px;
}

/* Resource Table */
.club-section
{
	width: 600px;
	margin: 6px auto;
	text-align: top;
}

.club-section-1
{
	width: 200px;
	float: left;
	margin-left: 0px;
	padding-bottom: 15px;
}

.club-section-2
{
	width: 200px;
	float: left;
	padding-bottom: 15px;
}

.club-section-3
{
	width: 200px;
	float: right;
	padding-bottom: 15px;
}

/* Pre Cache Top Photos */
.hiddenPic
{
	display: none;
}

/* Picture */
.picture
{
	margin-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	text-align: center;
	padding: 5px;
	border: 1px solid #1A1A1A;
}
html>body .picture
{
	margin-left: 19px;
	margin-right: 19px;
	margin-bottom: 35px;
}

a img
{
	border: 0px;
}

/* Video */
.video
{
	margin-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	text-align: center;
	padding: 5px;
	border: 1px solid #1A1A1A;	
}
html>body .video
{
	margin-left: 19px;
	margin-right: 19px;
	margin-bottom: 15px;
}

/* Media Overlay */
#mediaOverlay
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#loadingPics
{
	height: 50px;
}

#loadingPics p
{
	color: #fff;
	font-weight: bold; 
	text-align: center;
}