/* v.1.0  */

/* =global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
a, a:link, a:visited {
	outline: none;
	text-decoration: none;
}
/* =layout
------------------------------------------------------------------*/

#wrapper {
	width: 1024px;
	margin: 0 auto;
	margin-top: 2em;
}
#header {
	width: 100%;
	overflow: hidden;
}
#content {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#top_round {
	width: 100%;
	height: 32px;
	float: left;
	overflow: hidden;
}
#bottom_round {
	width: 100%;
	height: 32px;
	margin-bottom: 20px;
}
#main {
	padding: 20px 0 20px 20px;
	width: 700px;
	float: left;
}
#main.contributors {
	width: 980px;
}
#main.contact {
	width: 980px;
}
#main.thoughts {
	width: 980px;
}
#main.projects {
	width: 100%;
}
#main.projects h1 {
	width: 95%;
}
#main ul {
	padding: 10px 30px;
}
#main ul li {
	padding: 5px 0;
}
#secondary {
	width: 245px;
	float: left;
	padding: 0 10px 0 35px;
}
.home_intro {
	margin-top:32px;
}
#footer {
	padding-left: 20px;
	clear: both;
	z-index: 10;
	overflow: hidden;
}
#gradient {
	position: relative;
	float: left;
	margin-top: -225px;
	height: 250px;
	width: 100%;
	overflow: hidden;
	z-index: -5;
	margin-bottom: -25px;
}
.home_banner_flash {
	margin-left:20px;
	margin-bottom:0px;
}
p.copyright {
	clear: left;
}
#logo {
	float: left;
	width: 195px;
	height: 122px;
}
#nav {
	float: right;
}
#main_nav ul, #footer_nav ul, #secondary.subpage ul {
	list-style-type: none;
}
#left_nav_img {
	float: left;
	width: 12px;
	height: 44px;
	margin-top: 60px;
}
#center_nav {
	float: left;
	margin-top: 60px;
	height: 44px;
}
#right_nav_img {
	float: left;
	margin-top: 60px;
	width: 14px;
	height: 44px;
}
ul#main_nav li {
	float: left;
	display: inline;
	padding: 13px 15px 10px 15px;
}
ul#footer_nav {
	border-top: 1px solid #5b634a;
	width: 700px;
	overflow: auto;
}
ul#footer_nav li {
	float: left;
	display: inline;
	padding: 15px 0 10px 25px;
}
ul#footer_nav li:first-child {
	padding-left: 0;
}
img.alignleft {
	margin-right: 20px;
	margin-bottom:5px;
}
img.alignright {
	margin-left: 20px;
}
#secondary .quote {
	margin-top: 50px;
	float: right;
	margin-right: 40px;
}
#secondary.subpage ul {
	margin-top: 10px;
}
#secondary.subpage li {
	line-height: 14px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	border-bottom-width:1px;
}
#side_toggle {
	float:right;
	text-align:right;
	margin-top:-30px;
}
#side_toggle .toggle_active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#homebanner {
	margin-left:20px;
}
#thoughtsvideos {
	margin-left:0px;
	margin-top:15px;
}
.thoughtvideo {
	width:295px;
	height:138px;
	background-image:url(../images/thoughtvideo_bg.png);
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	overflow:hidden;
}
.thoughtvideo p {
	color:#bcc4cc;
	font-size:12px;
	line-height:16px;
	margin-top:0px;
	*margin-top:-8px;*
	*line-height:15px;*
}
.clearfix {
	clear:both;
}
.contact-col1 {
	width:370px;
	float:left;
	margin-top:20px;
}
.contact-col2 {
	width:310px;
	float:right;
	margin-top:12px;
}
#intro {
	background-color:#000;
}

#videos_paging {
	float:right;
	margin-right:10px;
}

a .boxtitle {
	color: white;
}

.video_page_inactive {
	height:18px;
	width:15px;
	padding:4px;
	margin-right:6px;
	text-align:center;
	float:left;
	background-image:url(../images/paging_bg_inactive.png);
	font-size:11px;
	border: 1px solid #6d7886;
	display:inline;
	cursor: pointer;
}

#p1{	
   background-image: url(../images/paging_bg.png);
}


/* =forms
------------------------------------------------------------------*/

.formtable {
	background-image:url(../images/form_bg.png);
}
.textfield {
	width:200px;
}
.textarea {
	width:340px;
	height:120px;
}
.error {
	background-color:#900;
}
.success {
	background-color:#390;
}
/* =projects
------------------------------------------------------------------*/

#main.projects ul#overview {
	list-style-type: none;
	padding: 0;
	width: 100%;
	overflow: auto;
}
#main.projects ul#overview li {
	float: left;
	background: #000;
	padding: 10px;
	margin: 15px 10px 25px 0;
}
#main.projects ul#overview h2 {
	font-size: 14px;
	border-bottom: 0;
	line-height: 14px;
	margin-top: 20px;
	text-transform: capitalize;
	color: #A6B5C1;
}
#main.projects ul#overview h3 {
	font-size: 12px;
	color: #FFF;
}
#main.projects ul#overview a img {
	border: 0;
}
#main.projects ul#overview h2 a {
	color: #A6B5C1;
	font-variant: normal;
}
/* =contributors
------------------------------------------------------------------*/

#main.contributors ul#overview {
	list-style-type: none;
	padding: 0;
	width: 100%;
	overflow: auto;
}
#main.contributors ul#overview li {
	float: left;
	background: #000;
	padding: 10px;
	margin: 15px 10px 25px 0;
	width:160px;
}
#main.contributors ul#overview h2 {
	font-size: 14px;
	border-bottom: 0;
	line-height: 14px;
	margin-top: 20px;
	text-transform: capitalize;
	color: #A6B5C1;
}
#main.contributors ul#overview p {
	font-size: 12px;
	color: #FFF;
}
#main.contributors ul#overview a img {
	border: 0;
}
#main.contributors ul#overview h2 a {
	color: #A6B5C1;
	font-variant: normal;
}
/* =typography
------------------------------------------------------------------*/

body {
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #FFF;
}
ul#main_nav {
	font-size: 15px;
}
h2 {
	color: #FFF;
	padding-bottom: .3em;
	font-weight: normal;
	font-size: 36px;
	text-transform: lowercase;
	line-height: 42px;
}
#main h1 {
	color: #FFF;
	padding-bottom: .3em;
	font-weight: normal;
	font-size: 32px;
	border-bottom: 1px dotted #72757d;
	text-transform: lowercase;
	line-height: 32px;
	margin-top:-3px;
}
#main h2 {
	font-size: 20px;
	margin-bottom:-10px;
	margin-top:25px;
}
p.first {
	margin-top: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #8CBAEB;
}

.video{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: white;
}

h1, h2, h3, h4, h5 {
	
	font-weight: normal;
}
h3 {
	color: #a6b5c1;
	font-size: 20px;
}
#main h3 {
	border-bottom: 1px solid #a6b5c1;
}
#main ul#overview h3 {
	border-bottom: none;
}
#secondary h3 {
	margin-top: 20px;
}
#content {
	font-size: 14px;
	line-height: 20px;
}
#secondary {
	font-size: 12px;
	min-height: 280px;
}
ul#footer_nav {
	font-size: 12px;
}
p.copyright {
	font-size: 10px;
	color: #737B44;
}
.next {
	margin-top: 30px;
	margin-left:-10px;
	padding: 8px 0;
}
.next span {
	padding: 0 5px;
	background: #000;
	float: left;
	height: 28px;
}
.next span p {
	margin: 3px 0 0 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
blockquote {
	margin-top: 15px;
	font-size: 18px;
	line-height: 18px;
	color: #8CBAEB;
}
h1 + img {
	margin-top: 20px;
}
.bluebig {
	color:#8CBAEB;
	font-size:1.3em;
}

.book {
	margin-top:50px;
}

.book_img {
	margin-right:30px;
	margin-bottom:15px;
	float:left;
	margin-top:0px;
}

.img-left {
	float:left;
	margin-right:8px;
	margin-bottom:2px;
}

.vid-img-left {
	float:left;
	margin-right:8px;
	margin-bottom:2px;
	width:120px;
}

.white {
	color:#FFF;
}

/* =link styles
------------------------------------------------------------------*/

ul#main_nav a {
	color: #FFF;
}
ul#main_nav a:hover {
	color: #81b1e9;
}
ul#main_nav a.active_nav {
	color: #81b1e9;
}
ul#footer_nav a {
	color: #a9b190;
}
#secondary {
	color: #a0d7dc;
}
#secondary a {
	font-size: 13px;
	color: #CCFF99;
}
.next a {
	color: #c7d049;
	background: url(../images/next.png) center right no-repeat;
	padding-right: 22px;
}
#secondary.subpage a {
	color: #c0d0bc;
}
#secondary.subpage li.active {
	background: url(../images/active.png) left center no-repeat;
	padding-left: 10px;
}
#secondary.subpage li.active a {
	color: #e5ff9b;
}
p.copyright a {
	color: #737B44;
}
#main a {
	color: #ccff99;
}
#main a:hover {
	text-decoration:underline
}
#main .next a {
	border: 0;
	font-variant: normal;
}
.location {
	margin-top:70px;
}
/* =prettify
------------------------------------------------------------------*/

body {
	background: url(../images/backgrounds/bg.jpg) top center no-repeat #000;
}
#content {
	background: url(../images/backgrounds/contentbg.png) center repeat-x;
	background-position:top;
}
#top_round {
	background: url(../images/backgrounds/top_round.png) bottom center no-repeat;
}
#bottom_round {
	background: url(../images/backgrounds/bottom_round.png) top center no-repeat;
}
#gradient {
	background: url(../images/backgrounds/gradient.png) bottom repeat-x;
}
#left_nav_img {
	background: url(../images/backgrounds/left_nav_round.png) center right no-repeat;
}
#center_nav {
	background: url(../images/backgrounds/fill.png) center repeat-x transparent;
}
#right_nav_img {
	background: url(../images/backgrounds/right_nav_round.png) center right no-repeat;
}
#main img.alignleft {
	margin-top: 20px;
	border: 2px solid #2d2d2d;
}
#main img.alignright {
	margin-top: 20px;
	border: 5px solid #000;
}
span.left_next_round {
	background: url(../images/backgrounds/left_next_round.png) left center no-repeat;
	float: left;
	height: 28px;
}
span.right_next_round {
	background: url(../images/backgrounds/right_next_round.png) right center no-repeat;
	float: left;
	height: 28px;
}
.img-sidenav {
	margin-top:10px;
	border: 2px solid #2d2d2d;
}
/* =accordions
------------------------------------------------------------------*/

#accordion {
	padding-left:2px;
	height:490px;
}
#accordion ul {
	padding: 0px 0px;
}
#accordion ul li {
	padding: 0px 0;
}
.kwicks {
	list-style: none;
	margin: 0;
	position: absolute;
	padding: 0;
}
.kwicks li {
	float: left;
	width: 327px;
	height: 478px;
}
.kwicks li a {
	height: 50px;
	text-indent:-9999px;
	outline:none;
	display:block;
	z-index:2;
	cursor:pointer;
	height: 484px;
}
#kwick1 {
	background-color: #FFF;
	background-image: url('../images/stephen.jpg');
}
#kwick2 {
	background-color: #FFF;
	background-image: url('../images/brian.jpg');
}
#kwick3 {
	background-color: #FFF;
	background-image: url('../images/mark.jpg');
}

/* =project accordions
------------------------------------------------------------------*/

.proj_kwicks {
	list-style: none;
	margin: 0;
	position: absolute;
	padding: 0;
	list-style: none;
	width:840px;
	z-index:2;
	height: 484px;
}
.proj_kwicks li {
	float: left;
	width: 163px;
	height: 484px;
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	z-index:2;
	cursor:pointer;
}
.proj_kwicks li a {
	height: 50px;
	text-indent:-9999px;
	outline:none;
	display:block;
	z-index:2;
	cursor:pointer;
	height: 484px;
}
#proj_kwick1 {
	background-color: #FFF;
	background-image: url('../images/projects/accordion/lakeview_heights.jpg');
}
#proj_kwick2 {
	background-color: #FFF;
	background-image: url('../images/projects/accordion/seylynn_village.jpg');
}
#proj_kwick3 {
	background-color: #FFF;
	background-image: url('../images/projects/accordion/silva_bay.jpg');
}
#proj_kwick4 {
	background-color: #FFF;
	background-image: url('../images/projects/accordion/elliot_court.jpg');
}
#proj_kwick5 {
	background-color: #FFF;
	background-image: url('../images/projects/accordion/choklit.jpg');
}
#proj_kwick6 {
	background-color: #FFF;
	background-image: url('../images/projects/accordion/waterfall.jpg');
}
#proj_kwick7 {
	background-color: #FFF;
	background-image: url('../images/projects/accordion/copper.jpg');
}
#proj_kwick8 {
	background-color: #FFF;
	background-image: url('../images/projects/accordion/gas_station.jpg');
	margin-right: 0px;
}

.sliderimg{
	
}

#test ul li{
	width: 150px;
	height: 150px;
}
