/* Main
----------------------------------------------- */
body {
	margin: 0px 0px 20px 0px;
	text-align: left;
	background-color: #F5F5F5;
	}

a {text-decoration: underline;}
a:link {color: #006699;}
a:visited {color: #3366CC;}
a:active {color: #8FABBE;}
a:hover {color: #66CCCC;}


#container {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	padding: 0px;
	width: 605px;
	background-color: #F5F5F5;
	left: 0px;
	right: 0px;
	}
	
/* Entries
----------------------------------------------- */

#left {
	float: left;
	width: 470px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	}

.blogbody {
	font-size: 10px;
	font-weight: normal;
	background: #FFFFFF;
	padding: 10px 10px 2px;
	line-height: 140%;
	}

.content {
	font-size: 10px;
	padding: 8px 15px 5px 14px;
	background-color: #F5F5F5;
	}

.content p {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 3px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 10px;
	}

.content h3 {
	color: #FF6600;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px;
	margin-top: 0px;
	}

.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	border-top: 1px dotted #999999;
	text-align: left;
	line-height: normal;
	padding: 3px;
	}
.nickname {
	padding: 0;
	font-weight: bold;
	color: #FF3300;
	}

/* Sidebar
----------------------------------------------- */
	
#right {
	float: right;
	right: 0px;
	width: 130px;
	overflow: hidden;
	position: absolute;
	}
	
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	}
#sidebar-bg{
	padding: 7px;
	background-color: #EEDFB7;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #C6B998;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #C7B996;
}
#highlight{
	padding: 7px;
	background-color: #FFFF99;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#sidebar h2 {
	color: #FF3300;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	letter-spacing: .15em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	line-height: 105%;
	margin-bottom: 5px;
	margin-top: 0px;
	}

#sidebar ul {
	padding-left: 3px;
	margin: 2px 0px 20px;
	}

#sidebar li {
	color: #666666;
	text-align: left;
	list-style-type: none;
	margin-bottom: 4px;
	}
	
#sidebar .iconlist li {
	margin: 0 0 3px;
	}
#sidebar .iconlist li a {
	padding-left: 14px;
	margin-bottom: 2px;
	}
.entries li a { background: url(../images/icons/captains_crate/entries-icon.gif) 0em .125em no-repeat; 
	}
.blogroll li a { background: url(../images/icons/captains_crate/blogroll-icon.gif) 0em .125em no-repeat; 
	}

#sidebar img {
	border: 1px solid #FFFFFF;
	}


.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

img {
	border: 1px solid #333333;
	margin-right: 10px;
	margin-bottom: 10px;
}
.date {
	padding-top: 2px;
	padding-left: 10px;
	border: solid 1px #333333;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

