/*
Theme Name: Longboat3
Theme URI: http://longboatstudios.com
Description: Custom template for LongboatStudios.com
Version: 3.0
Author: Troy DeRego
*/

#blog {
}
#blogpost {
	float: left;
	width: 700px;
	padding: 20px 0;
}
#blogcontainer {
	background: #ccd8dd url('../../../../images/content-center-bg.jpg') top left repeat;
	color: #1b1b1b;
	padding: 20px;
}
#blogcontainer .post {
	border: 1px solid #809fac;
	margin-bottom: 20px;
	padding: 10px;
}
a.readon {
	background: transparent url(images/readon.gif) -0px -2px no-repeat;
	padding-left: 18px;
}
#content-right ul {
	list-style: none;
}
#content-right a {
	color: #ffffff;
}
	
/* WP template styles
------------------------------------------------ */
.entry-title {
	font-size: 18px;
	border-bottom: 1px solid #1b1b1b;
}
.entry-meta, .entry-utility {
	font-size: 10px;
	font-style: italic;
	color: #363636;
}
.entry-content {
	padding: 0 20px;
}
.entry-image {
	text-align: center;
}
.entry-utility {
	padding: 0 20px;
	margin-bottom: 40px;
}

#primary h3 {
	font-style: italic;
	font-family: "Georgia", Arial, serif;
	font-weight: bold;
	font-size: 18px;
	color: #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	margin-bottom: 20px;
}
#primary li li {
	margin-left: 10px;
	padding-left: 18px;
	background: transparent url(images/star.gif) -0px -3px no-repeat;
}
#primary ul ul {
	padding-bottom: 20px;
}

.blurb {
	padding: 10px;
	margin: 0 10% 0 10%;
	border: 1px solid #dbd5c5;
	font-size: 11px;
}

.footnotes {
	color: #666666;
	font-size: 77%;
	list-style: decimal;
	padding-left: 20px;
}
.entry-content ul {
	list-style: disc;
	padding-left: 24px;
	margin-bottom: 1em;
}
.entry-content code {
	padding: 12px;
	font-size: 77%;
}
#searchsubmit {
	float: right;
	margin-bottom: 10px;
}
