/*
Theme Name: Four Seasons Restaurant
Theme URI: http://berrywebteam.net
Description: Theme created for Four Seasons Restaurant.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #9bbac3 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.alignright {
    float: right;
	margin: 0 0 0 10px;
}

img.aligncenter {
	margin: 0 0 10px 0;
}

a {
	color: #0d4ec4;
}

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

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

ul, ol {
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
}

li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

/*-- Container --*/
#container {
	background: #fff;
	width: 930px;
	margin: 0 auto;
}

/*-- Header --*/
#header {
	background: #fff url(images/header.jpg) no-repeat bottom right;
	height: 175px;
}

#header h1 {
	display: none;
}

.logo {
	margin: 12px 0 0 25px;
}

.logo p {
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 0 72px;
}

.headtext {
	color: #fff;
	margin: 25px 25px 0 25px;
	text-align: center;
}

.headtext h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0;
}

/*-- Menu --*/
#menu {
	background: url(images/navbg.jpg) no-repeat 0 0;
	padding: 0 15px;
}
#menu .nav {
	height: 40px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu .nav li {
	float: left;
	list-style-type: none;
	padding: 0 10px;
	margin: 7px 0;
	border-right: solid 1px #093380;
}

#menu .nav li a {
	font-size: 14px;
	color: #fff;
	height: 18px;
	text-decoration: none;
	padding: 5px 25px;
	float: left;
}

#menu .nav li a:hover {
	background: #093380;
}

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

#content {
	background: url(images/contenttop.jpg) no-repeat 0 0;
	padding: 15px 15px 0 35px;
}

#content .postarea {
    width: 530px;
    padding: 15px 15px;
}

#content .postarea h2 {
    font-size: 24px;
	font-weight: bold;
    color: #0d4ec4;
    margin: 0 0 15px 0;
	line-height: 28px;
}

#content .postarea h2 a {
	text-decoration: none;
}

#content .postarea h3 {
    font-size: 18px;
	font-weight: bold;
    color: #0d4ec4;
    padding: 10px 0 5px;
}

#content .postarea h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 5px 0 0;
}

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

#content .postarea li {
	color: #666;
	line-height: 20px;
} 

.contentdiv {
	width: 170px;
	margin: 0 15px 10px 0;
}

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

.date a {
	color: #999;
}

.subpost {
	color: #999;
	font-size: 11px;
	border-top: dotted 1px #ccc;
	padding: 5px 0 10px 0;
	margin: 15px 0 0 0;
}

#postsnav {
	margin: 15px 0;
	padding: 10px 0;
	border-top: dotted 1px #ccc;
}

/*-- Sidebar --*/
#sidebar {
	width: 270px;
	padding: 5px 15px 15px;
}

#sidebar .widget {
	margin: 0 0 15px 0;
}

#sidebar h2 {
    font-size: 20px;
	font-weight: bold;
    color: #0d4ec4;
	margin: 0 0 15px 0;
}

#sidebar h3 {
    font-size: 16px;
	font-weight: bold;
    color: #0d4ec4;
	padding: 10px 0 5px 0;
}

#sidebar h4 {
    font-size: 14px;
	font-weight: bold;
    color: #000;
	padding: 5px 0 0;
}

#sidebar h5 {
	font-weight: bold;
	color: #333;
	margin: 0 0 -17px;
}

#sidebar p {
    color: #333;
    line-height: 18px;
	margin: 0 0 10px 0;
}

#sidebar li {
    color: #333;
    line-height: 20px;
}

.sideinput {
	width: 250px;
}

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

/*-- Footer --*/
#footer {
	background: url(images/footerbg.jpg) no-repeat top center;
    text-align: center;
    overflow: hidden;
	padding: 25px 0;
}

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

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

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

.fl {
	float: left;
}

.fr {
	float: right;
}
