/*@import "reset.css";*/
html{
	height:100%;
	font-family:verdana, helvetica;
	color:#fff;
}

body{
	height:100%;
	font-size:62.5%;
}
input, select, th, td {
	font-size:0.9em;
}

 /*http://developer.yahoo.com/yui/reset/*/     
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1.4em;
}	
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*@import "layout.css";*/
#header{
}

#content_main{
	float:left;
	width:493px;
	margin:58px 0 20px 0px;
	font-size:1.06em;
}
#content_main img{
display:block;
}

#content_sub{
	float:left;
	font-family:Verdana;
	font-size:1.06em;
	margin:58px 0 20px 58px;
	width:195px;
}

#content_left{
	float:left;
	margin-top:58px;
	width:73px;
}

/* @import "style.css"; */
body{
	color:#40453f;
	background-color:#fff;
	background-image:url("/media/site_images/dotted.gif");
	background-repeat:repeat-x;
}

a{
	color:#40453f;
}
a.active,li.active a{
	color:#ff51a6;
}

em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
i{
	font-size:1em;
}
h1{
	font-weight:bold;
	font-size:1.2em;
	line-height:19px;
	margin-top:-2px;
}
/*subtitles*/
#content_main .left_text h1 p{
	font-weight:normal;
	font-size:0.8em;
	line-height:1.4em;
}
.left_text h1{
	margin-bottom:30px;
}
h2{
	font-weight:bold;
	font-size:1.1em;
}
#header{
/*	border-bottom:1px solid #7f7f7f;*/
	position:relative;
	height:84px;
}
#header a,#list_column a{
 text-decoration:none;
}
#nav{
}
#nav li{
	list-style:none;
	float:left;
	display:block;
	height:22px;
}
#nav a{
	float:left;
	display:block;
	height:11px;
	text-indent:-1000px;
	overflow:hidden;
	background-image:url("/media/site_images/nav.gif");
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
#header #nav li.active a{
	background-position-y:-12px;
}
#header #nav li.news{
	width:45px;
}
#header #nav li.worknav{
	width:45px;
}
#header #nav li.texts{
	width:42px;
}
#header #nav li.resume{
	width:58px;
}
#header #nav li.contact{
	width:59px;
}
#header #nav li.links{
	width:41px;
}
#nav a.news{
	width:45px;
	background-position:0px 0px;
}  
#nav li.active a.news{
	background-position:0px -11px;
}              
#nav a.worknav{              
	width:45px;           
	background-position:-45px 0px;
}
#nav li.active a.worknav{
	background-position:-45px -11px;
}                      
#nav a.texts{             
	width:42px;           
	background-position:-90px 0px;
}
#nav li.active a.texts{
	background-position:-90px -11px;
}                   
#nav a.resume{           
	width:58px;          
	background-position:-132px 0px;
}
#nav li.active a.resume{
	background-position:-132px -11px;
}                  
#nav a.contact{           
	width:59px;           
	background-position:-190px 0px;
}
#nav li.active a.contact{
	background-position:-190px -11px;
}               
#nav a.links{            
	width:41px;          
	background-position:-249px 0px;
}
#nav li.active a.links{
	background-position:-249px -11px;
}
#nav{
	position:absolute;
	bottom:9px;
	width:600px;
	height:11px;
	left:73px;
	font-size:18px;
}
#logo{
	position:absolute;
	top:33px;
	left:73px;
	background-image:url("/media/site_images/logo2.gif");
	width:132px;
	height:26px;
	text-indent:-1000px;
	overflow:hidden;
	margin-bottom:30px;
}
/*----------------------------*/
#content p{
	margin-bottom:10px;
}
.work{
	font-size:1em;
	margin-bottom:15px;
}
.news_item{
	font-size:1em;
	margin-bottom:60px;
}
#content_main img{
	margin-bottom:15px;
	display:block;
}
.work img, .work p{
	float:left;
}
#content_main div.work p{
	margin-left:32px;
	line-height:18px;
	margin-top:-3px;
}
#content_main .work_images img{
	margin-bottom:22px;
}
#content_sub .work_text{
	font-family:Times,Georgia;
}
#content_sub .work_text p,#content_main .left_text p{
	font-size:1em;
	margin-bottom:15px;
	text-align:left;
}

#content_sub .work_text .video_block{
	margin-bottom:30px;
}
#content_sub ul{
	font-size:0.9em;
}
#content_sub .link_list{
	position:relative;
	font-size:.8em;
}
#content_sub .link_list li a{
	text-decoration:none;
}
#content_sub .link_list li,#content_sub .link_list li.active{
	list-style:none;
}
.section{
	clear:both;
	margin-top:30px;
}
.section h2{
	clear:both;
	margin-bottom:15px;
}
.section .left{
	width:70px;
	float:left;
	clear:left;
}
.section .right{
	width:390px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.section .full{
	margin-bottom:5px;
}

#content_main .left_text .section p{
	text-align:left;
}

#content_main .left_text .section .left p,#content_main .left_text .section .right p,#content_main .left_text .section .full p{
	margin:0px;
}

input{
	margin-top:0px;
	display:block;
}

input.text{
	border:1px solid #adadad;
	float:left;
	margin-right:10px;
	font-size:.8em;
	padding:2px;
}
#form-errors,#form-confirmation{
	width:230px;
	margin:20px 0px;
}
#form-errors{
	color:#f00;
}
#form-confirmation{
	color:#0f0;
}
#subscribe {
	margin-top:15px;
	/* for protoload to work in IE7*/
	position:relative;
}
#subscribe br{
	clear:both;
}
#subscribe label{
	float:left;
	width:90px;
	margin-bottom:5px;
}
#subscribe label{
	float:left;
	width:50px;
}
#subscribe .submit{
	margin-left:50px;
}

#content_sub .link_list a img{
	position:absolute;
	top:5px;
	left:-550px;
	display:none;
}

#content_sub .link_list a:hover img{
	display:block;
}
#content_sub .links a:hover{
	color:#ff51a6;	
}

#content_sub .link_list div.imagebg{
	position:absolute;
	top:5px;
	left:-550px;
	background-color:#f2f2f2;
	width:493px;
	height:370px;
}

#back_arrow{
	text-indent:-1000px;
	overflow:hidden;
	display:block;
	background-image:url("/media/site_images/back_arrow.gif");
	width:20px;
	height:15px;
}
.pagination .current,.pagination a{
	margin:0 10px;
}
.pagination .current,.pagination .disabled{
	color:#777;
}
.pagination .current,.pagination .current{
	color:#ff51a6;
}


/*@import "clearfix.css";
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*main */
/*Setup fixed-width, centered, footerstick_alt structure ---------------------------------------*/

html {
height:100%;
}
body {
height:100%;
font-family:Times,Georgia;
font-size:.82em;
line-height:1.4em;
}
a,.submit{
  outline: none;
}
#nonFooter {
position:relative;
min-height:100%;
}
* html #nonFooter{
	height: 100%;
}
#footer {
margin:-80px auto 0pt;
height:60px;
position:relative;
}

#page {
margin:0pt auto;
min-height:100%;
text-align:left;
/*width:740px;*/
width:820px;
/*background-image:url("/images/pagebg.jpg");*/
}
.clearer {
clear:both;
display:block;
font-size:1px;
height:1px;
line-height:1px;
margin-bottom:-1px;
}

#content {
padding-bottom:120px;
}

#footer {
color:#A6B8CA;
line-height:1.5em;
margin-left:auto;
padding-bottom:1.5em;
text-align:center;
/*width:709px;*/
width:789px;
position:relative;
}

/* new stuff */
#toprightoverlay{
	position:absolute;
	right:0px;
	top:0px;
	width:200px;
}
#loggedinmessage{
	background:#fff;
	border:3px solid #ddd;
	border-top:0px;
	border-right:0px;
	padding:10px;
}
.editlink{
	display:block;
	background-image:url(media/site_images/pencil.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-top:20px;
	font-size:12px;
	font-family:Arial;
	margin-bottom:15px;
}

/*pretty photo ---------------------------------------------- */

div.dark_rounded .pp_top .pp_left {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_middle {
	background: url(../site_images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .pp_top .pp_right {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
	background: url(../site_images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
	background: url(../site_images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_content {
	background: url(../site_images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .pp_next:hover {
	background: url(../site_images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
	background: url(../site_images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_expand {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_contract {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.dark_rounded .currentTextHolder {
	color: #c4c4c4;
}
div.dark_rounded .pp_description {
	color: #fff;
}
div.dark_rounded #pp_full_res .pp_inline {
	color: #fff;
}
div.dark_rounded .pp_arrow_previous {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.dark_rounded .pp_arrow_next {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.dark_rounded .pp_bottom .pp_left {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_middle {
	background: url(../site_images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .pp_bottom .pp_right {
	background: url(../site_images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
	background: url(../site_images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.facebook .pp_top .pp_left {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
	background: url(../site_images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content .ppt {
	color: #000;
}
div.facebook .pp_content_container .pp_left {
	background: url(../site_images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
	background: url(../site_images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_content {
	background: #fff;
}
div.facebook .pp_expand {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.facebook .pp_expand:hover {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.facebook .pp_contract {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.facebook .pp_contract:hover {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../site_images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.facebook #pp_full_res .pp_inline {
	color: #000;
}
div.facebook .pp_loaderIcon {
	background: url(../site_images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_nav .pp_arrow_previous {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default;
}
div.facebook .pp_nav .pp_arrow_next {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default;
}
div.facebook .pp_nav {
	margin-top: 0;
}
div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
}
div.facebook .pp_next:hover {
	background: url(../site_images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.facebook .pp_previous:hover {
	background: url(../site_images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
	background: url(../site_images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
	background: url(../site_images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
	outline: none;
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
.pp_top {
	height: 20px;
	position: relative;
}
* html .pp_top {
	padding: 0 20px;
}
.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle {
	left: 0;
	position: static;
}
.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_content {
	height: 40px;
}
.pp_content .ppt {
	left: auto;
	margin-bottom: 5px;
	position: relative;
	top: auto;
}
.pp_fade {
	display: none;
}
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}
.pp_content_container .pp_left {
	padding-left: 20px;
}
.pp_content_container .pp_right {
	padding-right: 20px;
}
.pp_content_container .pp_details {
	margin: 10px 0 2px 0;
}
.pp_description {
	display: none;
	margin: 0 0 5px 0;
}
.pp_nav {
	clear: left;
	float: left;
	margin: 3px 0 0 0;
}
.pp_nav p {
	float: left;
	margin: 2px 4px;
}
.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
a.pp_next {
	background: url(../site_images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_previous {
	background: url(../site_images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_expand,a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}
a.pp_close {
	display: block;
	float: right;
	text-indent: -10000px;
}
.pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_bottom {
	padding: 0 20px;
}
.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}
#pp_full_res {
	line-height: 1 !important;
}
#pp_full_res .pp_inline {
	text-align: left;
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px 0;
}
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9999;
}

/* eo prettyphoto*/

hr{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #E3E3E3;
	margin-bottom:40px;
}

.gaplessparas p{
	margin-top:0px;
	margin-bottom:0px;
}
div.right.gapless{
	padding-bottom:0px;
	margin-bottom:0px;
}
div.extratopgap{
	margin-top:10px;
}
.errorlist{
	color:#8a1f11;
}
.flash{
	width:280px;
	height:auto;
}

.error, .notice, .success {padding:15px;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
