/*---------------------------------------
- Excuse me, wtf are u doin in mai css? -
---------------------------------------*/

/** CSS RESET **/

html
{
    overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
 

/*@font-face {  
	font-family: "Myriad Pro"; 
	src: url(fonts/MyriadPro-Regular.eot);
	src: local("Myriad Pro"), url(fonts/MyriadPro-Regular.ttf) format("truetype"); 
}*/

body
{
	font-family: Arial;
	font-size: 10pt;
	color: #666;
}

h1
{
	font-size: 19pt;
	color: #000;
}

.left{
	float: left!important;
}

.right{
	float: right!important;
}

#wrapper
{
	width: 858px;
	margin: 0 auto;
}

#mapleft
{
	width: 64px;
	margin-left: 5px;
	margin-top: 5px;
	height: 180px;
	float: left;
	border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;	
}

.map
{
	width: 68px;
	margin-left: 2px;
	margin-top: 5px;
	height: 180px;
	float: left;	
}

#mapright
{
	width: 64px;
	margin-left: 2px;
	margin-top: 5px;
	height: 180px;
	float: left;
	border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
}
	
#mapleft:hover, .map:hover, #mapright:hover
{
	background-color: #fff;
	filter:alpha(opacity=50);
	opacity:0.5;
}

#silhouette
{
	width: 174px;
	min-height: 542px;
	float: left;
	background: url("images/silhouette3.png") 0px 20px no-repeat;
}

#silhouette:hover
{
	background-position: -174px 20px;	
}

#container
{
	width: 578px;
	float: right;
}

#header
{
	width: 560px;
	height: 37px;
	float: left;
	font-size: 18pt;
	color: #fff;
	padding: 0;
	margin-bottom: 16px;
}

.nav-home
{
	display: block;
	width: 136px;
	height: 37px;
	padding: 0;
	float: left;
	margin: 0 5px 0 0;
	background: url("images/nav_home.png") 0 0 no-repeat;
}

.nav-about
{
	display: block;
	width: 136px;
	height: 37px;
	padding: 0;
	float: left;
	margin: 0 5px 0 0;
	background: url("images/nav_about.png") 0 0 no-repeat;
}

.nav-portfolio
{
	display: block;
	width: 136px;
	height: 37px;
	padding: 0;
	float: left;
	margin: 0 5px 0 0;
	background: url("images/nav_portfolio.png") 0 0 no-repeat;
}


img
{
	margin: 0 5px 0 0;
}

.icon
{
	margin: 0 18px 0 0;
}

.thumb
{
	display: block;
	width: 128px;
	height: 87px;
	background: url("images/inkd_thumb2.png") 0 0 no-repeat;
}

.thumb:hover
{
	background-position: 0 -87px;	
}

.nav-contact
{
	display: block;
	width: 136px;
	height: 37px;
	padding: 0;
	float: left;
	margin: 0;
	background: url("images/nav_contact.png") 0 0 no-repeat;
}

#header a:hover
{ 
	background-position: 0 -37px;
}

#latest
{
	width: 560px;
	height: 260px;
	float: left;
}

#mailform
{
	width: 514px;
	height: 103px;
	float: left;
	border: 5px solid #aaa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0px;
	background: url('images/textback.png');
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
	padding-bottom: 25px;
	color: #aaa;
	font-family: times new roman;
	font-size: 19pt;
	background-position: 0 -33px;
}

#mailform:focus
{
	border: 5px solid #000;
	color: #000;
}

.textfield:focus
{
	border: 5px solid #000;
	color: #000;
}

.textfield
{
	color: #aaa;
	width: 514px;
	height: 37px;
	float: left;
	border: 5px solid #aaa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 5px;
	background: url('images/textback.png');
	background-position: 0 -18px;
	padding-left: 18px;
	padding-right: 18px;
	font-family: times new roman;
	font-size: 19pt;
}

#signature
{
	background: url('images/signature.png') 0 0 no-repeat;
	float: right;
	width: 92px;
	height: 84px;
	margin: -10px 0 10px 0;
}

#indicators
{
	margin-top: 325px;
	margin-left: auto;
	margin-right: auto;
	height: 13px;
	width: 174px;
}

#formbuttons
{
	margin-left: auto;
	margin-right: auto;
	height: 13px;
	text-align: center;
	width: 174px;
}

.dot
{
	margin-left: 10px;
	height: 13px;
	width: 13px;
	float: left;
	background: url("images/dot.png") 0 0 no-repeat;
}

.dot:hover
{
	background: url("images/dot.png") 0 -13px no-repeat;
}

#previous
{
	float: left;
	margin-left: -18px;
	margin-top: 193px;
	width: 51px;
	height: 37px;
	background: url("images/previous.png") 8px 0 no-repeat;
}

#previous:hover
{ 
	background-position: 0 0;
}

#previous:active
{ 
	background-position: 0 0;
}

#go
{
	float: right;
	margin-right: -18px;
	margin-top: 193px;
	width: 51px;
	height: 37px;
	background: url("images/go.png") 0 0 no-repeat;
}

#go:hover
{ 
	background-position: 8px 0;
}

#go:active
{ 
	background-position: 8px 0;
}

#info_left
{
	width: 250px;
	float: left;
	margin-top: 18px;
	margin-left: 18px;
}

#info
{
	width: 527px;
	float: left;
	margin-left: 18px;
	margin-top: 25px;
}

#info a, info a:visited{
	color: #39f;
	font-weight: normal;
	text-decoration: none;
}

#info a:hover{
	color: #39f;
	font-weight: normal;
	text-decoration: underline;
}

#info_right
{
	width: 250px;
	margin-top: 18px;
	float: left;
	padding: 0 0 0 40px;
}

#info_right a, info_right a:visited{
	color: #39f;
	font-weight: normal;
	text-decoration: none;
}

#info_right a:hover{
	color: #39f;
	font-weight: normal;
	text-decoration: underline;
}

/* footer */
#footer{
	border-top: 1px solid #ccc;
	padding: 8px 0 0 0;
	margin: 10px auto;
	width: 560px;
	color: #ccc;
	float: right;
	clear: left;
}

#footer a, #footer a:visited{
	line-height: 22px;
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
}

#footer .copyright{
	float: right;
	position: relative;
}

#footernavigation li{
	float: left;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	background: url(images/background-divider.png) right no-repeat;
}

#footernavigation li.last-item{
	background: none;
}
