/* Harman Design CSS Document */

*{
	padding:0;
	margin:0;
	border:0;
}

body{
	background-image:url(../images/hd_bg.png);
	background-repeat:repeat;
	color:#fbfbfb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	text-shadow:1px 1px 1px #000000;
}

#wrapper{
	width:100%;
	float:left;
}

#top{
	width:100%;
	height:5px;
	float:left;
	background-color:#346ad8;
	position:fixed;
	z-index:100;
}

#contact{
	width:30px;
	height:100px;
	position:fixed;
	z-index:100;
}

#sideTab{
	width:100%;
	position:relative;
}

#contactTab{
	width:30px;
	height:160px;
	position:fixed;
	top:50px;
	right:0;
	font-size:2em;
	background-color:#346ad8;
	color:#FFFFFF;
	z-index:100;
}

#container{
	width:960px;
	margin:0 auto;
}

#nav{
	width:180px;
	float:left;
	padding:0 20px 0 20px;
	position:fixed;
}

#content{
	width:700px;
	float:left;
	padding:20px 19px 0 240px;
}

h1{
	font-size:3em;
	font-weight:normal;
	letter-spacing:-0.02em;
	margin:20px 0 20px 0;
	line-height:36px;
}

h2{
	font-size:2.3em;
	font-weight:normal;
	margin:40px 0 25px 0;
	padding-top:35px;
	border-top:1px dashed #2f2f2f;
}

h3{
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:20px;
}

p{
	font-size:1.6em;
	line-height:24px;
	margin-bottom:20px;
}

a, a:visited{
	color:#ffffff;
}

a:hover{
	color:#346ad8;
	text-decoration:underline;
}

img.featured{
	border:5px solid #ffffff;
	margin-bottom:20px;
}

a:hover img.featured{
	border:5px solid #346ad8;
	margin-bottom:20px;
}

ul.harmanNav{
	width:165px;
	margin:30px 0 0 0;
}

ul.harmanNav li{
	font-size:1.8em;
	width:165px;
	display:block;
	list-style:none;
	float:left;
	margin-bottom:18px;	
}

ul.harmanNav li a{
	width:165px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding-bottom:7px;
	border-bottom:1px solid #ffffff;
}

ul.harmanNav li a:hover{
	color:#346ad8;
	text-decoration:none;
	border-bottom:1px solid #346ad8;
}

#home, #websites, #print, #logos, #about{
	width:700px;
	float:left;
	padding-top:10px;
}

#home a img, #websites a img, #print a img, #logos a img, #logos img, #about a img{
	border:5px solid #ffffff;
	margin:0 21px 21px 0;
	border-radius:5px;
}

#home a:hover img, #websites a:hover img, #print a:hover img, #logos a:hover img, #about a:hover img{
	border:5px solid #346ad8;
	margin:0 21px 21px 0;
}

.skills {
	float:left;
	font-size:0.8em;
}

.skills p{
	font-weight:bold;
	margin:0;
}

.show_hide{
	display:none;
}

ul.skillsList{
	margin:0 0 10px 0;
	float:left;
}

ul.skillsList li{
	margin-bottom:5px;
	padding:0;
}