/*
Theme Name: Cocos' Islands
Theme URI: http://wordpress.org
Description: Cocos' Islands theme
Version: 1.0
Author: Cocobongo artworks 
Author URI: http://www.ccbng.com
*/


/* Begin Typography & Colors */
body {
	color: #3a3738;
	background-color: #f4f4ee;
    font: 12px "Helvetica neue","Helvetica", Arial, Sans-Serif;
    word-spacing: 0.1ex;
    letter-spacing: 0;
}  
.txtMapa { 
    text-align: left;
    font: 12px "Helvetica neue","Helvetica", Arial, Sans-Serif;
    color: #3a3738;
}

.linea, .lineaLarga {
    border: none;
    background: url(linea.gif) repeat-x top;
    height: 2px;
}
.linea {
    width: 120px;
    height:10px;
}
.lineaLarga {
    width: 580px;
}

.autor {
    font-size: 13px;
    float: left;
    margin: 0px 0 0 0;
    font-style:italic;
    color: #878687; 
}  
   
.post h2 a{
    font-size: 16px;
    color:#FFFFCC; 
    text-decoration: none;
    font-weight: bold;
}
.post h2 {
    margin: 6px 4px 6px 2px;
    display: inline;
}
.post h2 a:hover {
    color: #DADADA;
}

.post h3, .post h3 a{
    color: #666;
    font-size: 16px;
}
.post h3 a:hover {
    display: inline;
}
.post {
    font-size: 11px; 
    overflow:hidden;
	text-align: left; 
	vertical-align: top;
    width: 580px;
    margin:0 0 45px 0;
    padding: 20px 0 0 0;
}
/*.contPost{
    overflow:hidden;
    width: 580px;
    clear:both;
} */
small{
    font-size: 11px;
}

#postTitle, #postTitle a { 
    font: 25px "HelveticaNeue-Heavy","85 Helvetica Neue-Heavy", "HelveticaNeue-Heavy", "85 Helvetica Heavy", "HelveticaNeue", "Helvetica neue","Helvetica", Arial, Sans-Serif;
    text-transform: uppercase;
    line-height: 0.8em;
    letter-spacing: -1px;
    padding: 0;
}
#postTitle a:hover{
    color: #666;
    background-color: transparent;
}
.esquerra, .esqComment {
    text-align:left;
    vertical-align: top;
    height: 100%;
}
.esquerra {
    padding:0;
    width: 200px;
}
.esqComment {
    padding:10px 0 0 0;
    width: 200px;
}
.postmetadata {
    text-align:left;
    vertical-align: bottom;
	line-height: 15px;
    padding:0 60px 0 0;
	width: 140px;
	/* border: 1px dashed #0ff;*/
    
}
.postmetadata .tag{
    margin: 0 0 8px 0;
}
.entry, .commentText{
   font-size: 11px;
   vertical-align: top;
   text-align: justify;
   line-height: 1.2em;

   width: 380px;
   margin:0;
   padding:0;
}
.entry {
   padding:0 0 5px 0;
   margin:0;
}
.commentText{
    padding:10px 0 10px 0;
}

blockquote {
	margin: -0.8em 0 10px 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #666;
}

a {
    text-decoration: none;
    color:#444;
}
/* LINKS */
a{
    padding: 0.2em 0.3em 0 0.2em;
    border:none; 
}
.entry a, .entry a.extlink,.pops a{
    border-bottom: 1px dotted #777;    
} 
.entry a:visited, .entry a.extlink:visited {
    border-bottom: 1px dotted #bbb;
}
a:hover, .entry a:hover, .entry a.extlink:hover {
    background-color:#c6f641;
    color:#000;
    text-decoration: none;
    border: none;
}
 /* - - - */  
.post #aLeft, .post p #aLeft, .post #aLeft a, .post p #aLeft a, .postmetadata a{
    padding: 0.2em 0 0.1em 0;
}
/* ESTRUCTURA INICIAL */

#page {
    overflow:hidden;
    width: 900px;  
	margin: 20px auto;
	padding: 0;
}
/*#header, #headerConFlash{
   clear:both;
   float: left;
   width: 580px;
   margin: 0;
   padding: 0;
}*/
#headerCont{
    clear:both;
    float: left;
	width: 580px;
    margin: 0;
    padding: 0;
}
#header, #headerConFlash{
	width: 450px;
    margin: 40px 0 40px 155px;
    padding: 0;
}
.narrowcolumn {
	float: left;
	width: 580px; 
	
	padding: 0;
	margin: 0;
}
#sidebar{  
    float: right;
    width: 200px;   
	
	padding: 0;
	margin: 0;
    color:#444;
}
/* - - - - - - - */  

.post .entry ul{
    list-style: none;
}
#clearnavigation {
    clear: both;
}
.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

h2.pagetitle {
    font-weight: normal
} 
#footer {
	padding-top: 50px;
    font-size: 11px;
    color: #666;
	clear: both;
}

#footer a {
    text-decoration: none;
    color: #3a3738;
}
#footer a:hover {
    text-decoration: none;
    color: #3a3738;
    background-color:#c6f641;
}

/* End Structure */

/* Begin Images */
img{
    border:none;
}
.entry img, img a:link, .entry img a:hover, .entry img a:visited {
    padding: 0 0 0 0; 
    color:#000;
    text-decoration: none;
    border: 1px solid #ccc;
    margin:0 0 10px 0;
    display: inline;
    float: left;
	width:380px;
	max-width: 380px;
    
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.alignright {
	float: right;
}

.alignleft {
	float: left; 
}
/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	width: 300px;
	margin-left: 150px;
} 
.entry ol li {
	margin: 0;
	padding: 0;
	margin: 7px 0 8px 10px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/*  Sidebar list*/
#sidebar ul {
    margin: 0;
   	padding: 0;
}
#sidebar ul h2{
    font-size:12px;
    text-transform: uppercase;
    background: url(guion.gif) no-repeat bottom left;
    padding-bottom: 4px;
    padding-top: 2px;
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul li ul li{
    padding-bottom: 4px;
	font-size: 11px;
	color: #3a3738;
}
#sidebar ul a{
    padding: 0.2em 0.3em 0.1em 0;
    color: #444;       
}
/* End Sidebar */
/* HELP / NORMAS*/ 
.pops{
    line-height: 15px;
	
}
.pops h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.pops ol,.pops ul {
    margin-left: 40px;
    padding: 0;
} 
.pops ol {
    list-style-type: decimal;
}
.pops ul {
    list-style-type: square;
}
.pops li {
    padding: 0 0 10px 0;
}
.pops li ul {
	margin: 10px 0 10px 10px;
	padding-left: 10px;
	list-style-type: none;
}
.pops li ul li{
	margin-left: 10px;
}
.pops li ul li ul{
    margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
.pops li ul li ul li{
	padding: 0;
}

/* Begin Form Elements */
input, textarea {
    font-size: 12px;
    color: #3a3738;
    border: 1px solid #ccc;
    background-color:#fff;
}
/*input:hover, textarea:hover {
    border: 1px solid #3a3738;
} */
#btsubmit {
    font: 12px "Helvetica neue","Helvetica", Arial, Sans-Serif;
    text-align: left; 
    font-weight: bold;
    background-color: transparent;
    text-transform: uppercase;
    color:#444;
    border: none;
    margin: 8px 0 0 0;
    padding:0;
} 
#searchform {
	padding: 0 0 16px 0;
}
#searchform  input#s {
    width: 110px;
    float: left;
    margin:0;
    padding: 0;
}
.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 textarea {
    width: 380px;
    padding: 2px;
    padding: 2px;
}

/* End Form Elements */

/* Begin Comments*/
.alt, .commentlist {
	margin: 0;
	padding: 0;
    list-style: none;
    width: 580px;
}
.commentmetadata {
    line-height: 1.5em;
	padding: 0;
	/*border: 1px dashed #f0f;*/
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	margin: 0;
	padding: 0;
} 
/* - Comentario del autor */
.autorcomenta .esqComment strong{
    background-color: #c6f641;
    padding: 0.2em 0.3em 0.1em 0;
}
/* End Comments */

/*  CALENDARIO  - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Titulo */
#wp-calendar caption {
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
    
}
/* General */
#wp-calendar {
    empty-cells: show;
    font-size: 11px; 
    text-align: center;
    background: none;
}
/* Celda */
#wp-calendar td {
    padding: 5px 2px 2px 2px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    color: #777;
}
#wp-calendar a {
    padding: 5px 2px 2px 2px;
	color: #000;
    text-decoration: none;
}

/* Next - prev */
#wp-calendar #prev{
	padding-right: 10px;
    text-align: left;
}
#wp-calendar #next{
	padding-right: 10px;
	text-align: right;
}
/* Hoy */
#wp-calendar #today {
    /*color:#00CED1;*/
    color: #f4f4ee;
	background-color: #999;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #ccc;
}
hr {
	display: none;
}
.invisible{
    visibility: hidden;
}
/* - Selección */
::selection {
     /* Safari */
     background: #999;
     color: #f4f4ee;
}
::-moz-selection {
    /* Firefox */
    background: #999;
    color: #f4f4ee;
}
