/*
Custom Theme Name: PESCATORES
Theme URI: http://wordpress.org/
Description: Custom Wordpress theme for Pescatores Seafood + Grill, Victoria, BC
Version: 1.0
Author: Caprina Valentine
Author URI: http://www.caprinadesigns.com/
Tags: custom header, fixed width, two columns, widgets
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #201610;
	color: #FBFBF5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h1, h2, h3, h4, p {
	margin: 15px 20px;
}
h2, h2 a, h3, h3 a, #wp-calendar caption, cite {
	text-decoration: none;
}
h3, h3 a, h3 a:visited {
	color: #333333;
}
h4 {
	font-size: 10pt;
}
p, li {
	font-size: 10pt;
	line-height: 150%;
}
li {
	margin-right: 20px;
}
a {
	color: #a6310a;
}
a:hover {
	color: #a6310a;
	text-decoration: underline;
}
img {
	display: block;
	border: 0;
}
.center {
	margin: 0 auto;
	text-align: center;
}
hr {
	display: none;
}
.clear {
	clear: both;
}

/******************** STRUCTURE ********************/
.page {
	margin: 0 auto;
	border-top: 20px solid #a6310a;
	padding: 0;
	width: 960px;
	background: #FBFBF5;
	color: #221E1F;
	text-align: left;
}
.body {
	clear: both;
	padding: 1px 0;
	width: 960px;
}
#content {
	float: left;
	padding: 10px 15px 10px 10px;
	width: 640px;
}
#sidebar {
	float: left;
	width: 295px;
}


/******************** HEADER ********************/
.blogheader{
	margin: 0;
	padding: 30px;
	background: url(images/bg-bloghdr.gif) no-repeat top left;
}
.bloglogo {
	float: left;
	width: 245px;
}
.associate {
	float: right;
	padding-top: 25px;
	width: 300px;
	color: #999999;
	text-align: right;
}
.associate p {
	margin: 0;
}
.associate a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.associate a:hover {
	color: #a6310a;
}


/******************** POSTS ********************/
.postnav div {
	padding: 0px 20px;
	font-size: 9pt;
}
.postnav .alignleft {
	float: left;
	width: 250px;
	text-align: left;
}
.postnav .alignright {
	float: right;
	width: 250px;
	text-align: right;
}
.post {
	clear: both;
}
.post h2{
	margin: 20px 20px 15px 20px;
	padding: 0;
	background: 0;
}
.post h2 a {
	display: block;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 12pt;
	text-transform: lowercase;
	background: #a6310a;
	color: #FBFBF5;
}
.post h2 a:hover, .post h3 a:hover{
	background: #815338;
	text-decoration: none;
}
.post h3{
	margin: 20px;
	font-family: Arial;
	font-size: 12pt;
	text-transform: uppercase;
	color: #201610;
}
.postdate{
	/*margin: 0 0 20px 20px;*/
	font-size: 8pt;
	text-transform: uppercase;
}
.entry img {
	margin: 20px 20px 0 20px;
	padding: 0;
}
.wp-caption-text {
	margin: 0 20px;
	font-size: 8pt;
	color: #666666;
	text-transform: uppercase;
}
#comments {
	margin: 0 20px 20px 20px;
	border-top: 5px solid #a6310a;
	padding: 1px 0;
	width: 600px;
	background: #f1f1e3;
}
#comment {
	width: 550px;
}

/******************** SIDEBAR ********************/

#sidebar .widget {
	
}
.widgettitle {
	margin-right: 0;
	border-bottom: 2px dotted #a6310a;
	/*border-bottom: 2px dotted #201610;*/
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	/*color: #a6310a;*/
	text-transform: uppercase;
}
#sidebar form {
	margin: 0;
}

/******************** FOOTER ********************/
.credit{
	margin: 10px auto;
	width: 900px;
	font-size: 8pt;
	color: #666666;
	text-align: left;
}
.credit a{
	text-decoration: none;
	color: #666666;
}
.credit a:hover{
	text-decoration: underline;
	color: #999999;
}
