#skip {
	display: none;
}

#nav-above {
	display: none;
}

.content {
	overflow: hidden;
}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 228px;
	background: black url(/images/headerMoreLanterns.jpg) top center no-repeat;
}

.blog-title {text-align:center;}

.entry-edit {
	display: none;
	}

#footer {
	margin-top: 20px;
	text-align: center;
}

#footer a,
#footer a:hover,
#footer a:visited {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px;
	position: relative;
	width: 780px;
	height: auto;
	border: 1px solid #ddd;
	border-top: none;
	}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	//background: #86C5EF;
	background: #37486F;
        text-align: center;
	margin: 0 0 30px;
	}

ul.menu li a:hover {
	background: #6F6F6F;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

a {
	color: #27d;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #b41;
	}
	

a img {
       border: none;
}


img.noborder {
       border: none !important;
 }

.aligncenter,
.center {
       text-align: center;
}

.entry-content .aligncenter,
img.center,
img[align="center"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.entry-content .alignright,
img[align="right"] {
       float: right;
       margin: 0 0 4px 8px;
       display: block;
}

.entry-content .alignleft,
img[align="left"] {
      float: left;
      margin: 0 8px 4px 0;
      display: block;
}

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
       background-color: #F3F3F3;
       border: 1px solid #ddd;
       padding: 3px;
       text-align: center;
       -moz-border-radius: 3px;
       -khtml-border-radius: 3px;
       -webkit-border-radius: 3px;
       border-radius: 3px;
}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
       padding: 2px;
       border: 2px solid #27d;
}

.wp-caption a img,
.wp-caption a img:hover {
       padding: 4px 0px 0px;
       border: 0 none;
}

.wp-caption .wp-caption-text {
       margin: 4px 0 2px;
}

div.flashmovie {
	margin: 0em auto;
}

#header .description {
	display: none;
}

#flickrrss a img {
	margin: 0 4px 0 0;
}

#otherwritingsrss ul {
 list-style-type: none;
 padding: 0;
 margin: 0;
}