html, body
{
margin: 0px;
padding: 0px;
background-color: #221e1f;
}

body
{
font-family: Arial, helvetica, sans-serif;
font-size: 16px;
color: #FFF;
text-align: justify;
background-image: url('../../images/headerbg.gif');
background-position: top left;
background-repeat: repeat-x;
}


a, a:link
{
color: #73a5ef;
text-decoration: none;
}

div.box a
{
color: #7bcbf9;	
}

div.box a:hover
{
color: #efefff;	
}

a:hover
{
color: #b1e3ff;
text-decoration: none;

}

a:visited
{
color: #898dc0;
text-decoration: none;

}

a:visited:hover
{
color: #a3a7d8;
text-decoration: none;
}

img
{
border: 0px
}

div#container
{
margin: 16px 20px 0 20px;
}


div#header
{
width: 100%;
height: 160px;
position: relative;
z-index: 1300
}

img#logo
{
position: absolute;
top: 0px;
left: 32px	
}


div#col1, div#col1_front
{
margin: 0 0 0 60px;
float: left;
width: 280px;
overflow: visible
}

div#col2
{
margin: 0 60px 0 380px;
height: 1%;
min-width: 445px;
}

div#col_full
{
margin: 0 60px 0 60px;
}

div#footer
{
width: 100%;
text-align: right;
clear: both;
margin: 2em 0 1em 0;
font-size: 0.8em
}


table, td, tr
{
font-size: 100%
}

.text
{
letter-spacing: -0.02em;
line-height: 1.6em	
}

h1
{
text-align: left;
margin: 0 0 0.5em 0;
line-height: 1.1em
}

h1 a, h1 a:visited
{
color: #FFF	
}

h2
{
text-align: left;
margin: 0 0 0.5em 0;
line-height: 1.1em;
font-size: 1.5em
}

h3
{
text-align: left;
font-size: 1.3em;
color: #221e1f;
font-weight: normal;
letter-spacing: -0.05em;
margin: 0 0 -0.5em 0;
}

div.box
{
width: 100%;
background: #8a54d3;
padding: 10px;
background-image: url('../../images/boxbg.gif');
background-position: bottom left;
background-repeat: repeat-x;
margin: 0 0 30px 0;
overflow: hidden;
}





/*MENU STYLES*/


/*IE7 FIX*/
ul#menu li:hover, ul#menu li.hover
{
position: static;
}
/*IE7 FIX*/


ul#menu li span
{
font-weight: bold;
color: #5d5d5d
}

ul#menu
{
position: absolute;
top: 105px;
left: 440px;	
font-size: 0.8em;
min-width: 476px
}

ul#menu, ul#menu ul /* all lists */
{
padding: 0;
margin: 0;
list-style: none;
line-height: 1em;
}

ul#menu ul a /* 2nd and 3rd level links */
{
background: #221E1F;
border-left: 0.25em solid #2f2b2c;
border-right: 0.1em solid #2f2b2c;
text-align: left;
padding: 0 0 0 0.25em;
}

ul#menu ul a:hover
{
color: #FFF;
background: #282526
}

ul#menu a
{
background-position: bottom left;
background-repeat: repeat-x;
height: 46px;
color: #6d5e62;
display: block;
width: 6.2em;
text-decoration: none;
text-align: center;
}

ul#menu a:hover
{
color: #221e1f	
} 

ul#menu li /* all list items */
{
float: left;
width: 6.2em; /* width needed or else Opera goes nuts */
}

ul#menu li ul /* second-level lists */
{
position: absolute;
width: 10em;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

ul#menu li ul ul /* third-and-above-level lists */
{
margin: -1.5em 0 0 10em;
}

ul#menu li:hover ul ul, ul#menu li:hover ul ul ul, ul#menu li.sfhover ul ul, ul#menu li.sfhover ul ul ul
{
left: -999em;
}

ul#menu li:hover ul, ul#menu li li:hover ul, ul#menu li li li:hover ul, ul#menu li.sfhover ul, ul#menu li li.sfhover ul, ul#menu li li li.sfhover ul /* lists nested under hovered list items */
{
left: auto;
}

ul#menu ul, ul#menu ul li, ul#menu ul a, ul#menu ul ul
{
width: 10em;
height: 1.5em;
}

ul#menu li a.m1
{
background-image: url('../../images/menu1.gif');
}

ul#menu li a.m1:hover
{
background-image: url('../../images/menu1h.gif');
}

ul#menu li a.m2
{
background-image: url('../../images/menu2.gif');
}

ul#menu li a.m2:hover
{
background-image: url('../../images/menu2h.gif');
}

ul#menu li a.m3
{
background-image: url('../../images/menu3.gif');
}

ul#menu li a.m3:hover
{
background-image: url('../../images/menu3h.gif');
}

ul#menu li a.m4
{
background-image: url('../../images/menu4.gif');
}

ul#menu li a.m4:hover
{
background-image: url('../../images/menu4h.gif');
}

ul#menu li a.m5
{
background-image: url('../../images/menu5.gif');
}

ul#menu li a.m5:hover
{
background-image: url('../../images/menu5h.gif');
}


/*MENU STYLES*/


#loginSmall
{
display: none;
position: absolute;
top: 54px;
right: 8px;
width: 380px;
z-index: 1500
}

#loginSmall *
{
margin: 0 0 4px 0
}

#loginSmall input
{
float: left	
}

#loginSmall label
{
display: block;
font-size: 0.7em;
font-weight: normal;
color: #989898;
margin: 0;
width: 5em;
}

#loginSmall .left
{
float: left	
}

#loginSmall .gutter
{
width: 4px;
height: 16px;
float: left
}

#loginSmall button
{
position: relative;
top: 14px	
}


div#login
{
position: absolute;
top: 133px;
right: 7px;
text-align: center;
z-index: 1400
}

div#login a
{
display: block;
font-weight: bold;
background-color: #8A54D3;
color: #FFF;
margin-left: 4px;
width: 64px;
height: 16px;
text-align: center;
font-size: 0.8em
}

div#login a:hover
{
background-image: url('../../images/boxbg.gif');
background-position: bottom left;
background-repeat: repeat-x;	
}

span#options a
{
font-weight: normal;
background-image: none;		
background-color: #5a388b
}

span#options a:hover
{
background-image: none;		
background-color: #A18CC2
}


span#options
{
display: none	
}

.inline
{
display: inline;	
}

/*FORM STYLES*/

label
{
display: block;
font-weight: bold;
font-size: 0.8em
}

label span /*for 'required' asterisk*/
{
color: #7654D3;
font-size: 1.5em;
position: relative;
top: 0.1em
}

legend
{
background: #7654D3;
color: #fff;
font-weight: bold;
padding: 0 0.5em 0 0.5em;
}

fieldset
{
margin: 0 0 1em 0;
padding: 1em;
border: 2px solid #2f2b2c
}

textarea
{
width: 100%;
height: 7em	
}

input, select, textarea
{
font-family: Arial, helvetica, sans-serif;
color: #6d5e62;
font-size: 0.8em
}

input.checkbox
{
position: relative;
width: auto;
}

button
{
background-color: #7c5ca7;
background-image: url('../../images/highlight1.gif');
background-position: bottom left;
background-repeat: repeat-x;	
font-family: Arial, helvetica, sans-serif;	
font-size: 0.8em;
color: #FFF;
font-weight: bold;
border: 2px solid #7c5ca7
}

button:hover
{
border-color: #b2a0cd;
cursor: pointer
}
/*FORM STYLES*/



/*TABLE STYLES*/

table, td, tr
{
font-size: 100%;
}

table
{
width: 100%;
margin: 1em 0 1em 0
}

td
{
border-bottom: 1px dotted #2f2b2c;
padding: 0.25em;
}

th
{
background: #8A54D3;
color: #FFF;
font-weight: bold;
padding: 0.25em;
text-align: left
}

tr.hover:hover
{
background: #453d3f
}

th.action, td.action
{
width: 32px	
}

td.action
{
text-align: center
}

/*TABLE STYLES*/

/*COLUMN 1 LISTS*/
#col1 ul
{
padding: 0;
margin: 0 0 2em 0;
list-style: none;
}

#col1 ul a
{
display: block;
width: 100%;
border-bottom: 1px dotted #2f2b2c;
padding: 0.25em;
}

#col1 ul a:hover
{
background: #453d3f	
}
/*COLUMN 1 LISTS*/


.grayedout
{
color: #453D3F	
}

div.pager_bar
{
text-align: center
}

/*COMMENT STYLES*/
ul#comments
{
padding: 0;
margin: 0;
list-style: none;	
}

ul#comments li
{
background: #453D3F;
border-bottom: 1px dotted #2f2b2c;
padding: 0.25em;
position: relative
}

ul#comments div.l
{
font-size: 0.8em	
}

ul#comments div.r
{
font-size: 0.8em;
position: absolute;
bottom: 0;
right: 0.5em	
}

h2.comments
{
margin: 2em 0 0.5em 0;
}

div.comment_footer
{
margin: 0.25em 0 0 0	
}
/*COMMENT STYLES*/

div#event_form, div#org_form
{
display: none	
}

div#event_link, div#org_link
{
display: block	
}

.small
{
width: 24px
}

div.tabbed
{
width: 100%;
height: 43px;
margin-bottom: 0.5em
}

div.tabbed a
{
display: block;
height: 43px;
width: 21%;
float: left;
background-image: url('../../images/tabbg1.gif');
background-position: top left;
background-repeat: repeat-x;
margin: 0 8px 0 0;
padding: 5px 0 0 9px;
color: #696566;
font-weight: bold;
font-size: 0.8em
}

div.tabbed a:hover
{
background-image: url('../../images/tabbghover1.gif');	
color: #969293
}

div.tabbed a.selected
{
background-image: url('../../images/tabbgselected1.gif');	
color: #FFF
}

div.tabbed a.selected:hover
{
background-position: 0px -4px
}

div.pager_bar
{
width: 98%;
padding: 4px;
margin: 8px 0px 8px 0px;
height: 24px;
text-align: center;
font-weight: bold;
background: #2f2b2c;
color: #221E1F
}

div.pager_bar select, div.pager_bar form
{
display: inline;
margin: 0 2px 0 2px
}


div.pager_bar a
{
color: #FFFFFF;
}



div.date_square
{
width: 100px;
height: 60px;
padding: 2px;
float: left;
margin: 0 4px 0 4px;
text-align: center;
overflow: hidden;
}

span.date_to
{
float: left;
display: block;
margin: 2px;
font-weight: bold;
position: relative;
top: 14px
}

#col1 .date_square
{
background: #2F2B2C
}


div.date_square span
{
width: 100%;
display: block
}

div.date_square span.day
{
font-size: 1.4em;
position: relative;
top: 8px;
letter-spacing: -0.05em;
}

div.date_square span.month
{
font-size: 0.8em;
position: relative;
top: 7px
}

.clickable
{
cursor: pointer	
}

div.spacer
{
width: 100%;
clear: both;
}

table.info
{
	
}

table.info th
{
width: 100px;
background: transparent;
font-size: 0.7em;
color: #818181;
line-height: 1em
}

/*MAP*/
#map
{
height: 440px;
width: 100%;
margin-bottom: 1em;
border: 1px solid #000000;
float: left;
}

.map
{
color: #42444f;
font-size: 0.8em;
line-height: 1.2em
}
/*MAP*/

p.strapline
{
font-weight: bold;
font-size: 1.2em;
color: #989898
}

img.org_logo
{
float: right;
margin: 1em 0 0 1em	
}

div.more
{
color: #FFF;
font-size: 0.8em;
text-align: right;
width: 100%;
margin: 0.5em 0 0 0 
}

div.more a
{
color: #FFF;	
font-weight: bold
}

div#msg
{
position: absolute;
top: 0.25em;
right: 0.2em;
padding: 0.2em;
font-size: 0.8em;
width: 25%;
background: #221E1F;
font-weight: bold;
text-align: left
}

/*Overlay*/

div#container
{
position: relative;
}

div#overlay
{
position:absolute;
width:100%;
height:100%;
top:0px;
bottom:0px;
left:0px;
padding:0px;
margin:0px;
z-index: 1000;
text-align:center;
background: #221E1F;
}

div#overlay_message
{
position: fixed;
top: 240px;
width: 100%;
z-index: 1100;
text-align: center;
font-size: 3.4em;
letter-spacing: -0.1em;
font-weight: normal;
color: #484546;
}

div#overlay, div#overlay_message
{
display: none;
}

div#overlay_message img
{
position: relative;
top: 10px	
}

/*Overlay*/

div.alpha_tabs
{
height: 36px;
width: 100%;
font-size: 0.8em;
font-weight: bold
}

div.alpha_tabs a
{
display: block;
width: 3%;
float: left;
color:#FFFFFF;
background: #8A54D3;
text-decoration: none;
text-align:center;
margin-right: 3px;
padding: 0 0 2px 0;
background-image: url('../../images/tabbgselected1.gif');
background-position: bottom left;
background-repeat: repeat-x;
height: 32px
}

div.alpha_tabs a:hover
{
background-image: url('../../images/tabbghover1.gif');
background-position: bottom left;
background-repeat: repeat-x;
color:#FFFFFF;
}

.pic_left
{
float: left;
padding: 8px
}

.pic_right
{
float: right;
padding: 8px
}

div#popup_body
{
background: #221E1F;
padding: 16px
}

div#popup_footer
{
color: #FFFFFF;
background: #8A54D3;
padding: 8px;
text-align: center
}

div#popup_footer a
{
color: #FFFFFF;
}

#facebook
{
background: #FFF;
width: 270px;
padding: 4px;
float: left;
margin: 0 0 16px 0
}