@import url('https://fonts.googleapis.com/css?family=Source Sans Pro:400,400italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,400italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,400italic,700,700italic');

/*
 * 01: Main
 */

body {
	background-color: #f1ede5;
	font-size: 16px;
	font-family: 'Source Sans Pro';
}


body {
	background-image: url("//im.altervista.org/alterpages/texture/t-009.gif");
	background-position: top right;
	background-repeat: repeat-x;
}


/* Link */
a,
.widget-linklist {
	color: #ff0000;
}
#page .ap-slider .ap-control-bullets li.ap-active a,
#page .ap-slider .ap-control-bullets li a:hover,
.site-paged #page .ap-slider .ap-control-bullets li.ap-active a,
.site-paged #page .ap-slider .ap-control-bullets li a:hover,
.site-boxed #page .ap-slider .ap-control-bullets li.ap-active a,
.site-boxed #page .ap-slider .ap-control-bullets li a:hover {
	background-color: #ff0000;
}

/* Text */
body {
	color: #000000;
}

/* Title Primary */
h1, .logo-title {
	color: #111111;
	font-size: 44px;
	font-family: 'Oxygen';
}

.logo-title a,
.logo-title a:hover {
	color: #111111;
}

/* Title Secondary */
h2, h3 {
	color: #111111;
	font-size: 26px;
	font-family: 'Oxygen';
}

/* Borders */

.site-minimal .site-navigation #navigation,
.site-minimal .site-navigation .menu ul,
.site-minimal .site-navigation .menu ul li,
.site-minimal #sidebar .widget {
	border-color: #0b0b3b;
}
table, th, td {
	border-color: #0b0b3b;
}


/* Forms */
button,
input[type="button"],
input[type="submit"] {
	background-color: #ff0000;
}
button:active,
button:hover,
input[type="button"]:active,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
	background-color: #e50000;
}

/* Navigation Minimal */
.site-minimal .site-navigation .menu a {
	color: #000000;
}
.site-minimal .site-navigation .menu a:hover {
	color: #ff0000;
}
.site-minimal .site-navigation .menu > li:hover > a:before {
	border-top-color: #ff0000;
}
.site-minimal .site-navigation .menu ul {
	background-color: #fff;
}


/* Slider */

.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left,
.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right {
	background-color: #ff0000;
}
.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left:hover,
.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right:hover {
	background-color: #e50000;
}

/*
 * 02: Header
 */




#header {
	min-height: 130px;
	background-image: url("//im.altervista.org/alterpages/header/header037.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
@media (max-width: 767px) {
	#header {padding: 5%;}
}
@media (min-width: 768px) and (max-width: 1279px) {
	#header {padding: 15px;}
}
@media (min-width: 1280px) {
	#header {padding: 20px;}
}



#header {
	color: #000000;
}



#header h1,
#header h2,
#header .logo-title,
#header .logo-title a,
#header .logo-title a:hover {
	color: #000000;
}



#header a,
#header .widget-linklist  {
	color: #ff0000;
}
#header button,
#header input[type="button"],
#header input[type="submit"] {
	background-color: #ff0000;
}
#header button:active,
#header button:hover,
#header input[type="button"]:active,
#header input[type="button"]:hover,
#header input[type="submit"]:active,
#header input[type="submit"]:hover {
	background-color: #e50000;
}
#header .ap-slider .ap-control-bullets li.ap-active a,
#header .ap-slider .ap-control-bullets li a:hover {
	background-color: #ff0000;
}
#header .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left,
#header .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right {
	background-color: #ff0000
}
#header .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left:hover,
#header .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right:hover {
	background-color: #e50000;
}


/*
 * 03: Navigation
 */


.site-paged .site-navigation #navigation,
.site-boxed .site-navigation #navigation,
.site-fullwidth .site-navigation,
#header .menu .sub-menu  {
	background-color: #0b0b3b;
}
.site-paged .site-navigation .menu a,
.site-boxed .site-navigation .menu a,
.site-fullwidth .site-navigation .menu a,
#header .menu .sub-menu a {
	color: rgba(0,0,0,.8);
}
.site-paged .site-navigation .menu > li:hover > a,
.site-paged .site-navigation .menu ul,
.site-boxed .site-navigation .menu > li:hover > a,
.site-boxed .site-navigation .menu ul,
.site-fullwidth .site-navigation .menu > li:hover > a,
.site-fullwidth .site-navigation .menu ul {
	background-color: #0f0f50;
}

/* Mobile */

#navigation-mobile .navigation-mobile-area {
	color: rgba(0,0,0,.8);
	background-color: #0b0b3b;
}
#navigation-mobile .menu {
	color: rgba(0,0,0,.8);
	background-color: #0b0b3b;
}
#navigation-mobile .menu a {
	color: rgba(0,0,0,.8);
	border-bottom-color: rgba(0,0,0,.1);
}
#navigation-mobile h2.site-title {
	color: rgba(0,0,0,.8);
	font-family: 'Oxygen';
}



/*
 * 04: Content
 */


.site-paged #page,
.site-boxed #content {
	background-color: #ffffff;
}
@media (max-width: 767px) {
	.site-boxed #content {padding: 5%;}
}
@media (min-width: 768px) and (max-width: 1279px) {
	.site-boxed #content {padding: 15px;}
}
@media (min-width: 1280px) {
	.site-boxed #content {padding: 20px;}
}


/*
 * 05: Sidebar
 */
 

.site-paged #sidebar,
.site-boxed #sidebar,
.site-fullwidth #sidebar {
	background-color: #09a3ad;
}

@media (max-width: 767px) {
	.site-paged #sidebar, .site-boxed #sidebar, .site-fullwidth #sidebar {padding: 5%;}
}
@media (min-width: 768px) and (max-width: 1279px) {
	.site-paged #sidebar, .site-boxed #sidebar, .site-fullwidth #sidebar {padding: 15px;}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	#sidebar .widget-adv {margin-left: -15px;margin-right: -15px;}
}
@media (min-width: 1280px) {
	.site-paged #sidebar, .site-boxed #sidebar, .site-fullwidth #sidebar {padding: 20px;}
}

.site-minimal #sidebar .widget {
	background-color: #09a3ad;
}



#sidebar {
	color: #213132;
}



#sidebar h1,
#sidebar h2 {
	color: #ffffff;
}



#sidebar a,
#sidebar .widget-linklist {
	color: #ffffff;
}
#sidebar button,
#sidebar input[type="button"],
#sidebar input[type="submit"] {
	background-color: #ffffff;
}
#sidebar button:active,
#sidebar button:hover,
#sidebar input[type="button"]:active,
#sidebar input[type="button"]:hover,
#sidebar input[type="submit"]:active,
#sidebar input[type="submit"]:hover {
	background-color: #f2f2f2;
}
#sidebar .ap-slider .ap-control-bullets li.ap-active a,
#sidebar .ap-slider .ap-control-bullets li a:hover {
	background-color: #ffffff;
}
#sidebar .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left,
#sidebar .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right {
	background-color: #ffffff
}
#sidebar .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left:hover,
#sidebar .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right:hover {
	background-color: #f2f2f2;
}



/*
 * 06: Footer
 */




#footer {
	color: #666666;
}



#footer h1,
#footer h2 {
	color: #333333;
}



#footer a,
#footer .widget-linklist {
	color: #741952;
}
#footer button,
#footer input[type="button"],
#footer input[type="submit"] {
	background-color: #741952;
}
#footer button:active,
#footer button:hover,
#footer input[type="button"]:active,
#footer input[type="button"]:hover,
#footer input[type="submit"]:active,
#footer input[type="submit"]:hover {
	background-color: #5f1414;
}
#footer .ap-slider .ap-control-bullets li.ap-active a,
#footer .ap-slider .ap-control-bullets li a:hover {
	background-color: #741952;
}
#footer .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left,
#footer .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right {
	background-color: #741952
}
#footer .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left:hover,
#footer .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right:hover {
	background-color: #5f1414;
}



/*
 * 07: Dark
 */


/* Main */




button,
input[type="button"],
input[type="submit"],
.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left,
.ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right {
	color: #fff;
}



/* Header */



	





#header button,
#header input[type="button"],
#header input[type="submit"],
#header .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left,
#header .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right {
	color: #fff;
}


/* Navigation */


.site-paged .site-navigation .menu a,
.site-boxed .site-navigation .menu a,
.site-fullwidth .site-navigation .menu a,
#header .menu .sub-menu a {
	color: #fff;
}

/* Mobile */

#navigation-mobile .navigation-mobile-area,
#navigation-mobile .menu a {
	color: #fff;
}

#navigation-mobile .menu a {
	border-bottom-color: rgba(255,255,255,.1);
}

#navigation-mobile h2.site-title {
	color: #fff;
}


/* Content */



	
	#content input[type="email"],
	#content input[type="date"],
	#content input[type="password"],
	#content input[type="text"],
	#content textarea {
		color: #777;
		background-color: rgba(0,0,0,.05);
	}
	#content input[type="date"]:focus,
	#content input[type="email"]:focus,
	#content input[type="password"]:focus,
	#content input[type="text"]:focus,
	#content textarea:focus {
		color: #333;
		background-color: rgba(0,0,0,.1);
	}
	#content .altervista-chat,
	#content .av_newsletter {
		background-color: rgba(0,0,0,.05);
    	border: 1px solid rgba(0,0,0,.05);
	}
	.site-paged #content .ap-slider .ap-control-bullets li a,
	.site-boxed #content .ap-slider .ap-control-bullets li a {
	background-color: rgba(0,0,0,.1);
	}
	



/* Sidebar */


.site-paged #sidebar h1,
.site-paged #sidebar h2,
.site-boxed #sidebar h1,
.site-boxed #sidebar h2,
.site-fullwidth #sidebar h1,
.site-fullwidth #sidebar h2 {
	border-bottom-color: rgba(255,255,255,.25);
}
#sidebar input[type="email"],
#sidebar input[type="date"],
#sidebar input[type="password"],
#sidebar input[type="text"],
#sidebar textarea {
	color: #fff;
	background: rgba(255,255,255,.1);
}
#sidebar input[type="date"]:focus,
#sidebar input[type="email"]:focus,
#sidebar input[type="password"]:focus,
#sidebar input[type="text"]:focus,
#sidebar textarea:focus {
	color: #fff;
	background: rgba(255,255,255,.15);
}
#sidebar .altervista-chat,
#sidebar .av_newsletter {
	background-color: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.07);
}
#sidebar .ap-slider .ap-control-bullets li a {
	background-color: rgba(255,255,255,.7);
}




/* Footer */



	




#footer button,
#footer input[type="button"],
#footer input[type="submit"],
#footer .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-left,
#footer .ap-slider.slideshow-light .ap-thumbs .ap-thumbs-right {
	color: #fff;
}

