/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(/images/img01.jpg) repeat-x left -95px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*border-bottom: 1px dotted #CC0001;*/
	color: #BF4D36;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	overflow:hidden;
	background: url(/images/img02b.gif) no-repeat left -95px;
	/*border: 1px solid #000;*/
}

/* Logo */

#logo {
    background: url("/images/logo-rifugio-2011.gif") no-repeat scroll 14px 35px transparent;
    color: #BF4D02;
    float: left;
    padding: 40px 0 0 160px;
    width: 160px;
}

#logo h1, #logo p {
}

#logo h1, #logo h3{
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: italic;
	color: #BF4D36;
}


#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}

#HeadMenu {
	padding-top: 95px;
}

#HeadMenu li{
	display:inline;
	font-weight:bold;
	padding:0 5px;
}

#HeadMenu a{
	text-decoration:none;
	border:medium none;
}

#HeadMenu a:hover{
	text-decoration:underline;
	color: #159AE0;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	/*border: 1px solid #000;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(/images/img03.jpg) no-repeat center top;
	text-decoration: none;
}

#menu .first {
	background: url(/images/img03.jpg) no-repeat center top;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(/images/img04.jpg) repeat-y left top;
}

#wrapper-top {
	width: 900px;
	background: url(/images/img07.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	background: url(/images/img05.jpg) no-repeat left bottom;
}

#menu ul ul.foldOut {
	background:#FFA733 none repeat scroll 0 0;
	border-color:#fb6300;
	border-style:solid;
	border-width:0 1px 1px 1px;
	display:block;
	margin:0;
	padding:0;
	/*width:170px;*/
}
#menu ul li ul {
	background-color:#FFA733;
	border:0 none;
	color:#FFFFFF;
	display:none;
	left:0;
	position:absolute;
	top:28px;
	width:auto;
}
#menu ul li ul li {
	background:#FFA733 url(/images/img09.gif) repeat-x scroll 0 -1px;
	border-top:1px solid #ffac3c;
	display:block;
	padding-bottom:0;
	/*width:170px;*/
}

.sub-nav a {
	padding-left:10px;
	text-decoration:none;
}

.sub-nav li {
	display:block;
}

.sub-nav a:hover, .sub-nav a.current {
	background:#fff url(/images/img10.gif) no-repeat scroll left center;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: right;
	width: 550px;
	margin: 0;
	padding: 0;
}

.post {
}

.post .title, .title {
	color: #967001;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .title a {
	background: none;
	color: #967001;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: justify;
}

.post a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 0 0 35px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	/*display:block;*/
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #590000;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h3 {
	letter-spacing: -.5px;
	color: #159AE0;
	font-weight:bold;
	line-height:1.5em;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar h3 a {
	color: #159AE0;
	border: none;
}

#sidebar ul.sub-nav a {
	border: none;
}


#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
	background: #4D4D4D url(/images/img06.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FF833B;
	border-bottom: 1px #FF833B dotted;
}

/* Box Cane */
div.row {
	border-bottom:1px dashed #A9A9A9;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
}
.box_cane{  
  padding-right:5px;
  width:270px;
  float:left;
}

.box_cane h2 {
	font-size:1.4em;
}

.box_cane p{
	line-height:140%;
	margin-top:0;
}

.box_cane img{
	float:left;
	height: 100px; 
	width:100px;
	margin-right:10px; 
	border:1px solid #444;
	padding:5px;
	background-color:#fff;
}


/* Side  loop  cani */ 

#slider {
  width: 260px; /* important to be same as image width */
  height: 300px; /* important to be same as image height */
  position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
  width: 260px; /* important to be same as image width or wider */
  position: absolute;
	top: 0;
	margin-left: 0;
	text-align: center;
  background:#fff;

}
.sliderImage {
  /*float: left;*/
  position: relative;
	display: none;
	margin:0 auto;
	border: 1px solid #ccc;
	
}


.sliderImage img{
	border:none;
	margin: 10px 0;
	width: 230px;
	height: 240px;
}

.sliderImage span {
	position: absolute;
	font: 13px/16px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


/* FORMS */
form ul.errors li {
	color: #f00;
}

div.pagetion{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:5px 0;
	margin:5px 0;
}

div.pagetion a, div.pagetion span{
	padding: 0 5px;
}
