@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOME : 	Scoozy Events Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		s_home.css
	Date:			September 1, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	body/global/reset Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bottomStripe {
		background:url(../images/bg_body.jpg) bottom left repeat-x;
	}
	#main {
		width:900px;
		margin:0 auto;
	}
	a {
		text-decoration:none;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	.contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	.contentSpace {
		width:900px;
		margin:0 auto; padding:0;
		background:url(../images/bg_main.png) top left no-repeat;
	}
	.contentSpaceBottom {
		width:900px;
		margin:0 auto;
		background:url(../images/bg_mainBottom.png) bottom right no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#navBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#navBar {
		padding:11px 0 0 105px;
	}	
		ul#navBar li {
			display:inline;
			float:left;
		}
			ul#navBar li a.square {
				width:12px; height:12px;
				display:block;
				float:left;
			}
			ul#navBar li a.text {
				margin:1px 0 0 0;
				display:block;
				float:right;
			}
			ul#navBar li.home {
				width:48px;
				margin:0 28px 0 0;
			}
				ul#navBar li.home a.square {
					background:#eaa2b0;
				}
				ul#navBar li.home a.text {
					width:31px; height:9px;
					background:url(../images/nav_sprite.png) 0 0 no-repeat;
				}
			ul#navBar li.recent {
				width:96px;
				margin:0 32px 0 0;
			}
				ul#navBar li.recent a.square {
					background:#eaa2b0;
				}
				ul#navBar li.recent a.text {
					width:80px; height:9px;
					background:url(../images/nav_sprite.png) -75px 0 no-repeat;
				}
			ul#navBar li.video {
				width:73px;
				margin:0 37px 0 0;
			}
				ul#navBar li.video a.square {
					background:#eaa2b0;
				}
				ul#navBar li.video a.text {
					width:56px; height:11px;
					background:url(../images/nav_sprite.png) -204px 0 no-repeat;
				}
			ul#navBar li.featured {
				width:105px;
				margin:0 20px 0 0;
			}
				ul#navBar li.featured a.square {
					background:#eaa2b0;
				}
				ul#navBar li.featured a.text {
					width:88px; height:10px;
					background:url(../images/nav_sprite.png) -314px 0 no-repeat;
				}
			ul#navBar li.contact {
				width:60px;
			}
				ul#navBar li.contact a.square {
					background:#eaa2b0;
				}
				ul#navBar li.contact a.text {
					width:43px; height:10px;
					background:url(../images/nav_sprite.png) -439px 0 no-repeat;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	.content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.content {
		width:860px;
		margin:25px auto 0 auto; padding:10px;
	}
	h3 {
		margin:10px 0 0 0;
		text-align:center;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	.content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#boxes {
		width:590px;
		display:inline;
		float:left;
	}
		ul#boxes li {
			width:142px; height:142px;
			display:inline;
			float:left;
		}
			ul#boxes li img {
				display:block;
			}
	#displayCurrent {
		width:270px;
		padding:60px 0 0 0;
		display:inline;
		float:right;
	}
		#displayCurrent img#pic {
			
		}
		#displayCurrent #texts {
			padding:10px 0 0 0;
			font:normal 13px 'century gothic', Verdana,  Arial, Helvetica, sans-serif;
			color:#4c4c4c;
		}
			#displayCurrent #texts p {
				padding:0 0 5px 0;
				text-align:center;
			}
				#displayCurrent #texts p .bigS {
					font:normal 48px Arial, Helvetica, sans-serif;
					color:#eaa2b0;
				}