/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

@charset "utf-8";
/* CSS Document */

/* RESET begin */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	/*color:#000;*/
	font-size:12px;
	line-height:20px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,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 {
	content:'';
}
abbr,acronym { border:0;
}

strong{font-weight:bold;}
em{font-style:italic;}
/* RESET end */

body{background:url(images/bg-body.jpg) #000000 fixed no-repeat; color:#fff; position:relative;}

#logo{position:absolute; top:50px; left:34px;}

#menu{position:absolute; top:45px; left:276px;}
	#menu li{float:left; margin-right:16px;}
		#menu li a{float:left; margin-right:9px; line-height:27px; height:27px; overflow:hidden; text-indent:-9999px; background-position:0px 0px;}
		#menu li a:hover{background-position:0px -27px;}
			#menu li .portfolio{background-image:url(images/menu-portfolio.png); width:110px;}
			#menu li .profil{background-image:url(images/menu-profil.png); width:71px;}
			#menu li .contact{background-image:url(images/menu-contact.png); width:92px;}
			
a{color:#aad3fc; text-decoration:none;} a:hover{text-decoration:underline;}
			
#contact{position:absolute; top:358px; left:692px; padding-left:12px; border-left:#FFFFFF 3px solid;}
	#contact h1{font-size:18px; line-height:16px;}
	#contact p{font-size:14px; line-height:16px; padding-top:15px;}
	
#profil{position:absolute; top:345px; left:695px; width:310px;}
	#profil p{font-size:12px; line-height:14px; padding-top:15px;}

#portfolio{position:absolute; top:295px; left:693px; width:264px;}
	#portfolio li{background:url(images/bg-portfolio-item.png) repeat-y 78px; height:58px; width:264px; overflow:hidden; font-size:11px; margin-bottom:12px;}
		#portfolio li .thumb{float:left; border:#FFFFFF 1px solid; margin-right:28px; height:56px; width:56px;}
		#portfolio li .thumb:hover{float:left; border:#999999 1px solid;}
			#portfolio li .thumb img{height:56px; width:56px;}
		#portfolio li h2{line-height:24px; font-weight:bold;}
		#portfolio li h3{line-height:14px;}
		#portfolio li h4{font-style:italic; line-height:14px;}

