@import "tables.css";

*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 91%;
	color: black;
}

body
{
	background: #000000;
	background-attachment: fixed;
	padding-bottom: 20px;
}

html>body
{
     font-size: 12px; /* For modern browsers 1em = 12px */
}

a, a:visited, a:active
{
	color: #999999;
}

a:hover
{
	color: #CCCCCC;
}

.reg-link a
{
        color: #0000FF;
}

.reg-link a:visited
{
        color: #800080;
}

.reg-link a:hover, a:active
{
        color: #FF0000;
}


p
{
	line-height: 1.5;
	margin: 0 0 1em;
}

div#container
{
	width: 900px;
	margin: 20px auto 0 auto;
}

#rightcol
{
	float: right;
	width: 595px;
	margin: 10px 0;
}

#leftcol
{
	float: left;
	width: 275px;
	margin: 10px 0;
}

#fullwidth
{
	float: left;
	margin: 10px 0;
	width: 100%;
}

#copyright
{
	text-align: center;
	margin-bottom: 10px;
	color: #85A8CC;
	position: relative;
}

.white-inside h2
{
	font-size: 1.3em;
	color: #FF6600;
}

.clear
{
	clear: both;
}

.dummy
{
	float: left;
	height: 0;
	font-size: 0;
}

.news-item
{
	background: #CCCCCC url(../images/arrow-left.gif) no-repeat 7px 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	cursor: pointer;
	margin-top: 10px;
}

.news-item:hover
{
	background-color: #999999;
}

.news-item h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}

.news-item h3
{
	font-size: 1em;
	font-style: italic;
	color: #656565;
	padding-left: 18px;
	font-weight: normal;
}

.news-more-info .container
{
	background: #FAFAFA;
	border: 1px solid #CDCDCD;
	border-top: 0 none;
	padding: 5px 5px 5px 23px;
}

.photos-item
{
	background: #EAF2FA url(../images/arrow-left.gif) no-repeat 7px 25px;
	border: 1px solid #B3C2D0;
	padding: 5px;
	cursor: pointer;
	margin-top: 10px;
	position: relative;
}

.photos-item:hover
{
	background-color: #DFE9F4;
}

.photos-item h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #1E3F60;
	padding-left: 15px;
	margin-top: 10px;
}

.photos-item h3
{
	font-size: 1em;
	font-style: italic;
	color: #656565;
	padding-left: 18px;
	font-weight: normal;
}

.photos-item img
{
	height: 50px;
	margin: 0 25px 0 0;
	float: left;
	position: relative;
	left: 15px;
	border: 1px solid #637D9C;
}

.photos-more-info .container
{
	background: #FAFAFA;
	border: 1px solid #CDCDCD;
	border-top: 0 none;
	padding: 5px 5px 5px 5px;
	clear: both;
}

.photos-more-info img
{
	border: 1px solid #637D9C;
}

.photo-dropdown div
{
	min-height: 75px;
	height: auto !important;
	height: 75px;
}
.news-more-info p
{
	line-height: 1.2;
	margin: 0 0 .3em;
}

hr
{
	color: #637D9C;
	background: #637D9C;
	height: 1px;
	border: 0 none;
	margin: 10px auto;
}

#header
{
	color: white;
}

#logo
{
	text-align: center;
	margin: 10px 0 0 -10px;
}

#announcements
{
	padding: 0 10px 5px 10px;
}

.content-area
{
	padding: 10px 20px;
}


.text
{
	font-size: 1em;
	line-height: 2em;
}

.dropcap
{
	font-size: 6.1em;
	line-height: .82em;
	font-family: "Times New Roman", serif;
	float: left;
	clear: both;
	position: relative;
}

#mission_statement
{
	text-align: justify;
}

#mission_statement .dropcap
{
	font-size: 7.3em;
}

.poll
{
	width: 300px;
	padding-top: 10px;
	margin-left: 10px;
}

.poll ul
{
	list-style: none;
	margin-left: 10px;
}

.poll li
{
	margin: 5px;
}

.poll_container
{
	width: 500px;
	margin: 20px auto 10px auto;
	background: url(../images/site/grotto-faded.html) top right no-repeat;
	min-height: 165px;
}

#allmembers
{
	float: right;
	margin-right: 40px;
	position: relative;
	border: 1px solid #637D9C;
}

.links
{
	margin-left: 20px;
	list-style: square;
	list-style-image: url(../images/site/open-box.gif);	
}

.links li
{
	margin: 5px;
}

.picker
{
	width: 250px;
	list-style: none;
}

.picker li a
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: #EAF2FA url(../images/site/arrow-link.gif) no-repeat 7px .6em;
	border: 1px solid #B3C2D0;
	padding: 5px 5px 5px 20px;
	cursor: pointer;
	margin-top: 10px;
	color: #2E4663;
}

.picker li a:hover
{
	background-color: #637D9C;
	color: white;
	border-color: #2E4663;
}

.linkstable
{
	width: 100%;
	border-collapse: collapse;
}

.linkstable th
{
	text-align: left;
	border-bottom: 1px solid #637D9C;
}

.linkstable td
{
	vertical-align: top;
}

.linkstable .links
{
	margin-left: 15px;
}

.top-nav
{
	margin-bottom: 20px;
	position: relative;
	float: left;
}

.top-nav li
{
	float: left;
	list-style: none;
	margin: 2px 0;
	padding: 0 13px;
	border-left: 1px solid #B3C2D0;
	position: relative;
}

.top-nav li.first
{
	border: none;
	padding-left: 0;
}

.member-info img
{
	width: 128px;
	height: 128px;
	float: left;
	border: 1px solid #637D9C;
	margin: 5px 10px 5px 5px;
	position: relative;
}

.member-info
{
	float: left;
	position: relative;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}

.pick-info img
{
	width: 200px;
	height: 200px;
	float: left;
	border: 1px solid #637D9C;
	margin: 5px 10px 5px 5px;
	position: relative;
}

.pick-info
{
	float: left;
	position: relative;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}

.apparel-info img
{
	width: 200px;
	height: 200px;
	float: left;
	border: 1px solid #637D9C;
	margin: 5px 10px 5px 5px;
	position: relative;
}

.apparel-info .small
{
	width: 50px;
	height: 50px;
	float: none;
	margin: 5px;
}

.apparel-info
{
	float: left;
	position: relative;
	margin-bottom: 20px;
	clear: both;
	width: 100%;
}

#navbar
{
	margin-top: 12px;
	margin-bottom: 4px;
}

#navbar ul
{
	margin-top: -5px;
	float: left;
	padding-top: 5px;
	list-style: none;
	position: relative;
	_width: 95%; /* IE 6 and below */
}

#navbar li
{
	float: left;
	font-size: 1.1em;
	_font-size: 1.0em; /* IE 6 and below */
}

#navbar li a, #navbar li a:visited, #navbar li a:active
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-right: 1px solid #FFFFFF;
	padding: .3em 1em .3em 1em;
}

#navbar li a:hover
{
	color: #FFFFFF;
	background: #999999;
}

.photo-dropdown div
{
	
	float: left;
	margin: 3px;
	text-align: center;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Force vertical scrollbar in Firefox, to avoid page "jumping" */
:root
{
	overflow-y: scroll;
}




/* clock */

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #FF6600; //#00BF96;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #999999;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
