
/*

font-family: "proxima-nova";
font-weight: 300/400/600;

*/

* { 
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: "proxima-nova";
	font-weight: 300;
	font-size: 15px;
	background: #eee;
	color: #333;
}

br.clear {
	clear: both;
}

strong {
	color: #036;
}

a {
	color: #036;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 950px;
}

/* container */

#container {
	float: left;
	width: 950px;
}

/* header */

#header {
	float: left;
	width: 950px;
	background: #036;
}

#header .gutter {
	float: left;
	width: 950px;
	padding: 18px 0;
}

#header h1 {
	float: left;
	margin-left: 15px;
	color: #fff;
	font-size: 20px;
	font-family: "proxima-nova";
	font-weight: 300;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 0 !important;
}

#header h1 b {
	font-weight: 600;
	font-size: 30px;
}

/* lan switch */

#lan_switch {
	float: right;
	width: 100px;
	padding-top: 3px;
	margin-right: 15px;
}

#lan_switch ul {
	float: right;
	list-style-type: none;
}

#lan_switch li {
	float: right;
	font-size: 12px;
	line-height: 1.4em;
	margin-left: 6px;
	text-transform: uppercase;
}

#lan_switch li a {
	float: left;
	padding: 2px 4px;
	text-decoration: none;
	color: #ccc;
	border: 0;
}

#lan_switch li a:hover {
	color: #fff;
}

#lan_switch li b {
	float: left;
	color: #036;
	background: #fff;
	font-weight: 400;
	padding: 2px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* slideshow */

#slideshow {
	float: left;
	width: 950px;
	height: 260px;
	overflow: hidden;
}

/* intro */

#intro {
	float: left;
	width: 948px;
	background: #fff;
	margin-bottom: 35px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
}

#intro .gutter {
	float: left;
	width: 910px;
	padding: 15px 20px 15px 20px;
}

#intro p {
	font-size: 16px;
	line-height: 1.5em;
}

/* project */

h1 {
	color: #036;
	font-size: 28px;
	font-family: "proxima-nova";
	font-weight: 300;
	margin-bottom: 15px;
}

h2 {
	color: #036;
	font-size: 24px;
	font-family: "proxima-nova";
	font-weight: 300;
	margin-bottom: 10px;
}

h2 a {
	border: 0;
}

h2 b {
	font-weight: 400;
}

h3 {
	color: #036;
	font-size: 20px;
	font-family: "proxima-nova";
	font-weight: 600;
	margin-bottom: 15px;
}

#sidebar {
	float: left;
	width: 410px;
}

div.project {
	float: left;
	width: 950px;
	background: #036;
	color: #fff;
	cursor: pointer;
	margin-bottom: 10px;
}

div.project .gutter {
	float: left;
	width: 920px;
	padding: 15px;
}

div.project img {
	float: left;
	margin-right: 20px;
	border: 1px solid #999;
}

div.project p {
	font-size: 15px;
	line-height: 1.5em;
}

div.project a.info_link {
	float: right;
	color: #eee;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}

div.project a.info_link:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* project page */

#project_images {
	float: left;
	width: 410px;
	background: #036;
	margin-bottom: 25px;
}

#project_images .gutter {
	float: left;
	width: 380px;
	padding: 15px;
}

#project_images a {
	border: 0;
}

#project_images img.thumb {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}

#project_text {
	float: right;
	width: 510px;
}

#project_text .gutter {
	float: left;
	width: 510px;
	padding-bottom: 15px;
}

#project_text p {
	line-height: 1.5em;
	margin-bottom: 20px;	
}

#project_text ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 20px;
}

#project_text ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 15px;	
}

#project_text li {
	margin-left: 15px;
	margin-bottom: 6px;
}

#project_text table {
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
}

#project_text td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.5em;
}

/* calendar */

#calendar {
	width: 100%;
	margin-bottom: 20px !important;
}

#calendar td {
	font-size: 12px;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
	background: #fff;
}

#calendar td.header {
	font-weight: bold;
	font-size: 16px;
	background: none;
	color: #fff;
	background: #036;
}

#calendar td.header a {
	color: #eee;
	text-decoration: none;
	border: 0;
}

#calendar td.header a:hover {
	color: #fff;
}

#calendar td.weekend {
	background: #ccc;
}

#calendar td.link {
	color: #fff;
	font-weight: bold;
	background: #c00 !important;
}

#calendar td.day {
	font-weight: bold;
	background: none;
}

#calendar td.empty {
	background: none;
}

#calendar td a:hover {
	color: #333;
	border: 0;
}

span.calendar_info {
	float: left;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background: #c00;
}

/* properties */

#properties {
	float: left;
	width: 410px;
	list-style-type: none;
	margin-top: 6px;
	border-top: 5px solid #036;
	background: #f5f5f5;
	border-bottom: 4px solid #036;
}

#properties li {
	float: left;
	width: 390px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#properties li a {
	float: left;
	width: 390px;
	border: 0;
	font-size: 14px;
}

#properties li:hover {
	background: #e0e0e0;
}

#properties li a img {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #036;
}

#properties li a h3 {
	font-size: 18px;
}

/* footer */

#footer {
	float: left;
	width: 950px;
}

#footer .gutter {
	float: left;
	width: 950px;
	padding: 15px 0 20px 0;
	text-align: center;
	font-size: 13px;
	color: #999;
	border-top: 1px solid #ddd;
}

#footer a {
	color: #999;
	border-bottom: 1px solid #999;
}

#footer a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}

#footer div.facebook {
	float: left;
	width: 400px;
	overflow: hidden;
}

#footer div {
	float: right; 
	width: 550px;
	text-align: right;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}
