/*
Theme Name: Pirates Cove Tropical Bar &amp; Grill
Theme URI: http://berrywebteam.net
Description: Custom theme designed for Pirates Cove.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #b5c7df url(images/bgimage.jpg) no-repeat top center;
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

img.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

img.aligncenter {
	float: none;
	margin: 0 0 15px;
}

img.alignright {
	float: right;
	margin: 0 0 0 10px;
}

a {
	color: #744436;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.boxlink {
	background: #744436;
	width: 115px;
	color: #fff;
	padding: 5px 15px;
	border: solid 2px #41261e;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0;
}

a:hover.boxlink {
	background: #f06522;
	border: solid 2px #c0511b;
}

hr { 
    color: #744436;
	border-top: none;
	height: 1px;
	margin-bottom: 10px;
}

/*-- Container --*/
#container {
	width: 960px;
	margin: 0 auto;
}

/*-- Header --*/
#header {
	background: url(images/header.png) no-repeat 0 0;
	height: 275px;
}

#header h1 {
	display: none;
}

.logo {
	padding: 55px 0 0 45px;
}

.headtext {
	padding: 75px 75px 0 35px;
	width: 300px;
}

.headtext h3 {
	font-size: 18px;
	font-weight: bold;
	color: #744436;
	padding: 0 0 5px;
}

.headtext p {
	color: #744436;
	margin: 0 0 5px 0;
}

/*-- Search --*/
#searchform {
	margin: 0 0 25px;
}

#s {
	background: none;
	color: #744436;
	border: solid 1px #744436;
	width: 225px;
	padding: 5px;
	margin: 10px 0 0;
}

.search {
	background: url(images/searchbutton.jpg) no-repeat center bottom;
	width: 28px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: none;
}

/*-- Menu --*/
#menu {
	height: 40px;
	display: block;
	margin: 0 120px;
}

#menu .nav {
	margin: 0 auto;
}

#menu .nav li {
	font-size: 14px;
	display: block;
	float: left;
	list-style-type: none;
	padding: 8px 0;
	margin: 15px 5px 0;
}

#menu .nav li a {
	color: #744436;
	padding: 8px 25px;
	text-decoration: none;
	border: dashed 2px #744436;
}

#menu .nav li a:hover {
	background: #f06522;
	color: #fff;
	padding: 8px 25px;
	text-decoration: none;
	border: solid 2px #c0511b;
}

#menu .nav li.current_page_item a {
	background: #744436;
	color: #fff;
	padding: 8px 25px;
	text-decoration: none;
	border: solid 2px #41261e;
}

#menu .nav li.current_page_item a:hover {
	background: #f06522;
	color: #fff;
	padding: 8px 25px;
	text-decoration: none;
	border: solid 2px #c0511b;
}

/*-- Content --*/
#contentwrap {
	background: url(images/contentbg.png) repeat-y 0 0;
}

#content {
	padding: 30px 55px 0;
}

.postarea {
	width: 500px;
	padding: 15px 25px 25px;
}

.home-postarea {
	width: 800px;
	padding: 0 25px;
}

.postarea h2, .home-postarea h2 {
	font-size: 30px;
	font-weight: bold;
	color: #f06522;
	margin: 0 0 15px;
	line-height: 28px;
	letter-spacing: -1px;
}

.postarea h2 a, .home-postarea h2 a {
	color: #f06522;
	text-decoration: none;
}

.postarea h2 a:hover, .home-postarea h2 a:hover {
	text-decoration: underline;
}

.postarea h3, .home-postarea h3 {
	font-size: 20px;
	font-weight: bold;
	color: #253d93;
	padding: 10px 0 5px;
	line-height: 24px;
}

.postarea h3 a, .home-postarea h3 a {
	color: #253d93;
	text-decoration: none;
}

.postarea h3 a:hover, .home-postarea h3 a:hover {
	text-decoration: underline;
}

.postarea h4, .home-postarea h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 5px 0 0;
	line-height: 20px;
}

.postarea p, .home-postarea p {
	font-size: 13px;
	color: #744436;
	line-height: 20px;
	margin: 0 0 10px;
}

.postarea ul, .home-postarea ul {
	padding: 0 0 15px 25px;
}

.postarea li, .home-postarea li {
	font-size: 13px;
	color: #744436;
	line-height: 20px;
	list-style-type: circle;
}

.postarea ol, .home-postarea ol {
	padding: 0 0 15px 25px;
}

.postarea ol li, .home-postarea ol li {
	font-size: 13px;
	color: #744436;
	line-height: 20px;
	list-style-type: decimal;
}

.date {
	font-size: 11px;
	color: #744436;
	margin: -10px 0 15px 0;
}

.date a {
	color: #744436;
}

.catstags {
	color: #744436;
	width: 478px;
	margin: 10px 0 25px;
	padding: 5px 10px;
	border: dashed 1px #744436;
}

.catstags a {
	color: #744436;
}

#postsnav {
	width: 500px;
	border-top: dashed 1px #744436;
	padding: 25px 0;
}

blockquote {
	width: 500px;
	margin: 0;
	padding: 10px 0;
	border-bottom: dashed 2px #744436;
}

.featured {
	width: 236px;
	height: 360px;
	border: dashed 2px #744436;
	padding: 0 10px 10px;
}

.left {
	float: left;
	margin: 10px 10px 0 0;
}

.center {
	float: left;
	margin: 10px 10px 0 0;
}

.right {
	margin: 10px 0 0;
	float: right;
}

/*-- Sidebar --*/
#sidebar {
	width: 270px;
	border: dashed 2px #744436;
	padding: 5px 13px 13px;
}

#sidebar h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 0 0 15px;
	line-height: 20px;
}

#sidebar h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 5px;
	line-height: 20px;
}

#sidebar h4 {
	font-size: 12px;
	font-weight: bold;
	color: #744436;
	padding: 5px 0 0;
	margin: 0 0 -15px;
}

#sidebar p {
	color: #744436;
	line-height: 20px;
	margin: 0 0 10px;
}

#sidebar ul {
	padding: 0 0 15px 40px;
}

#sidebar li {
	color: #744436;
	line-height: 20px;
	list-style-type: circle;
}

.widget {
	padding: 0 0 15px;
}

.sideinput {
	width: 250px;
}

/*-- Footer --*/
#footer {
	background: url(images/footer.png) no-repeat 0 0;
	padding: 25px 0 35px;
	height: 50px;
	text-align: center;
}

#footer p {
	color: #675a49;
	margin: 0 0 10px;
}

#footer .berry {
	font-size: 11px;
}

/*-- Other Styles --*/
.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


