/* @override 
	http://utiledesign.com/wp-content/themes/utile_one/style.css
*/

/*
Theme Name: Utile One
Theme URI: http://wordpress.org/
Description: Utile's 2011 theme
Author: Siqi Zhu & Dana Busch
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns + Front page
DESCRIPTION: Two-column layout on the front page, with right hand side column for news and left hand side column for recent projects
*/

#container {
	padding: 0 15px 0 15px;
	position: relative;
}
.right_column{
	width: 490px;
	float: right;
}
.left_column{
	width: 240px;
	float: left;
}
#footer {
	clear: both;
	width: 100%;
}
.spacer {
	clear: both;
	height: 20px;
}
.spacer-10px{
	clear: both;
	height: 10px;
	}
.padding {
	padding: 0 10px 0 10px;
}
.padding-left{
	padding: 0 0 0 5px;
}
.padding-right{
	padding: 0 5px 0 0;
}
#main-content-area{
	padding: 10px;
	background-color: #fff;
	border: solid 1px #ddd;
}
#main .left_column .post{
	margin-bottom: 10px;
}
#main .left_column .post .thumb{
	width: 210px;
	border: 10px solid #F5F5F5;
}
#main .left_column .post .thumb .capty-caption, #main .post .thumb .capty-caption{
	background-color: #000;
	color: #fff;
	padding: 5px;
}
#main .left_column .post .thumb img{
	width: 100%;
	}
#main #main-content-area .post, #main-content-area .publication-item, #main-content-area .press-item{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
body.page-id-2 #main #main-content-area .post, body.page-id-2398 #main-content-area .publication-item, #main-content-area .press-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
/*"news" and "recent projects" headings*/
.heading{
	margin: 30px 0 20px 0;
	/*border-bottom: 2px solid #000;*/
	}
	
/*
LAYOUT: Single post
*/
body.single .right-column{
	float: right;
	width: 560px;
	}
body.single .left-column{
	float: left;
	width: 160px;
	}
body.single .padding-left{
	padding: 0 0 0 5px;
	}
/*bio-image*/
.bio-image{
	position: absolute;
	top: 0;
	left: -250px;
	width: 180px;
	padding: 15px;
	background: #eee;
}
.bio-image img{
	max-width: 180px;
	height: auto;
}
	
/*
LAYOUT: projects grid for both "projects" page and "tag" view
*/
body.tag div#content,
body.page-id-181 div#content {
	width: 760px;
	padding: 20px 10px;
}
 body.tag .thumb,
 body.page-id-181 .thumb {
	float: left;
	margin: 5px 18px 10px 0px;
	}
/*body.archive .thumb img, */
body.tag .thumb img,
body.page-id-181 .thumb img {
	height: auto;
	}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.pingback a.url
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444;
	line-height: 17px;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
h1,
h2,
h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 5px;
}
h1{
	font-weight: bold;
	font-size: 20px;
	}
p{
	font-family: georgia,"times new roman",times,serif;
	}
.entry-title h1, .entry-title h2{
	margin-bottom: 15px;
	}
h2.entry-title{
	font-weight: bold;
	color: #1a1a1a;
	}
span.prof-title{
	font-size: 0.8em;
	}

/*Special type for major headings*/
h1#news{
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/utile-identity.png') no-repeat 0 0 transparent;
	width: 200px;
}
h1#recent{
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/utile-identity.png') no-repeat 0 -25px transparent;
	width: 200px;
}
h1#contact{
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/utile-identity.png') no-repeat 0 -50px transparent;
	width: 200px;
}
h1#approach{
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/utile-identity.png') no-repeat 0 -75px transparent;
	width: 200px;
}
h1#people{
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/utile-identity.png') no-repeat -400px -100px transparent;
	float: left;
	width: 95px;
	margin: 0 10px 0 0;
	border-right: solid 1px #999;
	cursor: pointer;
}
h1#people.active{
	background: url('images/utile-identity.png') no-repeat 0 -100px transparent;
}
h1#people:hover{
	background: url('images/utile-identity.png') no-repeat -200px -100px transparent;
}
h1#press{
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/utile-identity.png') no-repeat -400px -175px transparent;
	float: left;
	width: 200px;
	cursor: pointer;
}
h1#press.active{
	background: url('images/utile-identity.png') no-repeat 0 -175px transparent;
}
h1#press:hover{
	background: url('images/utile-identity.png') no-repeat -200px -175px transparent;
}
h1#publications{
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/utile-identity.png') no-repeat 0 -150px transparent;
	width: 200px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
#wrapper {
	margin: 0 auto;
	width: 760px;
	position: relative;
}
#transparency{
	width: 760px;
	height: 100%;
	background-color: #e5e5e5;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1000;
	/*opacity*/
	opacity: 0.95;
	filter: alpha(opacity=95);
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body{
	background: #d4d4d4;
	}
.shade-band{
	clear: both;
	height: 15px;
	background: url(images/shade.png) repeat;
	position: relative;
	}
#content .shade-band {
	margin-bottom: 10px;
}

/* Text elements */
p {
	margin-bottom: 10px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a:link {
	color: #444;
}
a:visited {
	color: #999;
}
a:active,
a:hover {
	color: #666;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */
#header {
}
#masthead {
	position: relative;
}
/*banner image*/
#banner, #banner-bio{
	width: 760px;
	height: 250px;
	float: left;
	background: url(images/banner.jpg);
	margin: 0;
	border-bottom: 1px solid #ccc;
	}
body.page-id-2 #banner, #banner-bio{
	background: url(images/banner-firm.jpg); /*banner image is different for individual bio pages and the "firm" page*/
	height: 250px;
	}
body.tag-housing #banner{
	background: url(images/banner-housing.jpg);
	}
body.tag-institutional #banner{
	background: url(images/banner-institutional.jpg);
	}

/*carousel*/
#carousel{
	width: 760px;
	height: 400px;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	}
#carousel img{
	max-width: 760px;
	height: auto;
}

/*blog-button*/
#blog-button{
	position: absolute;
	top: 120px;
	left: 760px;
	width: 110px;
	height: 50px;
	overflow: hidden;
	z-index: 1001;
	}
#blog-button a{
	background: url('images/blog.png') no-repeat 0 0;
	width: 110px;
	height: 50px;
	text-indent: -9999px;
	display: block;
	}

/*banner text that goes over the banner image*/
#banner-text{
	position: absolute;
	top: 120px;
	left: 260px;
	width: 440px;
	z-index: 1000;
}
//body.archive #banner-text, 
//body.single #banner-text, body.tag #banner-text{
	//left: 205px;
	//width: 250px;
	//}
.banner-text-p{
	padding: 0 100px 0 0;
	}f
.banner-text-p a{ 
	color: #000;
	text-decoration: none;
}
.banner-text-p a:hover{
	text-decoration: underline;
}
.banner-text-p a:visited{
	color: #000;
	text-decoration: none;
}
#banner-text h1{
	font-size: 30px;
	line-height: 34px;	
	background: url(images/shade-white.png) repeat;
	}
#banner-text p{
	font-size: 15px;
	line-height: 20px;
	background: url(images/shade-white.png) repeat;
	padding: 5px;
	}
#blimp {
	position: absolute;
	top: 30px;
	left: 600px;
	z-index: 1001;
}
#slider,
.nivo-slice {
	background-color: #eee !important;
	background-position:  center !important;
	background-repeat: no-repeat !important;
	}
	
/*project and tag pages: tag cloud*/
#all-keywords{
	position: absolute;
	top: 15px;
	left: 760px;
}
#all-keywords ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#all-keywords li{
	margin: 0 0 5px;
	padding: 0;
	white-space:nowrap;
}
#all-keywords li a{
	background: #b8b8b8;
	padding: 1px 5px;
	text-decoration: none;
	color: #fff;
}
#all-keywords li a:visited{
	text-decoration: none;
	color: #fff;
	background: #b8b8b8;
}
#all-keywords li a:hover{
	text-decoration: underline;
	background: #03d2e8;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	margin: 0 auto;
	width: 720px;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	width: 520px;
	float: left;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	background-color: #ccc;
	border-left: 1px solid #ddd;
}
#access .menu-header li#menu-item-2489{
	width: 114px;
	overflow: hidden;
}
#access .menu-header #menu-item-2489 a{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	background: url('images/logo.png');
}

#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 20px 0 20px;
	text-decoration: none;
}

#searchform {
	float: right;
	width: 200px;
	margin-top: 8px;
}

#searchform input#s {
	width: 120px;
}

/*
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	/*line-height: 1em;*/
	padding: 10px;
	width: 160px;
	height: auto;
}*/

#access li:hover,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: url('images/shade.png') repeat 0 0 #E5E5E5;
	color: #000;
	font-weight: bold;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: visible;
}
#content {
	margin-bottom: 36px;
}
body.home #content{
	float: left;
	}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content code {
	font-size: 13px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.entry-meta {
	color: #888;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	position: relative;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/*styles full-body images in the staff bio section*/
body.single-post .left-column img{
	max-width: 140px;
	height: auto;
}



/* =Captify project Pages
-------------------------------------------------------------- */

.caption-top, .caption-bottom {
	color: #fff;	
	padding: 1.2em 10px 1.2em 10px;	
	font-size: 13px;	
	font-family: georgia,"times new roman",times,serif;	
	cursor: default;
	background: #111;
}
.caption-top {
}
.caption-bottom {
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none !important;
	background: #ccc;
	padding: 0em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
	text-decoration: none !important;

}
.caption-wrapper {
	float: left;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#site-info {
	padding: 0 20px;
}
#site-info a {
	text-decoration: none;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}