/*  
Theme Name: RockinBizRed
Author URI: http://www.nathanrice.net/
Version: 2.0
Author: Nathan Rice
Description: RockinBizRed is an updated clean and sleek theme designed specifically for business blogs and websites.
It has 3 columns, with sidebars on either side of the center content section.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

html, body { margin: 0; padding: 0; }

body { 
	background: #FFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px; 
	text-align: center;
	color: #333;
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a, a:visited, a:active {
	color: #0066CC;
	text-decoration: none;
}
a:hover { color: red; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 0px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 7px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
h1, h1 a, h1 a:visited { /* This style used as title on single posts and pages */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #6B030B;
	text-decoration: none;
}
h2, h2 a { /* This style used as header in the sidebars */
	background:#fff;
	font-size: 14px;
	color: #329632;
	font-weight: bold;
	font-family: Tahoma, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}
h3, h3 a, h3 a:visited { /* This style used as the post titles on homepage/archive */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #98b714;
	text-decoration: none;
	padding-top:5px;
}
h3 a:hover {
	color: #333;
	text-decoration: none;
}
h4, h4 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: transparent;
	border: 0px solid #000;
	text-align: left;
    margin: 0px auto;
    width: 960px;
    padding: 0px;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px;
	background-color:#fff;
	height:208px;
	width:970px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	display: block;
	position: relative;
	font-weight:bold;
}
.keys{background-color:#fff;position:absolute;}
.keys li{margin-left:0px;float:left;}
ul.keys li img {display:block;}
.header a:link, a:active {color: #ffffff; text-decoration:none}
.header a:visited {color: #ffffff; text-decoration:none}
.header a:hover {color: #ffffff; text-decoration:none}

.key-link{width:95px;height:34px;display:block; text-align:center;}
.sadyba{background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/sadyba1.jpg');}
.rest{background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/rest1.jpg');}
.activity{background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/activity1.jpg');}
.suvenirs{background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/suvenirs1.jpg');}
.contacts{background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/contacts1.jpg');}
.gallery{background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/gallery1.jpg');}
.tourfirm{background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/tourfirm1.jpg');}
.guestbook{background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/guestbook1.jpg');}
.logo .end {width:225px;height:34px; display:block; text-align:center; color:#666;}
.link_to_main{position:absolute;left:0px;bottom:0px;background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/logo1.jpg');width:225px;height:34px;}
.languages{position:absolute;right:0px;bottom:0px;background-image: url('http://sadyba.ks.ua/wp-content/themes/rockinbizred-20/images/right1.jpg');width:225px;height:34px;text-align:right;}
.header-bottom{background-color:#fff;width:100%;overflow:hidden;height:34px;}
#menu {
	display: block;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding:0px;
	}
#menu ul li a {
	color: #FFF;
	padding:0px;
	margin: 0px;
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
	font-weight:bold;
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration:none;
	}
	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 20px 25px 20px 15px;
	width: 510px;
	display: block;
	border: 0px solid black;
}
.post-more { /* Use this class to style the "more" tag div */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 0px 0px;
	background: none;
	border-top: 0px;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 5px 0px;
	background: none;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 200px;
	margin: 10px 0px 15px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar p {
	padding: 5px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li a {
	color: #666;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 0px;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 200px;
	margin: 10px 0px 15px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#r_sidebar p {
	padding-bottom: 10px;
	padding-top:0px;
}

#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 10px 0px;
	margin: 0px;
}
#r_sidebar ul li {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li a {
	color: #666;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
.comments {
	padding: 8px;
}
.comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
.comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 15px 0px 0px 0px;
	padding: 20px;
	clear: both;
	background: #FFF;
	border-top: 1px solid #697279;
	text-align: center;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
}
#footer a {
	color: #CC3333;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

 img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
 
    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }
 
    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }
 
    .alignright {
    float: right;
    }
 
    .alignleft {
    float: left;
    }
