/*
Theme Name: 3s
Theme URI: http://www.3s-ad.com
Description: 3s Architects & Designers WordPress theme
Version: 1.0
Author: Jamie Reid
Author URI: http://www.jamiedavidreid.com
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background: url(/images/tile.gif) #b9babc;
	font-family: "Verdana", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 62.5%;
}
a {
	outline: none;
}
a:link { 
	color: #333;
}
a:visited {
	color: #333;
}
a:hover { 
	color: #000;
}
a:active { 
	color: #333;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	font-size:2em;
	font-weight: 300;
}

#floater {
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-264px;
	width:1px;
}
#centered {
	position:relative; 
	clear:left;
	width:980px;
	height:529px; 
	margin:0 auto;
}
#shadow {
	width:980px;
/* 	background: url(/images/shadow.gif) repeat-y; */
	margin: 0px auto;
}
#container {
	background: url(/images/background.gif) repeat-y;
	width: 960px;
	height:529px;
	margin: 0 auto;
	moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px#666;
	box-shadow: 0 0 10px #666;moz-box-shadow: 0 0 10px #666;
}
#sidebar {
	position: absolute;
	width: 380px;
	height: 529px;
	background-color: #fff;
	display: none;
}
#image {
	position: absolute;
	top:0px;
	left:10px;
}
#footer {
	width: 980px;
	height:78px;
	margin: 0 auto;
	padding-top: 12px;
	color: #696969;
/* 	background: url(/images/footer.gif) no-repeat; */
}
#copyright {
	float: left;
	margin-left: 10px;
}

/* navigation */
#nav {
/* 	margin-left: 140px; */
	position: absolute;
	width: 360px;
	margin-top: 460px;
	left:30px;
	list-style: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
/* 	text-align: center; */
}
#de,
#uk {
	font-size: 2em;
	margin-bottom: 0.2em;
	text-decoration: none;
	color: #8b8b8b;
	cursor: pointer;
}
#de:hover,
#uk:hover {
	color: #fff;
}
