/* Copyright (C) 2012 Yousemble */

/*   ---   Add your custom styles here   ---   */

/*
	COLORS
	Blue - 01aff1
	Pink - ed018c
	Yellow - fadd00
*/


/*   LAYOUT
-------------------------------------------   */
div#top-container-right{float: left; }

div#wrapper-top-full{ 
	background: #000; 
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

div#wrapper-middle-full,
div#wrapper-middle-full div#content,
div#wrapper-middle-full div#content-full,
div#galery-container{
background: none!important;
}



/*   MENU
-------------------------------------------   */
div#menubar{ margin: 30px 0 20px 0; }

div#menu{ width: 100%; }

div#menu ul a{ border: none; }

div#menu ul a:hover,
div#menu ul.menu li.active a, 
div#menu ul.menu li.active a:hover {
	background: none!important;
	color: #01aff1!important;
	border: none;
}

div#menu ul li.level1 li a:hover{
	background: #000!important;
	color: #01aff1 !important;
}

div#menu ul li:nth-child(3) a{
	color:#ff65ff!important;
	background: url(../../../images/content/light.gif) repeat-y 55% -7px;
}

div#menu ul li:nth-child(3).active a,
div#menu ul li:nth-child(3) a:hover{
	background:#ff65ff!important;
	color:#fff!important;
}

div#menu ul.menu li.active ul li a, 
div#menu ul.menu li.active a:hover {
	background: none!important;
	color: #01aff1!important;
}

div#menu ul li.level1 ul{
	border:1px solid #000!important;
	background:#fff!important;
}

div#menu ul li.level1 ul li a:hover,
div#menu ul li.level1 ul li a{
	color:#000!important;
	background:#fff!important;
}


/*   @FONT-FACE
-------------------------------------------   */
@font-face {
    font-family: "droidsans";
    src: url("../../../images/content/assets/fonts/droidsans-webfont.eot");
    src: url("../../../images/content/assets/fonts/droidsans-webfont.eot?iefix") format("eot"),
         url("../../../images/content/assets/fonts/droidsans-webfont.woff") format("woff"),
         url("../../../images/content/asets/fonts/droidsans-webfont.ttf") format("truetype"),
         url("../../../images/content/assets/fonts/droidsans-webfont.svg#webfontOJIfwzl6") format("svg");
    font-weight: normal;
    font-style: normal;
}

body, body p{ font-family: 'droidsans', sans-serif; }

h1, h2, h3, h4, h5, h6, h3.module{
	font-family: 'droidsans', sans-serif;
	margin-bottom: 10px;
	line-height: 150%;
}

h1{font-size: 250%; }


/*   HR
-------------------------------------------   */
hr{background: #01aff1 !important; }


/* CUSTOM FORM
------------------------------------------- */
div#custom_form_container label{font-size:13px; }