/*
Theme Name: Zs Cafe
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 

/*--------- HTML Styles ---------*/

a img{border:0;}

/*--------- Structure ---------*/

body {
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

#page {
	width:800px;
	margin: 0 auto;
}

#content {
	width: 620px;
	float: right;
}

#headerlink{
	display: block;
	height: 144px;
}

.aligncenter {margin:auto;}
.alignright {float: right;}
.alignleft {float: left;}

/*--------- Masthead ---------*/


#headerimg{
	height: 145px;
	background: url(images/mastheads/masthead1.jpg) no-repeat;
}

#headerimg h1,
#headerimg div.description{
	display: none;
}



/*--------- Navbar ---------*/

#navbar{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 180px;
	border: 2px solid black;
	border-width: 2px 0;
	height: 36px;
}
#navbar li{
	float: left;
	font-family: Georgia, serif;
	font-size: 11.5pt;
	text-transform: uppercase;
	margin: 2px;
}
#navbar li.current_page_item a{
	background: #3475bb;
	color: white;
}
#navbar li.current_page_item a:hover{
	color: white;
}
#navbar li a{
	display: block;
	height: 18px;
	text-decoration: none;
	font-weight: bold;
	padding: 7px;
	color: black;
}
#navbar li a:hover{
	color: #ef3e23;
}

/*--------- Sidebar ---------*/

#sidebar {
  	width: 180px;
  	background: #ffefc6;
  	float: left;
  	top: 198px;
  	position: absolute;
  	font-size: 80%;
  	line-height: 1.5em;
  	border: 1px solid black;
}
#sidebar_content{
	padding: 12px;
}
#sidebar h3{
	text-align: center;
	margin: 0;
}
#sidebar p{
	text-align: center;
	margin: 0;
	margin-bottom: 2em;
}

#sidebar img{
	width: 100%;
}

#tls_blurb{
	font-size: 90%;
	line-height: 1.5em;
}

/*--------- Post ---------*/

.post{
	padding: 40px;
}

.post h2{ /* Page Title */
	margin-top: 0;
	font-size: 2em;
	font-family: Georgia, serif;
}

.post-edit-link{
	padding: 40px;
}

/*--------- Menus ---------*/

.downloadmenu_button{
	float:right;
	text-align:center;
	width: 250px;
	height: 200px;
	margin-left: 1em;
}


/*--------- Our Story ---------*/

.text_sidebar{
	float: right;
	margin: 0 -40px 0 20px;
	width: 200px;
}
.text_sidebar h4{
	border-bottom:2px solid black;
	margin: 0;
}
.text_sidebar .img_container{
	text-align: center;
}
.text_sidebar p{
	font-size: 80%;
}