/*
-----------------------------------------------
Style Sheet

Site: Jonathan Segal
Author:   aaryn.com
Version:  2008.1
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background: #000000;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:10px 0;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#bf6e2b;
	}
	
a:hover, a:active {
	color:#853b1c;
	}
	
#menu li:hover ul, #menu li.sfhover ul { left: auto; background-position: 0 0; }
	
/* global elements
 * ------------------------------------------------------------------------- */

#wrapper{
	width: 800px;
	background:#000000;
	margin-left: auto;
	margin-right: auto;
}
#header{
	width: 800px;
	height: 140px;
	margin-top: 40px;	
	}
*html #header{height: 150px;}

#header_project{
	width: 800px;
	margin-top: 40px;
	height:140px;
	margin-bottom: -3px;
	}
#content_wrapper{
	width: 800px;
	height: 540px;

}

#content_wrapper_prospect{
	width: 800px;
	height: 406px;
	background: url(../projects/theProspect/prospect_content.jpg) no-repeat left top;
	}

#content_wrapper_Union{
	width: 800px;
	height: 406px;
	background-image: url(../projects/theUnion/theUnion_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_kLoft{
	width: 800px;
	height: 501px;
	background-repeat: no-repeat;
	background-position: left top;
}

#content_wrapper_Titan{
	width: 800px;
	height: 406px;
	background-image: url(../projects/theTitan/theTitanContent.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_State{
	width: 800px;
	height: 406px;
	background-image: url(../projects/theState/theStateContent.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_hsieh{
	width: 800px;
	height: 406px;
	background-image: url(../projects/hsieh/hsieh_Content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_kettner{
	width: 800px;
	height: 406px;
	background-image: url(../projects/kettnerRow/kettner_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_brickyard{
	width: 800px;
	height: 406px;
	background-image: url(../projects/brickyard/brickyard_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_waterfront{
	width: 800px;
	height: 406px;
	background-image: url(../projects/waterfront/waterfront_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_7kettner{
	width: 800px;
	height: 406px;
	background-image: url(../projects/7onKettner/7onKettner_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_bluebox{
	width: 800px;
	height: 406px;
	background-image: url(../projects/bluebox/bluebox_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_angove{
	width: 800px;
	height: 406px;
	background-image: url(../projects/angove/angove_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_motovillas{
	width: 800px;
	height: 406px;
	background-image: url(../projects/motovillas/motovillas_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_lusso{
	width: 800px;
	height: 406px;
	background-image: url(../projects/lusso/lusso_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_project{
	width: 800px;
	height: 510px;
	background-image: url(../projects/project_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_progress{
	width: 800px;
	height: 510px;
	background-image: url(../projects/progress/progress_content.jpg);
	background-repeat: no-repeat;
}
#content_wrapper_lemperle{
	width: 800px;
	height: 406px;
	background-image: url(../projects/lemperle/lemperle_content.jpg);
	background-repeat: no-repeat;
}
#content_wrapper_theq{
	width: 800px;
	height: 520px;
	background-image: url(../projects/theQ/theq_content.jpg);
	background-repeat: no-repeat;
}
#content_wrapper_idahome{
	width: 800px;
	height: 406px;
	background-image: url(../projects/idahome/idahome_content.jpg);
	background-repeat: no-repeat;
}

#content_wrapper_thenormal{
	width: 800px;
	height: 406px;
	background-image: url(../projects/thenormal/thenormal_content.jpg);
	background-repeat: no-repeat;
}
#content_wrapper_profile{
	width: 800px;
	height: 406px;
	background-image: url(../projects/profile/profile_content.jpg);
	background-repeat: no-repeat;
}

#main_content {
	width: 492px;
	float: left;
	height: 406px;
	
}
#main_content_prospect{
	width: 492px;
	float: left;
	height: 310px;
}

#main_content_kLoft{
	width: 509px;
	float: right;
	height: 404px;
}

#sidebar_prospect{
	float: right;
	width: 288px;
	margin: 10px 10px 5px 10px;
}
#sidebar_prospect p{
	font-size: .9em;
	text-align: justify;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.9em;
}

#sidebar{
	float: right;
	width: 288px;
	margin: 15px 10px 5px 10px;
}
#sidebar p{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: justify;
	color: #FFFFFF;
}

#sidebar_kLoft{
	float: left;
	width: 291px;
	background-image: url(../projects/kLofts/kloftslarge_sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 515px;
}
#sidebar_kLoft p{
	font-size: .8em;
	text-align: justify;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
}

#sidebar_titan{
	float: right;
	width: 288px;
	margin: 15px 10px 5px 10px;
}

#sidebar_titan p{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	color:#FFFFFF;
	line-height:140%;
}

#sidebar_profile{
	float: right;
	width: 288px;
	margin: 15px 10px 5px 10px;
}
#sidebar_profile p{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height:1.8em;
}

#sidebar_project{
	float: right;
	width: 259px;
	margin: 10px 10px 5px 10px;
}

#sidebar_project li{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 4em;
	color:#FFFFFF;
	line-height: 1.8em;
}
#sidebar_project a{
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar_project a:hover{
	color: #FF9900;
}

#footer {
	clear: both;
	width: 800px;
	height: 100px;
}

#footer_kLoft {
	clear: both;
	float: right;
	width: 800px;
	height: 100px;
}


/* awards pages
 * ------------------------------------------------------------------------- */

h2.awards {
	font-size: 1.2em;
}

p.info{
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px 20px 0px 20px;
	text-align: justify;
	line-height: 20px;
}

.awards{
	font-size: 1em;
	margin-left: 20px;
	padding-top:20px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.awards li{
	list-style: none;
	background:url(../js_union_temp/images/blue-4square.gif) no-repeat;
	background-position: 0px 0px 0px 0px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.titel{
	font-size: 1em;
	margin-left: 20px;
	padding-top:30px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}

*html  #header{
	margin-bottom: -10px;
}
