/*

colors
black	000000
white	ffffff
dk grey	666666
grey	777777
lt grey	808080
red	9e3535
blue	29ABE2
brown	C7B299

*/


/* -- PRELIMINARY SET UP, RESET -- */

@charset "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

img a, a img {
	border: none;
	background: none;
}

a {
	outline: none;
}

/* -- IE PNG FIX -- */
/* Note that this path must be relative to the source html/ruby file, NOT to the css file */
img, div { behavior: url(./js/iepngfix.htc) }



/* -- BARE BONES -- */
body {
	margin: 0 auto;
	color: #000000;
	text-align: left;
	font-family: Din, Helvetica, Geneva, Verdana, sans-serif;
	background: #ffffff;
}

body#work {
	background: url(../img/cross_underlay.png) no-repeat 98px 219px;
}

#main {
	margin: 0 auto;
	width: 1017px;
	height: auto;
	float: left;
}


/* -- HEADINGS -- */

h1, h2, h3, h4 { font-weight: normal; font-family: Din, Helvetica, Geneva, Verdana, sans-serif; }


/* --  SHARED PAGE STRUCTURE ELEMENTS >> HEADER -- */


#header_img {
	margin: 0 auto;
	float: left;
	width: 620px;
	position: relative;
	z-index: 2;
}
body.primary #header_img { height: 340px; }
body.secondary #header_img { height: 111px; overflow: hidden; }

body#home.primary #header_img { z-index: 1; }
body#work.secondary #header_img, body#specialties.secondary #header_img { background: url(../img/work_header.jpg) no-repeat top left; }
body#about.primary #header_img { background: url(../img/about_header.jpg) no-repeat top left; z-index: 1; }
body#contact.primary #header_img { background: url(../img/contact_header.jpg) no-repeat top left; z-index: 1; }
body#client_login.primary #header_img { background: url(../img/client_login_header.jpg) no-repeat top left; z-index: 1; }
body#download.secondary #header_img { background: url(../img/download_header.jpg) no-repeat top left; }



#header_right {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 860px;
	width: 158px;
}
body.primary #header_right { height: 379px; }
body.secondary #header_right { height: 151px; }


#login {
	margin: 0 auto;
	height: 22px;
	width: 158px;
	float: left;
	margin-top: 10px;
	font-size: 10px;
}


#contact_mini {
	margin: 0 auto;
	padding: 0;
	height: 55px;
	width: 158px;
	float: left;
	font-size: 11px;
	color: #777777;
	background: url(../img/dotted_line_single.png) repeat-x bottom left;
	padding-bottom: 8px;
}
body.primary #contact_mini { margin-top: 251px; }
body.secondary #contact_mini { margin-top: 22px; }


#nav {
	margin: 0 auto;
	height: 34px;
	width: 457px;
	position: absolute;
	z-index: 4;
	background: url(../img/dotted_line_double.png) repeat-x top left;
}

body.primary #nav { top: 345px; left: 6px; }
body.secondary #nav { top: 116px; left: 6px; }

#declination {
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	height: 800px;
}
body.primary #declination { width: 320px; left: 525px; top: 9px; background: url(../img/declination.png) no-repeat -2px -11px; z-index: 2; }
body.secondary #declination { width: 850px; left: 4px; top: 5px; background: url(../img/declination_large.png) no-repeat -6px -7px; }


.ph_num {
	font-size: 10px; letter-spacing: .1em; color: #666666;
}

.c_mini_else {
	font-size: 11px; letter-spacing: .1em;
}

.c_mini_else a {
	color: #808080;
	text-decoration: none;
}

#login a {
	color: #555555;
	text-decoration: none;
}


/* --  SHARED PAGE STRUCTURE ELEMENTS >> NAVIGATION -- */

#nav ul {
	margin: 0 auto;
	padding: 0;
	margin-top: 9px;
	list-style-type: none;
	display: inline;
	height: 11px;
	width: 465px;
	float: left;
}

#nav ul li {
	margin: 0 auto;
	list-style-type: none;
	display: inline;
	width: 113px;
	height: 11px;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #000000;
	float: left;
	letter-spacing: .1em;
}

#nav ul li.last { border: none;}
#nav ul li.first { width: 106px; }


#nav ul li a { color: #000000; text-decoration: none; }
#nav ul li a.current, #nav ul li a:hover { color: #9e3535; }


#current_marker {
	margin: 0 auto;
	width: 115px;
	height: 49px;
	position: absolute;
}

body#work.secondary #current_marker { top: 150px; left: 0; background: url(../img/section_markers/work.png) no-repeat top left; }
body#about.primary #current_marker { top: 379px; left: 108px; background: url(../img/section_markers/about.png) no-repeat top left; }
body#contact.primary #current_marker { top: 379px; left: 335px; background: url(../img/section_markers/contact.png) no-repeat top left; }



/* --  SHARED PAGE STRUCTURE ELEMENTS >> CONTENT -- */

#content {
	margin: 0 auto;
	float: left;
	width: 1017px;
	height: auto;
	position: relative;
	z-index: 3;
}
body.primary #content { top: 50px; }
body.secondary #content { top: 65px; }


#right_container{
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #b2b2b2;
	text-align: center;
	background: #ffffff;
}
body#home.primary #right_container { width: 572px; height: 269px; margin-top: 30px; margin-left: 55px; }
body#work.secondary #right_container { width: 569px; height: 453px; margin-left: 92px; margin-top: 11px; }
body#about.primary #right_container, body#specialties.secondary #right_container { width: 569px; height: auto; margin-top: 58px; margin-left: 55px; margin-bottom: 30px; padding-bottom: 6px; }
body#contact.primary #right_container { width: 569px; height: 438px; margin-top: 38px; margin-left: 8px; margin-bottom: 30px; text-align: left; border: none; background: transparent; }
body#client_login.primary #right_container { width: 569px; height: 438px; margin-top: 38px; margin-left: 8px; margin-bottom: 30px; text-align: left; border: none; background: transparent; }
body#download.secondary #right_container { width: 569px; height: auto; margin-top: 62px; margin-left: 55px; margin-bottom: 30px; padding-bottom: 6px; }


#right_container_content {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 6px;
	margin-left: 6px;
	border: 1px solid #202020;
}
body#home.primary #right_container_content { width: 558px; height: 255px; background: #808080; }
body#work.secondary #right_container_content { width: 555px; height: 440px; background: none; }
body#about.primary #right_container_content, body#specialties.secondary #right_container_content { width: 485px; height: auto; padding-top: 30px; padding-left: 40px; padding-right: 30px; padding-bottom: 50px; font-family: Georgia, Times, serif; color: #666666; border: 1px solid #b2b2b2; }
body#contact.primary #right_container_content { margin: 0; padding: 0; width: 150px; height: 255px; border: none; text-align: right; letter-spacing: .1em; margin-left: 5px; margin-top: 8px; }
body#client_login.primary #right_container_content { margin: 0; padding: 0; width: 150px; height: 255px; border: none; text-align: right; letter-spacing: .1em; margin-left: 5px; margin-top: 8px; }
body#download.secondary #right_container_content { width: 445px; height: auto; padding-top: 35px; padding-left: 60px; padding-right: 50px; padding-bottom: 20px; border: 1px solid #b2b2b2; text-align: left; }



/* --  SHARED PAGE STRUCTURE ELEMENTS >> LEFT SIDEBAR -- */

#sidebar {
	margin: 0;
	padding: 0;
	margin-top: 57px;
	height: auto;
	width: 168px;
	float: left;
	margin-left: 117px;
}

.sidebar_header {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
	letter-spacing: .1em;
	background: url(../img/dotted_line_single.png) repeat-x bottom left;
}

.sidebar_content {
	margin: 0 auto;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}


/* --  HOME SPECIFIC -- */

#twitter_feed.sidebar_content {
	margin: 0 auto;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

.sidebar_header a {
	color: #000000;
	text-decoration: none;
}

.sidebar_header a:hover {
	color: #9e3535;
	text-decoration: none;
}

#twitter_feed.sidebar_content a {
	color: #666666;
	text-decoration: none;	
}

#twitter_feed.sidebar_content a:hover {
	color: #000000;
	text-decoration: none;	
}

#twitter_feed.sidebar_content a.tweet_link {
	color: #000000;
	text-decoration: none;
}

#twitter_feed.sidebar_content a:hover.tweet_link {
	color: #9e3535;
	text-decoration: none;
}



/* -- WORK SPECIFIC -- */

#project_thumbs {
	margin: 0 auto;
	width: 230px;
	height: auto;
	float: left;
	margin-left: 16px;
	margin-top: 42px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	overflow: hidden;
}

#project_thumbs ul {
	padding: 0px;
	margin: 0px;
	clear: left;
}

#project_thumbs ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	margin-left: 3px;
	margin-right: 11px;
	margin-bottom: 13px;
	margin-top: 5px;
	float: left;
	background: transparent;
	width: 100px;
	height: 96px;
}

#project_thumbs ul li:hover { background: url(../img/work_highlight.png) no-repeat bottom left; }

#project_thumbs ul li a img, #project_thumbs ul li a:visited img {
	margin-left: 8px;
	margin-top: 8px;
	width: 82px;
	height: 78px;
	padding: 0;
	border: #000000 1px solid;
	background: transparent;
}

#project_thumbs ul li a:hover img, #project_thumbs ul li a:active img {
	width: 82px;
	height: 78px;
	/*border: #29ABE2 1px solid;*/
	padding: 0px;
	background: transparent;
}

#project_thumbs ul li.current_project {
	padding: 0;
	margin: 0;
	margin-left: 2px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 12px;
	border: #29ABE2 1px solid;
	background: transparent;
}

#project_info_labels {
	margin: 0 auto;
	width: 76px;
	height: 40px;
	float: left;
	margin-left: 13px;
	text-align: right;
	font-size: 16px;
	font-style: italic;
	font-family: MrsEaves, Georgia, Times, sans-serif;
	color: #C7B299;
	letter-spacing: 1px;
	line-height: 20px;
}

#project_info {
	margin: 0 auto;
	width: 650px;
	height: 40px;
	float: left;
	padding-top: 4px;
	margin-left: 5px;
	font-family: Georgia, Times, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	letter-spacing: 0;
	line-height: 18px;
}

#project_info .project_title {
	font-family: Georgia, Times, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#collab_info {
	font-family: Georgia, Times, sans-serif;
	position: absolute;
	width: 150px;
	top: 46px;
	left: 930px;
}
#collab_info span {
	display: block;
}
#collab_info span.collab_label {
	font-size: 16px;
	font-style: italic;
	font-family: MrsEaves, Georgia, Times, sans-serif;
	color: #C7B299;
	letter-spacing: 1px;
	line-height: 20px;
}
#collab_info span.collab_org_name {
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #000000;
}

#collab_info a.collab_org_name {
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #000000;
	text-decoration: none;
}

#collab_info a.collab_org_name:hover {
	color: 808080;
}

#collab_info span.collab_role {
	color: #808080;
	font-family: Georgia, Times, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	letter-spacing: 0;
	line-height: 18px;
}

.project_image_link {
	margin: 0 auto;
	padding: 0;
	width: 80px;
	height: 20px;
	position: absolute;
	top: 480px;
	color: #29ABE2;
	text-align: left;
	letter-spacing: .2em;
	font-size: 11px;
	vertical-align: middle;
}

#project_image_link_next { left: 918px; text-align: left; }
#project_image_link_prev { left: 250px; text-align: right; }


#project_image_count {
	margin: 0 auto;
	width: 100px;
	height: 20px;
	position: absolute;
	top: 525px;
	left: 338px;
	color: #C7B299;
	font-size: 18px;
}

#project_image_count .count_black {
	color: #000000;
}

#project_link {
	margin: 0 auto;
	width: 300px;
	height: 20px;
	position: absolute;
	top: 555px;
	left: 338px;
}

#project_link a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #29ABE2;
	padding-right: 20px;
	background: url('/img/arrow-right.png') 100% 50% no-repeat;
}


/* --  ABOUT SPECIFIC -- */

body#about.primary #right_container #right_container_content .header, body#specialties #right_container #right_container_content .header { color: #666666; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; text-align: center; font-weight: normal; padding: 0; margin: 0; margin-top: 3px; margin-bottom: 3px; }
body#about.primary #right_container #right_container_content .description, body#specialties #right_container #right_container_content .description { margin: 0; padding: 0; font-family: Georgia, Times, serif; color: #666666; font-size: 12px; line-height: 20px; text-align: left; margin-top: 20px; padding-bottom: 20px; }
body#about.primary #sidebar a { display; block; text-decoration: none; color: #666666; }

.emphasis { letter-spacing: .1em; font-size: 11px; text-transform: uppercase; }
.geologie_is { font-size: 12px; color: #555555; }

/* --  CONTACT SPECIFIC -- */

body#contact.primary #right_container_content .form_label.for_select { margin-top: 12px; margin-bottom: 30px; }
body#contact.primary #right_container_content .form_label.for_textarea { margin-top: 18px; }
body#contact.primary #right_container_content .form_label.before_textarea { margin-bottom: 42px; }
body#contact.primary #right_container_content .form_label { margin: 0; padding: 0; font-size: 11px; text-transform: uppercase; margin-top: 10px; margin-bottom: 41px; }
body#contact.primary #right_container form { margin: 0 auto; float: left; margin-left: 15px; }
body#contact.primary #right_container form div { margin: 0 auto; float: left; width: auto; height: auto; border: 1px solid #B3B3B3; margin-top: 12px; padding: 6px; background: #ffffff; clear: both; }
body#contact.primary #right_container form select { width: 136px; margin-top: 18px; display: block; }
body#contact.primary #right_container form input.long { width: 318px; height: 15px; border: 1px solid #B3B3B3; font-family: Georgia, Times, serif; font-size: 11px; color: #666666; letter-spacing: .1em; padding: 5px; }
body#contact.primary #right_container form textarea { width: 318px; height: 240px; border: 1px solid #B3B3B3; font-family: Georgia, Times, serif; font-size: 11px; color: #666666; letter-spacing: .1em; padding: 5px; line-height: 18px; }
body#contact.primary #right_container form input.submit { width: 66px; height: 25px; border: none; background: url(../img/send.jpg) no-repeat top left; text-transform: uppercase; color: #ffffff;  }
body#contact.primary #sidebar a { display; block; text-decoration: none; color: #666666; }

/* -- CLIENT LOGIN PAGE -- */

body#client_login.primary #right_container_content .form_label { margin: 0; padding: 0; font-size: 11px; text-transform: uppercase; margin-top: 17px; margin-bottom: 38px; }
body#client_login.primary #right_container form { margin: 0 auto; float: left; margin-left: 15px; }
body#client_login.primary #right_container form div { margin: 0 auto; float: left; width: auto; height: auto; border: 1px solid #B3B3B3; margin-top: 12px; padding: 6px; background: #ffffff; clear: both; }
body#client_login.primary #right_container form input.long { width: 318px; height: 15px; border: 1px solid #B3B3B3; font-family: Georgia, Times, serif; font-size: 11px; color: #666666; letter-spacing: .1em; padding: 5px; }
body#client_login.primary #right_container form input.submit { width: 66px; height: 25px; border: none; background: url(../img/submit.jpg) no-repeat top left; text-transform: uppercase; color: #ffffff;  }



/* -- CLIENT DOWNLOAD PAGE -- */
body#download.secondary #right_container #right_container_content .file { margin: 0; padding: 0; font-family: Georgie, Times, serif; font-size: 12px; color: #666666; letter-spacing: .1em; margin-top: 5px; margin-bottom: 25px; text-transform: uppercase; }
body#download.secondary #right_container #right_container_content .file a.file_link { color: #0071BC; font-size: 14px; text-transform: lowercase; text-decoration: none; margin-left: 8px; letter-spacing: 0; }
body#download.secondary #sidebar .sidebar_header .welcome { font-size: 11px; }
body#download.secondary #sidebar .sidebar_header .name { padding-top: 8px; font-family: Georgia, Times, serif; font-size: 17px; color: #666666; position: relative; top: 3px; }


/* -- NOTICE FORMATTING -- */

#notice {
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	height: 100px;
	position: absolute;
	color: #9e3535;
	text-transform: uppercase;
}
body#contact.primary #main #notice { top: 450px; left: 860px; }

#notice .notice_header {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	font-size: 12px;
	letter-spacing: .1em;
	background: url(../img/dotted_line_single.png) repeat-x bottom left;
	margin-bottom: 15px;
}

#notice .notice_message {
	margin: 0;
	padding: 0;
	font-size: 10px;
	letter-spacing: .1em;
}

