/*
Theme Name: Blue Cup
Theme URI: http://berrywebteam.net
Description: Theme created specifically for Blue Cup Cafe.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #fff;
	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;
}

/*-- Images */
img {
	border: none;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

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

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

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*-- Links --*/

a {
	color: #cc9933;
}

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

a.blocklink, #postnav a {
	background: #CD9933;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	border: solid 2px #eddbb8;
	float: left;
	clear: both;
}

a:hover.blocklink, #postnav a:hover {
	background: #eddbb8;
	color: #003366;
	border: solid 2px #CD9933;
}

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

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

li {
	list-style-type: circle;
}

/*-- Container --*/
#container {
	background: url(images/headerbg.jpg) repeat-x 0 0;
	width: 950px;
	margin: 0 auto;
	padding: 11px 0 0;
}

/*-- Header --*/
h1 {
	display: none;
}

.logo {
	margin: 0 0 15px 10px;
}

/*-- Menu --*/
#nav {
	width: 200px;
	padding: 0;
	margin: 0;
}

#nav li {
	list-style-type: none;
}

#nav li a {
	background: url(images/b-inactive.jpg) no-repeat 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	letter-spacing: -1px;
	text-transform: uppercase;
	height: 40px;
	padding: 15px 5px 5px 55px;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #eddbb8;
}

#nav li a.last {
	border: none;
}

#nav li a span {
	font-size: 12px;
	font-weight: normal;
	color: #857555;
	letter-spacing: 0;
	text-transform: lowercase;
	white-space: nowrap;
}

#nav li a:hover {
	background: url(images/b-over.jpg) no-repeat 0 0;
	color: #CE9836;
}

/*-- Sidebar --*/
#sidebar {
	width: 250px;
	float: left;
}

#sidebar.homepage {
	width: 200px;
}

/*-- Content --*/
#content {
	width: 700px;
	float: right;
}

#content.homepage {
	background: url(images/flashbg.jpg) no-repeat 0 1px;
	width: 750px;
}

.flashobj {
	margin: -11px 0 0 30px;
	width: 260px;
	height: 515px;
	float: left;
}

.hours {
	color: #003366;
	margin: 165px 0 0;
}

.hours h4 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #cc9933;
	padding: 0 0 5px;
}

.hours table {
	width: 260px;
	margin: 5px 0;
	border-top: solid 1px #eddbb8;
	border-bottom: solid 1px #eddbb8;
}

.hours.sidebar {
	margin: 15px 0;
}

.hours.sidebar table {
	width: 200px;
}

.hours td {
	padding: 3px;
}

.hours td.right {
	text-align: right;
}

.hours p {
	font-size: 11px;
	line-height: 13px;
}

.posthead {
	background: #eddbb8 url(images/headcorner.jpg) no-repeat bottom right;
	width: 679px;
	height: 19px;
	text-align: right;
	padding: 10px 10px;
	border-left: solid 1px #fff;
	float: right;
}

.posthead.homepage {
	width: 439px;
}

.posthead p {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #B4762B;
	text-transform: uppercase;
}

.posthead p span {
	color: #003366;
}

.postarea {
	width: 650px;
	padding: 15px 25px;
	float: right;
}

.postarea.homepage {
	background: url(images/contentbg.jpg) no-repeat 0 1px;
	width: 425px;
	padding: 15px 0 15px 35px;
}

.postarea h2 {
	background: url(images/cup-icon.jpg) no-repeat 0 0;
	height: 14px;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	letter-spacing: -1px;
	padding: 25px 0 25px 70px;
	margin: 0 0 15px;
}

.postarea h2 span {
	font-size: 16px;
	font-weight: normal;
	color: #CD9933;
	letter-spacing: 0;
}

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

.postarea h2 a:hover {
	color: #CD9933;
}

.postarea h3 {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	padding: 10px 0;
}

.postarea h4 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #CD9933;
	padding: 5px 0;
}

.postarea p {
	font-size: 13px;
    color: #857555;
	margin: 0 0 10px;
}

.postarea p.smalltext {
	font-size: 11px;
	font-style: italic;
}

.postarea p.video {
	padding: 10px 0 0;
}

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

.postarea img {
	border: solid 1px #EDDBB8;
	padding: 5px;
}

blockquote {
	background: #F8F1E1 url(images/quote.jpg) no-repeat 0 0;
	width: 525px;
	margin: 0 30px;
	padding: 15px 15px 5px 45px;
	border: solid 1px #eddbb8;
}

.postarea table {
	margin: 0 0 25px;
}

.postarea th {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	line-height: 26px;
	width: 490px;
	text-align: left;
	padding: 5px 0;
}

.postarea td {
	background: #F8F1E1;
	font-size: 14px;
	font-weight: bold;
	color: #857555;
	line-height: 20px;
	border-bottom: solid 1px #fff;
	width: 40px;
	text-align: center;
	padding: 5px;
}

.postarea td.even {
	background: #EDDBB8;
	width: 40px;
}

.postarea td.blank {
	background: #fff;
}

.postarea td.description {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	width: 490px;
	text-align: left;
}

.postarea td.description span, .postarea th span {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #857555;
}

/*-- Format Blog Meta and Breadcrumb --*/
.date {
	color: #857555;
	font-size: 11px;
	font-style: italic;
	margin: -30px 0 15px 70px;
}

.date a {
	color: #857555;
}

/*-- Formats Category and Tags Section on Blog --*/
.subpost {
	font-style: italic;
	color: #857555;
	padding: 10px 0 25px;
	border-top: dotted 1px #eddbb8;
}

/*-- Page Navigation on Blog --*/
#postnav {
	
}

/*-- Callout Boxes and Lists --*/
.contentdiv {
	
}

.callout {
	
}

/*-- Home Bottom --*/
#homebottom {
	margin: 10px 0 0;
	padding: 15px 0;
	overflow: hidden;
	border-top: dotted 1px #eddbb8;
	clear: both;
}

#homebottom h3 {
	background: url(images/cup-icon.jpg) no-repeat 0 0;
	height: 14px;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	letter-spacing: -1px;
	padding: 25px 0 25px 70px;
	margin: 0 0 15px;
}

#homebottom p {
	color: #857555;
	margin: 0 0 10px;
}

#homebottom a{
	text-decoration: none;
}

#homebottom .featured {
	width: 278px;
	margin: 0 10px 10px 0;
	padding: 15px;
	border: solid 1px #eddbb8;
	float: left;
}

#homebottom .featured h3 {
	background: none;
	height: auto;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	padding: 0;
	margin: 0 0 10px;
}

#homebottom .featured h4 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	padding: 5px 0;
}

#homebottom .featured h4 a {
	color: #003366;
}

#homebottom .featured h4 a:hover {
	color: #cc9933;
}

#homebottom .featured.right {
	margin: 0;
}

/*-- Footer --*/
#footer {
	border-top: dotted 1px #eddbb8;
	width: 660px;
	padding: 15px 145px 25px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

#footer .footdiv {
	width: 200px;
	margin: 0 10px;
	float: left;
}

#footer p {
	color: #857555;
	margin: 0;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}
