/* v1.0 | 20080212 --------------------------------------------------------------- CSS RESET-----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- GENERAL SITE STYLES ------------------------------------------------------------------------------------------------------------------*/

body
{
        font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
        font-size: 13.5px;
        line-height: 1.5em;
        letter-spacing: 0.01em;
        height: 100%;
        background: #000 url('/images/site/body_background.jpg');
        background-position: top center;
        background-repeat: no-repeat;
}

h1, h2, h3, h4 {
letter-spacing: -0.03em;
line-height: 1.2em;
color: #fff;
}

h1 {
font-size: 34px;
margin-bottom: 10px;
color: #fff;
text-transform: uppercase;
}

h2 {
margin: 10px 0 6px 0;
font-size: 22px;
}

h3 {
margin: 0 0 6px 0;
font-size: 19px;
letter-spacing: 0em;
}

h4 {
font-size: 16px;
margin-bottom: 6px;
}

h5 {
font-size: 14px;
margin-bottom: 5px;
color: #999;
}

a:link {color: #cf9; font-weight: bold; text-decoration:none;}
a:visited {color: #cf9; font-weight: bold; text-decoration:none;}
a:hover {color: #ffc; font-weight: bold; text-decoration:none;}

p {
margin-bottom: 1em;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.spacer {
clear: both;
}

.hr {
width: 100%;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 3px solid #ededed;
clear: both;
}

/* --- SITE LAYOUT STYLES ------------------------------------------------------------------------------------------------------------------*/

#header {
margin: 0 auto 0 auto;
width: 970px;
height: 173px;
}

#logo {
float: left;
display: inline;
margin: 20px 0 0 20px;
width: 620px;
height: 140px;
}

#shell {
margin: 0 auto 0 auto;
width: 952px;
color: #ededed;
}

#in_lcolumn {
width: 270px;
float: left;
background: #000 url('/images/site/in_lcolumn_bkg.jpg');
background-position: top;
background-repeat: no-repeat;
}

#in_rcolumn {
width: 682px;
float: right;
background: #000 url('/images/site/in_rcolumn_bkg.jpg');
background-position: top right;
background-repeat: no-repeat;
}

#in_rcontent {
padding: 50px 0 0 0;
width: 650px;
min-height:430px;
height:auto !important;
height:450px;
color: #ccc;
}

#in_rcontent ul, #home_lcolumn ul {
list-style-type:square;
margin-top: 3px;
margin-bottom: 15px;
margin-left: 5px;
}
#in_rcontent li, #home_lcolumn li {
margin: 5px 20px;
}

.photo_right {
float: right;
text-align: center;
width: 200px;
padding: 0 40px 20px 20px;
display: inline;
}

.photo_not_right {
float: left;
padding: 0 20px 20px 0;
display: inline;
}

.caption {
padding: 7px;
font-size: 11px;
font-style: italic;
color: #8a8e6e;
text-align: center;
}

#in_lcontent {
width: 210px;
padding: 50px 0 0 20px;
min-height:380px;
height:auto !important;
height:450px;
color: #ededed;
}

#in_lmember {
width: 190px;
padding: 10px;
margin-top: 40px;
margin-left: -10px;
color: #ccc;
background: #1e1e1e;
}

#in_lmember_in {
width: 220px;
padding: 10px 10px 10px 20px;
margin-top: 30px;
margin-left: -30px;
color: #fff;
background: #3eb23e;
}

#in_lmember_bottom {
width: 10px;
height: 17px;
margin-left: -30px;
}

#home_lcolumn {
width: 632px;
float: left;
}

#home_rcolumn {
width: 292px;
float: right;
}

#home_lcontent {
width: 580px;
padding: 30px 0 0 32px;
min-height:380px;
height:auto !important;
height:450px;
color: #ededed;
}

#home_rcontent {
padding: 30px 0 0 0;
width: 260px;
min-height:380px;
height:auto !important;
height:450px;
color: #ededed;
}

.home_promo {
width: 250px;
padding: 0 20px 0 0;
color: #ccc;
float:left;
}
.home_promo2 {
width: 250px;
padding: 0 0 0 20px;
border-left: 1px solid #333;
color: #ccc;
float:left;
}

#home_already {
width: 570px;
height: 95px;
margin: 25px 0  25px -10px;
background: url('/images/site/home_already.jpg');
background-position: top center;
background-repeat: no-repeat;
}
#home_login {
position: relative;
top: 42px;
left: 206px;
width: 360px;
height:25px;
}

#footer {
margin: 0 auto 0 auto;
width: 890px;
color: #777;
font-size: 11px;
clear: both;
}

#home_content {
margin: 25px 40px;
width: 818px;
}

.date_block {
float: left;
color: #fff;
font-weight: bold;
text-align: center;
line-height: 1.3em;
padding: 7px 5px 3px 5px;
width: 50px;
height: 51px;
font-size: 17px;
background: url('/images/site/date_block.jpg');
background-position: top center;
background-repeat: no-repeat;
}
.day {
font-size: 28px;
}
.calendar_entry {
width: 575px;
float:right;
}
.calendar_entry h2{
margin: 3px 0 3px 0;
}

.paginate {
padding: 6px;
margin: 6px 0;
width: 100%;
text-align: right;
background: #eee;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.4em;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
}





#login_box {
width: 100%;
}

#login_box div {
width: 150px;
float: left;
}

#login_box .login_field {
width: 140px;
}
#login_box .submit {
width: 70px;
}

blockquote {
    margin: 1em 3em;
    font-style: italic;
    font-size: 16px;
    color: #999;
    border-left: 2px solid #999;
    padding-left: 1em; 
}

.become_link {
   margin-top: 5px;
}

.success_message {
   padding: 15px;
   margin-top: 20px;
   background-color: #9AC98D;
   color: #111;
   text-align: center;
}

.error_message {
   padding: 15px;
   margin-top: 20px;
   background-color: #FDD;
   color: #111;
   text-align: center;
}