/*
Theme Name: Eva
Theme URI: http://evamazi.org
Author: the WordPress team
Author URI: http://evamazi.org
Description: simple
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body, html {
	
	background-image: url('images/evamazi_gra_3_o.png');
	background-repeat: no-repeat;
	background-position:left top;
	background-color: #47413C;
	border: 0;
	margin: 0;
	font-family: sans-serif, Arial;
	font-size: 13px;
}

img {
	outline: none;
	border: none;
}

a {
	color: #000;
}

a:hover {
	color: #d2d2d2;
}

a.page_title {
	color: rgba(0, 0, 0, 0.5);
	font-size: 50px;
	text-decoration: none;
}

div.wrap {
	width: 970px;
}

div.menu {
	padding-top: 100px;
	width: 280px;
	float: left;
 }


div.content {
	float: right;
	width: 670px;
}

div.menu ul
{
    list-style-type: none;
    /*border-bottom: 1px solid #DFDFDF;*/
}

div.menu ul a {
	text-decoration: none;
	color: #000;	
}

div.menu ul a:hover {
	background-color: #ff6;
	color: #000;	
}

div.menu ul li {
	padding: 2px;
}

div.menu ul li.current_page_item {
	
	color: #fff;
}

div.menu ul li.current_page_item a {
	background-color: #000;
	padding: 2px 4px 2px 4px;
	color: #fff;
}

div.bx-wrapper {
	position: relative;
	top: -15px;
}

ul.bxslider li img {
cursor: pointer;
    cursor: hand;
}

#cookie {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    color: #fff;
    font-size: 12px !important;
    left: 0;
    padding: 8px 0 5px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
