/*  
Theme Name: Lowstream
Theme URI: http://www.lowstream.com
Description: Crisp design, easy-to-use functionality, and minimalistic nature combine for a powerful theming experience.
Version: 2.0.9 "Second Edition"
Author: Jonathan Dewar & Stuart Stanfield
Author URI: http://www.lowstream.com
*/

/*===================================================================*/
/*  Global and default settings                                      */
/*===================================================================*/

body {
	color: #444;
	background-color: #FFF;
	margin: 0 3%;
	padding: 0;
	font: normal small "lucida grande", verdana, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: helvetica, sans-serif;
	font-weight: normal;
}

blockquote {
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-left: 10px;
	line-height: 100%;
	font-style: italic;
}

code {
	font: 1em "Courier New", Courier, monospace;
}

/*===================================================================*/
/*  Page layout                                                      */
/*===================================================================*/

#header {
	width: 100%;
	margin-bottom: 2em;
}

/* IE 5 Mac settings */

#content {
	margin: 0 auto;
	width: 63em;			/* Set a fixed width for IE 5 Mac */
}

#main {
	width: 40em;			/* Set a fixed width for IE 5 Mac */
	padding-right: 2em;
}

/* Common settings */

#content .column {
	float: left;
	position: relative;
}

#side {
	width: 16em;
	padding: 0em 2em 2em;
	border: 1px solid #444;
}

/* CSS for modern, compliant browsers. Hide from IE 5 Mac. \*/

#content {
	margin: 0;
	width: auto;
	padding-right: 22.5em;
}

#main {
	width: 100%;
}

#side {
	margin-right: -22.5em;
}

/* end of hack */

#footer {
	clear: both;
	width: 100%;
}

/*===================================================================*/
/*  Header and Footer Styles                                         */
/*===================================================================*/

#header img {
	display: block;
	margin: 0 auto 1em;
	border: none;
}

#footer {
	padding-top: 2em;
	padding-bottom: 1em;
	text-align: center;
}

.navbar {
	width: 50em;
	margin: 0 auto;
	text-align: center;
}

.navbar ul {
	margin: 10px 0;
	padding: 0px;
	list-style-type: none;
}

.navbar ul li {
	float: left;
	display: inline;
	color: #457BCC;
	background-color: transparent;
	margin: 0;
}

.navbar ul li a {
	display: block;
	width: 10em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	color: #457BCC;
	background-color: transparent;
	text-decoration: none;
}

.navbar ul li a:hover {
	color: #FFF;
	background-color: #457BCC;
}

#copyright {
	padding-top: 1em;
	font-size: x-small;
}

/*===================================================================*/
/*  Main content styles                                              */
/*===================================================================*/

#main a:link		{color: #457BCC; text-decoration: none;}
#main a:visited		{color: #457BCC; text-decoration: none;}
#main a:active		{color: #457BCC; text-decoration: underline;}
#main a:hover		{color: #457BCC; text-decoration: underline;}

#main h2 a:link		{color: #457BCC; text-decoration: none;}
#main h2 a:visited	{color: #457BCC; text-decoration: none;}
#main h2 a:hover	{color: #457BCC; text-decoration: none;}
#main h2 a:active	{color: #457BCC; text-decoration: none;}

#main h1 {
	color: #457BCC;
	font-size: 1.6em;
	text-align: center;
}

#main h2 {
	color: #457BCC;
	margin-top: 1.8em;
	margin-bottom: 0.5em;
	font-size: 1.46em;
	text-align: center;
}

#main h2.pagetitle {
	margin-top: 2em;
	font-size: 1.36em;
}

#main h3 {
	color: #457BCC;
	font-size: 1em;
	font-weight: normal;
}

#main p {
	margin-top: 1em;
	line-height: 160%;
}

#main p img {
	max-width: 100%;
}

#main ul, #main ol {
	line-height: 160%;
}

/* Blog entry styles */

.meta {
	margin: 1em 0 2em 0;
	padding-top: 0.5em;
	border-top: 1px solid #444;
	font-size: 0.8em;
}

.meta a:link	{color: #457BCC; text-decoration: none;}
.meta a:visited	{color: #457BCC; text-decoration: none;}
.meta a:hover	{color: #457BCC; text-decoration: none;}
.meta a:active	{color: #457BCC; text-decoration: none;}

.postnav {
	color: #457BCC;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	list-style: none;
}

.postnav li.left	{display: block; float: left;}
.postnav li.right	{display: block; float: right;}

.left a			{color: #457BCC; text-decoration: none;}
.left a:hover	{color: #457BCC; text-decoration: none;}
.left a:active	{color: #457BCC; text-decoration: none;}

.right a		{color: #457BCC; text-decoration: none;}
.right a:hover	{color: #457BCC; text-decoration: none;}
.right a:active {color: #457BCC; text-decoration: none;}

#mo_archive, #cat_archive {
	float: left;
	margin-bottom: 30px;
	width: 325px;
}

#mo_archive ul, #cat_archive ul {
	list-style: none;
}

/* Announcement Block */

#announce {
	margin-bottom: 2em;
	padding: 0 1em;
	border: 1px solid #444;
	font-size: medium;
	text-align: center;
}

#announce a:link	{color: #457BCC; text-decoration: none;}
#announce a:visited	{color: #457BCC; text-decoration: none;}
#announce a:hover	{color: #457BCC; text-decoration: none;}
#announce a:active	{color: #457BCC; text-decoration: none;}

/* Comments and Trackbacks */

#comments h2 {
	color: #457BCC;
	background-color: #FFF;
}

.comment_area {
	padding: 0 1em;
	margin-bottom: 2em;
	border: 1px solid #457BCC;
}

.comment_area a			{color: #457BCC; text-decoration: none;}
.comment_area a:visited	{color: #457BCC; text-decoration: none;}
.comment_area a:active	{color: #457BCC; text-decoration: none;}
.comment_area a:hover	{color: #457BCC; text-decoration: none;}

.comment_area ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment_area li {
	margin-bottom: 2em;
}

.comment_area form li {
	margin-bottom: 0;
}

.comment_area p {
	padding: 0;
	margin-bottom: 0;
}

.comment_area textarea {
	width: 100%;
}

.commenter {
	color: #457BCC;
	margin-left: 0;
	padding-left: 0;
	font-weight: bold;
}

.commenter p a			{color: #457BCC; text-decoration: none;}
.commenter p a:visited	{color: #457BCC; text-decoration: none;}
.commenter p a:active	{color: #457BCC; text-decoration: none;}
.commenter p a:hover	{color: #457BCC; text-decoration: none;}

.comment_info {
	color: #457BCC;
	margin-left: 25px;
	font-size: .8em;
	font-weight: normal;
}

.comment_number {
	color: #457BCC;
	margin-left: 0;
	margin-right: 5px;
	font-family: georgia, times, serif;
	font-size: 2.46em;
}

.comment_number a			{color: #457BCC; text-decoration: none;}
.comment_number a:visited	{color: #457BCC; text-decoration: none;}
.comment_number a:active	{color: #457BCC; text-decoration: none;}
.comment_number a:hover		{color: #457BCC; text-decoration: none;}

.submit {
	padding-left: 0;
	font-weight: bold;
}

.trackback_area {
	padding: 0 1em;
	margin-bottom: 2em;
	border: 1px solid #457BCC;
}

.trackback_area ol {
	list-style: none;
	padding-left: 1em;
}

.trackback_area li {
	line-height: 160%;
}

/*===================================================================*/
/*  Sidebar styles                                                   */
/*===================================================================*/

#side {
	background: #f5f5ff;
}

#side h2 {
	color: #457BCC;
	margin-top: 2em;
	margin-bottom: 0.4em;
	font-size: 1.1em;
}

#side p {
	font-size: x-small;
}

#side ul {
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	border-top: 1px solid #777;
	font-size: x-small;
	list-style: none;
}

#side ul a {
	display: block;
	color: #444;
	background-color: transparent;
	width: 95%;
	padding: 5px 0;
	padding-left: 5%;
	border-bottom: 1px solid #777;
	text-decoration: none;
}

#side ul a:hover {
	color: #FFF;
	background-color: #457BCC;
}

#feeds img {
	vertical-align: middle;
	margin-right: 0.5em;
	border: none;
}

/* Calendar */

.pad {
	color: #444;
	background-color: #EEE;
}

#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 100%;
	background-color: transparent;
}

#wp-calendar caption {
	color: #457BCC;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

#wp-calendar th {
	color: #444;
	background-color: transparent;
}

#wp-calendar td {
	color: #444;
	padding: 3px 0;
	border: 1px solid #444;
	text-align: center;
}

#wp-calendar a			{display: block;}
#wp-calendar a:link		{text-decoration: none; color: #457BCC;}
#wp-calendar a:visited	{text-decoration: none; color: #457BCC;}
#wp-calendar a:hover	{text-decoration: none; color: #457BCC;}
#wp-calendar a:active	{text-decoration: none; color: #457BCC;}

#next a {padding-right: 1em; text-align: right;}
#prev a {padding-left: 1em;  text-align: left;}

/* Search Form */

#searchform fieldset {
	padding: 0;
	margin: 0;
	border: 0px solid #FFF;
}

#searchform fieldset input {
	width: 94%;
	margin-left: 3%;
}

#searchform legend, #searchform label {
	display: none;
}

/*===================================================================*/
/*  Styling for Individual Pages and Elements                        */
/*===================================================================*/

/* Availability Chart */

table#avail {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}

#avail td, th {width: 7%; padding: 2px; margin: 0}

#avail thead th {text-align: center; border-bottom: 1px solid black;}

#avail tbody {border: 1px solid #555}
#avail tbody tr.blue {background-color: #eef}
#avail tbody th {text-align: left}
#avail tbody td {text-align: center}
#avail tbody td.product {text-align: left}

/* Jerry's picture on the home page */

#jerry {
	display: block;
	float: left;
	width: 350px;
	height: 224px;
	margin-right: 1em;
	border: 1px solid #444;
}

/* Fisherman's Wharf image in the sidebar */

#wharf {
	display: block;
	width: 150px;
	height: 150px;
	margin: 2em auto;
}

/* Contact Us page */

#contacts {
	text-align: center;
}

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

#contacts li {
	margin-top: 4ex;
}

/* Seafood Links page */

ul.links {
	margin-bottom: 2em;
	list-style-image: url(/images/smallcrab.png);
}

ul.links li {
	margin-top: 1em;
	margin-bottom: 1em;
}

