/* 
	A note from the designer:

	This is a really simple page that I created just for the sake of having a portfolio in a quick pinch.
	The absolute positioning of the content should be a dead give away.  Anyways, here it is in all of its
	uber-cliche web 2.0 nonsensical glory.  
	
	Unfortunatly this doesn't showcase my best work.  What it showcases is the work iv'e done which I can
	get my hands on at the time. 

	Hey, what did you expect?  I had to throw this ENTIRE thing together from design to build
	in a matter of a few hours! =) 
   
*/


@import url(reset.css);  /* reset all elements to null */

/* globals 
---------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background:url('../images/bg/body.jpg') repeat;
	font: normal 12px/14px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}



h1, h2, h3, h4, h5, h6, strong, em {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#skills a:link, #skills a:visited,
#kontakt a:link, #kontakt a:visited { 
	outline: none; /* remove annoying dotted box from clicking links */
	color: #ff008a;
	text-decoration: none;
	border-bottom: 1px dotted #37c4d7;
} 

/*ie7 only - fix issue where last link in list won't appear underlined*/
*+html #skills a:link, *+html #skills a:visited, 
*+html #kontakt a:link, *+html #kontakt a:visited {
	line-height: 18px;
	}

a:hover, a:active { 
	border-bottom: none !important;
}

h1 {
	display: none;
	}

h2 {
	margin-top: 10px;
	font-weight: bold;}

h2 em {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #37c4d7;
	}
	
p em {
	color: #37c4d7;
	font-size: 10px;
	}

/* Containers
---------------------------------------*/

#wrapper {
	position: absolute;
	margin-left: -390px;
	left: 50%;
	z-index: 0;
	width: 780px;
	height: 600px;
	background: url('../images/bg/container_full.png') no-repeat;
	}

/* Skill Section
---------------------------------------*/

#skills {
	position: absolute;
	z-index: 1;
	width: 250px;
	height: 352px;
	left: 165px;
	top: 152px;

	}

	#skills ul {
		margin: 10px 0 0 35px;
		list-style:circle;
		}
		
		


/* Purely css table using unordered lists only - why?  Because I can... 
   It's less markup.  Less is more. 
---------------------------------------*/


#gallery {
	position: absolute;
	z-index: 1;
	width: 190px;
	height: 195px;
	left: 463px;
	top: 151px;
	}

#gallery ul {
	list-style: none;
	clear: both;
	}
	
#gallery li {
	margin: 3px;
	width: 24px;
	height: 24px;
	float: left;
	background-color: #cdcdcd;
	}
	
	#gallery p.info {
		padding-top: 5px;
		clear: both;
		color:#ff008a;
		font-size: 11px;
		}

	#gallery a {
		width: 24px;
		height: 0;
		padding-top: 24px;
		display: block;
		overflow: hidden;
		background-color: #ff008a;
		border: none;
		}
		
	#gallery a:hover {
		background-color: #37c4d7 !important;
		}


/* Kontakt Section (Yep, the spelling's intentional.)
---------------------------------------*/

#kontakt {
	position: absolute;
	z-index: 1;
	width: 180px;
	height: 100px;
	left: 458px;
	top: 395px;
	}
	
	#kontakt ul {
		margin: 10px 0 0 25px;
		list-style:circle;
		}
