/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
font-family: 'Droid Serif', serif;
}


/*** MAIN ZONE ***/


.cursorStyle{
cursor:pointer;
}

.droidserifstyle{
font-family: 'Droid Serif', serif !important;
}

.sansserifstyle{
font-family: 'Open Sans', sans-serif !important;
}

#header {
width:100%;
min-height:400px;
margin-bottom:30px;
box-shadow: 0px 0px 15px black;
background:#2B4767
}


#preHeader{
height:60px;
width:960px;
margin:auto;
position: relative;
z-index: 200;
}

#centerHeader{
height:350px;
}

#postHeader{
height:50px;
background:url('../images/bg_topmenu.png');
}

#mainContent{
width:960px;
min-height:1000px;
margin:auto;
}


#component{
width:700px;
box-shadow: 0px 4px 20px black;
background-color:white;
float:left;
position: relative;
z-index: 10;
border-radius:5px;
}

#rightBar{
float:left;
width:260px;
position: relative;
z-index: 1;
}
/** HEADER **/

#overHeader {
width: 955px;
margin:auto;
height: 350px;
z-index: 100;
position: relative;
}


#preHeader > div {
float:left;
}

.searchBox {
margin-top: 15px;
border-radius: 15px;
padding: 0px;
background:url('../images/search_bg.png');
height: 28px;
width: 180px;
}

input#mod-search-searchword {
  width: 80%;
  height: auto;
}

.searchBox form > div {
padding: 0px 5px;
}

.searchBox  input{
border: none;
background: rgba(0, 0, 0, 0);
color: #00a0f0;
}

.searchButton {
margin-top: 3px;
position: relative;
top: 3px;
}

.custom.topIcon {
margin-top: 10px;
margin-left: 110px;
}

#logoFalconara{
position: relative;
top: 185px;
left: -300px;
float:left;
z-index:30;
opacity:0;
}

#clementeRossi{
position: relative;
float: right;
top: 208px;
z-index:20;
}
#blueLine {
width: 100%;
background:#002D64;
height: 62px;
position: absolute;
top: 307px;
}



/* RIGHT BAR */

.moduletable h3 {
text-transform: uppercase;
text-align: left;
color: white !important;
height: 50px;
font-weight: bold;
padding-left: 10px;
line-height: 50px;
background: url('../images/bg_titolo_moduli.png');
font-family: 'Open Sans', sans-serif !important;
font-style:normal !important;
}

ul.ultimi-articoli{
border-right:1px solid #D5D5D5;
border-bottom:1px solid #D5D5D5;
padding-left: 0px;
}

.ultimi-articoli li{
border-top:1px solid #D5D5D5;
text-align:left;
height:40px;
background: url('../images/bg_ultimoarticolo.png');
}


.ultimi-articoli li:hover{
background: url('../images/bg_ultimoarticolo_active.png');
}

.ultimi-articoli a.current{
background: url('../images/bg_ultimoarticolo_active.png');
}

.ultimi-articoli a{
color:#000;
text-decoration:none;
height:auto;
font-family: 'Droid Serif', serif;
font-size: 12px;
text-align: justify;

}


.partner{
border-bottom:1px solid #D5D5D5;
}
.custom.partner {
border-right: 1px solid #D5D5D5;
}

.moduletable_gallery {
width: 235px;
margin-left: 25px;
}

.moduletable_gallery h3{
text-transform: uppercase;
text-align: left;
height: 50px;
color: #00A0F0 !important;
font-weight: bold;
padding-left: 10px;
line-height: 50px;
font-family: 'Open Sans', sans-serif !important;
font-style:normal !important;
}

/**MAIN CONTENT **/

#mainContent p {
text-align:justify;
font-weight: normal;
text-align: justify;
padding: 0px 0px 25px 0px;
color: #3F3C38;
font-family: 'Droid Serif', serif
}

.component > div {
padding:10px;
}


#mainContent h2{
text-align:left;
margin-top:10px;
margin-bottom:10px;
color:#00a0f0;
font-size:24px;
font-family: 'Open Sans', sans-serif;
}

#mainContent h3{

font-family: 'Droid Serif', serif;
font-style:italic;
font-weight:bold;
color:#003c78;
}


#mainContent .create {
width: 40px;
float: right;
height: 33px;
border: 1px solid #D5D5D5;
background: #EBF0F5;
color: #3868a1;
font-weight: bold;
}

#mainContent .article-info {
	display: none;
margin: 0;
font-size: 0.9em;
height: 20px;
}
.blog-featured {
width: 650px;
margin-top:25px;
margin-left: 25px;
margin-right: 25px;
}


strong, b {
font-weight:bold;
}

i{
font-style:italic;
}

p img {
margin: 0px 15px 15px 0px;
padding: 0px 0px 0px 0px;
}

.item-separator {
display: block;
margin: 0px;
border-bottom: 1px solid #D5D5D5;
border-top: 1px solid #EFEFEF;
}

.items-more {
margin-top: 25px;
margin-bottom: 25px;
}

.items-more h3 {
text-transform: uppercase;
text-align: center;
color: #FFF !important;
height: 25px;
width: 345px;
border-radius: 5px;
margin-bottom: 15px;
margin: auto;
margin-bottom: 15px;
font-weight: bold;
padding-left: 10px;
line-height: 25px;
background: url('../images/bg_titolo_moduli.png');
font-family: 'Open Sans', sans-serif !important;
font-style: normal !important;
}
.items-more ol{
font-size:12px;
line-height:14px;
}
/**** PAGINATION ***/

.pagination{
margin:auto;
margin-bottom:35px;
}

#mainContent div.pagination p.counter{
text-align:center;
padding-bottom:10px;
font-family: 'Open Sans', sans-serif;
font-weight:bold;
font-size:14px;
}

.pagination li{
float:left;

}

.pagination ul {
position: relative;
margin: auto;
width: 260px;
font-size: 12px;
font-weight:bold;
font-family: 'Open Sans', sans-serif;
}


/********** Article List ********/
.actions {
float: right;
height: 20px;
clear: both;
width: 650px;
}

.actions li {
float:right;
padding-left:5px;
}


/* TOP SLIDER */

.moduletable.topSlider {
width: 950px;
margin: auto;
height: 350px;
position: absolute;
z-index:10;

}


div#klixoSlider_103 div.navBar ul{
top: -10px;
right: -5px;
float:right;
}


/*** HEADER TOP MENU */

.moduletable_topMenu{
width:960px;
height:50px;
margin:auto;
overflow:hidden;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
}

.moduletable_topMenu ul{
float:right;
}

.moduletable_topMenu li {
float: left;
height: 50px;
padding-right: 10px;
border-right: 1px solid #C2C3C6;
text-align: center;
width: 150px;
color: #004C93;
}

.moduletable_topMenu li a {
color: #004C93;
}
.moduletable_topMenu li a.current {
font-weight:bold;
color: #00A0F0;
}

.moduletable_topMenu li a:hover {
color: #00A0F0;
}
.moduletable_topMenu ul  li:first-child{
border-left:1px solid #c2c3c6;
}



/*** FACEBOOK MODULE ***/

#facebookWrapper {
background: url('../images/facebook.png');
width: 235px;
margin-left: 25px;
height: 100px;
}

.fb_iframe_widget{
top: 0;
left: 0;
}

#facebookWrapper .fb_iframe_widget {
display: inline-block;
top: 67px;
position: relative;
left: -50px;
}

.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {
position: relative;
top: 67px;
left: -55px;
}


/** TWITTER MODULE **/


#twitterWrapper {
background: url('../images/twitter.png');
width: 235px;
height: 99px;
margin-left: 25px;
}


.twitter-share-button.twitter-count-horizontal {
position: relative !important;
top: 67px;
left: -49px;
}