/*=======================================================================================

	FATIH, HOPE, AND LOVE | www.crosspoint.tv	
	Site design by The A Group (www.agroup.com)	

-----------------------------------------------------------------------------------------

	BASIC STYLES & TYPOGRAPHY	
=======================================================================================*/

body {
	background: #cdcec3 url("../images/body_bg.jpg") top center;
	font-family:"Lucida Grande", "Lucida Sans", arial;
	color:#fff;
	font-size:13px;
	line-height:1.6em;
	margin: 0px;
	padding: 0px;
}
#copy p {
	margin: 1.6em 0;
}
a {
	color:#70a9e3;
}

#copy a {
	color: #5890c9;
}

/*	MAIN CONTAINERS	
=======================================================================================*/


#container {
	width: 889px;
	margin: 0 auto;
}


/*	HEADER	
=======================================================================================*/

#header {
	background: url("../images/header_bg2.jpg") top center;
	width:889px;
	height:121px;	
}

h1 {
	height:108px;	
	width:350px;
}

h1 a {
	height:90px;
	width:350px;
	display:block;
	text-indent: -4000px;
}

#header p {
	display:none;
}

#copy h2 {
	display: none;
}

#copy h3 {
	font-size: 1.22em;
}

#copy h4 {
	margin: 1.6em 0;
	line-height: 1.6em;
	font-size: 1em;
}

#content{
	background: url("../images/content2_bg.jpg") center top;
	overflow: auto;
}

#copy {
	float: right;
	width: 640px;
	display: inline;
	margin-right: 15px;
	color: #333;
	background: #fff url("../images/copy_bg3.jpg") no-repeat center top;
}

#copy-body {
	padding: 120px 77px 100px;
}

#sidebar {
	width: 203px;
	float: left;
	margin-left:15px;
	font-size: 11px;
	display: inline;
	line-height: 1.5em;
}

#nav {
	background: url("../images/nav_bg2.jpg") left top;
	height:264px;
}

#nav li a {
	height:66px;
	display:block;
}

#nav span {
	display:none;
}

#footer {
	background: url("../images/footer_bg3.jpg") no-repeat center top;
	padding:30px 0;
	text-align:right;
	font-size:11px;
	text-align:center;
	clear:both;
	color:#30312f;
}

.events {
}

.events h3 {
	background: url("../images/events.jpg") no-repeat center center; 
	height:55px;
	margin: 3.2em 0 0em;
}

.events h3 a {
	height:55px;
	display:block;
	text-indent: -4000px;
}

.events li a {
	display: block;
}

.events li .date {
	font-size: 10px;
	font-style: italic;
	color: #999;
}

.events p.link_more {
	text-align: center;
}



#twitter {
	margin-top: 3.2em;			
}

#twitter center {
	display: none;
}
	

#twitter h3 {
	font-size: 13px;
	text-align: center;
	height: 47px;
	background: url("../images/twitter2.jpg") no-repeat center center;
}

#twitter h3 a {
	display: block;
	height: 47px;
	text-indent: -4000px;
}

#sidebar ol {
	border-top: 1px solid #555;
}

#sidebar ol li {
	border-bottom: 1px solid #555;
	padding: .8em 0;
}

#contact {
	margin: 3.2em 0;
	text-align: center;
}



