﻿/*
////////////////////////////////////////////////
/// - HTML markup
*/

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	background-color: #fff;
	font-family: Georgia, Serif;
	font-size: 14px;
	color: #505050;
	line-height: 20px;
}

h1
{
	padding: 0;
	margin: 0px 0 16px 0;
	font-family: Georgia, Serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
	color: #000;
}

h1 a
{
	padding: 0;
	margin: 0px 0 16px 0;
	font-family: Georgia, Serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
	color: #000;
}

h2
{
	padding: 0;
	margin: 0 0 12px 0;
	font-family: Georgia, Serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
}

h3
{
	padding: 0;
	margin: 0 0 14px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
}

p
{
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 20px;
}

a
{
	font-family: Georgia, Serif;
	font-size: 14px;
	color: #f9932f;
	text-decoration: none;
	outline: 0;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

/*
/// - HTML markup
////////////////////////////////////////////////
/// - Divs
*/

#TOP
{
	width: 940px;
	height: 70px;
	margin: 0 auto;
}

#TOP-LOGO
{
	float: left;
	width: 165px;
	height: 42px;
	padding-top: 13px;
}

#PAGE-TOP
{
	height: 52px;
	background-image: url('images/top-bg.png');
	background-repeat: repeat-x;
	background-position: top left;
}

#CONTENT-START
{
	width: 900px;
	min-height: 500px;
	margin: -25px auto;
	padding: 10px 30px 20px 30px;
	background-image: url('images/page-bg.png');
	background-repeat: repeat-y;
	background-position: top left;
}

#PAGE-LEFT-START
{
	float: left;
	width: 640px;
	padding-right: 18px;
}

#PAGE-RIGHT-START
{
	width: 242px;
	float: left;
}

#CONTENT
{
	width: 900px;
	min-height: 100%;
	margin: -21px auto;
	padding: 25px 30px 20px 30px;
	background-image: url('images/page-bg2.png');
	background-repeat: repeat-y;
	background-position: top left;
}

#PAGE-LEFT
{
	float: left;
	width: 640px;
	padding-right: 19px;
}

#PAGE-RIGHT
{
	width: 241px;
	float: left;
}

/*
/// - Divs
////////////////////////////////////////////////
/// - MISC
*/

.clear
{
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.line-separator
{
	border-bottom: dotted 1px #f9932f;
}

.txt
{
	width: 300px;
	padding: 5px;
	margin-bottom: 7px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

.btn
{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 80px;
	height: 26px;
}

.orange1
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #f9932f;
}

.orange2
{
	font-family: Georgia, Serif;
	font-size: 12px;
	color: #f9932f;
	font-style: italic;
}

.red
{
	color: Red;
}

.smalldate
{
	font-size: 10px;
	font-family: Arial, Sans-Serif;
}

.bigwhite
{
    font-family: Arial, Sans-Serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.smallwhite
{
    font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
}

/*
/// - MISC
////////////////////////////////////////////////
/// - MENU
*/

#MENU
{
	float: right;
	height: 35px;
	padding-top: 21px;
}

#MENU ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#MENU ul li
{
	float: left;
    display: inline;
}

#MENU ul li a
{ 
	display: block;
	height: 35px;
	padding: 0 11px 0 11px;
	background-image: url('images/menu-bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#MENU ul li a:hover
{ 
	text-decoration: none;
}

#MENU ul li a.active
{ 
	text-decoration: underline; 
}

#MENU ul li a span
{
	text-align: center;
	line-height: 35px;
	display: block;
	margin: 0 0 0 0;
}

/*
/// - MENU
////////////////////////////////////////////////
/// - SUBMENU
*/

.submenu
{
	margin: 0 0 20px 0;
	height: 12px;
}

.submenu-link
{
	display: block;
	width: 216px;
	height: 29px;
	padding: 10px 0 0 25px;
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.submenu-active
{
	display: block;
	width: 216px;
	height: 29px;
	padding: 10px 0 0 25px;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url('images/submenu-bg.jpg');
	background-repeat: no-repeat;
}

.submenu-separator
{
	height: 1px;
	overflow: hidden;
	background-color: #ebebeb;
}

.submenu-start
{
	display: block;
	width: 226px;
	height: 44px;
	margin-bottom: 8px;
	padding: 12px 0 0 14px;
	background-image: url('images/startmenu-bg.gif');
	background-repeat: no-repeat;
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.submenu-start:hover
{
	text-decoration: none;
}

.small
{
	font-size: 10px;
}

/*
/// - SUBMENU
////////////////////////////////////////////////
/// - START
*/

#START
{
	height: 418px;
	background-image: url('images/starttop-bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

/*
/// - START
////////////////////////////////////////////////
/// - BLOCKS
*/

.twitterblock
{
	width: 242px;
	height: 125px;
	margin: 10px 0 12px 0;
	padding: 10px 0 0 12px;
	background-image: url('images/twitter-bg.gif');
	background-repeat: no-repeat;
}

.twitterblock-header
{
	font-family: Arial, Sans-Serif;
	padding: 0 0 7px 0;
}

.twitterblock-text
{
	width: 145px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #f99533;
	line-height: 15px;
}

.twitterblock-text a
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #f99533;
	line-height: 15px;
}

/*
/// - BLOCKS
////////////////////////////////////////////////
/// - STAFF
*/

.staff
{
	width: 176px;
	float: left;
}

.staff img
{
	border: solid 1px #ddd;
	margin-bottom: 5px;
}

.staff-separator
{
	width: 55px;
	height: 5px;
	float: left;
}

/*
/// - BLOCKS
////////////////////////////////////////////////
/// - EVENTS
*/
.event-all
{
	margin: 10px auto; 	
}
.event-top
{
	background: url('images/event-top.png') no-repeat;
	width: 242px;
	height: 53px;	
}
.event-middle
{
	background: url('images/event-middle.png') repeat-y;
	width: 242px;
	display: block;	
	padding: 5px 0;
}
.event-bottom
{
	background: url('images/event-bottom.png') no-repeat;
	width: 242px;
	height: 9px;	
}
.event-date
{
	height: 34px;
	text-align: center;
	width: 32px;
	background: url('images/datebox.gif') no-repeat;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	line-height: 16px;
}
.seperator
{
	height: 1px;
	border-bottom: dotted 1px #f9932f;
	margin: 10px 0;
}

/*
/// - STAFF
////////////////////////////////////////////////
/// - BLOGG
*/

.blogpost-txt
{
	margin-bottom: 8px;
	padding: 5px;
	width: 300px;
	height: 80px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

/*
/// - EVENT-INFO
////////////////////////////////////////////////
/// - EVENTS
*/
.event-left
{
	float: left;
	width: 345px;		
	margin: 0 0 0 10px;
}
.event-right
{
	float: right;
	width: 176px;	
	margin-right: 20px;
}
.event-right span
{
	font-size: 11px;	
}
.event-right img
{
	border: solid 1px #000000;
	margin: 10px 0 0 0;	
}
.event-right h3
{
	margin: 10px 0 5px 0;
}