/* @override 
	http://staging.ownentity.com/css/master.css
	http://dev.ownentity.com/css/master.css
	http://ownentity.com/css/master.css
	http://ownentity.tumblr.com/css/master.css
*/

a {
	color: #cacaca;
	text-decoration: none;
}

a:hover {
	color: white;
}

body {
	background-color: #282828;
	color: white;
	font-family: Akzidendenz Grotesk, Helvetica, Arial, sans-serif;
	font-size: 70%;
}


h1 {
	font-size: 24px;
}

h2 {
	font-size: 19px;
}

table {
	line-height: 120%;
	margin:28px 0 20px;
	padding-bottom: 20px;
}

th, table h4 {
	border-bottom: 1px solid white;
	font-weight: bold;
	margin: 0 0 10px;
	padding:10px 0 8px 0;
}

table h4 {
	margin-top: 20px;
}
td {
	line-height: 135%;
	padding:2px 20px 10px 0;
	width:228px;
}

table a {
	color: white;
}

table a:hover {
	color: darkgray;
}

table a:after {
	content: ' _';
}

table a:hover:after {
	content: ' _';
	color: white;
}
		
/* Types */

.three-quarter-right {
	padding-left: 240px;
}

/* Global */

#wrapper {
	background-color: #171717;
	margin: 0 auto;
	padding:  0 20px;
	text-align: left;
	width: 960px;
	display: none;
}

.homepage #wrapper{
    display: block;
}


/* Header */

#branding {
	border-bottom:1px solid grey;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.branding-list {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	margin-bottom: 16px;
	margin-top: 19px;
	padding-bottom:16px;
	padding-top:16px;
	padding-left: 720px;
}

.branding-list li {
	line-height:150%;
}

#branding canvas {
	float:left;
	height:152px;
	position:relative;
	width:152px;
}

.canvas-degrade {
	background-image:url(/images/circle.gif);
	background-repeat:no-repeat;
	height:152px;
	width:152px;
	}

.logo {
	cursor: pointer;
	height:100%;
	overflow:hidden;
	padding:0 97px 17px 240px;
}

.logo h1 {
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;
	float: right;
	height:29px;
	position: relative;
	text-indent:-7777px;
	top:102px;
	width:143px;
	left:  22px;
}

.logo a {
    float: left;
    text-transform: capitalize;
    height: 11px;
}

/* Body */

#main {
	border-bottom:1px solid grey;
	clear:both;
	margin-top:22px;
	padding-bottom:91px;
	position: relative;
}

#main h2.blurb {
	font-weight:lighter;
	line-height: 138%;
	margin-bottom:43px;
	padding-right:100px;
}

#main .personnel {
	height: 100%;
	overflow: hidden;
}

#main .personnel li {
	float:left;
	position:relative;
	width:470px;
}

#main .personnel li.dana {
	margin-right: 20px;
}

#main .personnel h3 {
	font-size: 22px;
	margin:30px 0 16px;
}

.personnel-bio {
	padding-right: 85px;

}

.personnel-bio p {
		line-height:135%;
		margin-bottom:16px;
		font-size:12px;
		font-family: Arial;
		font-weight: normal;
		color: #eee;
	}
.personnel h5 {
	padding-top: 12px;
	font-weight: bold;
}
			
		
		
		
.recently {
	padding-top:54px;
}

.recently-title {
	padding-left: 240px;
	text-transform: capitalize;
	font-family: Georgia;
	font-size:13px;
	letter-spacing: 1px;
}

.recently-list {
	margin-top:15px;
}

.recently-list h4 {
	border-top:1px solid grey;
	cursor:pointer;
	line-height:40px;
	padding-top:3px;
}

.recently-list h4.ui-state-hover, .recently-list h4.ui-state-active {
	background-color: black;
	color: white;
}

.recently-list h4 .date {
	display:block;
	float:left;
	position:relative;
	width:240px;
}

.recently-list h4 .title {
	font-weight:bold;
	letter-spacing:0.2em;
}

.recently-list h4 .author {
	float:right;
	padding-right:10px;
	position:relative;
}

.recently .content {
	height: 100%;
	line-height:135%;
	overflow: hidden;
}

.recently .content p {
	padding:0 160px 0 0;	
	margin: 6px 0 20px;
	font-size: 12px;	
}

#homepage-carousel-wrapper{
    position: relative;
    overflow: hidden;
}

#homepage-carousel{
    position: relative;
	border-bottom:1px solid grey;
	width: 960px;
	height: 524px;
}

#homepage-carousel .slide{
/*
	-webkit-box-reflect : 
	below 0px
	-webkit-gradient(linear, left bottom, left top, 
	from(rgba(255,255,255,.5)),
	color-stop(0.5, transparent), 
	to(transparent));
*/
	position: relative; 
}

#homepage-carousel .slide img {
/*
    -webkit-box-reflect : 
	below 0px
	-webkit-gradient(linear, left bottom, left top, 
	from(rgba(255,255,255,.5)),
	color-stop(0.5, transparent), 
	to(transparent));
*/
    position: absolute;
    z-index: 200;
}

#homepage-carousel .slide img.black-image{
    z-index: 300;
}

.carousel-image-wrapper{
    position: relative;
}

#prev_project{
    position: absolute;
    bottom: 13px;
    left: 240px;
    z-index: 999;
    display: none;
    width: 80px;
    height: 75px;
/*     background-color: black; */
}

#prev_project span{
    background-image: url("/images/homepage_buttons.png");
    width: 11px;
    height: 15px;
    position: absolute;
    z-index: 1000;
    display: block;
    left: 12px;
    top: 45px;
}

#next_project{
    position: absolute;
    bottom: 13px;
    left: 564px;
    z-index: 999;
    display: none;
    width: 80px;
    height: 75px;
}


#next_project span {
    background-image: url("/images/homepage_buttons.png");
    background-position: -12px 0;
    width: 11px;
    height: 15px;
    position: absolute;
    z-index: 1000;
    display: block;
    right: 12px;
    top: 45px;
}

#prev{
    position: absolute;
    bottom: 13px;
	left: 321px;
    z-index: 999;
    display: block;
    width: 80px;
    height: 75px;
    display: none;
}


#prev span{
    background-image: url("/images/homepage_buttons.png");
    background-position: -23px 0;
    width: 10px;
    height: 15px;
    position: absolute;
    z-index: 1000;
    display: block;
    left: 12px;
    top: 45px;
}


#next{
    position: absolute;
    bottom: 13px;
    left: 483px;
    z-index: 999;
    display: block;
    width: 80px;
    height: 75px;
    display: none;
}


#next span{
    background-image: url("/images/homepage_buttons.png");
    background-position: -32px 0;
    width: 10px;
    height: 15px;
    position: absolute;
    z-index: 1000;
    display: block;
    right: 12px;
    top: 45px;
}



.image-header{
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 999;
}

.info{
    position: absolute;
    bottom: 13px;
    left: 402px;
    z-index: 999;
    display: none;
    width: 80px;
    height: 75px;
}

#info_button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 4000;
    display: none;
    background-image: url("/images/info.png");
    height: 17px;
    width: 17px;
}
#info_button:hover{
    background-color: transparent;
}

/*
a.info:hover{
    background-color: black;
}
*/

.info span {
    background-image: url("/images/homepage_buttons.png");
    background-position: -42px 0;
    width: 13px;
    height: 15px;
    position: absolute;
    z-index: 1000;
    display: block;
    left: 12px;
    top: 45px;

}

.project-info{

    position: absolute;
/*
    top: 0;
    right: 0;
*/
    width: 540px;
    background-image: url("/images/info-background.png");
    z-index: 2000;
    left: 960px;
    top: 200px;
    
    
}

.project-info p {
    color: white;
    font-size: 12px;
    line-height: 16px;
    padding: 30px 75px 30px 40px;
    
/*     text-shadow: rgba(200, 200, 200, 0.5) 4px -4px 2px; */
}

.project-info p span{
    display: block;
    width: 100%;
    clear: right;
    font-size: 16px;
    margin-bottom: 15px;
}

.project-info a.close-info{
    top: 25px;
    right: 25px;
    color: #999;
    position: absolute;
    margin-bottom: 20px;
    background-image: url("/images/close.png");
    height: 17px;
    width: 17px;
    display: block;
}

.project-info a:hover{
    background-color: transparent;
}

.initial-page{
    width: 640px;
    padding: 180px 80px 0 240px;
    font-size: 22px;
    height: 524;
    line-height: 130%;
}

.homepage a.carousel-control{
    background-image: url("/images/info-background.png");
}



.homepage #main a.carousel-control:hover{
    background-color: transparent;
}

.homepage #main{
    margin-top: 0;
}



.init{
/* 	background-image:url("/images/info-background.png"); */
	background-color: #171717;
	height:1500px;
	left:0;
	padding-top:330px;
	position:absolute;
	top:0;
	width:100%;
	z-index:3000;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.init{
    padding-top: 326px;
}
}

.init div{
    width: 960px;
    margin: 0 auto;
}

.init p{
    font-size:20px;
	line-height:130%;
	padding:0px 80px 0 240px;
	width:640px;
	visibility: hidden;
	font-family: Georgia;
	font-weight: lighter;
	letter-spacing: 1px;
}

#company-title{
    position: absolute;
    left: 237px;
    top: 53px;
    font-size: 24px;
}

#company-title a{
    color: white;
}

#nav {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1600;
}

#nav a {
     display: block;
     background-image: url("/images/carousel_button.png");
     float: left;
     margin-left: 5px;
     height: 10px;
     width: 10px;
     text-indent: -999px;
}

.nav span.nav_space{
    color: #999;
    float: left;
    display: block;
    margin-right: 20px;
    margin-left: 20px;
}

#nav a:hover {
    background-color: transparent;
}

#mask {
    position: absolute;
    top:0;
    left: 0;
    z-index: 500;
    display: none;   
}

#about_header{
    margin:60px 60px 60px 240px;
    line-height: 26px;
    font-size: 19px;
    padding-right: 140px;
}

#prior_live{
    margin:0 0 0 235px;
    padding: 60px 0 0;
    width: 280px;
}

#prior_live a{
    padding: 5px;
}

.about_page #main{
    padding-bottom: 60px;
}

#btnInit{
    position: absolute;
    top: 389px;
    height: 28px;
    width: 130px;
    background: white;
    border: 1px solid black;
    color: #000;
    left: 3px;
    display:none;
	cursor: pointer;  
	font-weight: bold;
}

.project_index{
    font-size: 14px;
}

.project_name{
    margin: -3px 0 55px;
}

.project_date{
    width: 240px;
    float: left;
    display: block;
    font-size: 14px;
    line-height: 12px;
}
.project_date p{
    margin-top: 5px;
}

.project_location{
    width: 240px;
    float: left;
    display: block;
    font-size: 14px;
    line-height: 12px;
}

.project_location p{
    margin-top: 5px;
}

.initial-page div span{
    font-family:Georgia;
    font-weight: lighter;
	letter-spacing: 1px;
}

/* Contact Page */

.contact {
	overflow: auto;
	padding-top: 40px;
	padding-left: 140px;
}

.contact p{
    margin-bottom: 20px;
}

.contact-title {
	border-bottom: 1px solid black;
	font-size:33px;
	line-height:102%;
	margin:28px 0 7px;
	padding:4px 85px 49px 271px;
}


.contact input {
	border:1px solid white;
	padding:5px;
	height: 10px;
	cursor: pointer;
}

.contact #from{
    width: 285px;
}

.contact select {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: black;
	background-color:white;
	border:1px solid white;
	padding: 5px;
	height: 30px;
	width:295px;
}

.contact textarea {
	border:1px solid black;
	width: 291px;
}

.contact .contact-info-email {
	display:block;
	width: 221px;
}

.contact .contact-info-submit {
	background-color:black;
	color:white;
	width:111px;
}

.contact .contact-form-submit{
    margin-left: 265px;
    height: 28px;
    background-color: #171717;
    border: 1px solid white;
	width: 130px;
	color: white;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
	border-radius: 0px
}

.contact label{
    width: 79px;
    margin-left: 21px;
    display: block;
    float: left;
    padding: 4px 0 0 0;
}

#contact_form{
    float: left;
    width: 500px;
    position: relative;
}

#address{
    float: left;
    width: 240px;
}

#address h2{
    font-size: 12px;
}

#address p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 16px;
}

#address p span {
    font-size: 12px;
    text-transform: capitalize;
}

#subject{
	color: white;
	background-color: black;
    height: 13px;
    cursor: pointer;
    width: 285px;
    /*-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;*/
	/*background-image:-webkit-gradient( linear, 0% 0%, 0% 100%, from(rgba(150, 150, 150, 1.00)), to(rgba(190, 190, 190, 1.00)));
background-repeat:no-repeat;
background-image:-moz-linear-gradient( 0% 270deg, rgba(150, 150, 150, 1.00), rgba(190, 190, 190, 1.00) );
	text-shadow: 0px 1px 0px rgba(200, 200, 200, 1.00);*/
}

#select-options {
   position: absolute;
   top: 62px;
   left: 101px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#select-options {
	   position: absolute;
	   top: 66px;
	   left: 100px;
	}
}


#select-options ul{
    -moz-border-radius:0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
    width: 295px;
    background-color: black;
    border: 1px solid white;
    display: none;
    -moz-box-shadow: 3px 3px 4px #333;
    -webkit-box-shadow: 3px 3px 4px #333;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');

}

#select-options ul li{
    height: 16px;
    display: block;
    color: white;
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid grey;
    cursor: pointer;
}

#select-options ul li:hover{
    background-color: #eee;
    color: black;
}

.contact_page #main{
    margin-top: 1px;
}

#select_icon{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 47px;
    right: 108px;
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 0;
    line-height: 12px;
    cursor: pointer;
    /*text-shadow: 0px 1px 0px rgba(200, 200, 200, 1.00);*/
}

#email_response{
    color: white;
    font-size: 13px;
    display: none;
    border-top: 1px grey solid;
    padding: 20px 0 0 240px;
    margin: 20px 0 0;
}
		
/* Footer */

#contact {
	padding-left:240px;
	padding-top:18px;
}

	#contact .contact-sections {
		height: 100px;
		overflow: hidden;
	}
	
		#contact .contact-sections li {
			float: left;
			padding-right: 20px;
			position: relative;
			width: 220px;
		}

		#contact .contact-sections li p {
			margin-bottom: 5px;
		}
		
		#contact .contact-sections li.second{
		    width: 220px;
		}
		
		#contact .contact-sections li.last {
			padding-right: 0;
			width: 220px;
		}
		
/* prettyPhoto Plugin Modification */
/*
.pastwork div.facebook .pp_bottom div{
    background: gray;
}

.pastwork div.facebook .pp_content_container div {
    background: gray;
}

.pastwork div.facebook .pp_top div{
    background: gray;
}	
*/

/* @group tumblr */

.tumblr #wrapper{
    display: block;
}

.tumblr #wrapper div.posts {
	margin-top: 20px;
	margin-left: 240px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.caption p, div.posts div.post.text h3, div.like_caption p  {
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 26px;	
}

div.photo, div.video, div.text, div.audio, div.link, div.quote, div.photoset {
	margin-top: 0px;
	margin-bottom: 52px;
}


div#footer {
	margin-left: 240px;
	border-bottom:1px solid grey;
	border-top:1px solid grey;
	padding-top: 10px;
	padding-bottom: 10px;
}


div.posts {
	padding-top: 40px;
	margin-top: 20px;
	margin-bottom: 80px;
	padding-bottom: 40px;
}

#posts div.post.text {
	font-size: 14px;
}

.post p{
	margin-bottom: 5px;
}

.reblog-button{
	margin-top: -6px;
	margin-right: 230px;
	float: right;
}

div.caption p {
	font-size: 12px;
}

ol.notes {
	border-bottom: 1px solid #333;
	margin-bottom: 6px;
}

div.notes-loader {
	margin-top: 8px;
	margin-bottom: 12px;		
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;	
	width: 500px;
}

div.notes-loader li {
	margin-top: 8px;
	margin-bottom: 14px;
}

img.avatar {
	margin-right: 4px;
}

a.more_notes_link {
	text-align: !important right;
}

p.clearfix {
	margin-top: 12px;
}

/* @end */


/* @group Tumblr like page */

li.like_post.like_photo_post {
	padding-bottom: 24px;
}



/* @end */

