/*
Theme Name: Herbs & Rye
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Stas Newdel / stas@newdel.net
Author URI: 
Tags: empty, clean, development, design
*/


/* - BASIC STUFF - */
* {
   padding:0;
   margin:0;
}

body
{
	background:#000;
	font-family:"Century Gothic","Trebuchet MS",Arial, Verdana, sans-serif;
	font-size:1em;
	color:#fff;
	margin:0;
	padding:0;
	width:100%;
}
a {text-decoration:none;border:none;color: #fff;outline: none;}
a:hover {text-decoration:underline;}
img {border:none;}

p{
	font-size: 1.2em;
	margin: 20px auto;
}
#wrapper
{
	width:1000px;
	margin:0 auto;
	background:#000;
}

#header
{
	width:1000px;
	height:125px;
	margin:0 auto;
	background:#000 url(images/header.jpg) center no-repeat;
	text-align: center;
}

#header a.logo
{
	display:block;
	width:1000px;
	height:110px;
}


#topmenu
{
	width:1000px;
	height:52px;
	margin:0 auto;
	background:#000 url(images/content_bg.jpg) repeat-x;
}
#footer
{
	clear: both;
	width:940px;
	height: 29px;
	margin: 0 auto;
	padding:0 60px 0 0;
	text-align: right;
	background:#000 url(images/footer-new.jpg)  no-repeat;
	vertical-align: middle;
}


#footer p
{
	font-size: 12px;
	line-height: 29px;
	color: #fff;
	margin: 0;
	padding:0;
}



#content
{
	width:1000px;
	height:400px;
	margin:0 auto;
	background:#000 url(images/content_bg.jpg) repeat-x;
}

#content-home
{
	width:1000px;
	height:250px;
	margin:0 auto;
	background:#000 url(images/content_bg.jpg) repeat-x;
}

#content-inner-home
{
	width:1000px;
	height:250px;
	margin:0 auto;
	background:transparent url(images/content_overlay.png) no-repeat center;
}


#content-inner
{
	width:1000px;
	height:400px;
	margin:0 auto;
	background:transparent url(images/content_overlay.png) no-repeat center;
}

#leftmenu
{
	float:left;
	width:250px;
	height:414px;
	
	margin-top:20px;
	margin-bottom:20px;
	margin-left:125px;
}

#slides
{
	float:left;
	width:600px;
	height:400px;
	margin-top:20px;

}

.posts-wrap
{
	width:600px;
	float:left;
	margin-top:20px;
	padding-left:20px;
}

#homethumbs
{
	width:800px;
	margin:0 auto;
	padding-top:30px;
}
#page-content
{
	height:375px;
	overflow:auto;
	font-size: 0.7em;
}




/* the overlayed element */
.reservations_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.reservations_overlay div.close {
	background-image:url(images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(images/transparent.png); 
    color:#efefef; 
    height:600px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:600px; 
    width: 500px;
    overflow:none; 
}

#mask {
	background:url(images/mask_star.jpg) no-repeat 50% 0;
}

.myGallery{
	float:left;
	margin:0 auto;
	width:650px;
	padding:30px 200px 40px 200px;
	
}



