/*--------------------------------------------------------------- 
   External Libraries
---------------------------------------------------------------*/

@import "blueprint/src/reset.css";
/*@import "blueprint/src/typography.css";*/


/*--------------------------------------------------------------- 
   Development (delete or comment out)
---------------------------------------------------------------*/

body {
/*	background-image:url(960grid.png);*/
}


/*--------------------------------------------------------------- 
   Typography (this can moved to typography.css)
---------------------------------------------------------------*/

body {
	color:#645950; /* PMS 405c */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:75%; /* 12px base */
	/*font-size:87.5%;*/ /* base size of 14px (14px/16px=0.875) - also like 15px 0.9375em */
}

#navigation {
	font-size:1.166em; /* 14px */
}

#content {
	font-family:Georgia, "Times New Roman", serif;
}

#footer {
	font-size:0.916em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-weight:normal;}

h1 { font-size:1.25em; letter-spacing:1px; color:#930;} /* 15px (12px base * 1.25) */

h2 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.916em;
}

h5 {
	letter-spacing:1px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.714em;
	border-top:1px solid white;
}

/* creed */
.size28px {
	text-align:justify;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:1.8em; /* 28px (14px base * 2 = 28px ) */
	line-height:1.2em; /* 1.2 * 28px = 33.6px line height ) */
}

.helvetica {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pull-quote {
	font-style:italic;
}

#legal {
	font-size:11px;
}

.pms-174c {
	color:#993300;
}

.bed-bath {
	font-size:1.083em;
	letter-spacing:1px;
	color:#3d2d1f;
}

/*--------------------------------------------------------------- 
   Base Styles
---------------------------------------------------------------*/

p {
	padding-bottom:1em;
}
img {
/*	display:block;*/
}

html {
	height:100%;
}

body {
	height:100%;
	background-color:#ddddcc;
	background-repeat:no-repeat;
}


/*--------------------------------------------------------------- 
   Page Structure
---------------------------------------------------------------*/

body {
	/* set an orange background for the 240px wide navigation sidebar - safeguard against tall content */
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

#wrapper {
	width:960px;
/*	height:1500px;*/
}

/* home page only - tag line */
#header {
	color:#3d2d1f;
	font-size:1.5em;
	width:700px;
	letter-spacing:2px;
	padding-bottom:20px;
}

#navigation {
	float:left;
/*	height:100%;*/
}
#content {
	/* TESTING - this will set a background image that will fall underneath copy */
/*	background-image:url(../images/the_high_street_a.gif);*/
/*	background-repeat:no-repeat;*/
/*	background-position:20px 276px;*/
	
/*	padding-left:20px;*/
/*	padding-top:510px;*/
	float:left;
	width:720px;
/*	background-color:#efefe8;*/
	padding-bottom:20px;
}

#footer {
	clear:both;
	padding:140px 0px 20px 20px;
}

#legal {
	padding-top:50px;
}

.one-column {
	width:220px;
}
.two-column {
	width:460px;
}
.three-column {
	width:700px;
}

/*--------------------------------------------------------------- 
   Navigation (Left Sidebar)
---------------------------------------------------------------*/

/* left sidebar is 240px wide with an orange background */
#navigation {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#ff5f00;
	padding-left:20px;
	padding-right:20px;
	/* box model hack for IE 5.x - could avoid this with nested divs */
	width:220px; /* IE 5.x uses this value */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:200px
}

/*adjust the logo - could edit the graphic and remove this rule*/
#navigation img {
/*	width:130px;*/
	display:block;
	margin:20px 0;
}

.gnav {
	border-top:2px solid #3d2d1f;
	border-bottom:1px solid #3d2d1f;
}
.gnav ul {
	border-top:1px solid #3d2d1f;
}
.pnav li {
	border-bottom:1px solid #3d2d1f;
}
.pnav {
	border-bottom:1px solid #3d2d1f;
}


/*--------------------------------------------------------------- 
   Links
---------------------------------------------------------------*/

a {
	color:#3d2d1f; /* PMS Black 4c */
	text-decoration:none;
}
a:hover {
	color:#fff;
}
.on {
	color:#fff;
}

/* lists */
li {
	list-style-type:none;
}
ul ul li {
/*	padding-left:10px;*/
}

h2 a:hover {
	color:#930;
}


/*--------------------------------------------------------------- 
   Temporary
---------------------------------------------------------------*/

/* this needs to be dealt with perhaps in another way */
.grid-unit {
	float:left;
	padding:20px 0 0 20px
}
.accent-image {
	margin-top:10px;
}


/*--------------------------------------------------------------- 
   Home Page
---------------------------------------------------------------*/

/* Home Page */
/*news*/
#about-hampstead {
	float:left;
	width:460px;
/*	margin-top:20px;*/
}

/*events*/
#events {
	width:220px;
}
#events li {
/* h5 has a white top border */
	padding-bottom:10px;
/*	border-top:1px solid #fff;*/
}
#events a:hover {
	color:#930;
}
#events h5 {
	color:#5d5d46;
	letter-spacing:1px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.714em;
}

/*--------------------------------------------------------------- 
   Styles Page
---------------------------------------------------------------*/

/* Styles section */
.styles-menu {
	letter-spacing:1px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left:20px;
	margin-top:20px;
	width:200px;
	height:198px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
/*	background-image:url(../images/bg_styles_menu.gif);*/
/*	background-color:#fff;*/
	float:left;
}
.styles-menu a:hover {
	color:#930;
}

/*--------------------------------------------------------------- 
   News and Events Pages
---------------------------------------------------------------*/

/* News and Events section */

.news-menu {
	width:220px;
}
.news-menu li {
	padding-bottom:10px;
}
.news-menu a:hover {
	width:220px;
	color:#930;
}
.news-story, .event {
	width:460px;
}
.news-story h1 {
	font-size:2em;
	letter-spacing:0;
}
.event h1 {
	font-size:2em;
	letter-spacing:0;
}

#masthead {
	height:180px; /* 100px with the .grid-unit padding */
	width:700px;
	padding-left:20px;
	background-image:url(../images/masthead.gif);
	background-repeat:no-repeat;
}
#date {
	text-align:center;
	color:#efefe8;
	width:60px;
	background-color:#3d2d1f; /* brown */
	padding:5px;
	letter-spacing:1px;
}


/*--------------------------------------------------------------- 
   Form & Error Messages
---------------------------------------------------------------*/

#contact-form {
	border-left:1px solid #fff;
	width:459px; /* redefine the width from the two-colum class to accomodate the 1px border */
}
.submit-btn {
	color:#fff;
	background-color:#887;
	padding:3px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.916em;
	letter-spacing:1px;
}
.submit-btn:hover {
	background-color:#930;
}
th {
	letter-spacing:1px;
	vertical-align:middle;
	text-align:right;
	padding-right:3px;
}
#comments {
	padding-top:5px;
	vertical-align:top;
}
input {
	margin-top:5px;
	background-color:#efefe8;
	border:0;
	padding:3px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.916em;
}
textarea {
	margin-top:5px;
	background-color:#efefe8;
	border:0;
	padding:3px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.916em;
}

.error {
	color:#930;
}

/*--------------------------------------------------------------- 
   Secondary Pages with Bio Information
---------------------------------------------------------------*/

.bio {
/*	border-top:1px solid #fff;*/
	background-repeat:no-repeat;
	margin-top:10px;
	padding:10px 0 0;
}

.bio p {
	width:460px;
}

.bio a {
	background-color:#fff;
	padding:2px;
	color:#930;
}

#gary-justiss {
background-image:url(../images/gary_justiss.gif);
}
#mcalpine-tankersley {
background-image:url(../images/mcalpine_tankersley.gif);
}
#dungan-nequette {
background-image:url(../images/dungan_nequette.gif);
}
#dpz {
background-image:url(../images/dpz.gif);
}
#brasfield-and-gorrie {
background-image:url(../images/brasfield_and_gorrie.gif);
}
#lowder-new-homes {
background-image:url(../images/lowder_new_homes.gif);
}
#mercer-home {
background-image:url(../images/mercer_home.gif);
}

.conceptual-architects h2 {
	letter-spacing:1px;
}

.conceptual-architects {
	width:460px;
	border-top:1px solid #fff;
	margin-top:10px;
	padding:10px 0 0;
	background-image:url(../images/bg_conceptual_architects.gif);
	background-repeat:no-repeat;
}