/* @group Elemental Styles */
body {
  margin: 0;
  padding: 0 0 60px 0;
  color: white;
  background-color: #93a435;
  
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-weight: normal;
  
  font-size: 100%;
  line-height: 118%;
  
}
body#page_home {
  background: #93a435 url(images/home-background_horiz_pattern.jpg) repeat-x;
}


div, form, h1, h2, h3, h4, h5, p, blockquote, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

p, dl, .like_p {
  padding: 0 20px 1.2em 36px;
}

h1, h2, h3, h4, h5 {
  padding: 0.8em 20px 4px 36px;
  color: #6d8c24;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.0em;
}

h4 {
  font-size: 0.9em;
}

p, li, th, td, pre {
  font-size: 0.9em;
  padding: 0 20px 0.8em 36px;
}

li p, th p {
  font-size: 1em;
}

blockquote {
  margin: 20px;
  padding: 10px 10px 0 10px;
  font-size: 1.4em;
  line-height: 1.0em;
  background-image: url(/images/foot-bevel.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #666e43;
  color: white;
}

ol, ul {
  margin-left: 16px;
  padding: 0.5em 5px 0.5em 20px;
}

li {
  margin: 0;
  padding: 0 0 0.5em 0;
}

img {
  border: none;
}

strong {
  font-weight: bold;
  font-style: normal;
}

em {
  font-weight: bold;
  color: #5a3d1c;
  font-style: normal;
}

label {
  font-weight: bold;
  color: #333;
  font-style: normal;
  font-size: 0.8em;
}

input.required {
  background-color: #ffc299;
}

address {
  font-size: 0.8em;
  padding: 0.8em 16px 0.8em 16px;
  margin: 0 20px 1.2em 20px;
  background-color: #ccc;
  font-weight: bold;
  font-style: normal;
}

cite {
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
}

table {
  width: 92%;
  padding: 0;
  margin: 0 20px 1.2em 20px;
  background-color: transparent;
  border-collapse: collapse;
}

/* fix table cell image alignment in Strict Mode */
td img { 
  display: block; 
  margin: 0; 
  padding: 0; 
}

th {
  font-weight: bold;
  font-style: normal;
  text-align: left;
  vertical-align: bottom;
  padding: 2px 8px 2px 8px;
}

td {
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 2px 8px 2px 8px;
  border: none;
  border-top: 1px solid #ccc;
}

table.three_column td {
  width: 130px;
}

th.numeric {
  text-align: right;
}
td.numeric {
  text-align: right;
  font-family: monospace;
}

th.wide, td.wide {
}

.special td {
  background-color: #fc9;
}

.alt td {
  background-color: #fec;
}

dl {
  padding-bottom: 0.7em;
}

dt {
  font-size: 0.9em;
  font-weight: bold;
  color: #5a3d1c;
}

dd {
  font-size: 0.8em;
  padding-bottom: 0.5em;
  padding-left: 24px;
}

dd p {
}

dd.price {
  font-weight: bold;
  font-size: small;
  text-align: right;
  margin-bottom: 0;
}

.specifier {
  font-size: x-small;
  font-weight: normal;
}

dd dt {
  color: black;
  font-size: x-small;
}

dl dl {
  padding: 0 !important;
  margin: 0 !important;
}

dl li {
  margin-left: 15px;
  padding-bottom: 0;
  list-style: circle;
}



pre {
  font-family: 'bitstream vera sans mono', 'andale mono', 'Terminal', monospace;
  padding: 0.6em 20px 0.6em 20px;
  margin: -0.6em 0 0.6em 0;
  overflow: auto;
  background: black;
  color: white;
}

code {
  font-family: 'bitstream vera sans mono', 'andale mono', monospace;
  color: #666e43;
}

pre code {
  color: #c0cc8d;
}

/* @end */

/* @group Class Styles */

/* the inner SPAN of image-replaced elements get this class */
.inviz {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.access_prompt {
  position: absolute;
  left: -1000em;
  width: 20em;
}

/* to force parent containment of floated children, a last-sibling BR gets this class */
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* used to float content */
.content_left {
  float: left;
  padding: 0 5px 5px 0;
}
.content_right {
  float: right;
  padding: 0 0 5px 5px;
}

.details, .detail {
  font-size: 0.7em;
}

.details dt {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.details dd {
  font-size: 1em;
  padding-bottom: 0.5em;
  padding-left: 20px;
}

.legalese {
  font-size: 0.7em;
  padding-top: 50px;
  padding-left: 400px;
  margin-left: 0;
  line-height: 100%;
}

.meta {
  font-weight: bold;
  color: #999;
  font-style: normal;
  font-size: 0.8em;
}

.take_notice {
  border: 1px solid white;
  background-color: #5a3d1c;
  color: white;
}

.take_notice h2,
.take_notice h3,
.take_notice h4 {
  color: #ffc025;
}

.take_notice :link,
.take_notice :visited {
  color: #aab8e7;
}

.fat_text {
  font-size: 1.0em;
  font-weight: bold;
  color: #f60;
  font-style: normal;
}

.tagline {
	color: #009933;
	font-size: 1.2em;
	font-weight: bold;
}

ul.banner_list {
	padding: 0 0 0 36px;
	margin: 0;
	list-style: none;
}

ul.banner_list li {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
}

.article {
	
}

.article .meta {
	padding-top: 36px;
	width: 48px;
	float: left;
	line-height: 200%;
}


.article .meta .month,
.article .meta .date,
.article .meta .year {
	display:  block;
	text-align: center;
}

.article .meta .month,
.article .meta .year {
	font-size: 0.9em;
}

.article .meta .date {
	font-size: 3em;
}

.article .excerpt {
	margin-left: 24px;
}

.photo_preview {
  margin-bottom: 4px;
}

/* @end */

/* @group Column Structure */



.column1of1, .column1of2, .column2of2, .column1of3, .column2of3, .column3of3 {
	margin-top: 32px;
  	margin-bottom: 14px;
}

.column1of1 {
  width: 99%;
}

.column1of2, .column2of2 {
  width: 49%;
  float: left;
}

.column1of3, .column2of3, .column3of3 {
  width: 33%;
  float: left;
}

.double_column1of3, .double_column2of3 {
  width: 66%;
  float: left;
}

.column1of2, .column1of3, .column2of3, .double_column1of3 {
	border-right: none;
}

.undecorated {
  border: none;
}

/* @end */

/* @group Links */

:link:focus, 
:visited:focus { 
  font-weight: bold; 
}
:link { 
  color:  #f60;
  font-weight: bold; 
  text-decoration: none;
}
:visited { 
  color:  #f30;
  font-weight: bold; 
  text-decoration: none; 
}
:link:hover, 
:visited:hover { 
  color: black;
  background-color: #e0d5a1;
  text-decoration: none; 
}
:link:active, 
:visited:active { 
  text-decoration: none;
  color: #f60;
}

/* @end */

/* @group Block Layout */

#wrapper {
  background: white url(images/interior-garden_illustration-background.jpg) no-repeat left top;
  color: black;
  height:  766px;
  border-bottom: 2px solid white;
  margin-bottom: 0;
}
#page_home #wrapper {
  background: url(images/home-garden_illustration-background.jpg) no-repeat left top;
  color: white;
}

#page_home #masthead {
  position: absolute;
  top: 0px; left: 103px;
  background: url(images/home-street_view-header.jpg) no-repeat left top;
  width: 675px;
  height: 253px;
}

#site_identity {
  position: absolute;
  top: -10px; left: 96px;
  padding: 0; margin:  0;
  background: url(images/thornton_gardens_identity_sprites.gif) no-repeat 0 0;
  overflow:  hidden;
  width: 187px;
  height: 69px;
}
#page_home #site_identity {
  top: 197px; left: 90px;
}

#site_identity a {
  display:  block;
  padding: 0; margin:  0;
  width: 187px;
  height: 69px;
}

#site_identity a:hover {
  background: url(images/thornton_gardens_identity_sprites.gif) no-repeat 0 -69px;
  overflow:  hidden;
}

#content {
  padding: 69px 100px 10px 400px;
}

#page_floor_plan #content {
   padding-top: 48px;  
}
#page_home #content {
  padding: 387px 100px 80px 300px;
  background: url(images/photo_array.jpg) no-repeat right bottom;
  
}
#page_home #content h2 {
  padding-top: 0.2em; margin-top: 0;
}

#tagline {
  position: absolute;
  padding: 0; margin: 0;
  width:  400px;
  top: 280px; left:  103px;
}

#navi {
  width: 160px;
  display: block;
  position: absolute;
  top: 59px; left: 161px;
  padding: 0;
  border-top: 2px solid white;
}
#page_home #navi {
  top: 197px; left: 618px;
}

#navi dt {
  margin: 0;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid white;
}
#page_home #navi dt {
  border-right: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}

#navi dt a {
  display: block;
  padding: 0.1em 5px 0.1em 10px;
  
  background-image: none;
  background-position: left top;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: transparent;
  
  text-decoration: none;
  color:  #f60;
}

#navi dt :link:hover,
#navi dt :visited:hover {
  background-image: url(images/tan_riser_top_vert_strip.gif);
  color:  black;
  background-color: #e0d5a1;
}

#page_home #navi dt a {  
  background-image: url(images/tan_riser_top_vert_strip.gif);
  background-color: #e0d5a1;
}

#page_home #navi dt :link:hover,
#page_home #navi dt :visited:hover {
  background-image: none;
}

#page_site_plan #navi_site_plan a,
#page_floor_plans #navi_floor_plans a,
#page_photos #navi_photos a,
#page_location #navi_location a,
#page_amenities #navi_amenities a,
#page_contact #navi_contact a {
  color:  black;
}

#page_site_plan #navi_site_plan a:hover,
#page_floor_plans #navi_floor_plans a:hover,
#page_photos #navi_photos a:hover,
#page_location #navi_location a:hover,
#page_amenities #navi_amenities a:hover,
#page_contact #navi_contact a:hover {
  color:  black;
  background-image: none;
  background-color: transparent;
  cursor: default;
}

#map {
  margin: 0 20px 0 20px;
  border: 2px solid white;
}

/* @end */
