
/* Begin Typography & Colors */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #02022c;
    background-image: url(images/seaBACKGROUND.gif);
	background-repeat:repeat-x;
	color: #000;
	
	}

.thread-even {
	background-color: white;
	}
	
.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

small, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #999;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0 0 50px;
	width: 999px;
	background-color: #f3f2eb;	
	}
	
#header {
	padding: 34px 27px 0;
	}
	
#tagline {
	border: 1px solid #000;
	padding: 15px 30px;
	float: left;
	font-size: 14px;
	text-align: center;
	margin-right: 18px;
	margin-top: 5px;
	}
	
#nav {
	margin-top: 5px;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333; }
	
#nav ul {
	display: block; 
	margin: 7px 0 5px;
	padding: 0; }	
	
#nav ul li {
	display: inline;
	margin-right: 10px;
	text-transform: uppercase; 
	font-size: 14px; }
	
#nav a {
	color: #000; }
	
#nav a:hover {
	
	}
	
#content {
	margin: 14px 0 0;
	padding: 0 0 0 27px;
	font-size: 13px;
	}
	
#footer {
	clear: both; 
	border-bottom: 2px solid #333;
	border-top: 1px solid #333;
	font-size: 12px;
	padding: 8px 0; 
	margin: 0 28px; 
	width: 945px; }

.narrowcolumn {
	float: left;
	width: 630px; }

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 640px;
	}

.post {
	margin: 0px 0px 10px;
	text-align: justify;
	font-size: 13px;
	border-bottom: 1px solid #333;
	}
	
.entry {
	border-bottom: 2px solid #333;
	margin-bottom: 3px;
	}

.date {
	font-size: 14px;
	}

.post hr {
	display: block;
	}
	
.post h2 {
	font-size: 14px;
	margin-top: 0;
	}

.post h2 a:hover {
	color: #000;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


ol li{
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	float: right;
	background: url('images/bg_search_box.png') no-repeat;
	margin-top: 2px;
	width: 214px; 
	}
	
#searchform, #searchform * {
	padding: 0 }

#searchform #s {
	margin-left: 7px;
	border: 0px; 
	background: none;
	width: 178px;
	margin: 5px 0px 4px 6px; 
	height: 14px; }

#searchform #searchsubmit {
	background: url('images/btn_search.png') no-repeat 0 0;
	height: 18px;
	width: 18px;
	font-size: 0; 
	border: 0;
	display: block;
	float: right; 
	margin: 4px 3px 3px 0; }
						   
#searchform #searchsubmit:hover {
	background-position: 0 -18px; }
	
.pagetitle {
	margin-top: 0; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */

/* Begin Sidebar */
#sidebar {
	border-left:1px solid black;
	margin: 14px 0 7px 669px ;
	padding: 0 0 0 14px;
	width: 290px; }
	
#sidebar p {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 10px 0; 
	text-align: center; 
	padding: 10px; 
	font-size: 14px; }
	
#sidebar #clear {
	clear: left;
	display: block;
	height: 1px;
	}

/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: block;
	margin: 0;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0;
	font-size: 14px; }
	
.marginTop {
	margin-top: 50px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
