/*
Main Stylesheet
Cloud Islands 2008
Author: Adrienne Rice Adams
Company: Cloud Islands
URL: http://cloudislands.com 
Created: January 14, 2008
Last Modified: June 6, 2011
*/
/*COLORS
Dark blue: #21314D
Medium blue 1: #21578A
Medium blue 2: #6F9AD3
Light blue: #C6D6E8
Dark green: #4E562B
Medium green 1: #6A963B
Medium green 2: #C7D28A
Light green: #DAE5CD
Dark brown: #4A3C31
Dark taupe: #91785B
Light taupe: #CAC0B6
Off-white: #F1EFE6
*/

/*----- 1.1 Reset - http://meyerweb.com/eric/tools/css/reset/ - v1.0 | 20080212 -----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,d,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*-----Global styles-----*/
* html {
height:100%;
}
body {
	color: #4A3C31;
	background:  #C6D6E8 url(../images/horizon-3.png) repeat-x bottom;
	font-family: Candara, Geneva, sans-serif;
	font-size: 100%;
}

dl, input, small, textarea {
	font-size: .85em;	
}
p,pre {
	margin: 12px 0;
	line-height: 1.4;
}
code {
	font-family: "Andale Mono", "Courier New", monospace;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Palatino Linotype", Georgia, serif;
}
h2 {
	color: #21314D;
	font-size: 120%;
	font-style: italic;
	margin: 15px 0;
}
h2.headline {
	margin-top: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #C6D6E8;
}
h2.sidebar {
	color: #4A3C31;
	margin-top: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CAC0B6;
}
h3 {
	color: #4A3C31;
	font-size: 115%;
	margin: 12px 0 8px 0;
}
h4 {
	color: #4E562B;
	font-size: 110%;
}
blockquote {
	padding: 10px;
	margin: 12px 0;
	font-style: italic;
}
blockquote p {
	padding: 0;
	margin: 0;
}
.caption {
font-style: italic;
text-align: center;
}
.center {
text-align: center;
}
.clear {
clear: both;
}
.read_more {
font-style: italic;	
}
/*--- Effects ---*/

.box-shadow {
	-webkit-box-shadow : 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow : 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5);
}

/*---Hidden Text---*/
#accessibility {
	text-indent: -9000px;
}
h1#branding_logo,
h2#branding_tagline {
	text-indent: -9000px;
}
.hideme {
	text-indent: -9000px;
}
/*-----Links-----*/
a, a:link {
	color: #21314D;
}
a:hover,
a:active,
a:focus {
	color: #21578A;
	text-decoration: none;
}

/*--- Add icon to external links ---*/
a[rel ="external"] {
padding-right: 20px;
background: transparent url(../images/external.gif) no-repeat center right;
}
/*---Lists---*/
ul, ol {
	line-height: 1.5;
}
ul.normal li {
	list-style: disc;
	margin-left: 15px;
}
ul.normal li a {
}
ol.normal {
	list-style-type: decimal;
	margin-left: 15px;
}

/*---Layout---*/

#container {
position: relative;
width: 860px;
margin: 15px auto 85px auto;
}
	#header {
	position: relative;
	background: #6f9ad3;
	height: 225px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-box-shadow : 0 5px 10px rgba(0,0,0,.3);
	-moz-box-shadow : 0 5px 10px rgba(0,0,0,.3);
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
	overflow: hidden;
	z-index: 5;
	}
		#branding_logo {
		position: relative;
		top: 45px;
		left: -280px;
		background: url(../images/wordmark_rev.png) no-repeat;
		width: 236px;
		height: 53px;
		margin: 0 auto;
		z-index: 15;
		}
		#nav_main {
		position: absolute;
		top: 40px;
		left: 310px;
		width: 9em;
		text-align: right;
		}
		#random_photo {
		position: absolute;
		top: 10px;
		left: 470px;
		}
		#content {
		background: #fbfbfb;
		padding-left: 29px;
		padding-right: 31px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-box-shadow : 0 5px 10px rgba(0,0,0,.3);
		-moz-box-shadow : 0 5px 10px rgba(0,0,0,.3);
		box-shadow: 0 5px 10px rgba(0,0,0,.3);
		z-index: 1;
		}
			.col_narrow {
			float: left;
			width: 240px;
			margin-right: 25px;
			margin-bottom: 15px;
			padding: 10px 0;
			}
			.col_wide {
			float: left;
			width: 510px;
			margin-right: 25px;
			margin-bottom: 15px;
			padding: 10px 0;
			}
			#sidebar {
			float: left;
			background: #F1EFE6 url(../images/windrose.gif) no-repeat bottom center;
			width: 240px;
			margin-bottom: 15px;
			padding: 10px 10px 80px 10px;
			border-right: 1px solid #C7D28A;
			border-bottom: 1px solid #C7D28A;
			border-left: 1px solid #C7D28A;
			}
		#footer {
		clear: both;
		border-top: 2px solid #6F9AD3;
		font-size: .85em;
		padding: 15px 0 10px 0;
		overflow: hidden;
		}




/*--Footer links--*/

#copyright {
float: left;
}
ul#footer_links {
float: right;
font-family: Georgia, serif;
}
ul#footer_links li {
display: inline;
}
ul#footer_links li a {
text-decoration: none;
margin-right: 15px;
}

/*---Navigation---*/

#nav_main li {
	padding: 3px 0;
	border-bottom: 1px dotted #CAC0B6;
}
#nav_main li a {
	font-size: .95 em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
#nav_main li a:hover,
#nav_main li a:active,
#nav_main li a:focus {
	color: #C6D6E8;
}
#nav_main li#current {
	background: url(../images/arrow.gif) no-repeat left;
}
#nav_main li#current a {
	color: #fbfbfb;
}
#nav_main li.last {
border: none;
}

/*--- Previous/next navigation ---*/

.navigation {
width: 95%;
padding: 5px;
font-style: italic;
overflow: hidden;
}

	.nav-next {
	float: right;
	text-align: right;
	width:49%;
	}
	.nav-previous {
	float: left;
	text-align: left;
	width:49%;
	}
	.navigation a {
	text-decoration: none;
	border: none;	
	}
	.navigation a:hover,
	.navigation a:active,
	.navigation a:focus {
	text-decoration: underline;
	}

/*---Images & Captions---*/
a img {
	border: none;
}
#random_photo img {
	border: 3px solid #CAC0B6;
}
span.detail {
display: block;
}

/*---About Us photos---*/
.about_img {
	float: left;
	padding: 4px;
	background-color: #F1EFE6;
	border-top: 1px solid #CAC0B6;
	border-left: 1px solid #CAC0B6;
	border-right: 2px solid #91785B;
	border-bottom: 2px solid #91785B;
	margin-right: 8px;
}
/*---Favorite lists on Home and About pages---*/
.faves dt {
	margin: 12px 0 0 0;
	font-weight: bold;
}
.faves dd {
	margin: 0;
	padding: 0;
}
.faves dt a img {
	display: block;
	margin: 2px 10px 0 0;
	padding: 3px;
	border: none;
}
/*---Websites summaries---*/
.recent {
	float: left;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #6F9AD3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.recent img {
	float: left;
	background: #F1EFE6;
	margin-right: 10px;
	padding: 5px;
	border: 2px solid #91785B;
}
.recent p.summary {
	text-align: left;
	margin-top: 0;
}
/*---Project pages---*/
.screenshots {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.screenshots img {
	background: #F1EFE6;
	padding: 5px;
	border: 2px solid #91785B;
}
.screenshots p.summary {
	border-bottom: 1px solid #6F9AD3;
	padding-bottom: 20px;
	text-align: left;
}
.screenshots p.caption  {
	font-style: italic;
	border-bottom: 1px solid #6F9AD3;
	padding-bottom: 20px;
}
.screenshots p.caption_last {
	font-style: italic;
	padding-bottom: 20px;
}
/*---Sidebar Project thumbnails---*/
dl.work {
	margin-bottom: 15px;
}
.work dt {
	margin: 12px 0 0 0;
}
.work dd {
	margin: 0;
	padding: 0;
}
.work dd.project {
	font-weight: bold;
}
.work dt a img {
	float: left;
	display: block;
	margin: 3px 10px 0 3px;
	padding: 3px;
	border-bottom: 2px solid #91785B;
	border-right: 2px solid #91785B;
	background: #FBFBFB;
}


/*---Blockquotes---*/
blockquote.kudos {
	color: #504B42;
	margin: 0;
	padding: 0 10px 5px 10px;
	font-family: Georgia, Palatino, serif;
	font-style: italic;
	line-height: 1.5;
	background: url(../images/quote_left.gif) no-repeat top left;
}
blockquote.kudos p {
	margin-top: 10px;
}
blockquote.kudos p.quote {
	padding: 7px 0 0 10px;
	background: url(../images/quote_right.gif) no-repeat bottom right;
}
blockquote.kudos p.cite {
	font-style: normal;
	padding-left: 10px;
}
blockquote.kudos p.cite strong {
	display: block;
	color: #504B42;
}
blockquote.kudos p.cite em {
	display: block;
	color: #504B42;
	margin-top: 3px;
}

/*---Contact Form---*/
#contact_form {
	width: 480px;
	margin-top: 20px;
	padding-top: 0;
	display: inline;
	/*--fixes IE double-margin float bug--*/
}
/*---Microformats---*/
.vevent .date,.category,.description {
	display: none;
}
.vcard {
}
.adr,.email {
	margin-bottom: 10px;
}
.org,.email,.type {
	font-weight: bold;
}
/*---Map---*/

#map_popup {
	background: none;
	margin: 25px 0;
	text-align: center;
}
#map {
	width: 500px;
	height: 500px;
	border: 1px solid #9AB9DB;
	margin: 30px auto;
	padding: 0;
}

/*--- Old layout ---*/

#header_old {
	position: relative;
	background: url(../images/headerbg.png) repeat-y;
	height: 210px;
}
#branding_tagline {
position: relative;
top: 0;
left: 65px;
background: url(../images/tagline.png) no-repeat;
height: 25px;
width: 210px;
}
#random_photo_old {
	position: absolute;
	top: -10px;
	left: 470px;
}
#nav_main_old {
	position: relative;
	top: -90px;
	left: 320px;
	width: 9em;
	text-align: right;
}
#content_old {
	background: url(../images/boxbg.png) repeat-y;
	padding-left: 29px;
	padding-right: 31px;
	text-align: left;
	z-index: 50;
}
#footer_old {
	clear: both;
	height: 30px;
	border-top: 2px solid #6F9AD3;
	font-size: .85em;
	padding-top: 15px;
	overflow: hidden;
}
#boxtop {
	background: url(../images/headertop.png) no-repeat top;
	height: 20px;
}
#boxbottom {
	background: url(../images/boxbottom.png) no-repeat top;
	height: 20px;
}


