@charset "UTF-8";
/* CSS Document */
body,div,span,p,a,img{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

ul,li{
	margin:0px;
	padding:0px;
}

img{
	border: none;
}

body{
	background: #eee;
	font-size: 16px;
	margin:auto;
	padding:auto;
	width:960px;
}

a,a:link,a:visited{
	color:#666;
	text-decoration:none;
}

a:hover,a:active{
	color:#BD7C9B;
	text-decoration:none;
}



/* Ids */
#address{
	border-left: dotted 1px #ccc;
	color: #333;
	float: right;
	font-size: 1.3em;
	height: 60px;
	padding: 20px 0px 0px 20px ;
	text-align: left;
	width:350px;
}

#headers{
	float:left;
	height: 70px;
	padding:5px 0px 25px 0px;
	width:900px;
}

#headers h1{
	display:none;
}

#headers h2{
	display:none; 
	font-size:12px;
	font-weight:normal;
}

#headers img{
	float:left;
}

#hints{
	background-color:#FFC;
	color:#666;
	display: none;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:center;
	width: 944px;
	background-image: url(../images/close_icon.png);
	background-repeat: no-repeat;
	background-position: right;
}



#contactinfo{
	color:#666;
	display:block;
	margin-left: 20px;
	padding:20px 15px 20px 20px;
	text-align: left;
}
#contactinfo ul li{
	display:block;
	list-style-type:none;
}

#footer{
	font-size: 1.3em;
	height: 30px;
	margin-top: 100px;
	padding:25px 0px 25px 0px;
	clear:both;
	width: 944px;
}

#footer h4{
	font-weight: normal;
}

#footer-contact-info li{
	display: inline;
}

#image{

}

#navigation{
	display: block;
	height:26px;
 	padding:5px 20px 0px 400px;
	width: 544px;
}

#navigation li{
	display:block;
	float:left;
	list-style-type:none;
	padding-right:10px;
}

#projects{
	width:944px;
}

#showreel{
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}

#showreel-link{
	display: inline;
	position: relative;
	top: 30px;
	left: 160px;
	width: 70%;
}


#thumb{
	float:left;
	margin: 3px;
	width:220;
	height:150;
}

#rolloverbg{
	position:relative;
	bottom: 0;
	left: 0;
	height: 450px;
	width: 310px;
	background-color:#999;
	background-image:url(../images/rollover.png);
}


#wrap{
	background: #fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	margin-bottom: 25px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-box-shadow: 10px 10px 10px #eee;
	padding: 25px 20px 10px 20px;
	text-align: center;
}

