/*
Main Stylesheet
Cloud Islands 2008
Author: Adrienne Rice Adams
Company: Cloud Islands
URL: http://cloudislands.com 
Created: January 14, 2008
Last Modified: January 12, 2010
*/
/*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
*/

/*---Eric Meyer's Reset Styles---http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/---*/
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,
dl, dt, 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-family: inherit;
	font-size: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr, acronym {
	cursor: pointer;
}

/*-----Global styles-----*/
html {
}
body {
	color: #4A3C31;
	background:  #C6D6E8 url(../images/horizon-3.png) repeat-x bottom;
	height: 100%;
	font-family:  "Lucida Grande", Geneva, "Trebuchet MS", sans-serif;
	font-size: small;
	text-align: center;
}
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: Georgia, serif;
}
h2 {
	font-family: Georgia, serif;
	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;
}
p.caption {
font-style: italic;
text-align: center;
}
.center {
text-align: center;
}
.clear {
	clear: both;
}
/*---Hidden Text---*/
#accessibility {
	text-indent: -9000px;
}
h1#branding_logo,h2#branding_tagline {
	text-indent: -9000px;
}
.hideme {
	text-indent: -9000px;
}
/*-----Links-----*/
a:link {
	color: #21314D;
}
a:visited {
	color: #4E562B;
}
a:hover {
	color: #21578A;
	text-decoration: none;
}
a:active {
	color: #21578A;
}
#notebook_sidebar a {
text-decoration: none;
}

#notebook_sidebar a:hover {
text-decoration: underline;
}
/*--- 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;
}
.catlist {
list-style-type: none;
margin-left: 15px;
}

li.widget {
list-style-type: none;
}
li.widget ul {
margin-left: 15px;
}
/*---Presentational elements---*/
#boxtop {
	background: url(../images/headertop.png) no-repeat top;
	height: 20px;
}
#boxbottom {
	background: url(../images/boxbottom.png) no-repeat top;
	height: 20px;
}
#random_photo {
	position: absolute;
	top: -10px;
	left: 470px;
}
/*---Main Layout---*/
#container {
	position: relative;
	width: 860px;
	margin: 15px auto 75px auto;
	text-align: left;
	z-index: 1;
}
#header,#branding {
	position: relative;
	background: url(../images/headerbg.png) repeat-y;
	height: 200px;
}
#branding_logo {
	position: relative;
	top: 15px;
	left: -280px;
	background: url(../images/wordmark_rev.png) no-repeat;
	width: 236px;
	height: 53px;
	margin: 0 auto;
	z-index: 15;
}
#branding_tagline {
	position: relative;
	top: 0;
	left: 65px;
	background: url(../images/tagline.png) no-repeat;
	height: 25px;
	width: 210px;
}
#content {
	background: url(../images/boxbg.png) repeat-y;
	padding-left: 29px;
	padding-right: 31px;
	text-align: left;
	z-index: 50;
}
#sidebar, #notebook_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;
	z-index: 2;
}
.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;
}
#footer_old {
	clear: both;
	border-top: 2px solid #6F9AD3;
	padding: 15px;
	font-size: 90%;
}
#footer {
	clear: both;
	height: 30px;
	border-top: 2px solid #6F9AD3;
	font-size: 90%;
	padding-top: 15px;
}
/*--New 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;
}

/*---Old footer links---*/

/*span#copyright {
font-family: Georgia, serif;
position: relative;
top: -20px;
}
span#squid {
position: relative;
top: 0;
left: 305px;
}
span#squid img{
	border: 1px solid #C6D6E8;
}*/
/*---Navigation---*/
#nav_main {
	position: relative;
	top: -90px;
	left: 325px;
	width: 9em;
	text-align: right;
}
#nav_main li {
	padding: 3px 0;
	border-bottom: 1px dotted #CAC0B6;
}
#nav_main li a {
	text-decoration: none;
}
#nav_main li a:visited {
	color: #4E562B;
}
#nav_main li a:hover {
	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;
}
/*---Images & Captions---*/
a img {
	border: none;
}
#random_photo img {
	border: 3px solid #CAC0B6;
}
span.detail {
display: block;
}
/*
Special IDS and classes
*/
/*---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;
	font-size: .95em;
}
.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;
	font-size: .95em;
}
.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;
}
/*---FAQ---*/
.faq-show {
	margin: 15px 0;
}
.faq-show h3 {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #6F9AD3;
	cursor: pointer;
}
.faq-show div {
	padding-bottom:  10px;
}
#toggle-all {
	text-decoration: underline;
	padding: 10px 0;
	cursor: pointer;
}
/*---Definitions lists---*/
dl.definitions {
line-height: 1.5;
margin-bottom: 10px;
}
.definitions dt {
display: inline;
font-weight: bold;
}
.definitions dd {
display: inline;
}
dd.block {
display: block;
}
/*---Blockquotes---*/
blockquote.kudos {
	color: #504B42;
	margin: 0;
	padding: 0 10px 5px 10px;
	font-family: Georgia, Palatino, serif;
	font-size: 13px;
	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;
}
/*---Notebook---*/

#search {
margin: 15px 0;
padding: 5px;
background: #CAC0B6;
border: 1px solid #91785B;
}
.post_tags {
font-family: Georgia, serif;
font-style: italic;
}
.post h2 a {
text-decoration: none;
}
h3#comments {
margin-top: 15px;
}
.comment_metadata,.post_metadata {
font-family: Georgia, serif;
font-style: italic;
border-bottom: 1px dotted #CAC0B6;
padding-bottom: 4px;
margin-top: 20px;
}
.comment_metadata a,.post_metadata a,.post_tags a {
text-decoration: none;
}
.comment_metadata a:hover,.post_metadata a:hover,.post_tags a:hover {
text-decoration: underline;
}
.comment_list li{
padding: 0 0 0 10px;
border-left: 2px solid #6A963B;
}
li.alt {
padding: 0 0 0 10px;
border-left: 2px solid #6F9AD3;
margin-bottom: 10px;
}
#commentform label {
font-size: 90%;
font-style: italic;
}

/*---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;
}
/*---Misc---*/
#prev_next {
display: block;
overflow: hidden;
	font-size: .9em;
}
#prev_next a {
	float: right;
	padding-top: 10px;
	padding-left: 5px;
	text-decoration: none;
	border: none;
}
#prev_next a:hover, #prev_next a:active, #prev_next a:focus {
	text-decoration: underline;
}
span.expand {
	cursor: pointer;
	font-style: italic;
}
#map_popup {
	background: none;
	margin: 25px 0;
	text-align: center;
}
#map {
	width: 500px;
	height: 500px;
	border: 1px solid #9AB9DB;
	margin: 30px auto;
	padding: 0;
}
.demo {
	width: 260px;
	margin: 15px auto;
}
ul.box {
border: 1px solid #6F9AD3;
padding: 15px;
}
ul.box li {
font-weight:bold;
list-style-type: disc;
margin-left: 15px;
}
span.def {
background: #F1EFE6;
border-bottom: 1px dotted #6F9AD3;
}