/* @override 
	http://www.xtenarchitecture.com/css/screen.css
	http://localhost:8888/Freelance/XTEN%20Website/Production/XTEN%20Site%20Production/css/screen.css
	http://localhost:8888/XTEN_Architecture_Production/css/screen.css
*/

/* Import for IE 6.0 */

@import url("ie6.css");

/* Common Colors 

#00ADEE

*/

/* Float Clearing */

ul#project_thumbs:after, div#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Fixes Firefox dotted-line links */

a
{
  outline: none;
}

body {
	min-width: 896px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

div#container {
	width: 67%;
	min-width: 592px;
	margin-left: 23%;
	padding-top: 130px;
	/* display: none; This did originally hide the content until javascript kicked in. Now not needed. */
}

h1#logo {
	text-indent: -9999px;
	background: white url(../images/all_pages/logo.png) no-repeat left top;
	position: absolute;
	margin: 30px 0 0 30px;
	padding: 0;
	z-index: 5;
	left: 0;
	top: 0;
}

h1#logo a {
	width: 52px;
	height: 181px;
	display: block;
}

h2#full_name {
	text-indent: -9999px;
	position: absolute;
	margin-bottom: 0;
	margin-left: 25px;
	margin-right: 0;
	top: 306px;
	z-index: 5;
	left: 0;
}

h2#full_name a{
	width: 119px;
	height: 9px;
	background: url(../images/all_pages/full_name.png) no-repeat left top;
	display: block;
}

div#container p {
	color: #7f7f7f;
	font: 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p strong {
	color: #00ADEE;
	font-weight: bold;
}

div#container p.intro {
	font-size: 13px;
	line-height: 19px;
	color: #00ADEE;
	margin-top: 0;
}

p.intro strong {
	color: #7f7f7f;
	font-weight: bold;
}

/* Invisible DIV to prevent scrollbar appearance at smaller screen sizes */

div#tempBlock {
	width: 610px;
	height: 125px;
	margin: 0;
	padding: 0;
	display: block;
}

/* @group Splash Screen */

img#splash {
	
}



/* @end */

/* @group Nav */

ul#nav {
	padding: 0;
	position: absolute;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 25px;
	margin-right: 0;
	top: 332px;
	z-index: 9;
	background-color: white;
	left: 0;
}

ul#nav li a {
	text-decoration: none;
	color: #00ADEE;
	font-size: 10px;
	text-indent: -9999px;
	display: block;
	width: 115px;
	line-height: 24px;
}

ul#nav li#projects_nav a {
	background: url(../images/all_pages/nav_projects.png) no-repeat 0 0;
}

ul#nav li#projects_nav a:hover, ul#nav li#projects_nav a.current {
	background: url(../images/all_pages/nav_projects.png) no-repeat -120px 0;
}

ul#nav li#profile_nav a {
	background: url(../images/all_pages/nav_profile.png) no-repeat 0 0;
}

ul#nav li#profile_nav a:hover, ul#nav li#profile_nav a.current {
	background: url(../images/all_pages/nav_profile.png) no-repeat -120px 0;
}

ul#nav li#press_nav a {
	background: url(../images/all_pages/nav_press.png) no-repeat 0 0;
}

ul#nav li#press_nav a:hover, ul#nav li#press_nav a.current {
	background: url(../images/all_pages/nav_press.png) no-repeat -120px 0;
}

ul#nav li#news_nav a {
	background: url(../images/all_pages/nav_news.png) no-repeat 0 0;
}

ul#nav li#news_nav a:hover, ul#nav li#news_nav a.current {
	background: url(../images/all_pages/nav_news.png) no-repeat -120px 0;
}

ul#nav li#contact_nav a {
	background: url(../images/all_pages/nav_contact.png) no-repeat 0 0;
}

ul#nav li#contact_nav a:hover, ul#nav li#contact_nav a.current, ul#nav li#contact_nav a.visibleContact {
	background: url(../images/all_pages/nav_contact.png) no-repeat -120px 0;
}

ul#nav li#facebook a {
	color: #00ADEE;
	text-indent: 0;
	padding-left: 6px;
	font-size: 10px;
	
}

ul#nav li#facebook a:hover {
	color: #636363;
}


/* @group 2nd Level */

ul#nav ul {
	margin: 6px 0 12px;
	padding: 0;
	list-style-type: none;
}

ul#nav li#projects_nav ul li a, ul#nav li#profile_nav ul li a, ul#nav li#press_nav ul li a {
	text-indent: 0;
	font-size: 10px;
	padding-left: 14px;
	background: url(../images/all_pages/secondary_nav_bullet.png) no-repeat 3px center;
	display: block;
	line-height: 15px;
}

ul#nav li#projects_nav ul li a:hover, ul#nav li#projects_nav ul li a.highlighted, ul#nav li#profile_nav ul li a:hover, ul#nav li#press_nav ul li a:hover, ul#nav li#projects_nav ul li a.current, ul#nav li#profile_nav ul li a.current, ul#nav li#press_nav ul li a.current {
	text-indent: 0;
	background-image: none;
	color: #636363;
}

/* @group Project List */

ul#nav ul#project_list_container {
	margin-bottom: 0;
}

ul#project_list_container ul {
	margin-top: 0;
}

ul#project_list_container li.collapsed {
	margin-bottom: -5px;
}

ul#nav ul#project_list_container a#list_toggle.collapsed {
	background: url(../images/all_pages/projectlist_arrow_off.png) no-repeat 3px center;
	color: #00ADEE;
	margin-bottom: 15px;
}

ul#nav ul#project_list_container a#list_toggle {
	background: url(../images/all_pages/projectlist_arrow_on.png) no-repeat 3px center;
	color: #636363;
}

ul#nav ul#project_list_container a#list_toggle:hover {
	color: #636363;
}



/* @end */

/* @end */

/* @end */

/* @group Project Grid */

ul#project_thumbs {
	min-width: 596px;
	padding: 0;
	list-style-type: none;
	width: 100%;
	position: relative;
	margin: 0;
	top: 0;
	z-index: 0;
	left: 0;
	display: block;
}

ul#project_thumbs li {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

ul#project_thumbs img {
	float: left;
}

ul#project_thumbs a {
	text-indent: -9999px;
	width: 168px;
	display: block;
	position: absolute;
	height: 168px;
	z-index: 3;
	float: left;
	background: url(../images/thumbs/thumb_overlay.png) no-repeat 0 0;
	top: 0;
	left: 0;
}

ul#project_thumbs a:hover, ul#project_thumbs a.current, ul#project_thumbs a.highlighted {
	text-indent: -9999px;
	display: block;
	position: absolute;
	background: url(../images/thumbs/thumb_overlay.png) no-repeat -168px 0;
	z-index: 3;
	top: 0;
	left: 0;
	float: left;
}

ul#project_thumbs.slid {
	position: absolute;
	left: 97%;
	top: 135px;
}



/* @end */

/* @group Project Set */

div.project_set {
	width: 690px;
	clear: left;
	float: left;
}

div.project_description {
	float: left;
	position: absolute;
	top: 590px;
	background-color: white;
	z-index: 7;
	width: 690px;
}

div.project_set h3 {
	font: 11px "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	color: #00ADEE;
	margin: 0 5px 0 0;
	display: inline;
}

ul.project_details {
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	color: #00ADEE;
	display: inline;
	margin: 0;
}

ul.project_details li {
	border-right: 1px solid #00ADEE;
	display: inline;
	padding-right: 7px;
	padding-left: 4px;
	margin: 0;
}

ul.project_details li.project_year {
	border-right-style: none;
}

div.project_set p {
	margin: 0 0 11px;
	float: left;
	clear: left;
}

div.image_frame_inner a {
	visibility: hidden;
}

h4.photoCredit {
	position: absolute;
	color: #999;
	font-style: italic;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	display: none;
	right: 0;
	margin-top: -42px;
}

/* @group Image Setup */

.image_frame_outer {
	float: left;
	margin-bottom: 50px;
	margin: 0;
}

.image_frame_inner {
	width: 690px;
	margin: 0;
	float: left;
}

.image_frame_inner img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

h6#imageNumber {
	width: 78px;
	height: 0;
	position: absolute;
	top: 119px;
	font-size: 9px;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

/* @group Prev Next Buttons */

ul#image_buttons {
	padding: 0;
	margin: 0 0 0 37px;
	list-style-type: none;
	position: absolute;
	top: 109px;
	width: 560px;
}

ul#image_buttons li {
	margin-right: 1px;
}

ul#image_buttons li, ul#image_buttons a {
	float: left;
	width: 75px;
	height: 25px;
	text-indent: -9999px;
}

ul#image_buttons li#prev_button a {
	background: url(../images/projects/prev_button.png) no-repeat left top;
}

ul#image_buttons li#prev_button a:hover {
	background: url(../images/projects/prev_button.png) no-repeat left -24px;
}

ul#image_buttons li#prev_button a.inactive {
	background: url(../images/projects/prev_button.png) no-repeat left -49px;
}

ul#image_buttons li#next_button a {
	background: url(../images/projects/next_button.png) no-repeat left top;
}

ul#image_buttons li#next_button a:hover {
	background: url(../images/projects/next_button.png) no-repeat left -24px;
}

ul#image_buttons li#next_button a.inactive {
	background: url(../images/projects/next_button.png) no-repeat left -49px;
}



/* @end */



/* @end */



/* @end */

/* @group Contact Info */

/* When not activated, absolute position of div#contact_info should be set to -95. When activated it should be set to 0. */

div#contact_info {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 9px;
	line-height: 13px;
	background-color: #fff;
	float: left;
	padding-top: 0;
	padding-left: 15px;
}

div#contact_info p {
	float: left;
	height: 80px;
	color: #727272;
	margin: 15px 18px 0 0;
}

div#short_contact {
	border-top: 6px solid #00ADEE;
	float: left;
	clear: left;
	width: 100%;
}

div#short_contact p {
	height: 10px;
	margin-top: 11px;
	margin-right: 30px;
}

div#short_contact p span {
	color: #00ADEE;
	font-weight: bold;
}

div#short_contact a {
	color: #00ADEE;
	text-decoration: none;
}

div#short_contact a:hover {
	color: #727272;
	text-decoration: none;
}

a#revealContact {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 250px;
	height: 10px;
	text-indent: -9999px;
}

a#revealContact:hover {
}

/* Styling for the always visible contact info */

li#constant_contact {
	margin-left: 0;
	margin-top: 10px;
}

li#constant_contact p {
	background: url(../images/all_pages/secondary_nav_bullet.png) no-repeat 3px 6px;
	color: #8a8a8a;
	font-size: 10px;
	line-height: 14px;
	padding-left: 14px;
}



/* @end */

/* @group Office Profile */

body#profile div#container {
	width: 690px;
	margin-left: 23%;
	display: block;
}

body#profile h3 {
	margin-top: 0;
	font-size: 13px;
	color: #868686;
}

/* Partners */

body#profile.partners div#container p {
	float: left;
	margin-top: 0;
	width: 330px;
	margin-right: 30px;
	text-align: left;
}

body#profile.partners div#container p.austin_bio {
	margin-right: 0;
}

body#profile.partners div#container p a {
	color: #00ADEE;
}

body#profile.partners div#container p a:hover {
	color: #636363;
}

body#profile.partners img.headshot {
	width: 96px;
	float: left;
	margin-right: 7px;
	margin-bottom: 0;
	margin-top: 5px;
}

/* Collaborators */

body#profile.collaborators div#container ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0;
	color: #7f7f7f;
	font: 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	width: 172px;
}

body#profile.collaborators div#container img {
	width: 690px;
	background-color: silver;
	height: 170px;
	margin-bottom: 14px;
}

/* Contact Info */

body#profile.contact div#container div {
	margin-top: 0;
	margin-bottom: 30px;
}

body#profile.contact div#container div a {
	color: #00ADEE;
}

body#profile.contact div#container div h3 {
	color: #7f7f7f;
	font-size: 14px;
}

body#profile.contact div#container div p {
	margin: 0;
}



/* @end */

/* @group Press */

body#press div#container {
	width: 690px;
	margin-left: 23%;
	display: block;
}

/* @group Media + Awards */

/* @group Media */

div#media_column h2 {
	font-size: 13px;
	margin: 5px 0 30px;
	float: left;
	width: 352px;
	text-indent: -9999px;
	background: url(../images/press/articles_header.png) no-repeat left top;
}

div#media_column {
	width: 352px;
	float: left;
}

div#media_column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 352px;
}

div#media_column li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 78px;
	height: 96px;
	position: relative;
}

div#media_column a {
	display: block;
	width: 78px;
	height: 96px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	text-indent: -9999px;
	background: url(../images/press/view_pdf_btn.png) no-repeat left -20px;
}

div#media_column a:hover {
	background-position: left bottom;
}



/* @end */

/* @group Awards */

div#awards_column h2 {
	font-size: 13px;
	margin: 5px 0 30px;
	background: url(../images/press/press_awards_header.png) no-repeat left top;
	text-indent: -9999px;
}

div#awards_column {
	font-size: 11px;
	line-height: 13px;
	float: left;
	width: 285px;
	margin-left: 40px;
	display: inline;
}

div#awards_column h3 {
	margin: 0 0 5px;
	color: #545454;
	float: left;
	width: 285px;
	font-size: 13px;
	font-weight: bold;
}

div#awards_column ul {
	float: left;
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	width: 285px;
}

div#awards_column li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #bcbcbc;
	color: #454545;
	float: left;
	width: 285px;
}



/* @end */



/* @end */

/* @group News Blog */

div#page {
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
}

div#container a {
	color: #00ADEE;
	text-decoration: none;
}

div#container a:hover {
	color: #6b6b6b;
}

a#rss_link {
	color: #00ADEE;
	font-size: 11px;
	margin-top: 30px;
	float: left;
	text-decoration: underline;
	background: url(../images/news/rss_icon.png) no-repeat left center;
	padding-left: 17px;
}

/* @group Navigation */

div.navigation {
	margin-bottom: 20px;
	margin-top: 20px;
}

div.olderEntries, div.newerEntries, div.alignleft, div.alignright {
	display: inline;
}

div.olderEntries a, div.alignleft a {
	font-size: 11px;
	background: url(../images/press/prev_arrow.png) no-repeat left 60%;
	padding-left: 9px;
	padding-right: 8px;
}

div.newerEntries a, div.alignright a {
	font-size: 11px;
	background: url(../images/press/next_arrow.png) no-repeat right 60%;
	padding-right: 9px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
}



/* @end */

/* @group Archives Sidebar */

div#archives {
	float: right;
	font-size: 11px;
	line-height: 16px;
}

div#archives h3 {
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 11px;
	line-height: 16px;
	color: #5c5c5c;
	margin: 0;
}

div#archives ul {
	padding: 0;
	list-style-type: none;
	width: 164px;
	margin: 0;
}

div#archives li {
	margin: 0;
	padding: 3px 0 4px;
	border-top: 1px solid #00ADEE;
}



/* @end */

/* @group Entries */

div.post {
	margin-bottom: 6px;
	float: left;
}

p.postmetadata {
	display: none;
}

div#page h2, div#page h3 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	display: inline;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	padding-right: 6px;
	color: #676767;
}

div#page small {
	padding-left: 10px;
	color: #5c5c5c;
	font-size: 11px;
	line-height: 16px;
	border-left: 1px solid #00ADEE;
}

div.entry p {
	margin-top: 0;
	float: left;
}

div#page img {
	float: left;
	margin-right: 11px;
	margin-top: 5px;
}



/* @end */



/* @end */



/* @end */

/* @group Share Bar */

div#shareContainer {
	overflow: hidden;
	height: 24px;
	margin-top: 20px;
	clear: left;
	position: relative;
	top: 20px;
	margin-bottom: 50px;
}

div#shareContainer a#shareExpand {
	background-color: #00aced;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 7px;
	letter-spacing: 1px;
	float: left;
	margin-bottom: 5px;
	text-transform: lowercase;
}

div#shareContainer a#shareExpand:hover, div#shareContainer a#shareExpand.expanded {
	background-color: #008ec4;
}

div#shareContainer a#twitterBtn, div#shareContainer a#deliciousBtn {
	display: inline-block;
	font: 11px/20px Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #cad4e7;
	color: #3b59a3;
	padding-left: 20px;
	padding-right: 5px;
	margin-left: 5px;
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	float: left;
}

div#shareContainer a#deliciousBtn {
	background: #eceef5 url(../images/sharing/delicious_icon.png) no-repeat 6px center;
}

div#shareContainer a#twitterBtn {
	background: #eceef5 url(../images/sharing/twitter_icon.png) no-repeat 6px center;
}

div#shareContainer a#twitterBtn:hover, div#shareContainer a#deliciousBtn:hover {
	border-color: #9dacce;
}

div#shareContainer iframe {
	margin-left: 5px;
	float: left;
	display: block;
}



/* @end */

/* @group News */

.news-item {
	margin-bottom: 50px;
}

.news-item img {
	cursor: pointer;
	cursor: hand;
}

.news-item h3 {
	font: normal 400 16px proxima-nova,sans-serif;
	margin-top: 20px;
	margin-bottom: 0;
	color: #00ADEE;
}

.news-item h3 a {
	background: url(../images/news/link_indicator.png) no-repeat right 38%;
	padding-right: 18px;
}

.news-item h3 em {
	font-family: proxima-nova,sans-serif;
	font-style: italic;
	font-weight: 400;
}

.news-item .news-date {
	font-size: 11px;
	margin-top: 0;
	color: #444;
}

.news-item p {
	color: #444;
	font-size: 12px;
	line-height: 17px;
	width: 690px;
}

/* @group Javascript News Setup */

#news-holder {
	width: 690px;
}

#news-holder.activated {
	height: 700px;
	overflow: hidden;
	float: left;
	position: relative;
}

#news-holder.activated #reel {
	height: 700px;
	width: 20000px;
	position: absolute;
	top: 0;
	left: 0;
}

#news-holder.activated .news-item {
	float: left;
	width: 690px;
}

#news-counter {
	font-size: 12px;
	position: absolute;
	margin-top: -21px;
	color: #444;
}

#left-counter {
	padding-right: 3px;
}

#right-counter {
	padding-left: 4px;
}

/* @end */

/* @end */

/* always force a scrollbar in non-IE */
body { overflow-y: scroll; }

/* @group News and Projects - Shared */

#news-holder .indicator, .image_frame_outer .indicator {
	width: 50px;
	height: 50px;
	display: block;
	opacity: 0.4;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

#news-holder .indicator.highlighted, .image_frame_outer .indicator.highlighted {
	opacity: 0.8;
}

#news-holder #prev-indicator, .image_frame_outer #prev-indicator {
	position: absolute;
	top: 205px;
	left: 40px;
	background: url(../images/news/indicators.png) no-repeat left top;
}

#news-holder #next-indicator, .image_frame_outer #next-indicator {
	position: absolute;
	top: 205px;
	right: 40px;
	background: url(../images/news/indicators.png) no-repeat right top;
}

.image_frame_outer .indicator.hidden-indicator {
	opacity: 0;
}



/* @end */
