body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

a, a:visited { text-decoration: none;}	
fieldset, img { border: none; }
li { list-style: none; }

a {
	outline: none;
}

:-moz-any-link:focus {
  outline: none;
}

::selection {
        background: #1b5e77; /* Safari */
		color: #fff7be;
        }
::-moz-selection {
        background: #1b5e77; /* Firefox */
		color: #fff7be;
}


body {
	background: #171717 url('../images/bg.jpg') top left no-repeat;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #b3b3b3;
	line-height: 20px;
}

body, html, #wrapper, #left, #right {
	height: 100%;
}

a:link {
	color: #66787f;
}

a:visited {
	color: #4f5a5f;
}

a:hover {
	color: #007dab;
}

a.blue:link {
	color: #007dab;
}

a.blue:visited {
	color: #007dab;
}

a.blue:hover {
	color: #b3b3b3;
}

#wrapper {

}

#left {
	position: relative;
	width: 280px;
	float: left;
	display: block;
	height: 100%;
}

h1 a{
	text-indent: -1000em;
	display: block;
	width: 190px;
	height: 100px;
	position: absolute;
	top: 45px;
	left: 30px;
}

h2 {
	display: none;
}

#nav {
	position: absolute;
	top: 264px;
	left: 0px;
}

	#nav ul li a{
		display: block;
		height: 20px;
		text-indent: 40px;
		width: 200px;
	}

	#nav ul li a.active{
		display: block;
		height: 43px;
		background: url('../images/nav_active.png') 0px 17px no-repeat;
		text-indent: 50px;
		padding-top: 18px;
		color: #fff7be;
	}
	
#nav-swap {
	position: absolute;
	top: 643px;
	margin-left: 40px;
}

	#nav-swap a, #nav-swap .clicked{
		display: block;
		float: left;
		width: 20px;
		height: 20px;
		background: url('../images/nav_button_bg.png') top left no-repeat;
		margin-right: 6px;
		text-align: center;
	}
	
	#nav-swap a:link {
		color: #007dab;
	}
	
	#nav-swap a:visited {
		color: #666666;
	}
	
	#nav-swap a:hover {
		color: #b3b3b3;
	}


#adress {
	position: absolute;
	top: 730px;
	margin-left: 40px;
	font-size: 10px;
}

	#adress_contact_me {
		display: block;
		width: 30px;
		height: 30px;
		margin-left: 70px;
		text-indent: -1000em;
		margin-bottom: 20px;
		background: url('../images/mail.jpg') top left no-repeat;
	}

		#adress_contact_me:hover {
					background-position: 100% 0px;
		}
	
	#adress p {
		float: left;
	}
	
	#adress .social {
		display: block;
		width: 100%;
		clear: both;
		padding-top: 24px;
	}
	
		#adress .social ul li{
			display: inline;
			width: 30px;
			height: 30px;
			margin-right: 10px;
		}
	
		#adress .social ul li a{
			display: block;
			width: 30px;
			height: 30px;
			float: left;
			margin-right: 10px;
			text-indent: -1000em;
		}
		
		#adress .social ul li a.behance{
			background: url('../images/behance.jpg') top left no-repeat;
		}
		
		#adress .social ul li a.digart{
			background: url('../images/digart.jpg')  top left no-repeat;
		}
		
		#adress .social ul li a.deviantart{
			background: url('../images/deviantart.jpg') top left no-repeat;
		}
		
		#adress .social ul li a.facebook{
			background: url('../images/facebook.jpg')  top left no-repeat;
		}
		
				#adress .social ul li a:hover{
					background-position: 100% 0px;
				}
		
#right {
	width: 700px;
	position: relative;
	float: left;
	padding-top: 83px;
	line-height: 20px;
}
	
	#prevProject {
		display: block;
		width: 45px;
		height: 135px;
		position: absolute;
		top: 359px;
		left: -80px;
		text-indent: -1000em;
		background: url('../images/prev.png') top left no-repeat;
	}
		
	#nextProject {
		display: block;
		width: 45px;
		height: 135px;
		position: absolute;
		top: 359px;
		left: 730px;
		text-indent: -1000em;
		background: url('../images/next.png') top left no-repeat;
	}
	
	#prevProject a, #nextProject a{
		display: block;
		width: 45px;
		height: 135px;
	}
	
	#prevProject:hover , #nextProject:hover {
		background-position: 100% 0px;
	}
	
	#projectTitle {
		font-size: 10px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 22px;
		color: #ffffff;
		background: url('../images/bline.jpg') bottom left no-repeat;
		line-height: 20px;
		padding-bottom: 14px;
		letter-spacing: -0.02em;
		}
		
	#projectSubTitle {
		font-size: 10px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 17px;
		color: #999999;
		line-height: 32px;
		margin-bottom: 1em;
		letter-spacing: -0.02em;
		}
		
	#projectInfo {
		float: left;
		text-align: left;
		font-family: Georgia, serif-sans;
		font-size: 11px;
		color: #999999;
		font-style: italic;
		margin-bottom: 4em;
		
	}
	
	#projectUrl {
		display: block;
		width: 80px;
		height: 26px;
		float: right;
	}
	
	#projectUrl a{
		display: block;
		width: 80px;
		height: 26px;
		text-indent: -1000em;
		background: url('../images/seeonline.jpg') top left no-repeat;
	}
	
	#projectUrl a:hover{
		background-position: 100% 0px;
	}
	
	#projectImages {
		text-align: center;
	}
	
	#projectImages img {
		margin-bottom: 20px;
		margin: 0 auto;
		clear: both;
		display: block;
		margin-bottom: 20px;
	}
		
	.image-holder {
		background: url('../images/image_loading.png') center center no-repeat;
		text-align: center;
	}
		
		
	#scrollTop a{
		clear: both;
		display: block;
		width: 88px;
		float: right;
		height: 30px;
		padding-bottom: 40px;
		text-indent: -1000em;
		background: url('../images/scrollup.jpg') top left no-repeat;
	}
		
	#scrollTop a:hover{
		background-position: 100% 0px;
	}
	
	

	
.even {
	
}
	
.blue {
	color: #007dab;
}	
	
.white {
	color: #999999 !important;
}
	
.none {
	display: none;
}

.both {
	clear: both;
}

.fixed {
  position: fixed;
  top: 0;
}


.caption-top, .caption-bottom {
	color: #cccccc;	
	padding: 2.2em;	
	font-size: 11px;	
	font-family: georgia, serif-sans;
	font-style: italic;
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}

.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }


