@charset "utf-8";
/* SAA CSS Document */
/* Code and Design by: Arjune Selvarajan */
/* http://www.arjuneselvarajan.ca */

/* ---- General Settings ---- */
body {
margin: 0px;
padding: 0px;
background: #000 url(images/saabg.jpg) no-repeat center top;
width: 100%;
}

h1, h2, h3, ul, li, p, form { 
margin: 0px;
padding: 0px;
} 

hr {
display: none;
}

.space {
clear: both;
}

/* ---- Layout Settings ---- */
#layout {
margin: 0px auto;
padding: 0;
width: 990px;
}

#header {
height: 120px; 
width: 940px;
margin-left: 4.3em;
} 

#mainnav  {
	padding-left: 14em;
	padding-top: 5.7em;
	width: 820px;
}    

#saalogo {
	z-index: 1;
	position: absolute;
	margin-left: 3.6em;
}

/* News Content */
#content {
	width: 950px;
}

#news {
	width: 700px;
}

.entry {
	padding-left: 88px;
	width: 390px;
	float: left;
	font: large "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
}

.events {
	background: url(images/events.png) no-repeat;
	width: 370px;
	height: 44px;
	padding-top: 2.7em;
	float: left;
	padding-left: 0;
	margin-left: 3.5em;
}

#container{
	float:left;
	margin-top: 2.49em;
	margin-left: 5.39em;
	margin-bottom: 1.5em;
	border: 2px solid #295ba0;
	background: url(images/sliderglow.png) no-repeat 837px 339px;
}

/* Easy Slider */

	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		border:1px solid #bae2f0;
		background:#e3f4f9;
		width:789px;
	margin: .5px 0 .5em;
}	

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:815px;
		height:305px;
		overflow:hidden;
}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* ---- Font Settings ---- */

h1 {
	color: #cccccc;
	font: bold 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
 color: #cccccc;
	font: bold 70% "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	color: #c9c9c9;
	font: 65%/140% "Lucida Grande", Lucida, Verdana, sans-serif;
}

.saatitle {
	color: #23439F;
}

/* Boxgrid */
			.boxgrid{ 
				width: 367px; 
				height: 170px; 
				margin: 0 10px 10px 0; 
				float:left; 
				background: transparent; 
				overflow: hidden; 
				position: relative;
	padding-left: 0;
	border: 1px solid #295a9f;
}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				
#footer {
	
	width: 821px;
	height: 52px;
	margin-top: 13.8em;
	margin-left: 5.5em;
	text-align: right;
	border-width: 0;
	border-style: none;
}

.copyright {
	padding-right: 10px;
	padding-top: 10px;
}


