/*GLOBAL*/

body {
	background-image: url(images/page_back.png),url(images/backluv.png),url(images/page_repeat.png);
	background-position: top center;
	background-repeat: repeat-y, no-repeat, repeat;
	background-color: #1C3342;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#clear {
	clear: both;
	margin: 0px;
}

ul, li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#browser-error {
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
	padding: 20px;
}

#browser-error a:link, #browser-error a:visited, #browser-error a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper {
	background-color: #333333;
	width: 1000px;
	text-align: left;
	margin: auto;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	width: 1000px;
	height: 100px;
	display: block;
}

#navigation {
	background-color: #444444;
	width: 990px;
	height: 40px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	display: block;
	float: left;
}

#navigation #home a:link, #navigation #home a:visited, #navigation #home a:active {
	background-image: url(images/navigation.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #home a:hover {
	background-image: url(images/navigation.png);
	background-position: 10px -20px;
	background-repeat: no-repeat;
	width: 120px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #about a:link, #navigation #about a:visited, #navigation #about a:active {
	background-image: url(images/navigation.png);
	background-position: -110px 10px;
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #about a:hover {
	background-image: url(images/navigation.png);
	background-position: -110px -20px;
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #music a:link, #navigation #music a:visited, #navigation #music a:active {
	background-image: url(images/navigation.png);
	background-position: -240px 10px;
	background-repeat: no-repeat;
	width: 123px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #music a:hover {
	background-image: url(images/navigation.png);
	background-position: -240px -20px;
	background-repeat: no-repeat;
	width: 123px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #games a:link, #navigation #games a:visited, #navigation #games a:active {
	background-image: url(images/navigation.png);
	background-position: -363px 10px;
	background-repeat: no-repeat;
	width: 132px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #games a:hover {
	background-image: url(images/navigation.png);
	background-position: -363px -20px;
	background-repeat: no-repeat;
	width: 132px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #blog a:link, #navigation #blog a:visited, #navigation #blog a:active {
	background-image: url(images/navigation.png);
	background-position: -495px 10px;
	background-repeat: no-repeat;
	width: 113px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #blog a:hover {
	background-image: url(images/navigation.png);
	background-position: -495px -20px;
	background-repeat: no-repeat;
	width: 113px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #contact a:link, #navigation #contact a:visited, #navigation #contact a:active {
	background-image: url(images/navigation.png);
	background-position: -608px 10px;
	background-repeat: no-repeat;
	width: 158px;
	height: 40px;
	display: block;
	float: left;
}

#navigation #contact a:hover {
	background-image: url(images/navigation.png);
	background-position: -608px -20px;
	background-repeat: no-repeat;
	width: 158px;
	height: 40px;
	display: block;
	float: left;
}

#featured {
	width: 1000px;
	height: 500px;
}

#featured #slideshow {
    width: 940px;
    height: 380px;
    overflow: hidden;
    position: absolute;
    margin: 60px 0 0 20px;
	border: 10px solid #FFFFFF;
}

#featured #slideshow #spotlight {
	background-image: url(images/spotlighttitle.png);
	background-repeat: no-repeat;
	width: 170px;
	height: 40px;
	display: block;
	z-index: 1000;
	position: absolute;
	top: 10px;
	left: 10px;
}

#featured #slideshow-reel {
    width: 4700px;
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
}

#featured #slideshow-reel .slide {
    width: 940px;
    height: 380px;
    float: left;
}

#featured #slideshow-reel #info {
	width: 940px;
	height: 380px;
	padding: 255px 0px 0px 0px;
	overflow: hidden;
}

#featured #slideshow-reel #info p {
	background-image: url(images/black_overlay.png);
	width: 620px;
	max-height: 115px;
	color: #E0E0E0;
	font-size: 11px;
	line-height: 15px;
	text-shadow: 1px 1px #000000;
	text-align: justify;
	padding: 8px 10px 8px 10px;
	margin: 0px auto;
}

#featured #slideshow-reel #info p .title {
	color: #4A8FBD;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
}

#featured #slideshow-reel #info p .go-to a:link, #featured #slideshow-reel #info p .go-to a:visited, #featured #slideshow-reel #info p .go-to a:active {
	color: #4A8FBD;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	display: block;
}

#featured .slideshow-arrow {
    display: block;
    position: absolute;
    top: 165px;
	width: 60px;
	height: 90px;
}

#featured #slideshow-left {
	background-image: url(images/farrow_left.png);
	background-repeat: no-repeat;
	left: 10px;
}

#featured #slideshow-right {
	background-image: url(images/farrow_right.png);
	background-repeat: no-repeat;
	right: 10px;
}

#featured #slideshow-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 960px;
}

#featured #slideshow-nav .nav-item {
    float: left;
    width: 150px;
    padding: 11px 0;
    outline: none;
}

#featured #slideshow-nav .nav-item-line {
    float: left;
    width: 68px;
    height: 1px;
    line-height: 1px;
    margin: 3px 0;
}

#featured #slideshow-nav .nav-item-dot {
	background-image: url(images/slideshow_off.png);
	background-repeat: no-repeat;
    float: left;
    width: 30px;
    height: 30px;
}

#featured #active-nav-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-left: 60px;
}

#featured #active-nav-item .active-nav-item-inner {
	background-image: url(images/slideshow_on.png);
	background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
	margin: 11px 0px 0px 8px;
}

#wrapper #secondary {
	width: 1000px;
	padding: 0px;
}

#wrapper #secondary #portfolio {
	background-image: url(images/portfoliotitle.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	width: 960px;
	height: 30px;
	display: block;
	margin: 10px 0px 0px 0px;
}

#wrapper #secondary #screen {
	background-color: #555555;
	width: 980px;
	height: 205px;
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 20px 0px;
	border: 0px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
}

#wrapper #secondary #screen .next, #wrapper #secondary #screen .prev {
	position: absolute;
	top: 105px;
}

#wrapper #secondary #screen .prev {
	left: 10px;
}

#wrapper #secondary #screen .next {
	right: 10px;
}

#wrapper #secondary #sections {
	overflow: hidden;
	width: 870px;
	height: 205px;
	clear: left;
	margin: 0px 0px 0px 55px;
}

#wrapper #secondary #sections ul {
	width: 9999px;
}

#wrapper #secondary #sections li {
	width: 1000px;
	float:left;
}

#wrapper #secondary #panel {
	border: 5px solid #FFFFFF;
	margin: 0px 5px 5px 0px;
	float: left;
}

#wrapper #secondary #panel img {
	width: 160px;
	height: 90px;
}

#wrapper #page {
	width: 1000px;
	margin: 20px 0px 20px 0px;
}

#wrapper #page #left {
	background-color: #333333;
	width: 720px;
	float: left;
}

#wrapper #page #left #viewing-project {
	background-image: url(images/tools.png);
	background-repeat: no-repeat;
	background-position: 20px -290px;
	background-color: #111111;
	width: 273px;
	height: 30px;
	display: block;
}

#wrapper #page #left #title {
	background-color: #111111;
	font-family: arial, sans-serif;
	color: #FFFFFF;
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	padding: 8px 0px 8px 20px;
}

#wrapper #page #left img {
	border-top: 5px solid #333333;
	margin: 0px 0px 0px 20px;
}

#wrapper #page #right {
	width: 280px;
	padding: 90px 0px 0px 0px;
	float: left;
}

#wrapper #page #right #project-details {
	background-image: url(images/tools.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	width: 260px;
	height: 20px;
	display: block;
}

#wrapper #page #right #job {
	background-image: url(images/tools.png);
	background-repeat: no-repeat;
	background-position: 20px -30px;
	width: 141px;
	height: 20px;
	display: block;
}

#wrapper #page #right #tools {
	background-image: url(images/tools.png);
	background-repeat: no-repeat;
	background-position: 20px -60px;
	width: 176px;
	height: 20px;
	display: block;
}

#wrapper #page #right #weapon {
	background-image: url(images/tools.png);
	background-repeat: no-repeat;
	display: block;
	margin: 10px 0px 0px 20px;
}

#wrapper #page #right .flash {
	background-position: 0px -150px;
	width: 160px;
	height: 20px;
}

#wrapper #page #right .photoshop {
	background-position: 0px -90px;
	width: 237px;
	height: 20px;
}

#wrapper #page #right .illustrator {
	background-position: 0px -120px;
	width: 240px;
	height: 20px;
}

#wrapper #page #right .html {
	background-position: 0px -180px;
	width: 63px;
	height: 20px;
}

#wrapper #page #right .css {
	background-position: 0px -210px;
	width: 41px;
	height: 20px;
}

#wrapper #page #right .php {
	background-position: 0px -240px;
	width: 43px;
	height: 20px;
}

#wrapper #page #right .javascript {
	background-position: 0px -270px;
	width: 137px;
	height: 20px;
}

#wrapper #page #right p {
	color: #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding: 8px 20px 50px 20px;
}

#wrapper #about {
	width: 1000px;
}

#wrapper #about #about-header {
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	width: 1000px;
	height: 380px;
	margin: 40px 0px 0px 0px;
	display: block;
}

#wrapper #about #about-body {
	width: 1000px;
	padding: 30px 0px 30px 0px;
}

#wrapper #about #about-body p {
	border-left: 5px solid #666666;
	padding: 0px 20px 0px 10px;
	margin: 0px 0px 0px 20px;
	color: #CCCCCC;
	line-height: 20px;
}

#wrapper #about #knowledge {
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: 0px -370px;
	width: 785px;
	height: 15px;
	display: block;
	margin: 0px 0px 100px 35px;
}

#copyright {
	background-color: #333333;
	width: 1000px;
	height: 30px;
	overflow: hidden;
	color: #999999;
	line-height: 30px;
	padding: 50px 0px 50px 0px;
}

#copyright #stealing-is-bad {
	width: 480px;
	padding: 0px 0px 0px 20px;
	float: left;
}

#social-networking {
	width: 460px;
	height: 20px;
	display: block;
	padding: 5px 20px 0px 0px;
	margin: 0px 0px 50px 0px;
	float: right;
}

#social-networking #twitter a:link, #social-networking #twitter a:visited, #social-networking #twitter a:active {
	background-image: url(images/social.png);
	background-position: -77px 0px;
	width: 75px;
	height: 20px;
	display: block;
	margin: 0px 20px 0px 0px;
	float: left;
}

#social-networking #twitter a:hover {
	background-image: url(images/social.png);
	background-position: -77px -30px;
	width: 75px;
	height: 20px;
	display: block;
	margin: 0px 20px 0px 0px;
	float: left;
}

#social-networking #youtube a:link, #social-networking #youtube a:visited, #social-networking #youtube a:active {
	background-image: url(images/social.png);
	background-position: 0px 0px;
	width: 57px;
	height: 20px;
	display: block;
	margin: 0px 20px 0px 0px;
	float: left;
}

#social-networking #youtube a:hover {
	background-image: url(images/social.png);
	background-position: 0px -30px;
	width: 57px;
	height: 20px;
	display: block;
	margin: 0px 20px 0px 0px;
	float: left;
}

#social-networking #facebook a:link, #social-networking #facebook a:visited, #social-networking #facebook a:active {
	background-image: url(images/social.png);
	background-position: -172px 0px;
	width: 79px;
	height: 20px;
	display: block;
	margin: 0px 20px 0px 0px;
	float: left;
}

#social-networking #facebook a:hover {
	background-image: url(images/social.png);
	background-position: -172px -30px;
	width: 79px;
	height: 20px;
	display: block;
	margin: 0px 20px 0px 0px;
	float: left;
}

#social-networking #myspace a:link, #social-networking #myspace a:visited, #social-networking #myspace a:active {
	background-image: url(images/social.png);
	background-position: -387px 0px;
	width: 71px;
	height: 20px;
	display: block;
	float: left;
}

#social-networking #myspace a:hover {
	background-image: url(images/social.png);
	background-position: -387px -30px;
	width: 71px;
	height: 20px;
	display: block;
	float: left;
}

#social-networking #bandcamp a:link, #social-networking #bandcamp a:visited, #social-networking #bandcamp a:active {
	background-image: url(images/social.png);
	background-position: -271px 0px;
	width: 97px;
	height: 20px;
	display: block;
	margin: 0px 20px 0px 0px;
	float: left;
}

#social-networking #bandcamp a:hover{
	background-image: url(images/social.png);
	background-position: -271px -30px;
	width: 97px;
	height: 20px;
	display: block;
	margin: 0px 20px 0px 0px;
	float: left;
}
