@import url("Roboto_Condensed/stylesheet.css");
@import url("Roboto_Condensed/stylesheet.css");
@import url("Roboto_Condensed/stylesheet.css");
@import url("Roboto_Condensed/stylesheet.css");
@import url("Roboto_Condensed/stylesheet.css");
@import url("Roboto_Condensed/stylesheet.css");
@import url("Roboto_Condensed/stylesheet.css");
@import url("Roboto_Condensed/stylesheet.css");










/* General */
body {
	/*	background: url('../images/bg2.png') repeat; */
	font-family: "Roboto Condensed";
	font-size: 23px;
	color: #000;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(150,204,255,1.00)),color-stop( 100% , rgba(255,0,0,1.00)));
	background-image: -webkit-repeating-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(150,204,255,1.00) 100%,rgba(255,0,0,1.00) 100%);
	background-image: repeating-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(150,204,255,1.00) 100%,rgba(255,0,0,1.00) 100%);
}

a, .link {
	color: #0000FF;
	font-size: 19px;
}

h1, h2,  h3, h4, h5, h6, h1 a, h2 a,  h3 a, h4 a, h5 a, h6 a {
	color: #00F;
	font-family: "Roboto Condensed";
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
}

#container {
     background: transparent;
     border-left: 0px;
     border-right: 0px;
}

/* Menu */

ul#menu{
	padding-right: 0px;
}
ul#menu li:first-child {
	background: none;
	font-size: 24px;
	font-family: "Roboto Condensed";
}
ul#menu li {
	font-family: "Roboto Condensed";
	font-size: 14px;
	padding-left: 25px;
	font-weight: normal;
/*	background: url("../images/menu_item_bg.png") no-repeat;
	background-position: 7px 6px; */
}
ul#menu li a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(51,51,51,0.8);
}

ul#menu li a:hover {
	color: #FFCC66;
	font-family: "Roboto Condensed";
	font-weight: normal;
	font-size: 19px;
}

/* Mobile menu */
@media screen and (max-width: 620px) {
     ul#menu li {
	margin: 0px;
	font-size: 10px;
	font-family: "Roboto Condensed";
    background: #CCC;
	color: #333;
         }
    ul#menu li a {
        color: #333333;
        text-shadow: none;
    }
     ul#menu li a:hover { 
         background: #EEE; 
         color: #333; 
         }
}
