/*
Theme Name: tree
Theme URI: http://www.headsetoptions.org/
Description: A simple template with widgets.
Version: v2
Author: headsetoptions
Author URI: http://www.headsetoptions.org/
*/

body {
	margin: 0 auto;
	background-color: #fff;
}


table, img { border: 0; }

/* ----- HEADER ----- */

#header {
	display: block;
	margin:9px auto 16px auto;
	width: 724px;
	height: 125px;
	background-image:url(./img/hdr1.jpg);
}

#header a:link, #header a:visited {
	color: #9c0;
}

#header a:hover {
	color: #fff;
}

#header p {
	font: 9px/10px 'Lucida Grande', Verdana, arial, sans-serif;
	color: #ccc;
	margin: 0 0 0 24px;
	width: 310px;
}

/* ----- MAIN AREAS ----- */

#content {
	margin:0 auto;
	width: 720px;
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	font: 10px/18px 'Lucida Grande', Verdana, arial, sans-serif;
	margin-bottom:24px;
	color: #333;
}

#left {
	float: left;
	width: 458px;
}

#sidebar {
	width: 240px;
	margin: 0 0 0 475px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
       
}

#sidebar img { border: 0; }

/* ----- FORMS ----- */

form {
	margin-top: 20px;
}

input, textarea {
	font: 11px 'Lucida Grande', Verdana, arial, sans-serif;
}

#commentform {
	width: 350px;
	text-align: left;
}

#commentform p {
	margin-bottom: 4px;
}

#commentform input, #commentform textarea {
	width: 300px;	
}

#commentform input.field {
	text-align: left;
}

#commentform #submit {
	height: 24px;
	font: bold 11px 'Lucida Grande', Verdana, arial, sans-serif;
	color: #666;
}

.post input { /* for password protected posts */
	font: 11px Verdana, arial, sans-serif;
}

label {
	letter-spacing: 0;
	color: #666;
}

label small {
	color: #999;
}

.field { /*common to all text fields */
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fafafa;
	color: #666;
}

.field:hover, .field:focus {
	border: 1px solid #9c0;
	background-color: #fff;
}

/* search area */

#searchform { 
	margin-bottom: 8px; 
	margin-top: 0;
}

#searchform input.field { 
	margin-left: 14px; 
	width: 160px;
}

.box #searchform p {
	display: inline;
	padding: 0;
	margin: 0;
}

.submit {
	width: 45px;
	font: 9px 'Small Fonts', Verdana, arial, sans-serif;
	height: 19px;
	color: #666;
}

.submit:hover {
	font-weight:bold;
}

/* ----- LINKS ----- */

a:link { color: #1566A7; }
a:visited { color: #1566A7; text-decoration: none }
a:hover { color: #9C0; text-decoration: none }
a:active { color: #1566A7; text-decoration: none }

#tla a:link { color: #C3593C;	background: inherit;}
#tla a:visited { color: #1566A7; text-decoration: none }
#tla a:hover { color: #9C0; text-decoration: none }
#tla a:active { color: #1566A7; text-decoration: none }

.footer a:link { color: #C3593C;	background: inherit;}
.footer a:visited { color: #1566A7; text-decoration: none; background: inherit;}
.footer { color: #9C0; text-decoration: none; background: inherit;}
.footer { color: #1566A7; text-decoration: none; background: inherit;}

/* ----- TITLES ----- */

h1 {
	font: 24px/22px Georgia, Verdana, arial, sans-serif;
	margin: 0 0 0 24px;
	padding-top: 56px;
	letter-spacing: -1px;
}

h3 {
	font: bold 16px Georgia, "Times New Roman", serif;
	letter-spacing: -1px;
	margin:0 26px 15px 24px;
	color: #1566A7;
}

h2 {
	display: block;
	font: normal 9px/10px Georgia, "Times New Roman", serif;
	color: #999;
	letter-spacing: 3px;
	margin: 8px 8px 4px 15px;
}

h2.xtra {
	font: bold italic 24px/18px Georgia, "Times New Roman", serif;
	text-align: left;
	margin:12px 24px 14px 24px;
	letter-spacing: -1px;
	color: #999;
}

h2.xtra span {
	color: #999;
	font: italic 15px Georgia, "Times New Roman", serif;
	letter-spacing: -1px;
	padding: 0 20px 0 20px;
}



#menu ul {
	margin:0 0 8px 0;
	padding-left:14px;
	padding-right: 14px;
}

#menu ul li {
	list-style: none;
}

#menu ul li a {
	display: block;
	width: 100%;
}

/* ----- LISTS ----- */

/* posts */

.post ul {
	margin: 0 0 0 70px;
}

.post ul li {
	list-style: url(./img/bullet.gif);
} 


.post ol {
	margin: 0 0 0 70px;
}

.post ol li {
	list-style: none;
} 


/* comments */

ol.commentlist {
	margin: 20px 15px 20px 20px; 
	padding: 0;

}

ol.commentlist li {
	list-style: none;
	margin: 10px;
	padding: 10px;
	border: 1px dotted #ccc;
}

ol.commentlist li:hover {
	border-left: 6px solid #cecece;
}

ol.commentlist p {
	margin: 0 0 15px 0;
	padding: 0;
}

.gravatar img {
	float:left;
	padding:1px;
	border: 1px solid #CCCCCC;
	background-color:white;
	margin-right:10px;
}

/* posts, main */

div#pinned{ 
	background:#9c0;
	margin: 0 0 20px 0;
	padding: 0;
}

div.post{ 
	background:#fff;
	margin: 0 0 20px 0; 
	padding: 0;
}

.post hr {
	height: 5px;
	visibility:hidden;
}

.post p {
	margin: 0 26px 15px 24px;
	padding: 0;
}

.post p.fecha {
	font: normal 9px/9px Georgia, "Times New Roman", serif;
	color: #999;
	letter-spacing: 4px;
	margin-bottom: 4px;
}

.antsig {
	margin: 0 26px 15px 24px;
	padding: 0;
}

/* blockquotes */

* html blockquote{height: 1%;} /* ie hack */
* html li{height: 1%;} /* ie hack */

blockquote {
	font: 10px/16px Georgia, "Times New Roman", serif;
	display: block;
	padding: 0 10px 6px 18px;
	border-left: 8px solid #e4e4e4;
	color: #888;
	margin: 0 26px 15px 36px;
}

.post blockquote p {
	margin:0;
}

/* meta */

div.meta {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 18px 24px 8px 24px;
	padding: 4px;
}

div.meta p {
	font-size: 9px;
	line-height: 16px;
	color: #999;
	margin: 0;
}

div.meta span {
	color: #666;
}

/* SIDEBAR stuff */

.box {
	background-color: #fff;
	margin:0 0 18px 0;
}

.box p, .box img, #firstbox p {
	margin: 0 14px 8px 14px;
}

#sidebar ul {
	margin:0 0 8px 0;
	padding-left:14px;
	padding-right: 14px;
}

#sidebar ul li {
	list-style: none;
}

#sidebar ul li a {
	display: block;
	width: 100%;
}

/* remove .norm rules if number of posts in category is not used */ 
/* should remove class='norm' from sidebar.php first */

#sidebar ul.norm li a {
	display: inline;
}

#sidebar ul.norm li {
	color: #999;
}

/* remove until here */

#sidebar ul li a.feed {
	background-image: url(./img/feed-icon-10x10.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 18px;
	width: auto;
}

#souvenirs {
	margin-top: 35px;
	text-align: center;
}

#souvenirs img {
	margin-bottom: 30px;
}

.footer { clear: both; 	text-align: center;	
	line-height: 1.8em;	
	color: #808080;	padding: 8px 0;	border-top: 1px solid #d4d4d4;}

p.error {
	margin-top: 16px;
	font-weight: bold;
	color: #900;
}

a#totop {
	display: block;
}

div.post p.nocomments {
	margin: 0;
	color: #666;
	text-align: center;
}



/*-----------------------------------------------------------------------------------------------
  Lightbox2.02
-----------------------------------------------------------------------------------------------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(./images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	