/*----- CSS Style Sheet ---------------------------------------*/
/*-------- by Gaspar Garcia de ParedesÊ------------------------*/


/*----- CSS Reset FileÊ-------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,p,
form,fieldset,input,textarea,
blockquote,th,td { 
	margin: 0;
	padding: 0;
	clear: both;
	color: black;
	}
address,caption,cite,code,dfn,
em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
table { border-collapse: collapse; border-spacing: 0; }
a { color: black; text-decoration: none; }
fieldset,img { border: 0; }
q:before,q:after { content: ''; }
abbr,acronym { border:0; }

	
/*----- Header -----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/


header {
	width: 100%;
	background: url(images/bg/body.jpg) repeat;
	}
#header {
	width: 1000px;
	height: 50px;
	margin: 0 auto 60px;;
	padding: 10px 0;
	}
#header.home {
	margin: 0 auto;
	}
#header h1 {
	float: left;
	}
#redButton {
	float: right;
	clear: none;
	padding: 16px 4px 12px;
	}
#redButton a {
	padding: 10px;
	color: white;
	background: #e54640;
	border: 1px dotted #aaa;
	}
#redButton a:hover {
	background: #e52622;
	}


/*-----ÊFeatured Content ----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/

/* Circular Content Carousel Style */
.ca-container{
	position: relative;
	margin: 0 auto 40px;
	padding: 20px 0;
	width: 990px;
	height: 140px;
	border-top: 1px dashed black;
}
.ca-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}
.ca-item{
	float: left;
	clear: none;
	margin: 10px 30px 10px 0;
	height: 120px;
	width: 500px;
}
.ca-item img {
	float: left;
	margin-right: 10px;
	}
.ca-item h3,
.ca-item h5,
.ca-item h6 {
	clear: none;
	padding-right: 20px;
	}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

/*
.ca-more{
	position: absolute;
	bottom: 10px;
	right: 0px;
	padding: 4px 15px;
	font-weight: bold;
	background: #ccbda2;
	text-align: center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style: italic;
	text-shadow: 1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; 
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
ca-content{
	width:660px;
	overflow:hidden;
}
ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
ca-content-text p{
	padding-bottom:5px;
}
ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
ca-content ul{
	margin:20px 35px;
	height:30px;
}
ca-content ul li{
	float:left;
	margin:0px 2px;
}
ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
*/



/*----- Navigation Bar --------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/

#nav {
	position: absolute;
	z-index: 1;
	top: 70px;
	width: 100%;
	height: 50px;
	padding: 10px 0;
	background: url(images/bg/nav.png) repeat;
	}
#nav.home {
	top: 252px;
	}
#nav.fixed {
	position: fixed;
	z-index: 1;
	top: 0;
	}
#nav ul {
	width: 1000px;
	margin: 0 auto;
	}
#nav li {
	display: block;
	float: left;
	clear: none;
	margin: 5px 10px 0 0;
	border-left: 2px solid white;
	}
#nav li:hover {
	border-left: 2px solid #18aaf2;
	}
#nav li a {
	font-size: 110%;
	color: white;
	display: block;
	padding: 0 20px 0 5px;
	text-shadow: 2px 2px black;
	}
#nav li a:hover {
	color: #18aaf2;
	}

#socialButtons {
	float: left;
	clear: none;
	margin-left: 220px;
	}
#socialButtons div {
	margin: 0 10px;
	}
#fbButton {
	float: right;
	clear: none;
	height: 50px;
	width: 50px;
	background: url(images/icons/fb.png) no-repeat;
	}
#fbButton:hover {
	background-position-x: -50px;
	}
#twitterButton {
	float: right;
	clear: none;
	height: 50px;
	width: 50px;
	background: url(images/icons/twitter.png) no-repeat;
	}
#twitterButton:hover {
	background-position-x: -50px;
	}






/*----- Content ----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/

#content,
#map,
#archive {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 40px;
	border-top: 1px dashed black;
	overflow: hidden;
	}
#content {
	border-top: none;
	}

.column {
	float: left;
	clear: left;
	width: 620px;
	}
.column div {
	padding: 80px 0 10px;
	margin: 0;
	border-top: 1px dashed black;
	}
.column div.first {
	padding: 0 0 10px;
	border-top: none;
	}
.column.right {
	float: right;
	clear: right;
	width: 760px;
	}
	
	
.sidebar {
	float: right;
	clear: right;
	width: 340px;
	}
.sidebar.left {
	float: left;
	clear: left;
	width: 220px;
	}
.sidebar div {
	margin: 0 0 40px;
	border: 1px dotted #aaa;
	background: url(images/bg/cq.png);
	}
.sidebar div h3,
.sidebar div div {
	padding: 10px;
	border: none;
	}
.sidebar div div {
	border-top: 1px dotted #aaa;
	background: none;
	}
.sidebar div div div {
	padding: 0;
	border: none;
	background: none;
	}

	


#map div.sidebar {
	margin-top: 20px;
	}
#panamaMap {
	margin: 40px 0;
	z-index: 5;
	border: none;
	}
#panamaMap div {
	border: none;
	}
ul div.leyenda {
	padding: 0;
	margin: 10px;
	background: gray;
	height: 30px;
	width: 30px;
	float: left;
	}
ul div.verde {
	background: #66cc70;
	}
ul div.amarillo {
	background: #ffff73;
	}
ul div.rojo {
	background: #f76666;
	}
ul.leyenda li {
	border-bottom: 1px dotted #aaa;
	}
ul.leyenda li div {
	border: none;
	}
ul.leyenda li.last {
	border: none;
	}
ul.leyenda p {
	clear: none;
	padding: 15px 0 0;
	}

#selections {
	position: absolute;
	z-index: 3;
	width: 260px;
	height: 150px;
	padding: 15px;
	background: url(images/bg/white.png) repeat;
	border: 1px solid #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#selections.inactive {
	visibility: hidden;
	}
#selections.active {
	visibility: visible;
	z-index: 3;
	}
#selections table {
	margin: 10px 0;
	}
#selections tr.dark {
	background: url(images/bg/gray.png) repeat;
	}
#selections td {
	padding: 5px 20px 5px 5px;
	}



#archive tr {
	border-bottom: 1px dotted	#aaa;
	opacity: .7;
	}
#archive tr.last {
	border-bottom: none;
	}
#archive tr:hover {
	opacity: 1;
	background: #f4f4f4;
	}
#archive td,
#archive td p {
	vertical-align: bottom;
	width: 200px;
	padding: 40px 0 20px;
	}

#archive td.date {
	width: 200px;
	padding-bottom: 24px;
	}

#archive td.tag {
	width: 420px;
	font-size: 140%;
	color: #888;
	}
#archive td.tag a {
	color: #888;
	}
#archive td.tag a:hover {
	color: #18aaf2;
	}

#archive td.title {
	width: 500px;
	font-size: 140%;
	}









/*-----ÊFooter ------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0 40px;
	background: url(images/bg/nav.png) repeat;
	overflow: hidden;
	}
#footerWrap {
	width: 1000px;
	margin: 0 auto;
	}
#footer h3 {
	color: white;
	text-shadow: 2px 2px black;
	}
#footer p,
#footer a {
	font-size: 100%;
	color: #bbb;
	}
#footer a:hover {
	color: #18aaf2;
	}
#footerWrap div {
	float: left;
	clear: none;
	margin: 0 20px 40px 0;
	width: 300px;
	}







/*-----ÊTweetFeed --------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/


#twitter {
	float: right;
	width: 340px;
	font-size: 90%;
	}
#twitter div {
	margin: 0;
	padding: 0;
	border: none;
	}

.jta-tweet-list {
    padding: 10px;
    border-top: 1px dotted #aaa;
    list-style: none;
	}

.jta-tweet-list-item {
	padding: 8px 0px 8px 0px;
	overflow: hidden;
	border-bottom: 1px dotted #aaa;
	}

.jta-tweet-body {
	float: right;
	clear: right;
	width: 270px;
	}

.jta-tweet-profile-image {
	width: 40px;
	display: inline;
	float: left;
	}
.jta-tweet-profile-image img {
	width: 40px;
	height: 40px;
	}
	
.jta-tweet-user-name {
	display: block;
	}
.jta-tweet-user-screen-name {
	font-weight: bold;
	}
.jta-tweet-user-screen-name-link {
	text-decoration: none;
	}
	
.jta-clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 10px;
	}
	
.jta-loading {
	margin: 0;
    padding: 8px 0px 8px 0px;
	}

.jta-error {
	margin: 0;
    padding: 8px;
    color: #000;
    background-color: #f00
	}

.jta-nodata {
	margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
	}



#signup {
	overflow: hidden;
	}
span.label,
span.input,
span.spacer,
span.multiple span {
	height: 20px;
	width:120px;
	float: left;
	clear: left;
	} 
span.input {
	padding-bottom: 10px;
	}
span.multiple {
	float: left;
	} 
span.button {
	float: left;
	clear: both;
	padding-bottom: 20px;
	} 



/*----- Basic Elements ------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/


p {
	margin-bottom: 15px;
	font-size: 120%;
	font-family: serif;
	line-height: 125%;
	}
	
a:hover {
	color: #18aaf2;
	}
	

h1 { /* Website Title */
	font-size: 280%;
	}
h1.title {
	background: url(images/logo1.png) top left no-repeat;
	background-size: 60px;
	padding-left: 70px;
	}
h2 { /* Section Titles */
	font-size: 220%;
	}
#map h2 {
	padding-bottom: 20px;
	}
h3 { /* Post, article titles; footer titles */
	font-size: 140%;
	padding: 2px 0;
	}
.sidebar h3 {
	background: #79caf2;
	}
h4 { /* Sub-pages */
	font-size: 140%;
	padding: 10px;
	border-bottom: 1px dotted #aaa;
	}
h4:hover {
	color: #18aaf2;
	}
h4.last {
	border-bottom: none;
	}
h5 { /* tags */
	font-size: 60%;
	text-transform: uppercase;
	}
h6 { /* dates */
	font-size: 75%;
	color: #888;
	}

h1,h2,h3,h4,h5,h6,table,#nav,#twitter,#footer p, #signup {
	font-family: Droid Sans, sans-serif;
	}
	
ul.list {
	font-size: 120%;
	margin-bottom: 15px;
	list-style: circle;
	margin-left: 20px;
	}
li.bullet {
	margin-left: 30px;
	list-style: outside;
	}



