/* CSS Document */

/* Elements */
body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: "comic Sans MS", "times New Roman";
	font-size: medium;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

ul {
	list-style: none;
	padding: 0;
}

a {
	color: #339900;
	text-decoration: none;
	/*font-weight: bold;*/
}

em {
	background: #00FF00;
}

a img {
	border: solid black thin;
}

/* IDs */
#container {
	background: url(images/bg.jpg) repeat-y center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	overflow: hidden;
}

#left {
	width: 400px;
	margin-right: -400px;
	float: left;
}

#right {
	width: 400px;
	margin-left: 400px;
	float: left;
}

#logo {
	width: 800px;
	height: 251px;
	background: url(images/logo.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#logo em {
	visibility: hidden;
}

#admin_logo {
	width: 800px;
	height: 251px;
	background: url(images/admin_logo.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#admin_logo em {
	visibility: hidden;
}

#menu
{
	position: relative;
	height: 65px;
}
#menu a {
	float: left;
	display: block;
	line-height: 65px;
	height: 65px;
	text-decoration: none;
}
#menu a i {
	visibility: hidden;
}
a#home { width: 151px; }
a#media { width: 150px; }
a#club { width: 202px; }
a#boards { width: 173px; }
a#links { width: 124px; }
a#home:hover { background-image: url(images/menu_home_h.jpg); }
a#media:hover { background-image: url(images/menu_media_h.jpg); }
a#club:hover { background-image: url(images/menu_club_h.jpg); }
a#boards:hover { background-image: url(images/menu_boards_h.jpg); }
a#links:hover { background-image: url(images/menu_links_h.jpg); }
/* same but admin links */
a#news { width: 168px; }
a#calendar { width: 225px; }
a#settings { width: 192px; }
a#logout { width: 215px; }
a#news:hover { background-image: url(images/menu_admin_news_h.jpg); }
a#calendar:hover { background-image: url(images/menu_admin_calendar_h.jpg); }
a#settings:hover { background-image: url(images/menu_admin_settings_h.jpg); }
a#logout:hover { background-image: url(images/menu_admin_logout_h.jpg); }

#login {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#login label {
	float: left;
	width: 1em;
}
#login input {
	color: #000099;
	background: white;
	border: solid thin #000099;
	margin: .2em;
}

#content {
	padding-left: 10px;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat bottom;
	width: 800px;
	padding-bottom: 10px;
	text-align: center;
	bottom: 0;
	font-size: small;
	font-weight:bold;
}

/* Classes */
.home {
	background: url(images/menu_home.jpg) no-repeat;
}
.media {
	background: url(images/menu_media.jpg) no-repeat;
}
.club {
	background: url(images/menu_club.jpg) no-repeat;
}
.links {
	background: url(images/menu_links.jpg) no-repeat;
}
.news {
	background: url(images/menu_admin_news.jpg) no-repeat;
}
.settings {
	background: url(images/menu_admin_settings.jpg) no-repeat;
}
.calendar {
	background: url(images/menu_admin_calendar.jpg) no-repeat;
}

.setw {
	width: 100px;
}

.officerboxp {
	width: 250pt;
	background: #FF6699;
	border: dotted thin black;
	font-size: small;
	margin: 5pt;
}

.officerboxb {
	width: 250pt;
	background: #6699FF;
	border: dotted thin black;
	font-size: small;
	margin: 5pt;
}

.bbc_list {
	list-style: url(images/bbc_blacks.png) circle;
	padding-left: 20pt;
}
.bbc_list li {
	padding-bottom: 1pt;
}

.pics {
	text-align: center;
}

.designs {
	margin: 5pt;
	margin-left: 200px;
}

.green {
	color: green;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: #0066FF;
	padding: 2px;
}

.query {
	margin-left: auto;
	margin-right: autok
}