/*
Theme Name: adasailing(theme)
Theme URI: http://perceptive-studio.com/
Description: Primer tema con la implementacion multilenguaje para WP.
Version: 1.0
Author: Perceptive-Studio
Author URI: http://perceptive-studio.com/

***
n e s t O r ( style.css @ adasailing.com[ v2 ] )
creado bajo el techo de __perceptive-studio__ el 2010-04-10
nestor arroba perceptive guion studio punto com
habiendo dicho eso, bienvenido a mi codigo

Hola Visitante! ^___^ */



/* ======================================= Begin Typography & Colors ======================================= */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #8b8b8b;
	text-align: center;
}

.base {
	text-align: left;
}

.narrowcolumn .entry, .widecolumn .entry { line-height: 1.6em; }

small {
/*	font-family: Arial, Helvetica, Sans-Serif;*/
font-size: 0.9em;
}

h1, h2, h3 {
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	font-weight: normal;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 { font-size: 32px; }

h2.pagetitle { font-size: 1.8em; }

h3 { font-size: 1.3em; }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #757575; }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none; }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a{
	color: #8b8b8b;
	text-decoration: none;
}
a:hover{ text-decoration: underline; }
/* ======================================= End Typography & Colors ======================================= */



/* ======================================= Begin Structure ======================================= */
body {
	background: #fff url('images/base/bg.png') repeat-x;
	margin: 0;
	padding: 0;
}
.table{ overflow: hidden; display: block;}

.base {
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

.base_content{
	padding: 0;
}

/* ======================================= header img ======================================= */
#header { margin-top: 30px;}

.header_banner {
	font-size: 13px;
	color: #fff;
	width: 900px;
	height: 264px;
	margin: 0;
}
.header_banner #left{
	width: 501px;
	float: left;
}

#left{ padding-top: 20px; }

#left .sets_control{
	margin-top: 25px;
}
#left .sets_control img{
	margin: 8px 5px;
}

.sets-top, .sets-bottom{ height: 49px; }
.sets-top{ background: url('images/header/sets-top.jpg') no-repeat right; }
.sets-bottom{ background: url('images/header/sets-bottom.jpg') no-repeat right; }


.header_banner #right{
	width: 399px;
	float: left;
}

#right .sets_1{
	width: 399px;
	height: 19px;
	background: url('images/header/sets_1.jpg') no-repeat;
}

#right .sets_center, #right .sets_2, #right .sets_3, #right .sets_4{ height: 170px; }

#right .sets_2{
	width: 95px;
	background: url('images/header/sets_2.jpg') no-repeat;
	float: left;
}
#right .sets_3{
	width: 254px;
	background: #444;
	float: left;
}
#right .sets_4{
	width: 50px;
	background: url('images/header/sets_4.jpg') no-repeat;
	float: left;
}
#right .sets_5{
	width: 399px;
	height: 75px;
	background: url('images/header/sets_5.jpg') no-repeat;
}



/* ======================================= POST ======================================= */
.narrowcolumn {
	float: left;
	width: 635px;
	margin-left: 20px;
}

.post{
	text-align: justify;
	overflow: hidden;
	margin-bottom: 80px;
}

/* ======================================= post-head ======================================= */
.post .post-head h2{
	background:url('images/base/title_mark.png') no-repeat left top;

	margin: 0 0 8px 0;
	padding: 0 0 0 40px;
}
.post .post-head h2 a:hover{
	color: #444; /*40A13A*/
	text-decoration: underline;
}

.post .post-head img.avatar{
	float: left;
	margin-right: 5px;
	border: 1px solid #B5B5B5;
	padding: 2px 2px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.post .post-head small {
	font-size: 1em;
	color: #a2a2a2;
}
.post .post-head small a{
	font-weight: bold;
	color: #a2a2a2;
}
.post .post-head small a:hover{ color: #666; }

/* ======================================= post entry ======================================= */
.post .entry{
	font-size: 15px;
	margin-top: 10px;
}

.post .entry h1,
.post .entry h2,
.post .entry h3{
	margin-bottom: 10px;
}

.post .entry a{	text-decoration: underline; }
.post .entry a:hover {
	background-color: #8b8b8b;
	color: #fff;
	text-decoration: none;
}

.home .narrowcolumn .post .entry{ border-bottom: 1px dotted #797979; }
.post .entry p{
	padding: 0;
	margin: 0 0 10px 0;
}

.post .entry div.more-link, .post .entry div.postmetadata{
	font-weight: bold;
	margin-top: 15px;
}
.post .entry div.more-link{ float: right; margin-right: 5px;}
.post .entry div.postmetadata { float: left; margin-left: 5px;}

.entry .postmetadata a, .entry .more-link a{
	color: #EE192D; /*40A13A-DD4C82*/
	text-decoration: none;
	border: none;
}
.entry .postmetadata a:hover, .entry .more-link a:hover{ color: #40A13A; }

.entry .commentcount{
	padding-left: 20px;
	background: url('images/base/comment.png') no-repeat left 2px;
}
/* ======================================= Banner ======================================= */


.clear { clear: both; }


/* ======================================= Begin Footer ======================================= */
#footer {
	background: #F3F3F3 url('images/base/footer-top.png') no-repeat top center;
	color: #757575;
	font-size: 12px;
	margin: 40px 0 0 0;
	padding: 30px 0;
}

#footer .footer-cont{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	line-height: 15px;
}

#footer .footer-cont div{
	padding: 0 15px;
	float: left;
}

#footer .footer-cont a{
	color: #757575;
	text-decoration: none;

}
#footer .footer-cont a:hover{ text-decoration: underline; }

#footer p {
	margin: 0;
	padding: 0px 5px;
}
/* ======================================= End Footer ======================================= */



/* ======================================= Begin Navigation ======================================= */
.nav{
	position: absolute;
	top: 20px;
	text-align: center;
	font-size: 15px;
}

.nav ul{
	margin: 12px 0 0 0;
	padding: 0;
}

.nav li{
	float: left;
	list-style: none;
	margin-right: 10px;
	margin-left: 10px;
}
.nav li:hover{ border-bottom: 3px solid #2F6FAD; }

.nav .menuC{
	text-align: center;
	background-color: #444;
	height: 60px;
}

.nav a{
	color: #2D6298;
	text-decoration: none;
}

.nav a:hover, .nav .current_page_item{ padding-bottom: 12px; }


.navigation div{ margin-bottom: 35px; }
.navigation a{
	display: block;
	background-color: #797979;
	font-weight: bold;
	font-size: 13px;
	color: #FFF; /*40A13A-DD4C82*/
	padding: 5px 15px;

	border: 2px solid #ECEBE8;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.navigation a:hover{
	background-color: #444;
	text-decoration: none;
}
/* ======================================= End Navigation ======================================= */



/* ======================================= Begin Sidebar ======================================= */
#sidebar {
	float: right;
	width: 200px;
	margin-right: 20px;
}

/* BOX */
#sidebar .box{
	text-align: justify;
	margin-bottom: 20px;
}
.box_top, .box_bottom{
	width: 200px;
	height: 14px;
}
.box_top{ background: url('images/sidebar/box_top.png') no-repeat; }
.box_center{
	width: 200px;
	background: url('images/sidebar/box_center.png') repeat-y;
	padding: 0 10px;
}
.box_bottom{ background: url('images/sidebar/box_bottom.png') no-repeat; }

.box_center h3{
	font-size: 15px;
	margin: 0;
	margin-bottom: 10px;
}

.box_center p{
	font-size: 12px;
	margin: 0 20px 0 0;
	padding-bottom: 5px;
}

/* WEATHER */
.weather .viewmore{ margin-top: 20px; }

.weather img{
	float: right;
	margin-right: 15px;
}
.weather{ text-align: center; }
.weather span.high-low{ font-size: 11px; }
.weather span.city{
	text-decoration: underline;
	font-weight: bold;
}
.weather span.temp{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
/* ======================================= End Sidebar ======================================= */



/* ======================================= Begin Headers ======================================= */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2{ margin: 0px 0 0; }

h2.pagetitle {
	font-family: Helvetica, "Lucida Grande", sans-serif;
	font-size: 30px;
	text-transform: lowercase;
	padding: 0 0 2px 10px;
	border-bottom: 1px solid #ccc;
}
h2.pagetitle:before {
	content: "#";
}

#sidebar h2 {
/*	margin: 5px 0 0;*/
/*	padding: 0;*/
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}
/* ======================================= End Headers ======================================= */



/* ======================================= Begin Lists ======================================= */
.post ul, .post ol {
	margin: 10px 0 10px 22px;
	padding: 0 0 0 13px;
}

.post ul { list-style-type: disc; }
.post ol { list-style: decimal outside; }

.post li {
	border-left: 1px dotted #666;
	padding: 0 0 0.5em 0.5em;
	line-height: 1.5em;
}
/* ======================================= End Entry Lists ======================================= */



/* ======================================= Begin Form Elements ======================================= */
#searchform {
	margin: 37px 55px 0 0;
	text-align: center;
	float: right;
}

#searchform #s{
	background: url('images/header/search_field.png') no-repeat;
	width: 295px;
	height: 41px;
	float: left;
	font-size: 22px;
	border: none;
	padding: 7px 5px 0 5px;
}

#searchform #searchsubmit {
	background: url('images/header/search_button.png') no-repeat;
	width: 74px;
	height: 41px;
	font-size: 17px;
	font-weight: bold;
	color: #444;
	border: none;
	float: left;
}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select { width: 130px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform { margin: 5px 10px 0 0; }
#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	float: right;
	width: none;
	font-size: 13px;
	margin: 0 0 5px auto;
	padding: 8px 0;
	border-right: 2px solid #6A6A6A;
	border-bottom: 2px solid #858585;
}

#commentform input,
#commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }


/* BEGIN FORM */
.formSpace{ width: 20px; }

input, textarea, select{
	border: 1px solid #999;
	padding: 4px 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input{ width: 250px; }

textarea{
	width: 350px;
	height: 150px;
}

input:hover, textarea:hover, input:focus, textarea:focus{ background: #F4F5FF; }

input.button{
	background: #F9F9F9;
	width: 350px;
	padding: 10px 0;
}
/* END FORM */

/* ======================================= End Form Elements ======================================= */



/* ======================================= Begin Comments ======================================= */
.alt {
	margin: 0;
	padding: 10px;
}
/*.depth-1 { border: 1px solid #ddd; }*/
/*.even, .alt { border-left: 1px solid #ddd; }*/
h3#comments {
	text-align: right;
	letter-spacing: 1px;
	margin: 40px auto 20px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
}
.commentlist { text-align: justify; }

.commentlist .comment, .commentlist .pingback{
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist cite, .commentlist cite a{
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
}

.commentlist .comment .comment-author span,
.commentlist .pingback .comment-author span{ display: none; }

.commentlist .thread-even .comment-author,
.commentlist .thread-alt .comment-author{
	display: block;
	width: 64px;
	text-align: center;
}

.commentlist .thread-even img.avatar,
.commentlist .thread-alt img.avatar {
	margin-bottom: 3px;
	border: 1px solid #ccc;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
}

/* 1st comments*/
.commentlist .thread-alt{ margin-left: 10px; }
.commentlist .thread-even .comment-author{
	float: left;
	padding-right: 15px;
}
.commentlist .thread-even .commentmetadata{ overflow: hidden; }
.commentlist .thread-even p{ margin-left: 75px; }

/* 2nd comments*/
.commentlist .thread-even{ margin-right: 10px; }
.commentlist .thread-alt .comment-author{ float: right; }
.commentlist .thread-alt .commentmetadata{ overflow: hidden; }
.commentlist .thread-alt p{ margin-right: 75px; }

/* pingbacks comments*/
.commentlist .pingback{ background-color: #F3F3F3; }
.commentlist .pingback .comment-author{
	float: none;
	width: 100%;
	text-align: left;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

#commentform p { margin: 5px 0; }

#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }

.commentmetadata { font-weight: normal; }
/* ======================================= End Comments ======================================= */



/* ======================================= Begin Various Tags & Classes ======================================= */
.post .entry table#tours{
	width: 100%;
	margin: 20px 0;
	border: 2px solid #dadad7;
	border-bottom: none;
}

.post .entry table#tours th, .post .entry table#tours td{
	border-bottom: 2px solid #dadad7;
}

acronym, abbr, span.caps { cursor: help; }

acronym, abbr {
	border-bottom: 10px dashed #999;
}

blockquote {
	background: url('images/base/quote.gif') no-repeat left 0px;
	margin: 20px 25px;
	padding-left: 35px;
}

.center { text-align: center; }

.hidden { display: none; }

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr{ display: none; }

a img { border: none; }

#myTooltip {
	line-height: 10px;
	text-align: left;
	background: #F8FFC0;
	border: 1px solid #797979;
	border-radius:5px;
	padding: 5px;
	opacity:0.9;
	-moz-border-radius:5px;
}

.toTop {
	position: fixed;
	bottom: 5px;
	right: 0px;
}

.translator, .viewmore a{
	width: 172px;
	height: 36px;
	background:url('images/sidebar/button.png') no-repeat;

	font-weight: bold;
	font-size: 15px;
	color: #929292;
	text-align: left;
	padding-left: 10px;
}

.translator{
	border: none;
	cursor: pointer;
}
input.translator:hover, input.translator:focus, .viewmore a:hover{
	background:url('images/sidebar/button.png') no-repeat;
	text-decoration: none;
	color: #6E6E6E;
}

.viewmore a{
	display: block;
	margin-top: 10px;
	padding-top: 8px;
}

.msg_alert{
	background: #ffe3df url('images/base/msg_alert.png') no-repeat 5px center;
	text-align: left;
	margin-bottom: 20px;
	padding: 10px 10px 10px 30px;
	border-top: 1px solid #f08a73;
	border-bottom: 1px solid #f08a73;
	color: #525252;
}
/* ======================================= End Various Tags & Classes ======================================= */



/* ======================================= Begin Images ======================================= */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }

.alignleft { float: left; }
/* ======================================= End Images ======================================= */



/* ======================================= Captions ======================================= */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	margin: 5px 0;
}
.wp-caption.alignleft{ margin-right: 8px; }
.wp-caption.alignright{ margin-left: 8px; }

.wp-caption p.wp-caption-text {
	font-size: 10.5px;
	color: #666;
	line-height: 17px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 2px 5px;
}
/* ======================================= End captions ======================================= */



/* ======================================= GALLERY GEKKO ======================================= */
.post .entry div.flickr-photos,
.post .entry div.gOGallery{
	background: #444 url('images/base/title_galeria.gif') no-repeat top right;
	margin: 10px 0;
	padding: 30px 11px 10px 11px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.post .entry div.flickr-photos a, .post .entry div.gOGallery a{ border: none; }

.post .entry div.flickr-photos img,
.post .entry div.gOGallery img{
	background-color: #fff;
	padding: 3px 3px 10px 3px;
}

.post .entry div.gOGallery{ overflow: hidden; }

.post .entry div.gOGallery a{ margin: 0 6px 15px 8px; }

.post .entry div.gOGallery img{
	width: 110px;
	height: 110px;
}
/* ======================================= END GALLERY GEKKO ======================================= */