/* @license
 * MyFonts Webfont Build ID 2606739, 2013-07-21T23:52:49-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Optima by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/optima/optima/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1985 -2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reprod
 * 
 * Webfont: Optima Italic by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/optima/oblique/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1995 -2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reprod
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2606739
 * 
 * © 2013 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/27c693");

  
@font-face {font-family: 'OptimaLT';src: url('MyFontsWebfontsKit/webfonts/27C693_0_0.eot');src: url('MyFontsWebfontsKit/webfonts/27C693_0_0.eot?#iefix') format('embedded-opentype'),url('MyFontsWebfontsKit/webfonts/27C693_0_0.woff') format('woff'),url('MyFontsWebfontsKit/webfonts/27C693_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'OptimaLT-Italic';src: url('MyFontsWebfontsKit/webfonts/27C693_1_0.eot');src: url('MyFontsWebfontsKit/webfonts/27C693_1_0.eot?#iefix') format('embedded-opentype'),url('MyFontsWebfontsKit/webfonts/27C693_1_0.woff') format('woff'),url('MyFontsWebfontsKit/webfonts/27C693_1_0.ttf') format('truetype');}

@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: OptimaLT;
	background-image: url(images/backgrnd_image.jpg);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	text-align: left;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-decoration: none;
	color: #666;
	font-family: 'OptimaLT';
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#CCC; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: OptimaLT;
}
a:hover {
	color:#999;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 2000px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 700px;
	text-decoration: none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-top: 13%;
	height: 530px;
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	font-weight: lighter;
	font-variant: normal;
	text-decoration: none;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	width: 100%;
	height: 240px;
	letter-spacing: 1px;
	font-size: 20px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	line-height: 20px;
	text-align: right;
	color: #000;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content {
	width:
	position: relative;
}
	
.content ul, .content ol {
	color: #999;
	font-family: OptimaLT-Italic;
	font-size: 18px;
	line-height: 10px;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	cursor: default;
}

/* ~~ The footer ~~ */
.footer {
	vertical-align: middle;
	height: 40px;
	font-size: 11px;
	color: #09C;
	text-align: right;
	letter-spacing: 1px;
	position: absolute;
	width: 100%;
	text-indent: 60px;
	left: 0px;
	bottom: 0px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.header p a {
	color: #069;
}
#topNavLayer p a:hover {
	color: #06C;
}
.container .header p #graphix {
	float: left;
}
.container .header p #illustr {
	float: right;
}
.container .content h1 {
	color: #CCC;
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 1px;
	padding-left: 5px;
	line-height: 18px;
	padding-right: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
.latest_projects {
}
#latest_work {
	height: 60px;
	background-color: #33C;
}
.container .content h2 {
	font-size: 22px;
	color: #FFF;
	letter-spacing: 3px;
	padding-left: 0px;
	padding-top: 10px;
	font-weight: lighter;
	font-variant: normal;
	border-bottom-width: 0px;
	line-height: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.container .footer p {
	font-size: 10px;
	position: relative;
	height: 30px;
	width: 80%;
	float: right;
}
.container .content h3 {
	font-size: 1px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #003;
}
.container .content table tr td p {
	font-family: OptimaLT-Italic;
	font-size: 18px;
	color: #09C;
	padding-left: 20px;
	letter-spacing: 1px;
	padding-right: 20px;
	line-height: 15px;
}
#topNavLayer table tr td a {
	padding-right: 0px;
	font-family: OptimaLT;
}
#topNavLayer table tr td {
	padding-right: 15px;
	vertical-align: middle;
	text-align: right;
}
#topNavLayer table tr td p {
	letter-spacing: 1px;
	word-spacing: 20px;
	vertical-align: middle;
}
#topNavLayer table tr td p a hover {
	color: #06C;
}
.container .content table tr td p a {
	color: #0CC;
}
.container .content table tr td p a hover {
	color: #0CF;
}
.container .content table tr td p a hover {
	color: #0CF;
}
.tablelist {
	text-align: left;
	vertical-align: middle;
}
.container .content table tr .tablelist h6 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
	color: #999;
}
.container .content table tr td .tablelist h5 {
	padding-right: 20px;
	padding-left: 20px;
}
.container .content table tr td h5 {
	padding-right: 20px;
	padding-left: 45px;
	font-size: 15px;
	line-height: 10px;
	font-family: OptimaLT-Italic;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
}
.container .content table tr td h3 {
	height: 1px;
	padding-top: 0px;
	text-align: left;
	line-height: 5px;
}
.container .content h4 {
	font-style: normal;
	font-weight: lighter;
	font-family: OptimaLT;
	letter-spacing: 1px;
	font-size: 14px;
	color: #FFF;
	line-height: 25px;
	padding-right: 20px;
}
.container .content table tr td ul li a {
	color: #CCC;
	font-size: 15px;
}
.container .content table tr td ul li a hover {
	color: #09F;
}
.container .content table tr td ul li a hover {
	color: #09F;
}
.container .content table tr td ul li a:hover {
	color: #999;
}
.container .content table tr td .tablelist h1 {
	padding-left: 0px;
}
.container .content table tr td .tablelist h1 {
	text-align: left;
	padding-left: 1px;
}
.container .content table tr td #slideshow {
}
#topNavLayer table tr td #logolayer {
	position: absolute;
	left: 0px;
	top: 1px;
}
#projectlist2 {
	display: inline;
	width: 50%;
	position: relative;
}
#projectlist1 {
	width: 50%;
	position: relative;
	float: left;
	padding-top: 15px;
}
#projectlist2 {
	width: 50%;
	position: relative;
	padding-top: 15px;
}
.container .content table tr td #projectlist2 #projectlist3 {
	padding-top: 0px;
}
#introtext {
	width: 100%;
	padding-right: 15px;
	line-height: 30px;
	font-size: 15px;
}
.introtext {
	line-height: 30px;
	font-size: 15px;
}
#projectlist2 {
	float: right;
	width: 50%;
}
#lightbox {
	text-align: right;
	width: 100%;
	padding-right: 20px;
}
#lightbox1 {
}
.container .content table tr td #projectlist1 h5 {
	font-family: OptimaLT-Italic;
	font-size: 12px;
	color: #999;
	line-height: 12px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#Project_description {
	width: 100%;
}
#Project_description {
	width: 100%;
	padding-top: 15px;
}
.container .content table tr td #introtext #Project_description h5 {
	font-family: OptimaLT-Italic;
	font-size: 11px;
	line-height: 12px;
	color: #CCC;
	padding-left: 0px;
	vertical-align: bottom;
}
#LB_charlesworth2 {
	width: 100%;
	padding-top: 15px;
}
#Clicking_caption {
	width: 100%;
	padding-top: 15px;
	position: relative;
	float: left;
}
#rule_above {
	height: 15px;
	width: 100%;
	position: relative;
	vertical-align: middle;
}
.container .content table tr td #introtext #Project_description #SanSimeon_house h1 a {
	color: #CCC;
}
.container .content table tr td #introtext #Project_description #SanSimeon_villa h1 a {
	color: #CCC;
}
.container .content table tr td #introtext #Project_description #Sansimeon_townhouse h1 a {
	color: #CCC;
}
.points_form {
	text-indent: 15px;
}
#address1 {
	text-align: left;
	float: left;
	width: 50%;
	padding-top: 15px;
}
#address2 {
	text-align: left;
	display: block;
	width: 50%;
	position: relative;
	padding-top: 15px;
	float: right;
}
#Contact_title {
	width: 100%;
	position: relative;
}
.container .content table tr td #address1 h1 a {
	font-size: 15px;
}
.container .content table tr td #address2 h1 a {
	font-size: 15px;
}
#more_info {
	text-align: left;
	width: 100%;
	position: relative;
}
.container .content table tr td #more_info h1 {
	line-height: 28px;
}
.container .content table tr td #more_info h4 {
	font-size: 18px;
}
.container .content table tr td #introtext #Project_description h1 a {
	font-size: 15px;
	color: #CCC;
	text-align: left;
}
.container .content table tr td #introtext #Project_description h1 a:hover {
	font-size: 15px;
	color: #999;
	text-align: left;
}
#sitearch_clickcaption {
	display: inline;
	float: left;
	width: 100%;
	position: relative;
}
.container .content table tr td #sitearch_clickcaption h5 {
	font-size: 11px;
	line-height: 12px;
	color: #CCC;
	padding-left: 0px;
	font-family: OptimaLT-Italic;
}
#sitearch_thumbs {
	display: inline;
	float: left;
	width: 100%;
	padding-top: 15px;
	position: relative;
}
