/*
Theme Name: Stevedore
Theme URI: http://www.stevedore.com
Description: The Stevedore theme was designed for Sharon Starling.
Version: 1.0
Author: Dan Graves
Author URI: http://www.dsgraves.com/
*/

@charset "UTF-8";

/* HTML ELEMENTS 
_______________________________ 
*/

a img {
	border: none;
}

body {
	background: #eeeeee url(images/bg_color.gif);
	font-size: 12px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
}

body a {
	color: #226633;
	text-decoration: none;
}

body a:visited {
	color: #226633;
	text-decoration:none;
}

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

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 3em;
	text-align: left;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

html, body, #envelope {
	height: 100%;
	margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}

li a {
	color: #226633;
	text-decoration:none;
}

li a:visited {
	color: #226633;
	text-decoration:none;
}

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

p {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif
	font-size: 1.2em;
}

p img {
	padding: 0;
	max-width: 100%;
}

td {
	min-height: 1em;
}

ul {
	margin-left: 186px;
}

/* LAYOUT MAIN TABLE DIVISIONS IN ORDER OF APPEARANCE
_______________________________ 
*/

#envelope {
	margin: 0 auto;
    text-align: left;
    width: 750px;
	vertical-align: top;
	background: url(images/bg_paper.gif) repeat-y;

}

#header {
	height: 250px;
}

#spacer_top {
	height: 30px;
}

#mid_content {
	vertical-align: top;
}

#spacer_bot {
	height: 30px;
}

#footer {
	height: 60px;
}

.td_content {/*needed to keep the content up in the main area if sparse */
	vertical-align: top;
}

/*LEFT COLUMN (AKA SIDEBAR) 
_______________________________ 
*/

#sidebar {
	float: left;
	width: 186px;
	margin-left: 15px;
	margin-right: 12px;
	border: 0;
	padding: 0;
}

#sidebar ul {
	list-style-type: none;
	margin-left: 8px;
	padding: 0;
}

#sidebar ul h2 {
	font-size: 1.2em;
	color: #334433;
}

#sidebar ul a {
	color: #bbeebb;
	font-weight: bold;
}

#sb_table {
		text-align: left;
}

#sb_top {/*sb_ displays the frame around navigation */
	height: 20px;
	vertical-align: bottom;
}

#sb_mid {
	background: url(images/sidebar_mid.gif) repeat-y;
	vertical-align: top;
}

#sb_bot {
	height: 20px;
	vertical-align: top;
}

.site_name {
	padding: 0 3px;
}

/* RIGHT COLUMN 
_______________________________ 
*/

#blog_content {
	float: left;
	width: 500px;
	margin-left: 215px;
	padding: 0 8px 0 8px;
}

.details {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.entry {
	font-size: 12px;
}

.greeting p {
	font-size: 14px;
	text-align: justify;
	padding-right: 20px;
}

.post {
	margin: 0 8px 10px 6px;
	text-align: justify;
	clear: left;
}

.post_page {
	margin: 0 6px 10px 6px;
	text-align: justify;
}

/* IMAGES & CAPTIONS
_______________________________ 
*/

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
}
	
.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;
}

/* SPECIAL ELEMENTS
————————————————————————————————
*/

#topbarX {/*for wide pages */
	/*width: 90%;
	background-color: #bbeebb;
	border: 1px solid #99bbaa;	
	padding: 9px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;*/
}

#topbar {/*for pages without the sidebar */
	text-align: center;
	vertical-align: middle;
	width: 600px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	background: #66BBAA url(images/wide_bar.gif) no-repeat;
}

#topbar a {
	color: #bbeebb;
	font-weight: bold;
}

#user_comments {
	clear:left;
	text-align:left;
	padding-left: 15px;
	padding-right: 15px;
}

.table1 td {
	border: 1px solid #000;
	padding: 3px;
}

.tb_in {
	padding-top: 16px;
}

.blank {
	height: 250px;
}

.blogname {
	padding-top:6px;
	margin-left:4px;
	font-size: 2em;
	color: #334433;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.centered {
	text-align: center;
}

.description {
	font-size: 1em;
	color: #334433;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-left: 4px;
}

.nav_post {
	padding: 20px 15px 20px 15px;
}

.navigation {
	clear: left;
	/*the following may not work right -- borrowed from default */
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.tall_line {
	line-height: 1.5em;
	font-size: 14px;
}
