@charset "UTF-8";
/* CSS Document */

/* Start main layout */
html, body {
		margin:0;
		padding:0;
	}
body {
	text-align:center; /* for IE */
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	overflow: auto;
  background-image:url(/templates/images/background-middle.png);
  background-repeat:repeat-y;
  background-position:top;
}
a img { border: none; }
#wrapper {
  background-image:url(/templates/images/background-header.gif);
  background-repeat:no-repeat;
  background-position:top;
  min-height: 650px;
  height:auto !important;
  height:650px;
}
header {
  text-align:right; /* reset text alignment */
  width:920px; /* or a percentage, or whatever */
  height: 160px;
  margin:0 auto; /* for the rest */ 
  position: relative;
  overflow:hidden;
}
#outer-wrapper {
	background-image: url(/templates/images/background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	padding: 0;
	margin: 0;
}
#content {
  text-align:left; /* reset text alignment */
  width:896px; /* or a percentage, or whatever */
  margin:0 auto; /* for the rest */ 
  clear:both;
  overflow:hidden;
  position:relative;
  padding: 0px 12px;
}
#calendar {
	min-height: 300px;
}
footer {
	background-color:#1CA7A0;
	height: 38px;
	margin-top: 160px;
}
/* End main layout */

/* Start header formatting */

  /* Start site logo / title */
  #site-title {
  	margin: 20px 0px 20px 25px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 36px;
  	font-weight:bold;
  	float:left;
  	background-image: url(/templates/images/aa-logo.gif);
  }
  	#site-title a {
  		color: #360;
  		text-decoration: none;
  	}
  	#site-title a:hover {
  	   background-color: none;
    }
  	#site-title, h1#site-title img {
  		height: 120px;
  		width: 404px;
  		border: none;
  	}
  	#site-title span {
  		display: none;
  	}
  /* End site logo / title */

  /* Start navigation menu */
  #top-nav {
    background-repeat: no-repeat;
    background-image: url(/templates/images/nav-bottom.gif);
    background-position: bottom right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    display:block;
    margin: 0;
    padding: 0 0 13px 0;
  }
    #top-nav li {
    	display:inline;
    	float:left;
    	font-size:16px;
    	margin:2px 1px;
    	padding:0;
    	text-transform:lowercase;
    }
      #top-nav li a {
        display: block;
      	padding:3px 9px;
      	border-radius: 5px;
      	-webkit-border-radius: 5px;
      	-moz-border-radius: 5px;      
      	color: #05A79F;
      	text-decoration: none;
      }
      #top-nav li a:hover, #nav li:hover a {color:white;}
  #festival .festival a, #eventos .eventos a, #cronograma .cronograma a, #amoblog .amoblog a, #contacto .contacto a { font-weight: bold;}
  
  #festival .festival a, .festival a:hover {background-color: #009933; color:white;}
  #eventos .eventos a, .eventos a:hover {background-color: #ffcc33; color:white;}
  #cronograma .cronograma a, .cronograma a:hover {background-color: #ff9900; color:white;}
  #amoblog .amoblog a, .amoblog a:hover {background-color: #84BDD1; color:white;}
  #contacto .contacto a, .contacto a:hover {background-color: #ff3333; color:white;}
  /* End navigation menu */

  /* Start breadcrumbs */ 
  #breadcrumbs {
  	position: absolute;
  	list-style-type: none;
  	text-align: left;
  	color: #007F50;
  	margin:0;
  	padding:0;
  	top: 130px;
  	left: 140px;}
    #breadcrumbs a {color:#4F9B7F;}
    #breadcrumbs a:hover {color:#007F50;}
    #breadcrumbs li {
    	float:left;
    	font-size: 12px;
    	margin-left: 0.5em;
    }
  /* End breadcrumbs */

/* End header formatting */

/* Start footer formatting */
hr {
	display: none;
}
footer p {
	margin:0;
	line-height: 38px;
	font-size: 12px;
	color: white;
}
/* End footer formatting */