/*
Theme Name: Enjoy-promo
Theme URI: http://enjoy-promo.com.ua
Description: <a href="http://enjoy-promo.com.ua>Emerald Stretch</a> is an advanced, easy to use, three column and fix width WordPress theme!.
Version: 2.2
Author: Tatiana Nikolaenko
Author URI: http://genie.net.ua
Tags: green, white, light, three-columns, fix-width, left-sidebar, right-sidebar

    
  The CSS, XHTML and design is released under GNU General Public License version 3 (GPLv3):
  http://www.opensource.org/licenses/gpl-3.0.html  
*/

html {height:100%;}
body {
	background: #FFF url(images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
   height:100%;
   min-height:100%;
}

body * {margin: 0px; padding: 0px;}
#allPage {
	background: White;
	color: inherit;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}

/*********************************************
		Link Styles
*********************************************/
a, a:visited, a:active {
	color: #6ABB43;
	text-decoration: none;
}
a:hover { color: red; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
h1, h1 a, h1 a:visited {
	/* This style used as title on single posts and pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #B1B5B6;
	text-decoration: none;
}
h2, h2 a {
	/* This style used as header in the sidebars */
	font-size: 15px;
	color: White;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-weight: bold;
}
h3, h3 a, h3 a:visited {
	/* This style used as the post titles on homepage/archive */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #225B17;
	text-decoration: none;
}
h3 a:hover {
	color: #88B220;
	text-decoration: none;
}
h4, h4 a {
	/* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #88B220;
	text-decoration: none;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: url(images/content.gif) repeat-y;
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	padding: 0px;	
}
.clearer {
	clear: both;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px;
	background: transparent;
	margin: 0px auto;	
	padding: 0px;
	display: block;
	position: relative;
}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-align: center;
	padding: 0;
	margin: 0px auto;	
	display: block;
	width: 1000px;	
	height: 53px;		
}

#menu ul{
	width: 1000px;	
	padding: 0;
	margin: 0px auto;	
}
#menu ul li {
   float:left; 	
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 19px 0px;
	background: url(images/menu_up.jpg) no-repeat;
	width: 200px;		
	display: block;

	}
#menu ul li a {
	color: #FFF;
	padding: 18px 10px 19px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item {
   float:left; 	
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px 22px 0px;
	background: url(images/menu_on.jpg) no-repeat;
	width: 200px;		
	display: block;
	
	}
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
 	color: #FFF;
	padding: 18px 10px 22px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	height: 53px;
	}
#menu ul li a:hover {
  
	}
	
/*********************************************
		Content Div
*********************************************/
#content {
	background: transparent;
	float: left;
	margin: 0px;
	padding: 0px 5px 20px 20px;
	width: 540px;	
	border: 0px;
	text-align: justify;
}
#content table{
	width: 540px;	
}
#content ul{
	list-style: disc outside;	
	padding: 0px 0px 0px 77px;
	margin: 10px 0px 10px 0px;
	}
#content ul li {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 20px;
}
.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: 1px solid #999;
}
.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 {
}
.meta-edit a.post-edit-link{
	color: #6ABB43;
}

/*********************************************
		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
*********************************************/
#left {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 210px;
	display: block;	
	border: 0px;	
}
#right {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 210px;	
	float: right;
	display: block;	
	border: 0px;
}
.green{
	background: url(images/green.jpg) no-repeat top;
	width: 210px;	
	height: 706px;
	
} 

.green_r{
	background: url(images/green_r.jpg) no-repeat top;
	width: 210px;
	height: 706px;

	
}

#l_sidebar {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 30px 10px 10px 10px;
	margin: 0px 0px 0px 0px;	
	display: block;
	width: 188px;
	float: left;	
	text-align: center;
}
#l_sidebar p {
	padding: 10px;
	color: White;
}
#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 10px 0px;
	
}
#l_sidebar ul li img {
	border: 5px solid White;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
	
}
#l_sidebar ul ul li a {
	color: White;
	text-decoration: none;
	font-size: 18px;
}
#l_sidebar ul ul li a:hover {
	color: White;
	text-decoration: underline;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
	
}
#l_sidebar ul li ul li a {
	color: White;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	color: White;
	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: 5px 10px 5px 5px;
}



/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 15px 10px 10px 10px;

	text-align: center;
	
}
#r_sidebar ul li .textwidget p{
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#r_sidebar ul li .textwidget p a{
	font-size: 10px;
	font-weight: bold;
}
#r_sidebar ul li h2 .widgettittle p{
	font-size: 11px;
	padding-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

#r_sidebar p {
	padding: 0px;
	color: White;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
}

#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul li ul li a {
	color: White;
	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: 5px 10px 5px 5px;
}

/*********************************************
		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: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	background: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
#footer a {
	color: #67A14C;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

a.xl{
    display: none;
}
