/*
Theme Name: Cafe Haven
Theme URI: http://www.cafehaven.ca
Description: A theme for Cafe Haven.
Version: 1.0
Author: Scott Cairns

*/

/* General Layout */

#container {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
}

#content {
	margin: 0px;
	margin-top: 10px;
	float: left;
	padding: 20px 30px;
	width: 56.5%;
	background-color: #FFFBEA;
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
}

/*Wordpress styles for wrapping text */

img.alignright, div.alignright {float:right; margin:0 0 1em 1em}
img.alignleft, div.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright, a div.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft, a div.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter, a div.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Header */
#header {
	width: 1000px;
	margin-top: 40px;
}

#header h4 {
	margin-left: 190px;
	margin-top: -35px;
	color:#753F00;
	font-size: 1.4em;
}

#original-fare {
	position: absolute;
	width: 48px;
	margin-left: 938px;
	margin-top: -20px;
}

#original-fare img {
	float: left;
	margin-right: 20px;
}/* Gift Certificates */#gift-certs {	position: absolute;	width: 180px;	margin-left: 738px;}#gift-cert-img {}

/* Basic Styles */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #FEF6D1;
	font-family: "Georgia", "Times New Roman", "Serif";
	line-height: 1.5em;
}

img {
	border-style: none;	
}

a {
	text-decoration: none;
	font-size: 1.0em;
	color: #0093D0;
}

a:hover {
	text-decoration: underline;
}

a.deeplink {
	font-size: 1.0em;
}

a.deeplink:hover {
	text-decoration: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 1.2em;
}

h1 { 
	color: #4A2910;
	font-size: 1.8em;
}

h2 , h2 a{
	color: #4A2910;
	font-size: 1.6em;
	margin: 15px 0;
}

h3 {
	color: #0093D0;
	font-size: 1.4em;
}

/*Navigation */

img#tasse {
	width: 200px;
	height: 200px;
}

.menu_inside ul {
	margin: 0;
	padding: 0;
}

.menu_inside ul li {
	list-style-type: none;
	float: left;
	margin: 20px 15px;
}

.menu_inside ul li a {
	color: #FFFFFF;
	font-size: 1.5em;
	text-decoration: none;
}

.menu_inside {
	margin-top: 70px;
	margin-bottom: 20px;
	float: right;
	background: #753F00;
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Sidebars */

#sidebar-right{
	float: right;
	width: 175px;
	overflow: hidden;
}

#sidebar-left{
	float: left;
	margin-right: 10px;
	width: 175px;
	overflow: hidden;
}

/* Upcoming Events Widget */

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

#events-list li {
	margin: 10px 0;
	border-bottom: 1px dotted #000000;
}

#events-list li p {
	margin: 8px 12px;
	padding: 0;
	line-height: 1em;
}

#events-list .start-time {
	font-size: 0.9em;
}

#events-list .event-startdate {
	margin: 4px;
}

/*Twitter Feed Widget */

.aktt_tweets {
	border: #DDD8C5 2px solid;
	margin-top: 25px;
	padding-top: 8px;
	width: 170px;
	background-color: #DDD8C5;
}	

#twitter-tools {
	margin-top: -63px;
}

 #twitter-tools h3 {
	margin: 20px 0 0 65px;
	color: #0093D0;
	font-size: 1.2em;
}

.aktt_tweets ul  {
	list-style:none;
	padding: 0;
	margin-top: -10px;
	font-family: verdana;
	line-height: 1.5;
}

.aktt_tweets ul li {
	font-size: 0.9em;
	margin: 8px 4px;
	padding: 4px;
	background-color: #FFFFFF;	
}

.aktt_tweets ul li > a:last-of-type {
	display: block;
	font-weight: bold;
	font-size: 1em;
}

.aktt_tweets ul li:first-child {
	font-size: 1.0em;
	font-family:"Georgia", "Times New Roman", "Serif";
	font-weight: bold;
}

/*facebook icon */

a#facebook-link {
	display: block;
	margin: 10px 0 0 0;
}

img#facebook-image {
	width: 45px;
}

p#facebook-text {
	font-size: 0.9em;
	float: right;
	width: 125px;
}

/*Not used?*/
.subheadline {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Main page Twitter Speech Bubble */

#twitter_latest #followus {
	float: right;
	margin-top: -35px;
}
/* Normal Bubble */
div.bubble {

}

div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0;
	padding-left: 15px;
	padding-top: 12px;
	top: -3px;
	background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}

/* News Post Formatting */

.post h2 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 35px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #4A2910;
}

.post p {
	margin: 10px 0;
	line-height: 1.2em;
}

#content img, img.thumb {
	border: 4px solid #DDD8C5;
	padding: 3px;
}

.post small {
	font-size: 0.9em;
	color: #078FCD;
	margin: 0;
	text-decoration: none;
}

#content div.wp-caption {
	background: #E9E6D8;
	text-align: center;	
	border: 1px solid #DDD8C5;
}

#content div.wp-caption img{
	border: none;
	padding: 0px;
	margin: 6px;

}

#content p.wp-caption-text {
	font-size: 0.9em;
	line-height: 1.2em;	
	margin: 6px;
	text-align: left;
}

#content #photogallery img {
	margin: 10px;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	padding: 15px 0;
}
	

.content_text li {
	margin-top: 12px;
	margin-bottom: 12px;
}
.rule {
	font-weight: bolder;
}

.gallery {
	border: #4C2613 4px solid;
	margin: 10px;
}

.p_left {
	margin-right: 170px;
}


/* For the HTML Version of the menu, currently not in use

#botommenu {
	margin: 15px;
}

#menu #column_left {
	width: 49%;
	float: left;
}

#menu #column_right {
	width: 49%;
	float: right;
}

#menu h6 {
	color: #4A2910;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-top: 20px;
}

#menu .black {
	color: black;
}

#menu .coffee {
	color: black;
	margin: 0px;
}

#menu .trad {
	font-weight: normal;
	color: black;
	margin: 0px;
}

#menu .top {
	font-weight: normal;
	color: black;
}

#menu .italic {
	font-style: italic;
}

#menu p {
	font-size: 12px;
	width: 85%;
	margin: 0px;
}

#menu .price {
	font-size: 12px;
	float: right;
	margin-top: -14px;
	text-align: right;
	font-weight: bold;
}

#hire {
	font-size: 16px;
	padding-top: 25px;
	clear: both;
	text-align: center;
	color: #0093D0;
}

#party_menu table{
	font-size: 12px;
	border-style: none;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
}

#party_menu td ,th{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#party_menu td {
	padding-left: 25px;
}

.party_price,.min_order{
	width: 125px;
	vertical-align: top;
}

.description {
	margin-left: 20px;
	font-style: italic;
}

.party_price {
	color: #4A2910;
	font-weight: bold;
}

/*End Menu */

/* Coffee Page */

ol#coffeerules {
	width: 350px;
	float: left;
}

div#coffeeimages {
	float: right;
	width: 150px;
	margin-right: 15px;
}

div#coffeeimages img {
	margin-top: 25px;
	margin-bottom: 120px;
}

/*Product Page */

.product{
	border-bottom: 1px dashed #4A2910;
	overflow: auto;
	padding: 0 0 25px 0;
}

.product:last-of-type {
	border-bottom: none;
}

.product img {
	float: left;
	margin: 0 25px 0 0;
	padding: 3px;
	border: 5px solid #DDD8C5;	
}


.product h2 a {
	font-family: Georgia, 'Times New Roman', Times, Sans-Serif;
	text-decoration: none;
	color: #4A2910;
	font-weight: normal;
}

.product h2 a:hover {
	text-decoration: underline;
}

.product img.size-thumbnail {
	width: 20%;
	height: 20%;
	margin: 5px;
	float: left;
}

/*Photo Gallery Page */

div#photogallery img {
	float: left;
}

/* Coffee Page */

ol li {
	margin-bottom: 15px;
	font-size: 1.2em;
}

/* Events Page */

div.event {
	border-bottom: 1px dashed #000000;
	margin: 0 0 30px 0;
	clear: both;
	overflow: auto;
	padding: 0 0 10px 0;
}

div.event img {
	float: left;
	max-width: 150px;
	max-height: 150px;
	margin-right: 20px;
	padding: 3px;

}

div.event:last-child {
	border: none;
}

div.event p, div.event h3 {
	margin:  5px;
}

div.event p.event-date {
	font-style: italic;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.ddet_div {
  margin: 8px 0 0 12px;
  padding: 8px;
  background: #FEF6D1;
  border: 1px solid #DDDDDD;
}

qs {
color: #333;
font-size: .7em;
}
