/*  
|deevy construction : main stylesheet
|Nicklas Persson 27 June 08
|http://sl33p.com/
|
|Brought to you by the colours #21455b and #8c8372
|
*/

body
{
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, 'times new roman', serif;
	color: #656565;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	background-color: #a59e8c;
}

#container
{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-image: url(../img/h_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FDFDFD;
	padding: 0;
	border-width: 0 1px 0 1px;
	border-color: #464646;
	border-style: solid;
}

#logo
{
	background-image: url(../img/logo.png);
	padding-top: 115px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#home #content
{
	font-style: italic;
}

#content
{
	padding: 0 15px 15px 15px;
}

.intro
{
	font-size: 28px;
}

.left
{

	float: left;
	margin: 6px 12px 12px 0;
}
.img
{
	border: 1px #577D8C solid;
}

#content strong,#footer strong
{
	color: #231F20;
	font-weight: normal;
}

#footer
{
	width: 784px;
	margin: 0 auto;
	clear: both;
	background-color: #464646;
	background-image: url(../img/f_bg.jpg);
	background-repeat: repeat-x;
	border-width: 0 1px 0 1px;
	border-color: #464646;
	border-style: solid;
	height: 140px;
	padding: 8px;
}


h1
{
	font-size: 54px;
	margin-top: 0;
	line-height: 45px;
	font-weight: normal;
	color: #444444;
}

h2
{
	font-size: 24px;
	line-height: 1;
	font-weight: normal;

}

h3
{
	font-size: 22px;
	margin-bottom:0;
}


h4
{
	font-size: 16px;
	text-transform: uppercase;
}

h5,h6
{
	font-size: 16px;
	font-weight: normal;
}

ul
{
	margin-top: 0;
}

li {line-height:1.4;}


dl {display: inline-block;}

dt
{
	width: 6em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;

	font-weight: bold;
	clear: both;
} 


 dd
{
float: left;
width: 33em;
margin: 0 0 0 0;
padding: .5em;

}


.project
{
	border-top: 1px #8c8372 solid;
}

#footer a
{
	color: #fff;
}

.vcard
{
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #C0C0C0;
	text-align: right;
	width: 250px;
	float: right;
	margin-top: 24px;
}

a:link
{
	color: #577D8C;
	
}

#footer a:link
{
	background-color: transparent;
}

a:visited
{
	color: #577D8C;
	text-decoration: none;
}

a:hover
{
	color: #21455b;
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

#top
{
	border-top: 10px solid #567d8c;
	padding: 38px 0 0 15px;
	margin: 34px 0 0 0;
}

#top h1
{
	text-indent: -5000px;
	height: 73px;
	background-repeat: no-repeat;
	width: 700px;
}

blockquote
{
	font-size: 24px;
	font-style: italic;
	color: #21455b;
}
blockquote cite
{
	font-size: 16px;
	display: block;
	line-height:2;
}

#home #top h1
{
	background-image: url(../img/header_aboutus.png);
}

#projects #top h1
{
	background-image: url(../img/header_projects.png);
}

#whatwedo #top h1
{
	background-image: url(../img/header_whatwedo.png);
}

#nav
{
	margin: -115px 0 0 0;
	padding: 0;
	width: 161px;
	float: right;
}

#nav li
{
	text-align: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 29px;
	width: 160px;
	margin-bottom: 0;
}

#nav a:hover, #nav .selected
{
	background-position: 0 0px;
}

#nav_about,
#nav_whatwedo ,
#nav_projects
{
	display: block;
	padding: 29px 0 0 0;
	background-repeat: no-repeat;
	height: 0px !important;
	/**/
	/* for IE5/Win */
	background-position: 0 -29px;
	background-color: #FFF;
}

#nav_about a:hover,
#nav_whatwedo a:hover ,
#nav_projects a:hover
{
	background-position: 0 29px;
}

#nav_about
{
	background-image: url(../img/aboutus.png);
}

#nav_whatwedo
{
	background-image: url(../img/whatwedo.png);
}

#nav_projects
{
	background-image: url(../img/projects.png);
}