/**
* @package   varna
* @author    Ruslan Kazakov
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
*/

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/
html {
background: url(../images/page-bg.gif);
/*background: url(../images/main-bg.jpg);*/
}

body {background:url(../images/) 50% -130px repeat-x;}
/* typography  */
.item .title a{font: bold 26px/30px Arial;}
/* Layout
----------------------------------------------------------------------------------------------------*/
#sidebar-a {

	text-align:center;
	background:rgba(0,0,0,0.6);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#breadcrumbs {color:#fff;}
#logo {}
/* Menus
----------------------------------------------------------------------------------------------------*/
.menu-sidebar li.level1 {font-family: "BebasNeue";}

/* Modules
----------------------------------------------------------------------------------------------------*/
#sidebar-a .mod-box {color:#fff;}

/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/
/*
#maininner {
	background:url(../images/diamond.png);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
*/