/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#2c2c2c;
	background: #FFF url(/images/bg_body.gif) left top;
	padding-bottom:30px;
	}
	
body, select, textarea, input {	
	font: 62.5% Arial,Verdana,san-serif;
	}

p {	
	margin: 15px 0;
	}
		
a, a:visited {	
	color: #377686;
	text-decoration:underline; 
	}

a:hover, a:active {	
	text-decoration:none;
	}

*:focus { 
	outline: none;
	}

ol {
	margin: 15px 15px 15px 35px;
	}
	
	
	

/* ---------- @ Page Structure -----------*/


#wrapper {
	position:relative;
	background:#fff;
	margin: 0 auto;
	padding:0 20px;
	width: 868px;
	}
	   
#masthead {
	overflow:hidden;
	}

#widecolumn,
#content {
	font-size:1.2em;
	line-height:1.6em;
	padding:42px 20px 35px 20px;
	}

#content {
	float:left;
	width:500px;
	}
	
#home #content {
	background:url(/images/bg_homecontent.gif) no-repeat right top;
	}
	
#sidebar {
	float:right;
	font-size:1.2em;
	line-height:1.4em;
	width:280px;
	padding:60px 20px 30px 0;
	}
	
#footer {
	overflow:hidden;
	clear:both;
	text-align:center;
	color:#646464;
	font-size:1.1em;
	line-height:1.6em;
	padding:25px 0 30px;
	background:#e4dbb4 url(/images/bg_footer.gif) repeat-x left top;	
	}
	
		
/* ---------- @ Headings -----------*/

		   
h1, a#logo {
	width: 155px;
	height: 134px;
	margin:10px 0 15px 25px;
	background: url(/images/logo.gif);
	text-indent:-9000px;
	display:block
	}

h2 {	
	font-size: 1.6em
	}

#home h2 {
	text-indent:-9000px;
	width:433px;
	height:31px;
	margin-bottom:14px;
	background:url(/images/hdr_success.gif) no-repeat left top;
	}

#interior h2 {
	color:#008193;
	font-family:georgia,serif;
	font-size:2.4em;
	font-style:italic;
	font-weight:normal;
	padding-bottom:12px;
	background:url(/images/dots.gif) repeat-x left bottom;
	}
	
.page-projects h2 {
	margin-bottom:30px;
	}
	
h3 {	
	font-size: 1.4em;
	}

#home h3 {
	text-indent:-9000px;
	width:241px;
	height:25px;
	margin-top:5px;
	background:url(/images/hdr_awards.gif) no-repeat left top;
	}

#home h6 {
	text-indent:-9000px;
	width:241px;
	height:25px;
	margin-top:5px;
	background:url(/images/hdr_plan_room.gif) no-repeat left top;
	}

#home h6 a {
	display:block;
}

#interior h3 {
	color:#008193;
	font-size:1.4em;
	margin:25px 0 10px;	
	}

#interior #sidebar h3 {
	color:#008193;
	font-family:georgia,serif;
	font-size:1.8em;
	font-style:italic;
	font-weight:normal;
	margin:15px 0 0;
	padding:10px 0 20px;
	}
	
#interior.page-projects .entry h3 {
	margin-top:10px;
	}

h4 {	
	font-size: 1.2em
	}

#home #awards-list h4,
#home #plan-room h4 {
	font-size:1em;
	}

#interior #sidebar h4 {
	color:#008193;
	font-size:1em;
	}

#interior h4.date {
	font-size:.9em;
	font-weight:normal;
	color:#999;
	margin-top:-.6em;
	padding:0;
	}

#home #awards-list h5,
#home #plan-room h5 {
	font-weight:normal;
	color:#9c9c9c;
	padding-bottom:10px;
	}



/* ---------- @ Content Styles -----------*/


	
.masthead-pic {
	position:absolute;
	top:0;
	right:0;
	z-index:100;
	padding:6px;
	background:#69a1b1;
	}

.masthead-pic img {
	padding:6px;
	background:#fff;
	}

#thm-1.masthead-pic {
	top:5px;
	right:170px;
	}

#thm-2.masthead-pic {
	top:40px;
	right:40px;
	}
	
#home #content img {
	margin:0 10px 15px 0;
	border:6px solid #69a1b1;
	padding:6px;
	background:#6fff;
	}

#home #awards-list, 
#home #plan-room {
	list-style:none;
	margin-top:20px;
	}

#home #awards-list li,
#home #plan-room li {
	padding:15px 0 30px;
	background:url(/images/dots.gif) repeat-x left top;
	}

#home #awards-list li p,
#home #plan-room li p {
	margin:0;
	}

#home #awards-list li h4 a, 
#home #plan-room li h4 a {
	color:#6c6c6c;
	}

#interior .entry ul,
#interior #sidebar ul {
	list-style:none;
	margin:12px 0 25px;
	}

#interior .entry ul li,
#interior #sidebar ul li {
	margin:5px 0 5px 15px;
	padding-left:15px;
	background:url(/images/bullet.gif) no-repeat left 6px;
	}




/*General*/

.hidden {
	display:none;
	}
	

/*Wordpress*/ 

.entry {
	padding-bottom:25px;
	overflow: hidden;
	}

.page-awards .entry {
	padding-bottom:0;
	/*margin-bottom:32px;*/
	}

.page-projects .entry {
	width: 360px;
	height:120px;
	float: left;
	padding: 15px;
	margin: 0 20px 20px 0;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	position: relative;
	}

.page-projects .entry img {
	float:right;
	border:1px solid #e6e6e6;
	background:#fff;
	margin:0;
	}

#interior.page-projects .entry ul li {
	background:none;
	padding:0;
	margin:0;
	}

.entry blockquote {
	margin:15px 35px 25px 35px;
	border-left:5px solid #b6b6a7;
	padding-left:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic
	}			

.entry img {
	margin:1px 5px 6px 5px;
	border:6px solid #69a1b1;
	padding:6px;
	background:#6fff;
	}

.entry img.alignleft {
	float:left;
	margin:1px 10px 6px 0;
	}

.entry img.alignright {
	float:right;
	margin:1px 0 6px 10px;
	}
	
.subtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-left:4px solid #b6b6a7;
	padding-left:5px;
	margin:9px 0;
	letter-spacing:0.08em;
	}

ul.commentlist {
	padding-left:30px;
	}
	
ul.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}	

.entry table {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
	}	

.entry table td {
	padding:3px;
	}
	
ul.downloads {
	overflow: hidden;
}

ul.downloads li,
p.download {
	list-style-type: none;
	margin: 0 10px 15px;
	padding: 10px;
	background: #f6f3ee;
	border: 1px solid #e7e5d9;
	border-left-width: 4px;
	width: 210px;
	height: 3.75em;
	float: left;
	font-size: .95em;
	overflow: hidden;
}

p.download {
	float: none;
	width: 300px;
	height: auto;
	margin: 15px 0;
}

#home p.download {
	display:none;
}


ul.downloads li.no-downloads {
	width: 100%;
	background: none;
	border: none;
}

ul.downloads li img,
p.download img {
	margin: 1px 4px 20px 0;
	float: left;
	border: none;
}
	
		

/*Tables*/		

.data {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
	}

.data td, .data th {
	border-bottom:1px solid #bbbd9e;
	padding:3px;
	}

.data th {
	color:#3c3c3c;
	font-weight:normal;
	text-align:left;
	width:142px;
	}
	
.data td {
	color:#76785a;
	}
	

	
/* ---------- @ Forms -----------*/

#s, #comment, #author, #email, #url {
	background:#FFF;
	border:1px solid #000;
	padding:3px;
	}

#submit, #searchsubmit, .button {	
	background: #00294f ! important;
	border:none;
	margin: 0 0 1px 3px;
	font-size:0.9em;
	color:#b5dbf3;
	padding:2px;
	}

#submit:focus, #searchsubmit:focus,
#submit:hover, #searchsubmit:hover,
.button:focus, .button:hover {	
	background: #000 ! important;
	}


/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */


/* ---------- @ Footer -----------*/

#footer a {
	color:#646464;
	}

#footer a:link,
#footer a:visited {
	font-weight:bold;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}

