/*
** Generic styles
*/

body {
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}

a:link, a:visited {
	color: #404040;

	text-decoration: underline;
}
a:hover {
	color: #8d8d8d;
}

img {
	border: 0px;
}

.clearer {
	height: 0px;
	overflow: hidden;
	clear: both;
}

h2{
	font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:18px; 
    font-weight:100; 
    letter-spacing:-0.1px;
}

h2 span{ 
	font-size:22px; 
    margin-top:-1px;
    margin-right:1px;
    font-weight:bold;
}

form input.submit, .btnSubmit {
	border: none;
	text-align: left;
	font-weight: bold;
	background-repeat: no-repeat;
}

form input.cancel {
	border: none;
	text-align:center;
	color: #7f7f7f;
	font-weight: bold;
	background: #d0d0d0;  
}

form input.submit:hover, .btnSubmit:hover{
	background-repeat: no-repeat;
}



/*
** Layout styles
*/

#container {/*
	width: 961px;
	margin: 0px auto;
	padding: 0 8px 14px 8px;
	text-align: left;
	background-color: #fff;
	position:relative;
	z-index:1;*/
/*for xmas theme*/
	/*min-height:750px;*/
}
#digiSheep{
	position:fixed;
	bottom:0;
	right:5px;
	z-index:-1;
}

#navigation {
	height: 117px;
	border-bottom: solid 2px #000;
}

#content {/*
	margin-top: 12px;
	margin-bottom: 16px;*/
}

#sidebar {
	float: left;
	width: 171px;
	padding-right: 9px;
}

#frame {
	float: left;
	width: 769px;
	padding-left: 10px;
	border-left: solid 1px #ddd;
}

#footer {
/*	font-family:Helvetica, Arial, sans-serif;
	padding-top: 9px;
	border-top: solid 1px #ddd;
    font-size:10px;*/	
}

/*
** Navigation styles
*/

#navigation a {
	display: block;
	float: left;
}

#homelink {
	margin-right: 12px;
}

#menu {
	float: right;
	margin-top: 101px;
    margin-left:15px;
}

#menu a {
	margin-right: 30px;
    background: url(../images/menu.png) 0 0 no-repeat;
    display:block;
    float:left;
    height:10px;
    text-indent:-9999em;
    overflow:hidden;
}


/* MENU Roll overs */

#menu a#menu-about{ 
	background-position:0 top; 
    width:72px;
}
#menu a#menu-about:hover, #menu a#menu-about.selected{ 
	background-position:0 -10px;
}

#menu a#menu-members{ 
	background-position:-105px top; width:80px;
}
#menu a#menu-members:hover, #menu a#menu-members.selected{ 
	background-position:-105px -10px;
}

#menu a#menu-events{ 
	background-position:-218px top; 
    width:115px;
}
#menu a#menu-events:hover, #menu a#menu-events.selected{ 
	background-position:-218px -10px;
}

#menu a#menu-sponsorship{ 
	background-position:-365px top; 
    width:86px;
}
#menu a#menu-sponsorship:hover, #menu a#menu-sponsorship.selected{ 
	background-position:-365px -10px;
}

#menu a#menu-charities{ 
	background-position:-483px top; 
    width:64px;
}
#menu a#menu-charities:hover, #menu a#menu-charities.selected{ 
	background-position:-483px -10px;
}

#menu a#menu-histroy{ 
	background-position:-581px top; width:102px;
}
#menu a#menu-histroy:hover, #menu a#menu-histroy.selected{ 
	background-position:-581px -10px;
}

#menu a#menu-contact{ 
	background-position:-716px top; 
    width:53px;    
}
#menu a#menu-contact:hover, #menu a#menu-contact.selected{ 
	background-position:-716px -10px
}

#menu a.last {
	margin-right:0;

}

/*
** Sidebar styles
*/

#toolbar, #membership {
	padding: 9px 6px 13px 6px;
}

#toolbar li, #membership a {
	margin-top: 15px;
	line-height: 1.3;
   /* background: url(../images/arrow-black.png) center right no-repeat;*/
}

#toolbar {
	background: #d0d0d0 url(../images/sidebar-corner.png) top right no-repeat;
}

#halloffame{
margin-top:20px;
	/*background: #d0d0d0 url(../images/sidebar-corner.png) top right no-repeat;*/
/*padding: 9px 6px 13px 6px;*/
text-align: center;
}

table tr.odd td{background:#eee; border-top:solid 1px #ddd; }

#toolbar ul{
	list-style:none;
    padding:0;
    margin:0 0 5px 0;
}

#toolbar ul li{

}

#toolbar a:link, #toolbar a:visited {
	color: #2c2c2c;
	font-weight: normal;
}
#toolbar a:hover {
	color: #FFF;
    background:#000;
}

#toolbar a.listArrow:hover {
	color: #000;
    background:none;
}


#membership {
	margin-top: 14px;
	background-color: #e7e7e7;
}

#membership a:link, #membership a:visited {
	color: #131313;
}
#membership a:hover {
	color: #FFF;
    background:#000;
}

#membership a.listArrow{
	background:none;
}

#membership form {
	margin-top: 20px;
}

#membership form span {
	display: block;
	margin-bottom: 4px;
	font-size: 9px;
	color: #131313;
}

#membership form input.textinput {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #e7e7e7;
	color: #878787;
	font-size: 10px;
	background-color: #fff;
}

#membership form input.submit {
	width: 75px;
	padding: 2px;
    background-position: 58px center;
}

#membership form input.submit:hover {
     background-position: 58px center;
}

#sponsorship {
	margin-top: 10px;
	padding: 6px 4px 4px 4px;
	border: solid 1px #e7e7e7;
	font-size: 10px;
	color: #afafaf;
}

#sponsorship img {
	margin-top: 6px;
}

/*
** Content styles
*/


#body h1{
	margin-top:0;
    font-size:16px;
    font-weight:bold;
}


.booklink, .infolink, .signuplink {
	display: block;
	padding: 3px 5px;
}
a.booklink:link, a.booklink:visited, a.infolink:link, a.infolink:visited, a.signuplink:link, a.signuplink:visited {
	text-decoration: none;
}

.booklink {
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:20px;
}

a.booklink:hover {
    background-position: 90px center;
	background-repeat: no-repeat;
}

.infolink {
	width: 76px;
	margin-right: 0px !important;
	background-position: 70px center;
	background-repeat: no-repeat;
}

a.infolink:hover {
    background-position: 70px center;
	background-repeat: no-repeat;
}

.signuplink {
	width: 66px;
	margin-right: 0px !important;
	background-position: 60px center;
	background-repeat: no-repeat;
}

a.signuplink:hover {
    background-position: 60px center;
	background-repeat: no-repeat;
}

#header {
	position: relative;
	width: 769px;
	height: 230px;
	margin-bottom: 21px;
    opacity: 0.5;    
}

#header .part {
	width:769px;
	height:230px;
	display:none;
	background-repeat:no-repeat;
	background-position:top left;
}

#header .textContainer {
	position:absolute;
	width:390px;
	
}
#header .textContainer .nexteventtitle {
	font-weight: bold;
	font-size: 12px;
	margin-bottom:5px;
}

#header .textContainer .nexteventlinks {
	float:right;
	margin-top:59px;
}

#header .textContainer .nexteventlinks a {
	float: left;
	margin-right: 6px;
}

#header .textContainer .nexteventdate, #header .textConTainer .nexteventname {
	font-family:Arial, Helvetica, sans-serif;
}

#header .textContainer .nexteventname {
	font-weight:bold;
	font-size:21px;
	height:23px;
	margin-top:1px;
}

#header .textContainer .nexteventdate {
	font-weight:normal;
	font-size:24px;
	height:24px;
	margin-top:15px;
}

#header .part.start {
	display:block;
}


.bodytitle {
	display: block;
	margin-bottom: 15px;
}

.arrow {
	position: relative;
	top: 2px;
}

/* Home page */

#beneficiary, #photos, #event {
	float: left;
	height: 238px;
}

#beneficiary, #photos {
	padding-right: 10px;
	border-right: solid 1px #ddd;
}

#photos, #event {
	padding-left: 11px;
}

#beneficiary {
	width: 220px;
}

#photos {
	width: 278px;
}

#event {
	width: 220px;
}

#latestphotothumb {
	position: relative;
	width: 277px;
	height: 175px;
}

#latestphototext {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 3px 0;
	width: 100%;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../images/translucent-black.png) top left repeat;
}

#eventlinks {
	margin-left: 17px;
}

#eventlinks a {
	float: left;
	margin-right: 6px;
}


#text, #other {
	float: left;
}

#text {
	width: 518px;
	padding-right: 10px;
	border-right: solid 1px #ddd;
}

#other {
	width: 224px;
	padding-left: 11px;
}

#other h1{ 
	margin-bottom:0px;
}

.member {
	/*margin-bottom: 21px;*/
}

.member img {
	float: left;
	margin-right: 11px;
}


#other ul{
	padding:0;
    margin:0;
}

#other ul li{
	margin:2px 0px;
    list-style:none;
}

#other ul li span.date{
	color:#d0d0d0;
    padding-right:4px;
    width:60px;
}

a.btnSubmit {
	padding:2px 3px;
    color:#FFFFFF;
    text-decoration:none;
}

#btn_sponsorship{
    display:block;
    width:250px;
    background-position:230px center;
}

#btn_sponsorship_small{
	display:block;
    width:155px;
    background-position:145px center;
}

#text #btn_donate{
    display:block;
    float:right;
    width:130px;
    background-position:120px center;
}

#text #historyOfEvents {
 	float:right;
    width:190px;
    margin-left:10px;
}

#text #historyOfEvents p{
	margin:1px 0px;
}

#text #memberActions{
	float:right;
    width:165px;
    margin:0px 10px;
}

#text #memberActions span{
	font-weight:bold;
    font-size:10px;
}

#text #memberActions a{
	display:block;
    width:165px;
    background-position:155px center;
    margin-bottom:5px;
}

#btn_become_a_member{
	display:block;
    width:145px;
    background-position:135px center;
    margin-bottom:5px;
}

/* Events Page  */


/*
** Photo styles
*/


#galleries{
	margin-top:20px;
}

#galleries div, #text .photos li{
	float:left;
    text-align:center;
}

#galleries div{
    width:110px;
}

#galleries div a{
	display:block;
    /*height:82px;*/
}
#galleries div h3{
	font-weight:normal;
    text-decoration:none;
    font-size:10px;
}
#galleries div h3 a{
	display:inline;
}



#text .photos{
	list-style:none;
    margin:0;
    padding:0;
}

#text .photos li{
    height:100px;
    width:120px;
}

#text .error, #text .success{
    font-weight:bold;
    padding:10px 0px;
}



/* Charities Page  */

#charities {
	text-align:center;
}

#charities img{
    margin:5px;
}


/*
** Email sign in form
*/

#emailForm #email, #emailForm #currentemail{ width:210px;}


#emailForm h3{
	font-weight:normal;
    margin-bottom:18px;
    font-size:13.5px;
}

#emailForm form input.submit {
	width: 65px;
	padding: 2px;
    background-position:47px center;
}

#emailForm form input.submit:hover{
    background-position:47px center;
}


/*
** Member info styles
*/

#memberInfo{
	background:#f9f9f9;
    border:solid 1px #f3f3f3;
    margin-top:20px;
    padding:10px;
}

#memberInfo .field{ 
    width:245px; 
    float:left;
    height:30px;
}

#memberInfo .field label{ 
    width:80px;
    float:left;
    display:block;
    height:30px;
	line-height:17px;
    
}

#memberInfo .field.address label{ 
    height:80px;
}
#memberInfo .field textarea.input{ 
    height:70px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    width:160px;
}

#memberInfo .field.address{ 
    height:80px;
}

#memberInfo .field .placeHolder{
    font-weight:bold;
    width:160px;
}

#memberInfo .field .placeHolder, #memberInfo .field .input{
}

#memberInfo .field .input{
    border: 1px solid #e7e7e7;
    font-size:12px;
    font-weight:bold;
    margin:0;
	height:17px;
	line-height:17px;
}

#memberInfo .field .input.inactive{
    color:#404040;
    background:#F9F9F9;
}

#memberInfo .buttons{
	text-align:right;
    line-height:20px;
    color:#8f8f8f;
    margin-bottom:2px;
}

#memberInfo .buttons input.cancel{
	padding:2px;
    width:70px;
}


#memberInfo .buttons input.submit {
	width: 102px;
	padding: 2px;
    background-image:none;
    text-align:center;
}

#memberInfo .buttons input.submit:hover{
    background-image:none;
}

#memberInfo .memberShipNumber{ 
	margin:0px 0px 10px 0px;
}

#memberInfo #memberShipNumber span{
	font-weight:bold;
}

#memberOnlyButtons{
	margin-top:10px;
}

#memberOnlyButtons .btnSubmit{
	padding:2px;
    color:#FFFFFF;
    font-weight:normal;
    text-decoration:none;
    display:block;
    float:left;
    margin:0px 2px;
}

#memberOnlyButtonsTop .signuplink{
	padding:8px;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    display:block;
    float:left;
    margin:0px 2px;
}



#memberOnlyButtons #btn_lunch{
	background-position:129px center;
    width:145px;
}

#memberOnlyButtons #btn_renew{
	background-position:136px center;
    width:150px;

}

#memberOnlyButtons #btn_send{
	background-position:183px center;
    width:199px;

}

#memberOnlyButtonsTop #btn_sendTop{
	background-position:210px center;
    width:235px;

}

/*
** Contact styles
*/

#contact .errors{
	margin:10px 0px; 
}

#contact .field{
	margin:10px 0px;
}

#contact .field .input{
	width:250px;
}

#contact .field textarea{
	width:250px;
    padding:1px;
}


#contact .field label{
	float:left;
    width:200px;
}

#contact form input.submit {
	width: 65px;
	padding: 2px;
    background-position:47px center;
}

#contact form input.submit:hover{
    background-position:47px center;
}

#contactTable{
	border-collapse:collapse;
    width:100%;
    
}

#contactTable thead{
	font-weight:bold;
}

#contactTable tbody td{
	padding:4px 3px;
    vertical-align:top;
}

#contactTable .contactName{
	font-weight:bold;
    padding-bottom:0;
    padding-top:10px;
}

/*
** Footer styles
*/

#sponsors {
	height: 66px;
	margin-bottom: 8px;
}

#sponsortext {
	float: left;
margin-left:100px;
}

#sponsorlogos {
	float: right;
	clear: both;
}



#sponsorlogos a {
	display: block;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid 1px #ddd;
}

#sponsorlogos a.suppliersponsor {
  border-left: 3px solid #999;
}

#sponsorlogos a.last {
	border-right: none;
}

#navigation2 {
	height: 20px;
	padding: 12px 11px 5px 0px;
	text-align: right;
	font-size: 9px;
	color: #fff;
	background-color: #000;
}

#navigation2 a:link, #navigation2 a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#navigation2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#copyright {
	margin-top: 10px;
	text-align: right;
	font-size: 9px;
	color: #afafaf;
}

#copyright a:link, #copyright a:visited {
	color: #afafaf;
	font-weight: normal;
	text-decoration: none;
}
#copyright a:hover {
	color: #afafaf;
	text-decoration: underline;
}

iframe.twitter-count-horizontal{
float:right;
}
