/* Horhizon 
 * Layout
 *
 * 
*/


/* 														------------- Basic Structure */

body {
	margin:0;
	padding:0;
	background: #16181B url(../image/background-plain1.png)  -77px 2px; 
}

a#skipnav{
	 visibility: hidden; 
	 position: absolute; 
	 left: -9999px; 
}

img {
	display: block;
}

.clear-fix {
	clear:both;
}

/* 					--- Effects */
#effects_layer_one, #effects_layer_one. #effects_layer_one {
	width: 100%;
	/* height:100%; */
}

#Home #effects_layer_one {
	background: transparent url(../image/effect-menu_blue.png) no-repeat scroll 3px 52px;
	height: 500px;
}

#container {
	width: 821px;
	margin-left: 69px;
}

#header {
	height: 139px;
	width: 100%;
}
/* 														------------- Basic Structure Specifics */

/* 												--- Content */
#content {
	clear: both;
	width: 821px;
}



/* Primary */

#primary {
	width: 271px;
	height: 266px;
	background: url(../image/background-primary_blue.png);
	margin-bottom: 40px; /* to allow for effects */
	float: left;
}

/* Secondary */
  
#secondary {
	float: left;
	width: 528px; /* - 20px padding */
	padding: 15px 0px 45px 20px;
	background: #000;
} 

* html #secondary {
	width: 548px;
}

/* 														------------- Layout Specifc */
/* 												--- Header */

#header-image {
	clear: both;
	height: 261px;
	background-color: #006699;
}

#header #title {
	width: 271px;
	height: 100%;
	background: url(../image/background-header_title.png);
	
}

#notes {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

#header h1 {
	padding: 41px 0 0 60px;
}

/* 												--- primary */

#primary #nav-main {
	height: 234px;
}
#primary p {
	padding-left: 65px;
}


/* 												--- secondary */
#secondary p {
	width: 480px;
}

div#secondary p.indentedList {
	padding-bottom: 0px;
}

div#secondary ul.indentedList li {
	
	margin-left: 11px;
	margin-right: 77px;
	padding-bottom: 0.9em;;
}

/* 														------------- Page Specifc */




/* 												--- Home Page */

div#secondary.home {
	/* width: 455px;
	margin-bottom: 50px; */
}

* html div#secondary.home {
	/*	width: 475px; */
}

div#secondary.home p {
	/* width: 430px; */
}

/* 												--- Members */
#Members {
	background: #000 url(../image/background-red.jpg)  0 0 repeat-x; 
}
#Members #primary {
	background: url(../image/background-primary_red.jpg);
}

/* 												--- News */
#News {
	background: #000 url(../image/background-blue.jpg)  0 0 repeat-x; 
}
#News #primary {
	background: url(../image/background-primary_blue.jpg);
}

/* 												--- News */
#Links {
	background: #000 url(../image/background-blue.jpg)  0 0 repeat-x; 
}
#Links #primary {
	background: url(../image/background-primary_blue.jpg);
}


/* 												--- Manifesto */
#Manifesto {
	background: #000 url(../image/background-yellow.jpg)  0 0 repeat-x; 
}
#Manifesto #primary {
	background: url(../image/background-primary_yellow.jpg);
}

/* 												--- Works */
#Works {
	background: #000 url(../image/background-turk.jpg)  0 0 repeat-x; 
}
#Works #primary {
	background: url(../image/background-primary_turk.jpg);
}

/* 												--- Project */
#Project {
	background: #000 url(../image/background-turk.jpg)  0 0 repeat-x; 
}
#Project #primary {
	background: url(../image/background-primary_turk.jpg);
}

/* 												--- Contact */
#Contact {
	background: #000 url(../image/background-purple.jpg)  0 0 repeat-x; 
}
#Contact #primary {
	background: url(../image/background-primary_purple.jpg);
}

#secondary div.intro {
	/* Added 21-08-09 */
	padding-bottom:37px;
}