/* 
	Muku Graphic Design page styles	
	Author: Simon Humphreys http://www.muku.co.uk
	Table of Contents:
		layout
		typography
*/




/* layout
----------------------------------------------- */
*{
	margin: 0;
	padding:0;
	}


body{
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #4b4c3c;
	background-attachment: scroll;
	background-image: url(../gfx/dkw.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	



#navigation{
	margin-bottom: 30px;
	color: #F2F2E8;
	text-align: right;
	margin-right: 40px;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9B1;
} 


#wrapper{
	width: 460px;
	margin-left: 100px;
}




/* typography
----------------------------------------------- */

p {	color: #C9C9B1;
}



a{
	text-decoration: none;
	color: #4b4c3c;
	
	}

a.visited{

	color: #9C9A69;
}



/* header
----------------------------------------------- */
#header {
	background-image: url(../gfx/header.gif);
	margin-bottom: 30px;
	height: 300px;
	background-repeat: no-repeat;
	margin-top: -10px;

}


/* navigation
----------------------------------------------- */
#navigation li {
	display: inline;
	font-weight: bold;
	font-size: small;
}

#navigation a{
	color: #C9C9B1;
}

/* about
----------------------------------------------- */
#about p{
text-align: justify;
font-size: small;
}
#about {
	margin-bottom: 60px;
	padding-right: 40px;
	padding-left: 40px;
}

/* work
----------------------------------------------- */
#work p{
text-align: justify;
font-size: small;
}
#work {
	padding-right: 30px;
	padding-left: 40px;
	margin-bottom: 60px;
}
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}


/* contact
----------------------------------------------- */
#contact p{
text-align: left;
font-size: small;
}
#contact {
	clear: both;
	padding-bottom: 60px;
	padding-right: 30px;
	padding-left: 40px;
}
#contact a{
	color: #C9C9B1;
}

/* map
----------------------------------------------- */
#map{
	padding-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
}
#map a{
	color: #C9C9B1;
	font-size: small;
}
#map p{
	font-size: small;
}

/* footer
----------------------------------------------- */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C9B1;
	margin-right: 40px;
	margin-left: 40px;
	clear: both;
}
#footer p{
	text-align: left;
	font-size: x-small;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 40px;
}
#footer a{
	color: #C9C9B1;
}


/* clearing
----------------------------------------------- */
.img {
	clear: both;
}

.clearfix:after {
	display: block; 
	height: 0; 
	clear: both; 
	}

* html>body .clearfix {
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
