@charset "utf-8";
/* Created by Marcello Silvestri for Cubusion Affiliate */

/* STRUTTURA */

body {
	background: #FFF;
	font: Arial, Helvetica, sans-serif !important;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

.gfont {
	font-family: 'Oswald', sans-serif;
}

.bigger {
	font-size: 20px;
}

.slider_bg {
	background: #f8cc8a;
	padding: 15px 0px;
}

#rightcol ul {
	list-style-type: none;
	padding: 0;
	margin-left: -15px;
	margin-bottom: 20px;
}

#rightcol li {
	text-align: center;
	margin-bottom: 10px;
}

#footer_logo {
	width: 240px;
	float: right;
	height: 90px;
	margin-top: 5px;
}

#footer_logo img {
	border: none;
	outline: none;
}

/* TYPO */

h1 {
	font-size: 36px !important;
	color: #15305d !important;
	font-weight: bold !important;
}

p {
	margin-bottom: 25px !important;
}

p strong {
	color: #1d0b31 !important;
	font-weight: bold !important;
}

p a {
	text-decoration: none !important;
	color: #1d0b31 !important;
}

#menu_container li a {
	font: 18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

#menu_container li a:hover, a:visited {
	color: #15305d;
	text-decoration: underline;
}

#menu_container li .selected {
	color: #15305d;
	text-decoration: underline !important;
}

#leftcol {
	padding-left: 0px;
	padding-right: 35px;
}

#rightcol {
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

#rightcol li a {
	text-decoration: none;
	color: #000;
	background-image: url(../img/list-line.png);
	background-repeat: repeat-x;
	background-position: 100% 85%;
	line-height: 1.5;
	padding: 10px 0px;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	text-align: center;
}

#rightcol li a:hover {
	color: #1d0b31;
	font-weight: bold;
}

#rightcol li .selected {
	color: #1d0b31;
	font-weight: bold;
}

@media (min-width: 1024px) {
	.cubusion-menu {
		margin-right: -45px !important;
		padding-top: 50px !important;
		margin-bottom: -60px !important;
	}
}

@media screen and (max-width: 980px) {
	#leftcol {
		padding-left: 15px;
		padding-right: 15px;
	}

    #rightcol li a {
    	font-size: 24px;
		text-decoration: none;
		color: #000;
		background-image: none;
		line-height: 1;
		padding: 10px 0px;
		white-space: nowrap;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
}