/* - - - - - - - - - - - - - - - - - - - - -

Title : Município de Alijó

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}		
body{
	background: #fff url("images/bg.gif") repeat-x;
	color: #333;
	font: normal 95%/1.5em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

/* Links das Noticias - Página Principal*/

a{
	color: #6D6D6D;		/* Elias: #723f37 */
}
a:hover{
	text-decoration: none;
	color: #000;		/* Elias: #723f37 */
}

/* headings */

h1 {
	text-indent: -10000px;
	font-size:2em
}  /* displayed at 24px */
h1 a{
	display: block;
	background: url("images/logo.png") no-repeat;
	width: 261px;
	height: 123px;
}

/* --- */

h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#wrap{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	border-top: 15px solid #6D6D6D;		/* Elias: #734037 */
	position: relative;
}


#search{
	position: absolute;
	top: 75px;
	right: 20px;
	width: 385px;
	padding: 0;
	margin: 0;	
}
#content{
	padding: 10px;
	background: #fff;
}
#header{
	height: 250px;
	background: #eee;
	position: relative;
	overflow: hidden;
}
#sub-content{
	float: left;
	width: 690px;
}
#primary-content{
	padding: 20px 10px;
	width: 430px;
	float: right;
	font-size: 12px;
}
#secondary-content{
	font-size: 11px;
	width: 230px;
	float: left;
	padding-top: 25px;
}
#more-content{
	padding: 10px;
	background: url("images/more_bg.gif") repeat-x;
	margin-bottom: 20px;
	width: 220px;
	float: right;
}
#footer{
	clear: both;
	font-size: 11px;
	background: #6D6D6D;		/* Elias: #734037 */
	padding: 10px 20px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}

/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#navigation{
	font-size: 12px;
	position: absolute;
	top: 30px;
	right: 0;
	width: 415px;
	padding: 0;
	margin: 0;
}

#navigation li{
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#navigation li a {
	display: block;
	padding: 5px 7px;
	margin: 0 7px;
	color: #000;				/* Elias: #336d64 */
	font-weight: bold;
}
#navigation li a:hover{
	text-decoration: none;
}
#navigation li a.current{
	background: #cad7d6;
}

/* ------------------------------------------------------------

	search

------------------------------------------------------------ */

#search .text{
	width: 300px;
	font-size: 13px;
}
#search .bt{
	background: #111;
	padding: 4px 7px;
	border: none;
	color: #fff;
	font-size: 11px;
	overflow: visible;
	
	cursor: pointer;
}
* html #search .bt{
	padding: 2px 7px;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#news{
	font-size: 12px;
	width: 240px !important;
	position: absolute;
	right: 0;
	z-index: 200;
}
#news h2{
	color: #fff;
	text-transform: uppercase;
	background: #A2A2A2;			/* Elias: 203e62 - Titulo Apoio ao Municipe */
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
}

/* --- */

.link-item{
	font-size: 11px;
	color: #b6c3d2;
	background: #6D6D6D;					/* Elias: 284d7a */
	padding: 15px 20px 20px 20px;
	height: 182px;
}
.link-item h3{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid;
}
.link-item ul{
	list-style: none;
	margin: 10px 0 0 0 !important;
	/*border-bottom: 1px solid #FFF;		/* Elias:42628A */
}
.link-item ul li{
	margin: 0 !important;
	display: inline;
}
.link-item p{
	margin: 0 !important;
	line-height: 18px;
}

/* --- */

.link-item a{
	display: block;
	color: #FFF;						/* Elias: b6c3d2 - Côr Texto */
	padding: 10px 0 10px 40px;
	/*border-top: 1px solid #FFF;		 Elias: 42628A - Côr Linhas */
	text-decoration: none;
	font-size: 12px;
}
.link-item a:hover{
	text-decoration: underline;
}

.help{background: url("images/icons/help2.gif") no-repeat left;}
.report{background: url("images/icons/copy_doc.gif") no-repeat left;}
.link{background: url("images/icons/star.gif") no-repeat left;}
.email{background: url("images/icons/new_mail.gif") no-repeat left;}
.ligue_gratis {background: url("images/freecall_super.png") no-repeat center;}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h2{
	font-size: 18px;
	color: #6D6D6D;			/* Titulo da Noticia - Elias: #723f37 */					
	padding-bottom: 10px;
	border-bottom: 2px solid #f4f0ef;
}
#primary-content h4{
	border-bottom: 1px dashed #ddd;text-transform: uppercase;
}

span.date {
	color: #999;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	padding: 3px 0 3px 20px;
	background: url("images/clock.gif") no-repeat left;
}
#primary-content img{
	padding: 2px;
	margin: 10px 10px 0 0;
}

#primary-content td img{
	margin: 0;
}


.post{margin-bottom: 20px;}

/* _events */

._events{
	font-size: 11px;
	/*background: #F9F7F7;
	border: 1px solid #EEE8E7;*/
}
._events h3{
	color: #fff;
	background: #6D6D6D;		/* Titulo Agenda Cultural EEE8E7 */
	padding: 3px 5px;
	border-bottom: 1px solid #EEE8E7;	
}

/* --- */

._event-item{
	padding: 10px 5px;
	overflow: hidden;
	border: 1px solid #fff;
}
._event-item h4{
	font-size: 12px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #EEE8E7;
}
._event-item ul, ._event-item p{
	line-height: 16px;
	list-style: none;
}
._event-item img{
	padding: 2px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 10px 0 0;
}

/* gallery-cats */

.gallery-cats{
	padding-bottom: 15px;
	margin: 10px 0;
	border-bottom: 1px dashed #F4F0EF;
}
.gallery-cats h3{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.gallery-cats .gallery-thumb{
	border: 1px solid #ddd;
	padding: 10px;
	width: 140px;
	float: left;
	margin-right: 10px;
	display: block;
	text-align: center;
}
.gallery-cats .gallery-thumb img{
	text-align: center;
	float: none !important;
	border: none !important;
}

/* forms */
 
div.form-container{
	margin-top: 20px;
}
div.form-container fieldset {
	margin: 0; 
	padding: 0 0 10px 0; 
	border: none;
}
div.form-container legend {font-weight: bold;}
.form-container label {
	width: 20%;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
}
.form-container .text{
	padding: 3px; 
	font-size: 1.1em;
	width: 99%;	
	border: 1px solid #CCC;
}
.form-container textarea{
	border: 1px solid #CCC;
	padding: 2px; 
	font-size: 1.2em;
	width: 99%;	
	height: 150px;
	overflow: auto;
}
.form-container .wrap-bt{
	text-align: center;
	border-top: 1px dotted #CCC;
	padding: 10px 0;
}

/* agenda  */
 
#calendar {width: 100%;padding: 0;margin: 0;border-left: 1px solid #CCC;color: #284D7A;text-align: center;background-color: #fff;margin-bottom: 10px;}
#calendar select{font-size: 11px;}
#calendar .selected{background: #333;}
 
.nav, .nav a {color: #fff;	text-align: center;text-decoration: none;}
caption {margin: 0;padding: 5px;background: #333;color: #fff;text-align: center;border-bottom: 1px solid #000;}
 
th {color: #000;background: #EEF0E2;border-right: 1px solid #CCC;border-bottom: 1px solid #CCC;border-top: 1px solid #CCC;text-align: center;padding: 5px 0;}
.event{background: #C3CAA0;}
.today, td.today a, td.today a:link, td.today a:visited {color: #333;font-weight: bold;background: #FFFFCC;}
td {padding: 0; }
td a {text-decoration: none;font-weight: bold;display: block;}
td a:link, td a:visited {color: #6B7826;}
td a:hover, td a:active {color: #6B7826;}
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h3{
	background: url("images/h3_side.gif") repeat-x bottom;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px 3px 10px;
	color: #6D6D6D;
	border-bottom: 2px solid #6D6D6D;
}

/* mod */

.mod{
	background: #6D6D6D /*url("images/mod_bg.gif") repeat-x bottom*/;		/* Côr do Menu - Elias: 336d64 - Verde */
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}
.mod ul{
	font-weight: bold;
	margin: 0;
	list-style: none;
}
.mod ul li{
	margin: 0;
	display: inline;
}
.mod ul li a{
	display: block;
	color: #fff;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #437970;
	text-decoration: none;
	padding-left: 10px;
}
.mod ul li a:hover{
	text-decoration: underline;
}

/* form-request */

.form-request{
	color: #333;
	padding: 10px;
	background: #F9F7F7;
	border: 1px solid #EEE8E7;
}
.form-request .wrap-input{
	margin-top: 10px;
	padding: 5px;
	background: #EEE8E7;
	text-align: center;
	border-top: 1px solid #E9E0DF;
}
.form-request label{
	font-weight: bold;
	display: block;
	margin: 0;
}

/* ------------------------------------------------------------

	more content Widgets

------------------------------------------------------------ */

.col{
	font-size: 12px;
	color: #000;
	margin-bottom: 2px;
	/* border: 1px solid #f00; */
}
.col h3{
	font-size: 12px;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}
.col ul{
	margin-left: 10px;
}
.col a{
	color: #000;
}
.col p{
	font-size: 11px;
	line-height: 16px;
}

/* forms */

.col form{
	border: 1px dashed #e4dacf;
	padding: 10px;
}
.col form fieldset{
	background: #EEE8E7;
	border: none;
	padding: 2px 10px;
	color: #333;
}
.col form fieldset input.btn{
	background: #1f1a15;
	border: 1px solid #fff;
	padding: 2px 5px;
	color: #fff;
}
.col input.text, .col select{
	margin-bottom: 5px;
	width: 99%;
}
.last{
	margin-right: 0 !important;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer a{color: #fff;}

/* ------------------------------------------------------------

	global

------------------------------------------------------------ */

h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
a img{ border:none; }
hr, .hide {display: none;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.left{ float:left; }
.right{ float:right; }

/* ------------------------------------------------------------

	browser issues

------------------------------------------------------------ */

.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatclear {display: inline-table;}

/* hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* end hide from IE-mac */

/* end */




/* ------------------------------------------------------------

	nice menu

------------------------------------------------------------ */

#menu-wrap {
	width: 210px;
	height: 0px;
	overflow:hidden;
	position:relative;
	padding: 0;
	margin: 0;
}
#menu-wrap div{
	width:209px;
	margin:0 0 0 1px;
	padding:0;
	overflow:hidden;
	position:absolute;
}
#menu-wrap ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu-wrap li {
	list-style: none;
	margin: 0px;
	clear: both;
	overflow: hidden;
	display: inline;	
}
#menu-wrap li a.nicemenu-parent {
	padding-left: 10px;
	width: 195px;
}
#menu-wrap li a.nicemenu-parent.not-url {
	text-decoration: none !important;
	cursor: default;
	color: #FFF !important;
}

#menu-wrap li a.nicemenu-parent2, #menu-wrap li span {
	background: #A2A2A2;							/* Elias: #6D9790 */
	right: 0;
	width: 30px;
	text-align: center;
}
#menu-wrap li span {
	top: 0;
	height: 33px;
	line-height: 33px;
	cursor: pointer;
	color: #FFF;
}
#menu-wrap li span:hover {
	text-decoration: underline;
}
#menu-wrap li a.nicemenu-parent3 {
	padding-left: 10px;
	width: 165px;
	display: block;
}
#menu-wrap li a {
	padding: 5px 0;
	display: block;
	text-decoration: none;
	float: left;
	border-bottom: 1px solid #FFF;					/* Linha dos Menus */
}
#menu-wrap li a:hover{text-decoration: underline;}
#menu-wrap li a.nicemenu-parent:hover{}
#menu-wrap li a.active{
	padding-left: 10px;
	text-decoration: underline;
}
#menu-wrap li a.nicemenu-back {
	background: #6D6D6D;							/* Menu Anterior - Elias: #284D7A */
	padding-left: 10px;
	width: 200px;
	color: #FFF;
}


#global-message {
	background: #FFFF99;
	color: #000;
	border: 1px solid #EFEFEF;
	padding: 0;
	margin: 5px 0 10px 0;
}

#global-message p {
	padding: 10px 5px;
	font-size: 12px;
	margin: 0;
}


/* ------------------------------------------------------------

	poll-chart

------------------------------------------------------------ */

.poll-chart {
	margin: 20px 0 20px 0px;
	list-style: none;
	overflow: hidden;
}

.poll-chart li {
	padding: 0;
	margin-bottom: 10px;
	clear: both;
}

.poll-chart li span {
	height: 22px;
	padding: 0;
	display: block;
	float: left;
}

.poll-chart li span.leftbar {
	background: url(images/chart_left.png) no-repeat;
	width: 20px;
}

.poll-chart li span.rightbar {
	background: url(images/chart_right.png) right no-repeat;
}

.poll-chart li span.chartvalue {
	padding-left: 5px;
}

.poll-chart li span.chartindex {
	margin-right: 3px;
}


#primary-content p {
	text-align: justify !important;
}
