/*
 * -----Layout CSS-------
 * CSS default project file
 * aab-web - 2009
 * 
 * author: Aram Balakjian
 * date: 24th January 2009
 * 
 * Layout Framework for starting project
 * 
 */
/**** Reset *****/
* {
	margin: 0;
	padding: 0;
}
.clear{
	clear:both;
}
/* Clear fixes for sticky footer */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}
/**** Reset *****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}
/**********************************
 * 
 *  Core
 *  
 ********************************/
html {
	background: url(../images/FLA_header_bg_repeat_x.png) repeat-x;
	height: 100%
}
	body {
		height: 100%;
		color: #333;
	 	font-size: 62.5%; 
		font-family: Verdana, Lucida, sans-serif; 

	}
/**********************************
 * 
 *  Containers 
 *  
 ********************************/
#container { /*contains everything */
	width: 980px;
	margin: 0 auto;

	height: 100%;	
}
body > #container{
	height: auto; 
	min-height: 100%;
}
/**********************************
 * 
 *  Navbar
 *  
 ********************************/
#navbar {
	width: 980px;
	height: 134px;
	margin: 0 auto;
	padding-top: 0px;
	overflow: hidden;
	background: url(../images/FLA_header_bg_main_v2.jpg) no-repeat top left;
}
#navbar a.home{ 
	 	width: 253px; 
	 	margin: 0;
		height: 115px;
		overflow: hidden;
		display:block;
		float:left;
	}
	#navbar #loginLinks { 
		float:right;
		color: #fff;
		margin: 5px 25px 0 0;
	}
		#navbar #loginLinks a{ 
			color: #fff;
			text-decoration: none;
		}
		#navbar #loginLinks a:hover{ 
			text-decoration: underline;
		}
	#navbar a.home span { 
			display:none;
		}
	#navbar ul { 
	 	float: right; 
		clear: right;
		margin: 0 25px 0 0;
		}
		#navbar ul li { 
		 	list-style: none; 
			margin: 70px  0 0 35px; 
			float: left;
			display: block;
			}
		#navbar ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			font-size: 2em; 
			padding: 0 0 0 20px;
			color: #f6ce89;
			font-family: Times;
			font-weight: bold;
			}	
		#navbar ul li.current, #navbar ul li.section{ 
			margin-top: 62px;
			}	
		#navbar ul li a:hover, #navbar ul li.current a, #navbar ul li.section a { 
			color: #fff;
			}	
/**********************************
 * 
 *  Layout Wrappers
 *  
 ********************************/

#layout {	/* contains sidebar & content */
	width: 970px;
	clear: both;
	overflow: hidden;
	margin: 10px auto 20px auto;
	padding: 0 5px 60px 0;

}
#content{ /* used for pages with sidebar e.g. blog */
	width: 645px;
	float: left;
	padding: 20px 40px 20px 40px;
}
#contentRight{
	width: 400px;
	float: left;
	padding: 30px 0 0 10px;	
	
}
#contentLeft{
	width: 460px;
	float: left;
	padding:30px 30px 20px 20px;	
	margin-left: 25px;
}
/**********************************
 * 
 *  Secondary Menu
 *  
 ********************************/
#menu2{
	width: 880px;
	margin: 10px auto;
	font-family: Times;
	border-bottom: 1px solid #f6ce89;
	padding: 0 0 10px 0;
}	
	#menu2 h3{
		width: 140px;
		float: left;
		font-size: 2.2em;
		color: #e41e25;
	}
		#menu2 h3 a {
			text-decoration: inherit;
			color: inherit;
		}
		#menu2 h3 a:hover {
			text-decoration: underline;
		}
	#menu2 ul{
			list-style: none;
		}
		#menu2 ul li{
			float: right;
			padding: 10px 0 0 0;
		}
			#menu2 ul li.last a{
				padding-left: 0px;
			}
			#menu2 ul li a{
				font-size: 1.5em;
				color: #e41e25;
				text-decoration: none;
				max-width: 130px;
				display: block;
				text-align: right;
				padding-left: 40px;
			}
			#menu2 ul li a:hover{
				color: #e41e25;
				text-decoration: underline;
			}	
			#menu2 ul li a.current{
				font-weight: bolder;
			}
/**********************************
 * 
 *  Footer
 *  
 ********************************/
#footer { 
 	clear: both;  
	width: 100%; 
	height: 35px; 
	background: #e51e25 url(../images/[footerImage]) no-repeat bottom left; 
	text-align: center; 
	margin: -35px 0 0 0;
	z-index: 100;
	}
	#footerContent {
		width: 930px;
		margin: 0 auto;
	}
  	#footer p { 
		color: #f6ce89;
		font-size: 1.1em;
		padding: 9px 0 0 0;
		width: 250px;
		float: left;
		text-align: left;
	}
  	#footer ul { 
		list-style: none;
		padding: 9px 0 0 0 ;
	}
  	#footer ul li{ 
		list-style: none;
		float: right;
		color: #fff; 
	}
  	#footer ul a { 
	   	color: #fff; 
	   	text-decoration: none;
		padding:0 5px;
		}
		#footer a:hover {
			text-decoration: underline;
		}
/**********************************
 * 
 *  Home page
 *  
 ********************************/
#welcomeText {
width: 370px;
float: left;
padding: 25px 60px 10px 81px;
text-align: justify;
}
 #slideshowHomeFrame {
	width: 370px;
	height: 460px;
	float: left;
	margin: 30px 0 0 15px;
	border: 1px solid #e51e25;
}

h2#tagLine{
	text-align: center;
	width: 90%;
	padding: 10px 0 5px 0;
	margin: 0 auto 35px auto;
	font-size: 2.6em;
	clear: both;
}

.homeBox{
	width: 458px;
	background: url(../images/FLA_home_box_middle.png) repeat-y;
	float: left;
	margin-left: 15px;
}
.homeBoxTop {
	width: 458px;
	height: 7px;
	background: url(../images/FLA_home_box_top.png) no-repeat;
}
.homeBoxBottom {
	width: 458px;
	height: 7px;
	background: url(../images/FLA_home_box_bottom.png) no-repeat bottom left;
}
.homeBoxContent {
	width: 270px;
	margin: 0 20px 0px 20px;
	
}
	.homeBox h3 {
		color: #000;
		font-family: Times;
		font-size: 2.0em !important;
		margin: 15px 0 0 0;
		font-weight: normal;
		
	}
	#layout .homeBox h2{
		margin-left: 21px;
		font-size: 2.4em;
		width: 75%;
	}
		.homeBox h2 a{
			font-size: 1em !important;
			font-family: Times;
		}
		.homeBox h2 a:hover{
			text-decoration: none;
			color: #e14f54;
		}
#leftBox,
#rightBox{
	padding: 0 0 10px 0;
	margin: 3px 7px 0 0;
	height: 230px;
}
#leftBox{
	background: url(../images/FLA_home_box_photo_acadamy.jpg) no-repeat bottom right;
}
#rightBox{
	background: url(../images/FLA_home_box_photo_agency.jpg) no-repeat bottom right;
}

/**********************************************
 * 
 * Sidebar Styles
 * 
 **********************************************/
#sidebar{
	width: 200px;
	float: left;
	margin-top: 30px;
	
}
	#sidebar h3{
		width: 100%;
		border-bottom: 1px solid #f6ce89;
		color: #e41e25;
	 	font-size: 1.8em;
		font-family: Times;
		font-weight: bold;
		padding-bottom: 5px;
	}
	#sidebar .WidgetHolder{
		margin-bottom: 10px;
	}	
	#sidebar ul{
		list-style: none;
		margin-bottom: 20px;
	}	
		#sidebar ul li{
			font-size: 1.4em;
		}	
/**********************************************
 * 
 * Blog Styles
 * 
 **********************************************/
 .blogSummary{
 	width: 85%;
 	margin: 30px 0;
	border-bottom: 1px solid #f6ce89;
 }
	 #content .blogSummary h2{
	 	font-size: 1.8em;
		border: none;
		width: 100%;
	 }

/**********************************************
 * 
 * Photo gallery 
 * 
 **********************************************/

img.galleryShow{
	display: block;
}
img.galleryHide{
	display: none;
}
div.galleryFrame{
	width: 380px;
	height: 440px;
	border: 1px solid #e41e25;
	margin: 0 0 10px 0;
}
.galleryItem img{
	border: 1px solid #e41e25;
	margin: 0 7px 10px 0;
}
a.galleryItem:hover  img, a.currentGalleryItem img{
	border-color: #fff;
}
/**********************************************
 * 
 * Event Holder Page
 * 
 **********************************************/
#pageNumbers {
	font-size: 1.6em;
	text-align: right;
	margin-top: 20px;
	clear: both;
}
#events .event{
	clear: both;
	border-bottom: 1px solid #f6ce89;
	height: 130px;
	margin-bottom: 30px;
}
	#events .event div{
		float: left;
		margin: 0 0 20px 10px;
		width: 550px;
	}
		.event img{
			float: left;
		}
		#content .event h2{
			padding: 0 0 3px 0;
			font-size: 1.8em;
			border: none;
			width: 100%;
		}
		.event h3{
			padding: 5px 0 3px 0;
		}

 p.links{
	text-align:right;
	font-size: 1.4em;
}
	 p.links a{
		margin-left: 20px;
	}
	p.links a.register{
		font-weight: bolder;
		font-size:1.2em;
	}
/**********************************************
 * 
 * Event Page
 * 
 **********************************************/
#contentLeft h3{
	margin-top: 10px;
}

#testimonials {
	margin-top: 20px;
}
	#testimonials p.quote{
		font-style: italic;
		padding-top: 25px;
	}
	#testimonials p.author{
		text-align: right;
			padding-top: 0px;
	}

#videos{
	margin: 20px 0;
}
	#videos div{
		margin: 20px 0;
	}
/**********************************************
 * 
 * Photo gallery 
 * 
 **********************************************/

img.galleryShow{
	display: block;
}
img.galleryHide{
	display: none;
}
div.galleryFrame{
	width: 380px;
	height: 440px;
	border: 1px solid #e41e25;
	margin: 0 0 10px 0;
}
.galleryItem img{
	border: 1px solid #e41e25;
	margin: 0 7px 10px 0;
}
a.galleryItem:hover  img, a.currentGalleryItem img{
	border-color: #fff;
}