/* 

                                          :             _            _                     :
                                          :            | | ___ _ __ (_)_   _ ___           :
                                          :         _  | |/ _ \ '_ \| | | | / __|          :
                                          :        | |_| |  __/ | | | | |_| \__ \          :
                                          :         \___/ \___|_| |_|_|\__,_|___/          :

 */




/* ----------------------------------- Reset, General Styles, Background, Title ----------------------------------- */

html, body {
	height: 100%;
	color: black;
	font: 100% "Lucida Grande", Tahoma, Verdana, sans-serif;
}

body {
	background: #050505 url(images/metal.png) 0 0 repeat-x;
	line-height: 1.4;
	font-size: .71em;
}

* {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

#welcome {
	width: 261px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/welcome.png);
	margin-top: 30px;
}

/* ----------------------------------- Main Module Boxes ----------------------------------- */

#wrapper {
	width: 834px;
	margin-left: auto;
	margin-right: auto;
}

#lighting {
	background: url(images/light.png) center top no-repeat;
	margin-top: 0px;
	overflow: hidden;
}

#nav {
	height: 110px;
	text-align: center;
}
		
#about {
	width: 362px;
	height: 414px;
	float: left;
	background: url(images/about_box_blank.png);
}

#about p {
	margin-left: 25px;
	margin-top: 65px;
	margin-right: 35px;
	opacity: .9;
}
		
#connect {
	height: 114px;
	margin-left: 363px;
}
		
#work {
	height: 300px;
	margin-left: 363px;
}

/* #wrapper, #nav, #about-box {border: 1px solid;} */

/* ----------------------------------- Naviagtion ----------------------------------- */

#nav ul {
	width: 594px;
	margin: 0 auto;
	overflow: auto;
}
	#nav li {
		list-style-type: none;
		display: inline;
		margin-top: 40px;
		float: left;
	}
		#nav ul li a {
			display: block;
			height: 50px;
			background-position: 0 0;
			outline: 0;
		}
		
#nav .home a {
	background: url(images/nav/home.png) no-repeat;
	width: 84px;
}
	#nav .home a:hover {background-position: 0 -50px;}
	#nav .home a:active {background-position: 0 -100px;}
					
#nav .about a {
	background: url(images/nav/about.png) no-repeat;
	width: 71px;
	margin-left: -2px; /* unexplainable 2px margin fix */
}
	#nav .about a:hover {background-position: 0 -50px;}
	#nav .about a:active {background-position: 0 -100px;}
	
#nav .portfolio a {
	background: url(images/nav/portfolio.png) no-repeat;
	width: 91px;
}
	#nav .portfolio a:hover {background-position: 0 -50px;}
	#nav .portfolio a:active {background-position: 0 -100px;}
	
#nav .blog a {
	background: url(images/nav/blog.png) no-repeat;
	width: 69px;
}
	#nav .blog a:hover {background-position: 0 -50px;}
	#nav .blog a:active {background-position: 0 -100px;}

#nav .resources a {
	background: url(images/nav/resources.png) no-repeat;
	width: 92px;
}
	#nav .resources a:hover {background-position: 0 -50px;}
	#nav .resources a:active {background-position: 0 -100px;}
					
#nav .hire a {
	background: url(images/nav/hire.png) no-repeat;
	width: 84px;
}
	#nav .hire a:hover {background-position: 0 -50px;}
	#nav .hire a:active {background-position: 0 -100px;}
			
#nav .contact a {
	background: url(images/nav/contact.png) no-repeat;
	width: 103px;
}
	#nav .contact a:hover {background-position: 0 -50px;}
	#nav .contact a:active {background-position: 0 -100px;}
	
a {text-decoration: none;}
p {margin-bottom: 1em;}

/* ----------------------------------- Connect Mod ----------------------------------- */

#wrapper #connect .title {
	width: 109px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/social/connect_text.png);
}

#wrapper #connect ul {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper #connect li {
	list-style-type: none;
	display: inline;
	margin-top: 15px;
	float: left;
}

#wrapper #connect li a {
	display: block;
	background-position: 0 0;
	width: 40px;
	height: 40px;
	outline: 0;
}

#connect .twitter a {
	background-image: url(images/social/twitter.png);
	margin-right: 12px;
	opacity: .85;
}

#connect .twitter a:hover {opacity: 1;}

#connect .facebook a {
	background-image: url(images/social/facebook.png);
	margin-right: 12px;
	opacity: .85;
}

#connect .facebook a:hover {opacity: 1;}

#connect .linkedin a {
	background-image: url(images/social/linkedin.png);
	margin-right: 12px;
	opacity: .85;
}

#connect .linkedin a:hover {opacity: 1;}

#connect .lastfm a {
	background-image: url(images/social/lastfm.png);
	margin-right: 12px;
	opacity: .85;
}

#connect .lastfm a:hover {opacity: 1;}

#connect .delicious a {
	background-image: url(images/social/delicious.png);
	margin-right: 12px;
	opacity: .85;
}

#connect .delicious a:hover {opacity: 1;}

#connect .deviantart a {
	background-image: url(images/social/deviantart.png);
	opacity: .85;
}

#connect .deviantart a:hover {opacity: 1;}

/* ----------------------------------- Work Mod ----------------------------------- */

.hidden {display: none;}

.heading {
	width: 107px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-image: url(images/work/work_title.png);
}

#prevNext {
	z-index: 3;
}

#prevNext img {
	position: relative;
	z-index: 3;
	cursor: pointer;
}

#slides {
	position: relative;
	left: 25px;
	width: 405px;
	height: 247px;
	z-index: 1;
}

.overlay {
	position: relative;
	z-index: 2;
	top: -84px;
	left: -1px;
	margin-bottom: -315px;
}

.workwrapper {
	width: 470px;
	height: 300px;
}

.leftbutton {
	position: relative;
	background-image: url(images/work/left_arrow.png);
	width: 38px;
	height: 39px;
	z-index: 3;
	top: 103px;
	left: 7px;
}

.leftbutton:hover {background-position: 0 -39px;}
.leftbutton:active {background-position: 0 -78px;}

.rightbutton {
	position: relative;
	background-image: url(images/work/right_arrow.png);
	width: 38px;
	height: 39px;
	z-index: 3;
	top: 64px;
	left: 414px;
}

.rightbutton:hover {background-position: 0 -39px;}
.rightbutton:active {background-position: 0 -78px;}

.see-more a {
	width: 200px;
	height: 24px;
	background-image: url(images/work/seemore.png);
	opacity: .75;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	cursor: help;
	display: block;
	background-position: 0 0;
}

.see-more:hover {opacity: 1;}

/* ----------------------------------- About Page ----------------------------------- */

#about-box {
	width: 450px;
	height: 514px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/about_me.png) no-repeat;
	display: none;
}

#about-box p {
	margin-left: 29px;
	padding-left: 3px;
	margin-top: 15px;
	margin-right: 35px;
	padding-top: 70px;
	opacity: .9;
	margin-bottom: -85px;
}

#about-box .list {
	line-height: 1.9;
}

a:link {color: #990022}
a:visited{color: #990022}
a:hover{color: #111111}
a:active{color: #FFFF00}

/* ----------------------------------- Portfolio (very code heavy, because I don't like html) ----------------------------------- */

#portfolio-wrapper {
	width: 850px;
	height: 1420px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.requestmore {
	font-size: 1.3em;
	color: white;
	text-align: center;
	width: 850px;
	opacity: .8;
}

#graphic-design {
	width: 850px;
	height: 450px;
	clear: both;
}

#category-graphic {
	width: 50px;
	height: 450px;
	float: left;
	margin-right: 20px;
	background: url(images/portfolio/cat_graphicdesign.png)  center center no-repeat;
}

.picture1, .picture2, .picture3, .picture4 { 	
	margin-top: 30px;
	margin-bottom: 40px;
}

.picture1, .picture2, .picture3, .picture4, .picture5, .picture6, .picture7, .picture8 { 	
	width: 135px;
	height: 170px;
	opacity: .85;
	outline: 0;
}

.picture1:hover, .picture2:hover, .picture3:hover, .picture4:hover, .picture5:hover, .picture6:hover, .picture7:hover, .picture8:hover { opacity: 1;}

.picture1 {
	float: left;
	margin-left: 32px;
	margin-right: 32px;
}

.picture2 {
	float: left;
	margin-left: 32px;
	margin-right: 32px;
}

.picture3 {
	float: left;
	margin-left: 32px;
	margin-right: 32px;
}

.picture4 {
	float: left;
	margin-left: 32px;
}

.picture5 {
	float: left;
	margin-left: 32px;
	margin-right: 32px;
}

.picture6 {
	float: left;
	margin-left: 32px;
	margin-right: 32px;
}

.picture7 {
	float: left;
	margin-left: 32px;
	margin-right: 32px;
}

.picture8 {
	float: left;
	margin-left: 32px;
}

#web-design {
	width: 850px;
	height: 450px;
	clear: both;
}

#category-web {
	width: 50px;
	height: 450px;
	float: left;
	clear: both;
	margin-right: 20px;
	background: url(images/portfolio/cat_webdesign.png) center center no-repeat;
}

.picture9, .picture10, .picture11, .picture12 { 	
	margin-top: 30px;
	margin-bottom: 40px;
}

.picture9, .picture10, .picture11, .picture12, .picture13, .picture14, .picture15, .picture16 {
	width: 135px;
	height: 170px;
	opacity: .85;
	outline: 0;
}

.picture9:hover, .picture10:hover, .picture11:hover, .picture12:hover, .picture13:hover, .picture14:hover, .picture15:hover, .picture16:hover { opacity: 1;}

.picture9 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture10 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture11 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture12 {
	margin-left: 32px;
	float: left;
}

.picture13 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture14 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture15 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture16 {
	margin-left: 32px;
	float: left;
}

#misc {
	width: 850px;
	height: 450px;
	clear: both;
}

#category-misc {
	width: 50px;
	height: 450px;
	float: left;
	clear: both;
	margin-right: 20px;
	background: url(images/portfolio/cat_misc.png) center center no-repeat;
}

.picture17, .picture18, .picture19, .picture20 { 	
	margin-top: 30px;
	margin-bottom: 40px;
}

.picture17, .picture18, .picture19, .picture20, .picture21, .picture22, .picture23, .picture24 {
	width: 135px;
	height: 170px;
	opacity: .85;
	outline: 0;
}

.picture17:hover, .picture18:hover, .picture19:hover, .picture20:hover, .picture21:hover, .picture22:hover, .picture23:hover, .picture24:hover { opacity: 1;}

.picture17 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture18 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture19 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture20 {
	margin-left: 32px;
	float: left;
}

.picture21 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture22 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture23 {
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

.picture24 {
	margin-left: 32px;
	float: left;
}

/* ----------------------------------- Contact Page ----------------------------------- */

#contact-form {
	width: 500px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#form-title-container {
	width: 384px;
	margin: 0 auto;
}

#titles {
	height: 305px;
	width: 80px;
	float: left;
}

.name-label {
	margin-top: 29px;
	font-size: 1.4em;
	clear: both;
}

.email-label {
	margin-top: 24px;
	font-size: 1.4em;
	clear: both
}

.message-label {
	margin-top: 24px;
	font-size: 1.4em;
	clear: both
}

#contact-form p {
	color: white;
	text-align: center;
}

#form-container {
	width: 300px;
	float: left;
}

label {
    display:block;
    padding-bottom:5px;
    margin-top:20px;
    color: white;
    font-size: 1.3em;
}
 
#contactform {
    width:500px;
    overflow:hidden;
}
 
#contactform li {
    list-style:none;
    padding-bottom:20px;
}

/* Textfield style */
#contactform li .fieldbox {
    background:transparent url(textbox.png) top left no-repeat;
    float:left;
    height:33px;
    padding-left:8px;
}
 
#contactform li .fieldbox input {
    background: transparent;
    height:25px;
    padding-top:9px;
    width:248px;
    border: none;
    color: white;
    font-size: 1.1em;
}

/* Change the width of the contact no. field */
#contactform li .fieldbox #contact {
    width:200px;
}

/* Textarea style */
#contactform li .msgbox {
    background:transparent url(messagebox.png) no-repeat top left;
    float:left;
    height:160px;
    padding-left:5px;
}
 
#contactform li .msgbox textarea {
    background:transparent no-repeat top right ;
    height:143px;
    padding-top:7px;
    padding-left: 3px;
    width:285px;
    border: none;
    color: white;
    font-size: 1.1em;
}
/* Button Style */
#sendbutton {
    background: url(submit.png);
    width: 152px;
    height: 65px;
    cursor:pointer;
    padding:5px 10px;
    border: none;
}


/* ----------------------------------- Scrollbar Hack *disabled* ----------------------------------- 

http://almaer.com/scrollbar/debug.html - inspiration for this from Tim Van Damme (http://maxvoltar.com/)


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
} */


/* ----------------------------------- That's All, Folks! ----------------------------------- */
