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


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,  ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF
}

#home_bg {
	background-image:url(images/bg/homepage.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#about_bg {
	background-image:url(images/bg/about.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#work_bg {
	background-image:url(images/bg/film.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#contact_bg {
	background-image:url(images/bg/contact.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}


#horizon {
	background-color:transparent;
	position:absolute;
	top:10%;
	left:0;
	width:100%;
	margin-top:-30px;
}
#page {
		width:900px;
		margin:0 auto;
}

#logo {
	width:280px;
	float:left;
	height:50px;
}

#nav {
	width:620px;
	margin-left:280px;
	text-align:right;
	height:50px;
}

.intro {
	font-size:4.5em;
	display:inline-block;
	background-color:#000;
	padding:12px 12px 0px 12px;
	position:absolute;
}
.tag {
	font-size:1.2em;
	display:inline-block;
	background-color:#000;
	padding:12px;
	position:absolute;
	top: 195px;
}

.more {
	font-size:1.2em;
	display:inline-block;
	background-color:#000;
	padding:12px;
	position:absolute;
	top: 294px;
}

#thumb {
	margin-top:288px;
}

#copyright {
	font-size:0.65em;
	background-color:#000;
	padding:5px;
	float:right;
	margin-top:40px;
	
}

#copyright2 {
	font-size:0.65em;
	background-color:#000;
	padding:5px;
	float:right;
	margin-top:277px;
	
}

#detail_l {
	font-size:0.8em;
	background-color:#000;
	padding:12px;
	float:left;
	height:311px;
	width:305px;
	margin-top:190px;
}

#detail_link a {
	color:#FFF;
	text-decoration:underline;
}

#detail_link a:hover{
	text-decoration:none;
}

#detail_r {
	font-size:0.7em;
	background-color:#000;
	padding:12px;
	float:right;
	height:311px;
	width:500px;
	margin-top:190px;
	
}

#form_r {
	font-size:0.8em;
	background-color:#000;
	padding:12px;
	float:right;
	height:311px;
	width:500px;
	margin-top:190px;
	
}



/* Middle distance */
.midheight {
	height:50px;
	clear:both;
}

h2 a {
	color:#FFF;
	text-decoration:none;
}

h2 a:hover {
	color:#ccc;
}

.work_1 a {
	color:#FFF;
	text-decoration:none;
}

.work_1 a:hover {
	color:#ccc;
}

.work_2 a {
	color:#ccc;
	text-decoration:none;
}

.work_2 a:hover {
	color:#CCC;
}

ul.work {
	margin:				0px 0px 12px 0px;
	list-style:none;
}
ul.work li {
	padding:			5px 0 0px 10px;
}



ul.skills {
	float:				left;
	width:				48%;
	margin:				0px 1% 13px 1%;
	border-bottom:		0px dotted;
	list-style:none;
}
ul.skills li {
	border-bottom:			1px dotted;
	padding:			6px 0 7px 6px;
	
}
ul.skills li img {
	display:			inline;
	padding:			1px;
	float:				left;
	clear:				both;
	margin:				-1px 6px 0 0;
}

img#expando {
	position: absolute;
	display: none;
	z-index: 1;
	-ms-interpolation-mode: bicubic;
}
.wide img#expando, .tall img#expando {
	display: block;
}
.wide img#expando {
	width: 100%;
	height: auto;
}
.tall img#expando {
	width: auto;
	height: 100%;
}
.ie6fixed {
	position: absolute;
 top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}

img { border-color:#000
}

label {
	width:9em;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
}

.submit
{
width:9em;
	float:left;
	text-align:center;
	margin-left:11em;
	display:block;
}
