

/* @override http://www.attilaacs.com/css/design.css */

/* 
Designed and coded by Attila Acs: attilaacs.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	position: relative;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: top;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/*typography*/

body {
	font-size: 87.5%;
	color: #222;
	background: #fff;
	font-family: Geneva, Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	color: #4c4e5a;
	font-family: "palatino linotype", palatino, Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	text-shadow: #000 0 1px 0;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	text-shadow: #000 0 1px 0;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin-bottom: 1em;
}

/*links*/

a {
	color: #0096ff;
	text-decoration: none;
}

body {
	background: #21212b url(../images/template/bg_big.png) repeat-y center 24px;
	margin-top: -10px;
}

#work {
	width: 40%;
	float: left;
	margin-right: 10%;
	background-color: #21212b;
	padding-left: 5%;
	margin-bottom: 10px;
}

#play {
	padding-top: 170px;
	padding-right: 5%;
	margin-top: -170px;
	width: 40%;
	float: left;
	margin-bottom: 10px;
	background-color: #fff;
}

#header h1 {
	position: relative;
	z-index: 10;
	padding-top: 170px;
	height: 0px !important;
	overflow: hidden;
	margin: 0;
	background: url(../images/template/sprite_jpg.jpg) repeat-y center top;
}

.dropcap:first-letter {
	display: block;
	float: left;
	padding: 0px;
	line-height: 18px;
	margin: 8px 4px 0px 0px;
	font-weight: bold;
	font-size: 44px;
}

.nav {
	margin-bottom: 2em;
	width: 99.5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(../images/template/sprite_jpg.jpg) repeat-x left -730px;
	border: 1px solid #000;
	overflow: hidden;
}
.featured img {
-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
height: auto;
width: 100%;
}

.contentpage .nav {
	position: fixed;
	top: 26px;
	left: 2%;
	width: 96%;
	z-index: 200;
	padding: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid rgba(123,123,123,0.12);
	border-bottom: 1px solid #84879b;
	background-image: none;
	background-color: rgba(33,33,43,0.8);
}

.nav ul li {
	display: block;
	margin: 0px 9px;
}

.nav ul li a {
	display: block;
	float: left;
	height: 0px !important;
	padding-top: 46px;
	overflow: hidden;
}

a#portfolio {
	width: 89px;
	float: none;
	max-width: 119px;
	padding-top: 22px !important;
	background: url(../images/template/sprite_alpha.png) no-repeat 0 -10px;
}

.contentpage a#portfolio {
	float: left;
	padding-top: 46px !important;
}

a:hover#portfolio {
	background-position: 0 -76px;
}

a:active#portfolio {
	background-position: 0 -141px;
}

a#art {
	width: 90px;
	max-width: 120px;
	background: url(../images/template/sprite_alpha.png) no-repeat -100px -10px;
}

a:hover#art {
	background-position: -100px -76px;
}

a:active#art {
	background-position: -100px -141px;
}

a#design {
	width: 78px;
	max-width: 108px;
	background: url(../images/template/sprite_alpha.png) no-repeat -208px -10px;
}

a:hover#design {
	background-position: -208px -76px;
}

a:active#design {
	background-position: -208px -141px;
}

a#photo {
	width: 76px;
	max-width: 106px;
	background: url(../images/template/sprite_alpha.png) no-repeat -307px -10px;
}

a:hover#photo {
	background-position: -307px -76px;
}

a:active#photo {
	background-position: -307px -141px;
}

a#retouching {
	width: 82px;
	max-width: 106px;
	background: url(../images/template/sprite_alpha.png) no-repeat -865px -10px;
}

a:hover#retouching {
	background-position: -865px -76px;
}

a:active#retouching {
	background-position: -865px -141px;
}

a#extras {
	width: 135px;
	max-width: 172px;
	background: url(../images/template/sprite_alpha.png) no-repeat -406px -10px;
}

a:hover#extras {
	background-position: -406px -76px;
}

a:active#extras {
	background-position: -406px -141px;
}

a#about {
	width: 85px;
	max-width: 121px;
	background: url(../images/template/sprite_alpha.png) no-repeat -566px -10px;
}

a:hover#about {
	background-position: -566px -76px;
}

a:active#about {
	background-position: -566px -141px;
}

a#cv {
	width: 110px;
	max-width: 152px;
	background: url(../images/template/sprite_alpha.png) no-repeat -665px -10px;
}

a:hover#cv {
	background-position: -665px -76px;
}

a:active#cv {
	background-position: -665px -141px;
}

a#blog {
	width: 68px;
	max-width: 152px;
	background: url(../images/template/sprite_alpha.png) no-repeat -785px -10px;
}

a:hover#blog {
	background-position: -785px -76px;
}

a:active#blog {
	background-position: -785px -141px;
}

/*active states of navigation*/

body.portfolio a#portfolio {
	background-position: 0 -141px;
}

body.drawings-paintings-digital-art a#art {
	background-position: -100px -141px;
}

body.photography a#photo {
	background-position: -307px -141px;
}

body.panorama-photography a#photo {
	background-position: -307px -141px;
}

body.anaglyph-3d-photography a#photo {
	background-position: -307px -141px;
}

body.retouching a#retouching {
	background-position: -865px -141px;
}

body.design-web-print a#design {
	background-position: -208px -141px;
}

/*video*/
#videoBlock {
	margin-bottom: 18px;
	position: relative;
}
#videoBlock a img {
		-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#videoBlock div,
#videoBlock object,
#videoBlock embed,{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	margin-bottom: 1em;
	height: 0;
	overflow: hidden;
}

* html .videoWrapper {
	margin-bottom: 45px;
	margin-bot\tom: 0;
}

.videoWrapper div,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* ratios */

.wideScreen {
	padding-bottom: 56.25%;
}

.fourBYthree {
	padding-bottom: 75%;
}

/* chromes */

.chrome_25 {
	padding-top: 25px;
}

.chrome_30 {
	padding-top: 30px;
}

#work h2 {
	color: #383a46;
	font-size: 1.2em;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: -2px;
	border-bottom: 1px dotted #383a44;
	text-shadow: #000 0 1px 4px;
}

#work #contactform {
	width: 99%;
	float: right;
	overflow: visible;
}

#contactform h2 {
	cursor: pointer;
	background: url(../images/template/sprite_alpha.png) no-repeat -928px -520px;
	display: block;
	padding-left: 9px;
}

#contactform h2:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	background: url(../images/template/sprite_alpha.png) no-repeat -928px -403px;
}

#work #contact p {
	text-align: right;
}

textarea {
	background-color: #181820;
	color: #91939d;
	border: 3px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-family: "Courier New", Courier, mono;
}

input {
	padding: 3px;
	background-color: #181820;
	color: #91939d;
	border: 3px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-family: "Courier New", Courier, mono;
}

#contact textarea {
	width: 312px;
}

#work #contact textarea {
	text-align: right;
}

#contact input {
	width: 306px;
}

#work #contact input {
	text-align: right;
}

input#recaptcha_response_field {
	color: #fff;
}

input:focus,textarea:focus {
	background-color: #20212a;
	border-color: #fff;
}

#contact label {
	color: #91939d;
	font-size: .6em;
	font-weight: bold;
	text-shadow: #000 0 1px 0;
}

#contact #submit {
	width: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 11px;
	color: #91939d;
}

#work #contact #submit {
	float: right;
}

#connect {
	display: block;
	position: fixed;
	top: 0px;
	left: 2%;
	width: 96%;
	z-index: 200;
	padding: 0px;
	background: rgba(116,127,169,0.3);
	color: #fff;
	height: 26px;
	border-bottom: 1px solid #84879b;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-right: 1px solid #fff;
	border-left: 1px solid #414354;
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.40);
	box-shadow: 0px 1px 6px rgba(0,0,0,0.40);
	overflow: hidden;
}

.contentpage #connect {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom: 1px solid #222;
}

#connect h3 {
	margin: 7px 10px 5px 10px;
	color: #e3e5ed;
	font-size: 1em;
	text-shadow: #373646 0 1px 1px;
	float: left;
	line-height: 1em;
}

#connect h2 {
		line-height: 1em;
	margin: 7px 10px 5px 18px;
	color: #e3e5ed;
	font-size: 1em;
	text-shadow: #373646 0 1px 1px;
	float: left;
}

#connect ul li {
	display: block;
	float: left;
	margin: 2px 5px 2px 2px;
}

#connect ul li a {
	display: block;
	width: 22px;
	height: 0px !important;
	padding-top: 22px;
	overflow: hidden;
}

#connect ul li a:hover {
	padding-top: 18px;
	width: 22px;
	margin: 4px 0px 0px 0px;
}

.email {
	background: url(../images/template/sprite_alpha.png) -315px -215px;
}

.facebook {
	background: url(../images/template/sprite_alpha.png) 0 -215px;
}

.twitter {
	background: url(../images/template/sprite_alpha.png) -224px -215px;
}

.flickr {
	background: url(../images/template/sprite_alpha.png) -32px -215px;
}

.linkedin {
	background: url(../images/template/sprite_alpha.png) -96px -215px;
}

.virb {
	background: url(../images/template/sprite_alpha.png) -192px -215px;
}

.studivz {
	background: url(../images/template/sprite_alpha.png) -160px -215px;
}

.deviant {
	background: url(../images/template/sprite_alpha.png) -128px -215px;
}

#play div {
	float: left;
}

/*shirts*/

#shirts {
	display: block;
	width: 220px;
	height: 235px;
	background: url(../images/template/sprite_alpha.png) 0px -260px;
	padding: 40px 0px 0px 10px;
}

#shirts img {
	margin: 0px;
	padding: 0px;
}

#shirts a {
	text-decoration: none;
}

/*calendar*/

#calendar {
	display: block;
	width: 190px;
	height: 280px;
	background: url(../images/template/sprite_alpha.png) -250px -250px;
	padding: 0px 15px 0px 15px;
}
#calendar h2 a {
	overflow: hidden;
	display: block;
	width: 190px;
	margin-right: 0px;
	margin-left: 0px;
	height: 0px !important;
	background: none;
	padding: 45px 0px 0px 0px;
}
#calendar h2 {
	margin: 0px;
}

a.calendar-next {
	width: 80px;
	text-align: right;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 7px;
	color: #333;
	margin-right: 0px;
}

a.calendar-prev {
	float: left;
	width: 80px;
	margin: 0px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 8px;
	color: #333;
}

a.calendar-prev:hover {
	text-shadow: #999 0 0 5px;
	color: #ccc;
}

a.calendar-next:hover {
	text-shadow: #999 0 0 5px;
	color: #ccc;
}

.calendar {
	clear: both;
}

.calendar caption {
	width: 190px;
	text-align: center;
	color: #3d3d3d;
	font: bold 12px/22px "Courier New", Courier, mono;
}

.calendar caption.loading {
	background: url(../images/loader_white.gif) no-repeat 0 2px;
}

.calendar th {
	padding: 0px 3px;
	color: #3d3d3d;
	font: 11px/11px "Courier New", Courier, mono;
}

td.day {
	padding: 0px;
	width: 26px;
	height: 26px;
	vertical-align: top;
}

td.day a,td.day a:visited {
	margin: 0px;
	padding: 0px;
	background: none;
	height: 26px;
	width: 26px;
	display: block;	
	overflow: hidden;
	color: #fff;
}

td.day a img {
	height: 26px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	top: 0px;
	left: 0px;
	border: none;

}
td.day a:hover  {
overflow: visible;
}
td.day a:hover img {
	height: 60px;
	z-index: 40;
	top: -18px;
	left: -18px;
	border: 1px solid #fff;
	
}

td.day a:hover p {
	z-index: 0;
}

td.day p {
	position: absolute;
	display: inline;
	color: #fff;
	text-align: right;
	margin: 0px;
	padding: 2px;
	text-shadow: #000 0 1px 1px;
	z-index: 10;
	font: bold 11px/12px "Courier New", Courier, mono;
}

/*paintings*/

#paintings h2 {
	margin: 0px;
	padding: 0px;
}

#paintings h2 a {
	overflow: hidden;
	display: block;
	width: 230px;
	margin-right: 10px;
	margin-left: -20px;
	height: 0px !important;
	background: url(../images/template/sprite_alpha.png) -477px -195px;
	padding: 395px 0px 0px 10px;
}

/*ipod*/
#ipod {
	display: block;
position: relative;
	overflow: hidden;
background: url(../images/template/sprite_alpha.png) no-repeat;
margin: 10px;
}
#ipod h2 {
	margin: 0;
}
#ipod img {
	border: 1px solid #999;
}
#ipod h2 a{
z-index: 2;
	margin: 0px;
	padding: 0px;
	height: 0px !important;
	overflow: hidden;

	position: absolute;
	top:0px;
	left: 0px;
}#ipod.landscape h2 a{
		padding-top: 200px;
	width: 55px;
}#ipod.portrait h2 a{
		padding-top: 55px;
	width: 200px;
}
#ipod.landscape {
height:160px;
	padding: 21px 60px 21px 60px;
	background-position: -348px -640px;
}
#ipod.portrait {
height:242px;
	padding: 60px 21px 60px 21px;
	background-position: -717px -488px;
}

#ipod p {
	position: absolute;
	padding: 4px;
	font-size: 8px;
	color: #fff;
	margin: 0;
	background: rgba(0,0,0,0.5);
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;

}
div.landscape p {
		bottom: 20px;
	left: 61px;

}
div.portrait p {
	bottom: 61px;
	left: 23px;

}
.ipod p a {
	color: #fff;
}
/*twitter*/

#twitter {
	width: 230px;
	-webkit-transform: rotate(-2deg);
}

#twitter h2 a {
	display: block;
	background: url(../images/template/sprite_alpha.png) -5px -542px;
	width: 180px;
	height: 0 !important;
	padding-top: 44px;
	overflow: hidden;
	margin: 0px;
}

#twitter ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: -30px;
}

#twitter ul li {
	overflow: hidden;
	-webkit-transform: rotate(-2deg);
	background:
	url(../images/template/sprite_alpha.png) no-repeat -261px -540px;
	margin-bottom: 1em;
	padding-left: 30px;
	padding-right: 0px;
}

#twitter ul li:nth-child(odd) {
	background: 
	url(../images/template/sprite_alpha.png) no-repeat -9px -590px;
	-webkit-transform: rotate(2deg);
	padding-left: 0px;
	padding-right: 30px;
}

#twitter ul li a {
	color: #999999;
	font-size: 0.7em;
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	padding: 0px 15px 5px 15px;
}

#twitter ul li span {
	width: 190px;
	display: block;
	font-size: 0.8em;
	font-family: "Courier New", Courier, mono;
	padding: 5px 0px;
	overflow: hidden;
}

#twitter ul li span a {
	display: inline;
	padding: 0px;
}
/*blog*/

#blogbox {
	width: 220px;
min-height: 210px;
}
#blogbox h2 {
	margin: 0;
}
#blogbox h2 a {
	display: block;
	background: url(../images/template/sprite_alpha.png) -745px -192px;
	width: 180px;
	height: 0 !important;
	padding-top: 54px;
	overflow: hidden;
	margin: 0px;
}
#blogbox ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
}
#blogbox ul li a {
color: #999999;
	font: 0.9em "Courier New", Courier, mono;
}
#blogbox ul li a small {
	font-size: 0.7em;
	font-weight: normal;
		font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #d8d8d8;
}
#blogbox ul li {
border-bottom: 1px dotted #999999;
padding-left: 17px;
background: url(../images/template/sprite_alpha.png) no-repeat -930px -252px;
}
/*recaptcha*/

#work #contact div#recaptcha_widget_div {
	float: right;
}

#contact div#recaptcha_widget_div {
	width: 320px;
	display: block;
	margin: 3px 0px;
}

#contact #submit {
	clear: both;
}

.search {
	float: right;
}

.search input {
	background: url(../images/template/sprite_alpha.png) -268px -216px;
	width: 22px;
	height: 0px !important;
	border-width: 0;
	border-style: none;
	padding: 22px 0px 0px 0px;
	overflow: hidden;
	margin-top: 2px;
}

.search input#search {
	float: left;
	margin-top: 4px;
	overflow: auto;
	background: #84879b none;
	padding: 2px;
	border: 1px inset #fff;
	width: 100px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 12px !important;
	color: #fff;
}

.search input:focus#search {
	outline: none;
	-webkit-box-shadow: 0px 0px 4px #fff;
	-moz-box-shadow: 0px 0px 4px #fff;
	background-color: #fff;
	color: #84879b;
}

/*tooltip*/

#tooltip {
	position: absolute;
	z-index: 9000;
	border: 1px solid #333;
	background-color: rgba(60,61,67,0.85);
	padding: 5px;
	opacity: 0.85;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#tooltip h3, #tooltip div {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.75em;
	color: #cccccc;
	text-shadow: #333 0 -1px 1px;
	margin: 0;
}

/*footer*/

#footer {
	clear: both;
	width: 96%;
	margin: 0px auto;
	display: block;
	background: #111;
	color: #d3d6e7;
	overflow: hidden;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.30);
	font-size: 0.7em;
}
#footer .dropcap:first-letter {
	display: block;
	float: left;
	padding: 0px;
	margin: 8px 4px 0px 0px;
	font: bold 44px/32px "palatino linotype", palatino, Georgia, "Times New Roman", Times, serif;
}
.profilepic {
	width: 100%;
	height: auto;
}
#footer .col3 {
	overflow: hidden;
	display: block;
	width: 30%;
	margin-right: 1%;
	float: left;
	padding: 1%;
}
#footer h2.whitespace {
	padding: 10em 0;
	vertical-align: middle;
font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
	color: #1f1f1f;
	text-shadow: #000 0 1px 0;
}
#footer .last {
	margin-right: 0;
}
#footer .widget {
	margin-top: 1em;
	border-top: 1px dotted #20212a;
	padding-top: 1em;
}

#footer ul {
margin-left:10px;
margin-bottom: 2em;
}
#footer ul li {
margin-left:10px
}

#footer .powered-by {
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
}
#footer #copyright {
	margin-right: 10px;
	margin-top: 5px;
	text-align: center;
}
#footer p a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #a0a5c2;
}

#footer p#backtotop {
	margin-left: 10px;
margin-top: 1em;
	border-top: 1px dotted #20212a;
	

	margin-bottom: 10px;
	background: url(../images/template/sprite_alpha.png) no-repeat -934px -498px;
	display: block;
	padding-left: 9px;
}

body.contentpage {
	background: #21212b none repeat-y center 1em;
	color: #84879b;
}

.asset-body {
	margin-bottom: 18px;
}

.page-asset {
	margin-bottom: 18px;
}

#content,#header {
	display: block;
	width: 92%;
	margin: 0px auto;
	padding: 2%;
	overflow: hidden;
}

#header {
	padding: 0;
}

#content {
	padding-top: 100px;
}

#content p {
	color: #84879b;
}

#content hr {
	margin-bottom: 1em;
	border: 0;
	background-color: #4c4e5a;
	height: 1px;
}

#content ul {
	margin-left: 2em;
	margin-bottom: 1em;
	list-style-type: square;
}

.halfcolumn {
	padding: 0 0 0 10%;
}

.halfcolumn, .halfsidebar {
	width: 38%;
	float: left;
	margin-right: 4%;
}

.halfsidebar {
	margin-right: 0px;
	padding: 0 10% 0 0;
}

/*before/after*/

p.credit {
	font-size: 0.6em;
	color: #000;
	padding-left: 16px;
	text-shadow: #000 0 -1px 0;
	background: url(../images/template/sprite_alpha.png) no-repeat -928px -662px;
	margin: 0px;
}

.balinks {
	height: 21px;
	margin-top: -21px;
	position: relative;
	z-index: 30;
	background: rgba(0,0,0,0.6);
}

.balinks span a {
	color: #fff;
	padding: 0px 5px;
	margin: 0px 4px;
}

.balinks span a.bfafter {
	padding-right: 22px;
	background: url(../images/template/sprite_alpha.png) no-repeat -885px -350px;
}

.balinks span a.bfbefore {
	padding-left: 20px;
	background: url(../images/template/sprite_alpha.png) no-repeat -747px -318px;
}

/*comments form*/

.entry-author-comment {
	background: #000;
	padding: 9px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#preview.comments-content {
	margin-top: 6px;
	background: #111;
	padding: 9px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.comment-header {
	font-size: 10px;
}

#comments {
	border-top: 1px dotted #000;
	display: block;
}

#comments-form input {
	padding: 3px 0px 3px 20px;
}

#comments-form input#comment-submit, #comments-form input#comment-preview {
	padding: 3px;
}

#comments-form p {
	overflow: hidden;
	width: 250px;
}

#comments-form p label,#comments-form label {
	display: block;
	font-size: 10px;
}

p#comment-form-name,p#comment-form-url {
	width: 250px;
	float: left;
}

p#comment-form-remember-me {
	margin-top: 32px;
	padding-left: 24px;
	width: 216px;
	background: url(../images/template/sprite_alpha.png) no-repeat -928px -797px;
}

p#comment-form-remember-me label {
	display: inline;
}

p#comments-open-text {
	clear: both;
	width: 500px;
}

#comment-author {
	background: url(../images/template/sprite_alpha.png) no-repeat -928px -690px;
}

#comment-email {
	background: url(../images/template/sprite_alpha.png) no-repeat -928px -727px;
}

#comment-url {
	background: url(../images/template/sprite_alpha.png) no-repeat -928px -763px;
}

#comment-text {
	width: 450px;
	height: 90px;
	padding: 3px 10px 3px 25px;
	background: url(../images/template/sprite_alpha.png) no-repeat -928px -829px;
}

/*back home link

#header-name a {
	display: block;
	width: 132px;
	margin: 9px 0px;
	height: 0px !important;
	padding-top: 32px;
	background: url(../images/template/sprite_alpha.png) no-repeat -748px -198px;
	overflow: hidden;
}

#header-name a:hover {
	background-position: -748px -232px;
}

#header-name a:active {
	background-position: -748px -266px;
}*/

/*trackbacks*/

#trackbacks {
	margin: 1em;
	padding: 0.5em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #000;
	background-color: #1b1b23;
}

#trackbacks h2 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 0;
}

#trackbacks p {
	font-size: 10px;
	margin: 0px;
}

/*h2 links*/

.halfcolumn h2,.halfsidebar h2 {
	line-height: 1em;
}

h2 a small {
	font-size: 0.5em;
}

/* GALLERY LIST */

/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */

#photogallery,#projectgallery,#retouchgallery {
	visibility: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 10px;
}

/* GALLERY CONTAINER */

.gallery {
	background: #000;
	padding: 5px;
}

/* LOADING BOX */

.loader {
	background: url(../images/loader_white.gif) center center no-repeat #ddd;
}

/* GALLERY PANELS */

.panel {
	position: relative;
}

.panel h3 {
	margin: 10px 28px;
	line-height: 14px;
}

.panel h3 small {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.5em;
	color: #848796;
}

.panel img {
	margin: 0px auto;
	display: block;
}

.panel .beforeafter {
	display: block;
}

/* DEFINE HEIGHT OF PANEL OVERLAY */

/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */

#photogallery .panel .panel-overlay,
#photogallery .panel .overlay-background {
	height: 60px;
	padding: 0 1em;
}

#projectgallery .panel .panel-overlay,
#projectgallery .panel .overlay-background {
	height: 260px;
	padding: 0 1em;
}

.panel-overlay h3 {
	margin: 10px 100px 10px 0px;
	color: #fff;
	line-height: 14px;
	font-size: 1.3em;
}

.panel-overlay table {
	width: 444px;
	margin: 10px auto 0px auto;
}

.panel-overlay table th h4 {
	margin: 0px 10px 0px 0px;
	white-space: nowrap;
	font-size: 0.8em;
	text-shadow: #000 0 -1px 0;
	color: #fff;
}

.panel-overlay table td p {
	font-size: 0.8em;
	margin-bottom: 0.5em;
	text-shadow: #000 0 -1px 0;
}

/* PANEL OVERLAY BACKGROUND */

.panel .overlay-background {
	background: #222;
}

/* PANEL OVERLAY CONTENT */

.panel .panel-overlay {
	color: white;
	font-size: 0.7em;
}

a.hidepanel {
	position: absolute;
	cursor: pointer;
	top: 5px;
	right: 5px;
	z-index: 21;
	display: block;
	padding-left: 20px;
	padding-right: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255,255,255,0.7) url(../images/template/sprite_alpha.png) -745px -352px;
	font-size: 12px;
	color: #000;
	text-transform: lowercase;
}

a:hover.hidepanel {
	color: #fff;
}

.panel .videowrap {
	margin: 0px auto;
	width: 444px;
}

.panel-overlay h2 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 0px;
	margin-top: 6px;
	color: #fff;
}

.panel-overlay p {
	font-size: 12px;
}

.panel-overlay p a {
	color: white;
	text-decoration: none;
}

/* FILMSTRIP */

/* 'margin' will define top/bottom margin in completed gallery */

.filmstrip {
	margin: 5px;
	position: relative;
}

.arrowdown {
	display: block;
	width: 10px;
	height: 9px;
	background: url(../images/template/sprite_alpha.png) no-repeat -933px -415px;
}

.nav-next, .nav-prev {
	display: block;
	width: 10px;
	height: 11px;
	margin-top: 6px;
}

.nav-next {
	background: url(../images/template/sprite_alpha.png) no-repeat -932px -471px;
}

.nav-prev {
	background: url(../images/template/sprite_alpha.png) no-repeat -932px -441px;
}

/* FILMSTRIP FRAMES (contains both images and captions) */

.frame {
	
}

/* WRAPPER FOR FILMSTRIP IMAGES */

.frame .img_wrap {
	border: 1px solid #aaa;
}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */

.frame.current .img_wrap {
	border-color: #000;
}

/* FRAME IMAGES */

.frame img {
	border: none;
}

/* FRAME CAPTION */

.frame .caption {
	font-size: 11px;
	text-align: left;
	color: #fff;
}

/* CURRENT FRAME CAPTION */

div.caption {
	background: rgba(255,255,255,0.79);
	color: #000;
}

.current div.caption {
	color: #000;
}

/* POINTER FOR CURRENT FRAME */

.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */

/* NOTE - DO NOT CHANGE THIS RULE */

*html .pointer {
	filter: chroma(color=pink);
}

/*CV*/

#cv h2 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	line-height: 1;
	margin-bottom: 18px;
	font-size: 1.5em;
	border-bottom: 2px groove #fff;
	padding-bottom: 17px;
}

#cv h2 strong {
	font-size: 6em;
	text-transform: uppercase;
	letter-spacing: -10px;
	color: #fff;
}

#cv h2 a {
	display: inline;
	text-decoration: none;
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding-right: 21px;
	margin-right: 4px;
	color: #45495b;
	text-shadow: #000 0 -1px 0;
}

#cv h2 a:hover {
	background-color: transparent;
	color: #45495b;
}

#cv h3 {
	clear: both;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.2em;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

#cv p {
	margin-left: 17em;
	padding-left: 10em;
}

#cv p strong {
	margin-left: -16em;
	display: block;
	float: left;
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
	color: #e3e5ed;
}

/*quicktime*/

.title {
	padding-left: 120px;
	min-height: 120px;
	background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.playButton {
	background-color: rgb(20,20,20);
	cursor: pointer;
	font-weight: bold;
	font-size: 1.25em;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	position: relative;
	top: 50%;
	zoom: 100%;
	padding: .5em 1em;
	color: white;
}

.playBackground {
	background-color: rgb(0,0,0);
	opacity: 0.0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0px;
	left: 0px;
}

/*portfolio*/

.portfoliobox {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 10px;
	background: #000;
	padding: 5px;
	width: 490px;
	height: 490px;
	position: relative;
}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
	font-size: 12px;
}

#TB_secondLine {
	font-size: 10px;
}

#TB_window a:link {
	color: #0096ff;
}

#TB_window a:visited {
	color: #0096ff;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:active {
	color: #0096ff;
}

#TB_window a:focus {
	color: #0096ff;
}

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#TB_closeWindowButton {
	width: 13px;
	display: block;
	height: 0px !important;
	padding-top: 13px;
	overflow: hidden;
	background: url(../images/template/sprite_alpha.png) -749px -355px;
	float: left;
}

.TB_overlayMacFFBGHack {
	background: url(../images/macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color: #fff;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay {
	/

* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000;
	z-index: 1020;
	color: #fff;
	display: none;
	border: 6px solid #000;
	text-align: left;
	top: 50%;
	left: 50%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

* html #TB_window {
	/

* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	height: 16px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent a {
	
}

#TB_ajaxContent p {
	padding: 0px;
	font-size: 11px;
}

#TB_ajaxContent h4 {
	margin: 0;
}

#TB_ajaxContent h3 {
	margin-top: 12px;
	border-bottom: 1px dotted #4c4e75;
	text-shadow: #fff 0 1px 1px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
/*

-height/2 0 0 -width/2 */
}

* html #TB_load {
	/

* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {
	/

* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

/*images in download section*/

body.downloads div.asset-body img {
	background: #fff;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 20px rgba(222,222,222,0.40);
	-moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.40);
	box-shadow: 0px 1px 6px rgba(0,0,0,0.40);
}

.hidden {
	display: none;
}

#content .error {
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #ce0000;
	display: block;
	background-color: #461414;
	-webkit-box-shadow: 0px 1px 20px rgba(255,0,0,1);
	-moz-box-shadow: 0px 1px 20px rgba(255,0,0,1);
	box-shadow: 0px 1px 20px rgba(255,0,0,1);
}

#content .notice {
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fa0;
	display: block;
	background-color: #533d12;
	-webkit-box-shadow: 0px 1px 20px rgba(255,170,0,1);
	-moz-box-shadow: 0px 1px 20px rgba(255,170,0,1);
	box-shadow: 0px 1px 20px rgba(255,170,0,1);
}

.asset-footer {
	display: block;
	margin-bottom: 18px;
	font-size: 10px;
	clear: both;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

/*project info*/

ul#archivelist {
	margin: 0;
	padding: 0;
	clear: both;
}

ul#archivelist li {
	position: relative;
	z-index: 1;
	float: left;
	margin-right: 10px;
	list-style-image: none;
	list-style-type: none;
}

ul#archivelist li a img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.projectinfo {
	z-index: 2;
	position: absolute;
	visibility: hidden;
	width: 400px;
	margin: 1em;
	padding: 0.5em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #000;
	background-color: #1b1b23;
}

.projectinfo h3 {
	font-size: 14px;
}

.projectinfo h4 {
	font-size: 12px;
	margin: 0px;
}

.projectinfo p,.projectinfo blockquote {
	font-size: 10px;
}

.projectinfo blockquote {
	font-style: italic;
}

ul#filter {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

ul#filter li.current {
	font-weight: bold;
}

ul#filter li a {
	display: block;
	float: left;
	padding: 3px 6px;
	width: 50px;
	margin-bottom: 12px;
	background-color: #111;
	border-bottom: 1px solid #000;
	border-top: 1px solid #4c4e5a;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	font-size: 11px;
}

ul#filter li:first-child a {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

ul#filter li:last-child a {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

ul#filter li.current a {
	border-bottom: 1px solid #4c4e5a;
	border-top: 1px solid #000;
	background-color: #000;
	color: #fff;
	text-shadow: #fff 0 0 50px;
}
.clear {
	clear: both;
}