/* - - - - - - - - - - general - - - - - - - - - -  */

html, body {
	height: 100%;
}

html {
	background:  #151515 url(../images/bg_light.gif) top center;
}
	
body {
	width: 100%;
}
	
#wrapper {
	margin: 0 auto;
	width: 736px;
	min-height: 100%;
	border: 12px solid #000;
	border-width: 0 12px 0 12px;
	background:  url(../images/bg_dark.gif) top center;
}
	
	
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */
	
#header {
	height: 130px;
	background: #000;
}
	
	
	
	
/* - - - - - - - - - - primary content - - - - - - - - - -  */
	
#content_wrapper {
	margin: 0;
	padding: 0;
}

.Slideshow {
	border-bottom: 10px solid #000;
}

#primary_content {
	margin: 30px 30px 0 30px;
}

.NoFlash {
	background: url(../images/bg_caution.gif);
	padding: 30px;
}

#legend {
	margin: 20px 0 -25px 0;
}

#project_thumbs {
	margin-bottom: 20px;
}

a.Contemporary, a.Traditional {
	position: relative;
	display: block;
	border: 5px solid #000;
	margin: 10px 15px 10px 10px;
	/*margin: 10px 25px 10px 0;*/
	/*margin: 0 15px 15px 0;*/
	/*width: 60px;
	height: 60px;*/
	float: left;
}

a.Contemporary span.Tag, a.Traditional span.Tag {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
}

a.Contemporary span.Tag { background: url(../images/tag_c.gif) no-repeat; }
a.Contemporary:hover span.Tag { background: url(../images/tag_c_over.gif) no-repeat; }

a.Traditional span.Tag { background: url(../images/tag_t.gif) no-repeat; }
a.Traditional:hover span.Tag { background: url(../images/tag_t_over.gif) no-repeat; }

#primary_content ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#primary_content ul li {
	margin: 0;
	padding: 0;
}

#contact_info {
	margin: 15px 20px 0 0;
	width: 200px;
	float: left;
}

#contact_form {
	margin: 0 0 20px 0;
	width: 300px;
	float: left;
}

#contact_form input, #contact_form textarea {
	width: 100%;
	background: #333;
}

#contact_form label {
	margin: 5px 0 0 0;
	display: block;
}

#contact_form input.Submit {
	margin: 15px 20px 15px 0;
	width: 75px;
	background: #999;
}

.Message {
	color: #e6b100;
	font-style: italic;
}

.ListColumn {
	float: left;
	width: 50%;
}
	
	
	
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	clear: both;
}
	
	
	
	
/* - - - - - - - - - - primary navigation - - - - - - - - - -  */
	
#nav {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#nav li {
	display: inline;
	margin: 0 16px;
}
	
	
	
	
/* - - - - - - - - - - secondary navigation - - - - - - - - - -  */






/* - - - - - - - - - - general typography - - - - - - - - - -  */
	
body {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #a7a7a7;
	font-family: "Trebuchet MS", arial, sans-serif;
}

p {
	margin: 0 0 20px 0;
}

a:link, a:visited { color: #fff; text-decoration: none;}

a:hover { color: #e6b100; }

a:active { color: #fff }

ul.Links a:link, ul.Links a:visited { color: #999; text-decoration: none;}

ul.Links a:hover { color: #e6b100; }

ul.Links a:active { color: #fff }

body * {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px 0;
	clear: both;
}

h1 {
	margin: 0 0 4px 0;
	padding: 15px 0 0 0;
	font-size: 13px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}

	
	
	
	
/* - - - - - - - - - - header typography - - - - - - - - - -  */

	
	
	
	
	
/* - - - - - - - - - - primary content typography - - - - - - - - - -  */

.NoFlash {
	text-align: center;
	font-style: italic;
	color: #666;
}

.NoFlash a:link, .NoFlash a:visited {
	color: #999;
	text-decoration: none;
}

.NoFlash a:hover {
	color: #e6b100;
}

a.ReadMore {
	font-size: 10px;
}

#legend {
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#legend .Contemporary, #legend .Traditional {
	color: #4c4c4c;
	padding: 0 10px;
}

#legend .Contemporary strong {
	color: #0073b6;
}

#legend .Traditional strong {
	color: #e6b100;
}
	
	
	
	
/* - - - - - - - - - - secondary content typography - - - - - - - - - -  */

	




/* - - - - - - - - - - footer typography - - - - - - - - - -  */
	
#footer {
	font-size: 10px;
	color: #666;
}

#footer a:link, #footer a:visited { color: #666; text-decoration: none;}

#footer a:hover { color: #e6b100; }

#footer a:active { color: #fff }




/* - - - - - - - - - - navigation typography - - - - - - - - - -  */
	
#nav li {
	font: bold 14px/14px "Trebuchet MS", arial, sans-serif;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#nav li:hover a {
	color: #0073b6;
}

#nav li.Current a {
	color: #999;
}