
/* This stylesheet is for Events and Photos */

/*
-------------------------------------
HTML & Main DIVS
-------------------------------------
*/

body
{
	font: 12px Verdana, sans-serif; 
	background: #fff;
}
	  
a 
{
	text-decoration: none;
	border: 0;
}


li
{
	list-style-type: none;
}

h1
{
	font: 14px Verdana, sans-serif;
	font-weight: bold;
	background: #333;
	color: white;
	margin: 0px;
}

h2
{
	font: 24px georgia;
	color: #4f4f4f;
	text-align:center;
	padding-bottom:10px;
	font-weight: bold;
	padding-top:10px;
}



#wrapper
{
	margin: 0px auto; 
	width: 790px;
	height: 100%;
	padding:0;
	
}	


/*
-------------------------------------
Header & Navigation
-------------------------------------
*/

#logo
{ 	
	width: 218px;
	height: 93px;
	margin: 0;
	padding: 0;
	float: left;
}

#follow
{
	float: right;
	border: 0;
	margin: 10px;
	padding: 0;
}


#menu
{
	width: 470px;
	height: 40px;
	float: right;
	border: 0;
	padding: 0;
	text-align: right;
}

#menu li, #menu li a
{
	margin: 0;
	padding: 5px;
	display: inline;
	list-style-type: none;
}

#reg li, #reg li a
{
    margin: 0;
	padding: 5px;
	display: inline;
	list-style-type:circle;
    
}


/*
-------------------------------------
Content
-------------------------------------
*/

#main_content
{
	width: 770px;
	height: 520px;
	margin: 0;
	background: url(../images/bg-fade.jpg) no-repeat;
	clear:both;
	padding: 15px;
border-top: 6px solid #1e1e1e;
	border-bottom: 2px solid #5a5a5a;
}

#content
{
	background: white;
	overflow: auto;
	width: 570px;
	height:520px;
	padding: 0px;
	border-top: 2px solid #1e1e1e;
	overflow-x: hidden;
}


#content p, #content img
{
	font: 11px Verdana, sans-serif;
	padding-left:20px;
	padding-right:20px;
	padding-top:1px;
	padding-bottom:5px;
	text-align:justify;
}

#content a
{
	color: #333;
	font-weight: bold;
}

#content a:hover
{
	color: #666600;
	font-weight: bold;
}

#content .eventInfo
{
	font: 16px tahoma;
	font-weight: bold;
	color:#65090a;
}


/*
-------------------------------------
Content - Posts & Sign Up
-------------------------------------
*/

#right
{	  
	width:200px;
	height:460px;
    	margin: 0px;
	float:right;
	border: 0;
	padding: 0;
}

#posts-bg
{
	background: #e8e8e8;
	margin: 0px;
	width: 200px;
	height: 230px;
	border: 0
	padding: 0;
	/* for IE */
	filter:alpha(opacity=70);
 	/* CSS3 standard */
	opacity:0.8;
}


#posts
{
	position: relative;
	margin-top: -230px;
	width: 200px;
	height: 230px;
	border: 0
	padding: 0;
}


.event li
{
	font: 12px Verdana, sans-serif;
	font-weight: bold;
}

.eventDate
{
	list-style-image: url(../images/bullet2.gif);
}

.eventTitle
{
	list-style-type: none;
	margin-bottom: 5px;
}

.eventTitle a
{
	color: #333;
}

.eventTitle a:hover
{
	color: #666600;
}



#signUp
{
	background: #ccc;
	width:200px;
	height:250px;
	border: 0;
	margin-top: 10px;
	padding: 0;
	font: 14px Georgia, sans-serif;
}

#signUp p, #signUp form
{
	margin: 0px;
	padding: 5px;
}



/*
-------------------------------------
Content - SignUp Form
-------------------------------------
*/

.input 
{
 	background-color: #fff;
	color: #000;
	border: 1px solid black;
}

.btn
{
	color: #fff;
	background: #009999;
	border: 0;
	font: 12px Verdana, sans-serif;
	border: 1px solid #009999;
}


/*
-------------------------------------
Footer
-------------------------------------
*/

#footer
{ 	
	font: 11px Verdana, sans-serif;  
	background: white;
	color: #333;
	width:800px;
  	height:20px; 
	clear:both;
	border: 0;
	margin: 0;
	padding-top:5px;
}

.footer-links
{ 	  
	float: left;
	border: 0;
	margin: 0;
	padding:0px;
}


.footer-links li, .footer-links li a
{
	margin: 0px;
	padding: 3px;
	color: #333;
	display: inline;
	list-style-type: none;
}

.footer-links li a:hover
{
	color: #666600;
}


.copyright
{ 	
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}


