/* CSS style sheet for whad.co.uk */


/*  keep the links the same colour*/





a:visited, a:link{
	text-decoration: none;
	color: #A3946B;
}


/* white on hover */
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}


/* general text properties  */
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: #666666;
}


/*  */
h1 {
	color: #D6C8AE;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 1.5em;
}

/*  */
h2 {
	color: #999999;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 16px;
}

/*  */
h3 {
	color: #D6C8AE;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 16px;
}


/*  */
h4 {
	color: #999999;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 14px;
}

/* formatting of the navigation bar */
.indicator {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	float: none;
}

/* formatting of the navigation bar */

.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #A2936A;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	float: none;
}

/* container for a contact details */
#contact {
	text-align: center;
	position: relative;
	top: 15px;
	width: 800px;
	height: 400px;
	z-index: 850;
	font-size: 2em;
	color: #CCCCCC;
	margin-left: 20px;

	}




/* container for the debian logo */
#debian {
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 396px;
	height: 69px;
	left: 15px;
	z-index: 800;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	bottom: 20px;
	visibility: visible;	
}


/* container for the copyright info */
#footer {
	text-align: right;
	padding: 5px 25px 5px 0;
	position: relative;
	bottom: 5px;
	width: 250px;
	z-index: 50;
	color: #CCCCCC;
	left: 500px;
}




/* container for main content of the page */

#frame {
width: 800px;
	position:relative;
	height: 610px;
	background-color: #3d331e;
	}




/* logo area */
#header {
	color: #000000;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 130px;
	border-bottom-width: thin;
	background-image: url(../images/header.jpg);
	z-index: 200;
}



/*  container for the images */
#images {
	position: absolute;
	top: 30px;
	width: auto;
	height: auto;
	z-index: 40;
	right: 20px;
	clear: none;
	}


/* container for a slogan */
#intro {
	text-align: left;
	position: relative;
	top: 35px;
	width: 380px;
	height: auto;
	z-index: 50;
	margin-left: 20px;

	}


/* Left container for the content */
#leftPanel {
	position: relative;
	top: 50px;
	width: 350px;
	height: auto;
	z-index: 850;
	left: 20px;
	clear: none;
	}



/* div for the main navigation */


#navigation {
	text-align: center;
	position: relative;
	top: 0px;
	width: 800px;
	height: auto;
	z-index: 850;
	background-color: #221907;
	border-top-color: #9E8C64;
	}


/*  container for the portfolio */
#portfolio {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1;
	left: 30px;
	clear: none;
	top: 20px;
	background-color: #3D331E;
	padding: 10px;

	}	
	


/*  container for validation */
#validation {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 850;
	right: 300px;
	clear: none;
	bottom: 10px;
	vertical-align: top;
	}	
	

/* main content container */
#wrapper {
	background-color: #3d331e;
	color: #000000;
	padding: 5px;
	position: relative;
	margin: auto;
	top: 0px;
	width: 800px;
	height: auto;
	border-color: #666666;
	border: 2px solid;
	
}

