/*======================================
Developped by Axestech.net
======================================*/

/**************************************/
/*	GLOBALS
/**************************************/

html, body {
	height: 100%;
	width: 100%;
}
body {
    color: #333;
    font: normal 12px Arial, Helvetica, Tahoma, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
#top-logo {
    position:relative;
}
.top-bg {
    background: url(../../images/frontend_union/backgrounds/body_home.jpg) repeat-x;
    position:absolute;
    height:369px;
    width:300%;
    left: -100%;
    z-index: 1;
    top: -9px;
}
.topLogo {
    position:relative;
    z-index: 10;
}
.container_16 {
}
.main-content ul {
    list-style: initial;
    margin-left: 20px;
}
div.space {
	display:block;
	height:10px;
}
div.clear {
	clear: both;
}
div.hr {
	margin:5px 0 5px 0;
	border-top:1px solid #CCC;
	height:1px;
}
.font1 {
	font-family: 'Tinos', arial, serif;
}
.font2 {
	font-family: 'Ubuntu', arial, serif;
}
.clubs_unit {
	border:1px solid #CCC; 
	padding:5px; 
	float:left; 
	margin:5px 0; 
	width:690px;
}

.small_top {
	background: url(../../images/frontend_union/backgrounds/body_top_small.png) no-repeat top; 
	height:28px;
}
.bg_blank {
	background:#FFF;
}
.path {
	margin-bottom:15px;
}

/**************************************/
/*	STRUCTURE
/**************************************/

#loader {
	background:#333;
	height: 30px;
	width: 120px;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px;
	z-index:50;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
	line-height:30px;
	font-size:12px;
	color:#FFF;
}
#page {
	position:relative;
	width:1060px;
	margin:0 auto;
	background:url(../../images/frontend_union/backgrounds/page_border.jpg) no-repeat center 380px;
	min-height:1000px;
}
#top {
    /*height: 35px;
    padding: 38px 20px 0 20px;*/
}
#top-logo {
    /*
    position:absolute;
    right:20px;
    top:9px;
    z-index:99;*/
    
    width: 100%;
    text-align: center;
}
#top-nav {
	float:left;
	height: 30px;
	width:700px;
}
#main {
    position: relative;
    z-index: 9999;
}
.front-mapdesc h3 {
    margin-top:0!important;
}
#main-content {
    padding: 10px 0 10px 0;
}
#footer {
	background:url(../../images/frontend_union/backgrounds/footer.jpg) no-repeat top center;
}
#copyright {
	height:40px;
}

.titleArticle {
    color: #666;
    font-weight: bold;
    font-size: 16px;
}

/**************************************/
/* BACKGROUNDS
/**************************************/

.sidebar {
	background:url(../../images/frontend_union/backgrounds/sidebar.jpg) no-repeat 660px 20px;
}

/**************************************/
/*	MENU
/**************************************/

#top-nav .nav-infos {
	padding-top:8px;
	height:28px;
}

/**************************************/
/*	BUTTONS
/**************************************/

.btn {
	display:block;
}
.btn_login {
	 display:block;
	background:url(../../images/frontend_union/icons/home.png) no-repeat left center;
	padding-left: 30px;
	height:22px;
	line-height:22px;
	font-size:14px;
	color:#333;
}
.btn_joinus {
	background:url(../../images/frontend_union/pictures/joinus.png) no-repeat;
	display:block;
	width:385px;
	height:65px;
	margin-left:60px;
}
.btn_readnext {
	float:right;
	padding:6px;
	background: #666;
	color:#FBD138;
	text-transform:uppercase;
	font-size:10px;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
	margin-right:10px;
	margin-bottom:10px;
}
.editoContent .btn_readnext {
    float:left;
    display:none;
}
input.btn_readnext {
	border:none;
	cursor:pointer;
	float:left;
}
.newsletter_submit {	
	border:none;
	cursor:pointer;
	float:right;
	padding:6px;
	background: #666;
	color:#FBD138;
	text-transform:uppercase;
	font-size:10px;
	-moz-box-shadow: 1px 1px 2px #666666;
	-webkit-box-shadow: 1px 1px 2px #666666;
	box-shadow: 1px 1px 2px #666666;
	margin:10px 55px 10px 10px;
}
.btn_readnext:hover, .newsletter_submit:hover {
	color:#666;
	background:#FBD138;
}

/**************************************/
/*	FORM
/**************************************/

.form-title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 8px;
	display: block;
	margin-top: 8px;
}
.input {
	margin: 0px 10px 0px 0px;
	border: 1px solid #FC0;
	padding: 7px;
	background-color: #F3F3F3;
}
select {
	padding: 0px;
	margin: 0px;
	font-size:14px;
}
.button {
	background-color: #D6D6D6;
	color: #666666;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 5px 7px 5px 7px;
}
.checkbox {
	padding: 0px;
	height: 15px;
	width: 18px;
	margin: 12px 5px 0 5px;
}
.select {
	width:100%;
	padding: 5px;
	margin: 0px;
	font-size:14px;
}
.radio {
	height: 15px;
	width: 15px;
	padding: 0px;
	margin: 0 5px 0 5px;
}
.styled_textarea {
	margin: 0px 10px 0px 0px;
	border: 1px solid #FC0;
	padding: 7px;
	background-color: #F3F3F3;
	width: 98%;
	height:200px;
}
input:focus, textarea:focus {
	background-color: #FFF;
	border: 1px solid #06C;
}

.label {
	font-weight:bold;
}
.form {
	margin-left:40px;
}
.submit_form {
	margin-left:340px;
}

/**************************************/
/*	SIDE
/**************************************/

.side-sbox {
	padding:3px;
}
.sbox-agenda {
	margin-bottom:8px;
}

.graybg {
	padding:8px;
}
#newsletter {
	width:188px;
}
a.categories {
	margin-bottom:5px;
	text-decoration:underline;
	text-align:center;
}
a.categories:hover {
	text-decoration:none;
}
a.category {
	margin-bottom:5px;
	color:#666;
	text-decoration:underline;
}
a.category:hover {
	color:#333;
	text-decoration:none;
}

/**************************************/
/*	CONTENT
/**************************************/

.searchus {
	background:url(../../images/frontend_union/pictures/searchus.png) no-repeat;
	display:block;
	width:385px;
	height:65px;
}
.searchus input[type=text] {
	float:left;
	margin-left:35px;
	margin-top:15px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#999;
	width:290px;
	padding:2px;
	background:url(../../images/frontend_union/form/inputbox.jpg) repeat-x top left;
	border:1px solid #CCC;
}
.searchus input[type=image] {
	float:left;
	margin-top:15px;
	margin-left:10px;
}

h1 {
	margin-bottom:20px;
	font-weight:normal;
}
h3 {
	font-weight:normal;
}

h3.withhr {
	border-bottom: 1px solid #CCC;
	padding-bottom:5px;
	margin-bottom:8px;
}
h4.arrow {
	background:url(../../images/frontend_union/nav/arrow_black.jpg) left center no-repeat;
	padding-left:15px;
}


.shareit {
	float:left; 
	margin-top:4px; 
	color:#FFF;
}
.shareit span {
	margin-right:0px;
}

/**************************************/
/*NEWS
/**************************************/

.content-news {
	border:1px solid #CCC;
	border-top: 10px solid #FBD138;
	margin-bottom:15px;
	padding:5px;
}
.content-bloc {
	border:1px solid #CCC;
	border-top: 3px solid #FBD138;
	margin-bottom:15px;
	padding:8px;
}
.content-bloc-unit {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FBD138;
	padding:8px;
}
.news-img-more {
	text-align:center;
}

/**************************************/
/*VBOX
/**************************************/

.vbox {
	border:1px solid #CCC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FBD138;
	padding: 5px;
	margin-bottom:10px;
}
.vbox-title {
	margin-bottom:6px;
}
.vbox-img {
	text-align:center;
	margin-bottom:6px;
}
.vbox-img img {
	border:1px solid #666;
	padding:3px;
	background:#FFF;
}
.vbox-desc {
}
.vbox-desc p {
	height:70px;
}

/**************************************/
/*FOOTER
/**************************************/

.footer-content {
	padding-top:10px;
	padding-bottom:0px;
}
.footer-content h3 {
	margin-bottom:6px;
}
.footer-content ul {
	list-style:none;
	margin:0;
	padding:0;
}
.footer-content ul li {
	height:22px;
	line-height:22px;
	border-bottom:1px solid #F5F5F5;
	font-size: 12px;
}
.footer-content ul li a {
	color:#666;
}

/**************************************/
/*	PAGINATION
/**************************************/

.pagination {
	float:right;
	margin:20px 0 0 0;
}

.paginateLink {
	border: 1px solid #666;
    color: #666;
    float: left;
    margin-right: 3px;
    padding: 3px 6px;
}

.paginateLink:hover {
	background: none repeat scroll 0 0 #FFC11F;
	border: 1px solid #0066CC;
    color: #FFF;
    float: left;
    margin-right: 3px;
    padding: 3px 6px;
}

span.numPage {
    border: 1px solid #CCC;
    color: #CCC;
    float: left;
    font-weight: bold;
    margin-right: 3px;
    padding: 3px 6px;
}

/**************************************/
/*DIVERS
/**************************************/

input.loupe {
	width:40px;
	height:40px;
	background:url(../../images/frontend_union/buttons/search.png) left center no-repeat;
	border:none;
	margin-left:10px;
	margin-top:15px;
	cursor:pointer;
}

button.prevBtn {
	width:22px;
	height:22px;
	background:url(../../images/frontend_union/player/player_rew.png) no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	margin-top:10px;
}
button.nextBtn {
	width:22px;
	height:22px;
	background:url(../../images/frontend_union/player/player_fwd.png) no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	margin-left:5px;
	margin-top:10px;
}
button.player_stop {
	width:22px;
	height:22px;
	background:url(../../images/frontend_union/player/player_pause.png) no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	margin-left:5px;
	margin-top:10px;
}
button.player_play {
	width:22px;
	height:22px;
	background:url(../../images/frontend_union/player/player_play.png) no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	margin-left:5px;
	margin-top:10px;
}
a.player_archives {
	float:right;
	margin-top:15px;
	color:#06F;
	font-weight:bold;
	text-decoration:underline;
}
a.player_archives:hover {
	text-decoration:none;
}

/********************************/
/* Gallery
/*******************************/
#galleries li {
	border: solid #FFCC00 2px;
	width:50px;
	padding: 2px;
	float:left;
	margin:5px;
}
#galleries li:hover {
	border: solid #004DD2 2px;
}
#galleries li a {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.published div{
float:right;
}

/********************************/
/* Agenda Home
/*******************************/
.agendaHome {
    border:1px solid #CCC;
    padding:5px;
    cursor: pointer;
}
.agendaHome:hover {
    background:#FBD138;
}
.agendaHome a {
    color:#666;
}
.agendaHomeDate {
    float: left;
    width: 80px;
    height: 85px;
    margin: 0 10px 10px 0;
    background-color: #EEE;
    border: 1px solid #666;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 10px;
}
.agendaHomeDateDay {
    display: block;
    font-size: 22pt;
    color: #F8D300;
}
.allAgendas {
    border: 1px solid #CCC; 
    background: #666; 
    padding: 10px; 
    text-align: center; 
    color:#FFF;
}
/********************************/
/* EDITO
/*******************************/
.editoTop {
    background: url(../../images/frontend_union/backgrounds/background_message_presidente_top.png) no-repeat;
    height:48px;
    width:700px;
}
.editoContent {
    background: url(../../images/frontend_union/backgrounds/background_message_presidente_content.png) repeat-y;
    padding: 0 20px 0 20px;
}
.editoBottom {
    background: url(../../images/frontend_union/backgrounds/background_message_presidente_bottom.png) no-repeat;
    height:7px;
    width:700px;
}
.editoReadMore {
    border: none;
    cursor: pointer;
    float: right;
    padding: 6px;
    background: #06C;
    color: #FBD138;
    text-transform: uppercase;
    font-size: 10px;
    margin: 5px 20px 0 0;
}