/*
Theme Name: Tulip Time
Theme URI: http://www.highlandsbydesign.com/theme/tulip-time-theme/
Description: Fun and flowery! 3 column widget friendly liquid layout design. XHTML 1.0 Strict and Search Engine friendly.
Version: 1.0a
Author: Highlands by Design
Author URI: http://www.highlandsbydesign.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Base Elements */

* {
	margin: 0;
	padding: 0;
	/*border: 0; */
	list-style: none;
	}

body {
	font: 75%/150% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; 
	color: #666; 
	/*background: url('images/shadow_left.png') repeat-y #fff; */
	/*padding: 0 335px; */
	text-align: center;
	background: #FFF3EE;
	}

#sizer {
	text-align: left; 
	padding-bottom: 20px;
	}
	
#expander {
	/*margin: 0 -335px; */
	width: 980px; 
	/*position: relative;*/
	margin: 0 auto;
	background: url('images/shadow-left.png') repeat-y #fff -10px;
	}

/*\*/
* html #expander {
	height: 0;
	}
/* */

a {
	text-decoration: none; 
	color: #950; 
	font-weight: bold; 
	background: transparent;
	}
	
a:hover {
	text-decoration: underline; 
	color: #b60;
	}

small {
	text-align: right; 
	margin: 1em;
	}

h1 {
	font-size: 1.5em;
	}
h2, h3, h4 {
	font-size: 1.2em;
	}

hr {
	margin: 0 auto; 
	clear: both; 
	border-top: 1px solid #fc3;
	}

.date {
	color: #fc3; 
	font-weight: normal; 
	text-align: right; 
	float: right; 
	padding: 10px 0; 
	margin-left: 10px;
	}
	
.date1 {
	font-size: 2em; 
	display: block; 
	color: #fb3;
	}
	
.date2 {
	font-size: 1.5em; 
	display: block;
	}
	
.date3 {
	font-size: 2em; 
	display: block; 
	font-weight: bold; 
	color: #fb3;
	}

.rockit {
	text-align: right; 
	border-top: 1px dashed #b80; 
	font-size: 0.8em; 
	clear: both; 
	padding: 5px 10px 0 10px;
	}
	
.more-link {
	display: block; 
	text-align: right;
	}
	
.pageInfo {
	font-size: 0.8em; 
	color: #aaa; 
	text-align: right; 
	border-top: 1px dashed #ccc; 
	border-bottom: 1px dashed #ec5; 
	padding: 1em; 
	clear: both;
	}
	
.posted {
	background: url('icons/sun_tiny.gif') 0 0 no-repeat; 
	padding: 0 0 5px 20px;
	}


.fifty {
	width: 40%; 
	text-align: center;
	}
	
.boxedup {
	background: url('images/gradient.png') 0 0 repeat-x #fff; 
	border: 1px solid #ec5; 
	padding: 0.5em 1.5em; 
	margin: 0.5em; 
	clear: both;
	}
	
.boxedin {
	padding: 0 0.5em; 
	margin: 0 120px 20px 0.5em; 
	font-size: 0.9em;}
.boxedin a {font-weight: normal;
}

/* End Base Elements */

/* Begin Layout Elements */

#newheader {
	height: 72px; 
	background: #666 url('images/page_header.jpg') center no-repeat;
	border-top: 29px solid #CFD44C;
	text-align: right;
	}
	
#newheader h1 {
	padding: 80px 20px 0 0;
	visibility:hidden;
	}
	
#newheader h1 a {
	font-size: 2em; 
	color: #f90;
	}
	
#newheader h1 a:hover {
	color: #b90;
	text-decoration: none;
	border-top: 5px solid #f90;
	border-bottom: 5px solid #f90;
	}
	
#newheader h2 {
	color: #f90;
	padding-right: 20px;
	margin-top: 10px;
	font-size: 0.9em; 
	font-weight: normal;
	visibility:hidden;
	}

#wrapper1 {
	background: url('images/shadow-right.png') repeat-y 759px;
	position: relative;
	padding-top: 10px; 
	font-weight: normal;
	}

.outer {
	margin-left: 215px;
	margin-right: 220px;
	}
	
.float-wrap {
	float: left;
	width: 95%;
	padding-left:10px;
	padding-right:20px;
	margin: 0 -1px 0 0;
	}

#column1 {
	float: right; 
	width: 99%; 
	position: relative; 
	/*background: url('images/front_page.png') top right no-repeat;*/
	}
	
#column1 p {
	margin: 0.5em 0 1.5em 1em; 
	line-height: 1.5em;
	}
	
#column1 h1, #column1 h2, #column1 h3 {
	color: #b80;
	font-family: Georgia, "Times New Roman", Times, serif; 
	padding: 5px 0; 
	border-bottom: 1px dashed #aaa; 
	margin: 0.5em 0; 
	text-align: left;
	}
	
#column1 h2 {
	font-size: 1.5em;
	}
	
#column1 h2.firstheading {
	background: url('icons/sun_head.gif') 0 0 no-repeat; 
	padding: 0 0 10px 25px; 
	margin-right: 120px;
	border-top: 1px solid transparent;
	}
	
#column1 h2 a {
	color: #a60;
	}
	
#column1 ul, #column1 ol {
	margin: 0 1em; 
	padding: 0 1em;
	}
	
#column1 ul li {
	margin: 0 1em; 
	padding: 0.2em; 
	list-style: square inside;
	}
	
#column1 ol li {
	margin: 0 2em; 
	padding: 0.2em; 
	list-style: decimal outside;
	}
	
#column1 blockquote {
	margin:0 0 0 25px;
	padding:0 0 0 10px;
	font-style: italic; 
	color: #666;
	border-left:3px solid #FFCC33;
	/*background: url('images/blockquote.gif') 0 0 no-repeat;*/
	}
	
#column1 blockquote p {
	margin-top: 1em;
	}
	
#column1 blockquote blockquote {
	margin-left: 10px;
	}

#column2 {
	/*float: left; */
	position: absolute;
	left:50%;
	width: 185px; 
	margin-left: -478px; 
	font-size: 0.8em;
	border: 0px solid red;
	}
	
.container-left {
	/*margin-right: 13px;*/
	}

#column3 {
	/*float: right; */
	position: absolute;
	left:50%;
	width: 185px; 
	margin-right: 0px;
	margin-left: 292px;
	/*margin-top:-3px;*/
	font-size: 0.8em;
	border: 0px solid red;
	}
	
.container-right {
	/*margin-left: 25px;*/
	}

.centerbox {
	text-align: justify; 
	overflow: visible; 
	width: 100%;
	}

#footer {
	/*background: url('images/shadow_footer.png') top left repeat-x; */
	background:transparent url(images/page_nav.png) repeat scroll 0% 50%;
	border-bottom:2px solid #999999;
	border-top:2px solid #999999;
	font-size: 0.8em; 
	clear: both; 
	/*padding: 20px 10px;*/
	text-align:center;
	/*margin: 0 210px 0 230px;*/
	}
	
#footer p {
	/*text-align: right; */
	margin: 0; 
	padding: 0;
	}
	
#footer a {
	color: #b80;
	}

#back {
	clear: both; 
	font-size: 0.8em; 
	text-align: right; 
	padding: 0 10px; 
	clear: both; 
	margin-top: 20px;
	}
	
#back a {
	font-weight: normal;
	}
	
#back span {
	float: left;
	}
	
#back strong {
	color: #006;
	}

/* End Layout Elements */

/* Begin Navigation Elements */

#navigation {
	display: block; 
	background: url('images/page_nav.png') repeat; 
	text-align: center; 
	height: 2em; 
	padding: 2px 0; 
	border-top: 2px solid #999; 
	border-bottom: 2px solid #999;
	}

#nav {
	padding-left: 35px;
	margin: 0 auto;
	}
	
#nav, #nav ul {
	text-align: left; 
	font-size: 1.1em; 
	list-style: none; 
	font-weight: normal; 
	z-index: 8;
	margin-left:25%;
	}
	
#nav li {
	float: left; 
	padding: 0; 
	margin: 0;
	}
	
#nav a {
	border-right: 2px solid #ddd; 
	display: block; 
	line-height: 2em; 
	padding: 0 15px; 
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
	}
#nav .primer_li_cabeza a {
border-left: 2px solid #ddd; 
	}

#nav a:hover {
	border-right: 2px solid #fc3; 
	color: #fff; 
	background: #8B8828;
	}
	
#nav li ul {
	margin: 0; 
	padding: 0; 
	font-size: 1em; 
	border: 1px solid #ddd; 
	background: url('images/page_nav.png') repeat #eb5; 
	position: absolute; 
	left: -999em; 
	height: auto; 
	width: 14em;
	}
	
#nav li li {
	width: 14em; 
	margin: 0;
	}
	
#nav li ul a {
	border-left: 1em solid #eee; 
	margin: 0;
	}
	
#nav li ul a:hover {
	border-left: 1em solid #fc3;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	}
	
#nav li:hover, #nav li.sfhover {
	background: #d93;
	}

#nav li ul ul {
	margin: -2em 0 0 13em;
	}
	
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	}

#page_nav {
	padding: 0 10px;
	}
	
#page_nav a {
	display: block; 
	color: #999; 
	padding: 10px; 
	border: 1px solid #eee;
	}
	
#page_nav a:hover {
	color: #999; 
	border: 1px solid #f90; 
	background: #fe9; 
	color: #f90;
	}

#breadcrumbs {
	position: absolute; 
	font-size: 0.8em; 
	top: 6px; 
	left: 50%;
	margin-left: -500px;
	text-align: left; 
	text-transform: lowercase;
	padding: 0 20px 0 20px;
	}

/* End Navigation Elements */

/* Begin Form Elements */

#searchCSS {
	font-size: 0.9em; 
	position: absolute; 
	top: 6px;
	right: 50%;
	margin-right:-500px;
	padding-right: 20px;
	}
	
#searchform {
	text-align: center;
	}
	
#searchform #s {
	width: 108px; 
	padding: 0; 
	border: 1px solid #ca3;
	}
	
#searchsubmit {
	font-size: 10px; 
	background: #fff url('icons/icon_search.gif') 1px 1px no-repeat; 
	cursor: pointer; 
	padding: 0 0 0 15px; 
	border: 1px solid #ca3;
	}
	
#submit {
	cursor: pointer;
	}

.entry form {
	text-align: center;
	}
	
select {
	width: 130px;
	}

#commentform input {
	width: 170px; 
	padding: 2px; 
	margin: 5px 5px 1px 0; 
	border: 1px solid #ca3; 
	background: #fed;
	}
	
#commentform textarea {
	width: 95%; 
	padding: 2px; 
	border: 1px solid #ca3; 
	background: #fed;
	}
	
#commentform #submit {
	border: 1px solid #ca3; 
	color: #666; 
	background: #fed; 
	vertical-align: top;
	}
	
#commentform #submit:hover {
	border: 1px solid #f90; 
	background: #fe9;
	}
	
#commentform input:focus, #commentform textarea:focus, #searchform #s:focus {
	background: #fe9;
	}

.comment_no {
	padding: 10px 0; 
	float: right; 
	font-size: 3em; 
	color: #ec5;
	}

.commentlist {
	padding: 20px; 
	margin: 0;
	}
	
ol.commentlist {
	margin: 0 !important; 
	padding: 0 !important;
	}
	
.commentlist li {
	clear: both;  
	list-style-type: none !important; 
	padding: 10px !important; 
	background: url('images/gradient.png') 0 -30px repeat-x #fff; 
	border-top: 1px solid #ec5; margin: 10px !important;
	}
	
.commentlist li:hover {
	background-position: 0 0;
	}

.commentmetadata {
	border-top: 1px dashed #ec5; 
	clear: both; 
	text-align: right; 
	font-size: 0.8em; 
	font-weight: normal; 
	color: #ca5; 
	margin-top: 20px !important;
	}

#column1 blockquote.commented {
	margin-left: 5px;
	padding: 0 10px 10px 20px; 
	font-style: italic; 
	color: #963; 
	background: url('images/blockquote.gif') 0 0 no-repeat !important;
	}
	
#column1 blockquote.commented blockquote, #column1 blockquote.commented ul, #column1 blockquote.commented ul li {
	background: none !important; 
	margin: 0 !important; 
	padding: 0 !important;
	}

.commentlist .gravatar {
	display: block; 
	float:left; 
	padding: 3px; 
	margin: 0 20px 5px 0; 
	border: 2px solid #ccc; 
	background: #eee;
	}

.alt {
	clear: both;
	}

/* End Form Elements */

/* Begin Images */

p img {
	padding: 0;
	margin: 5px;
	}
p img[alt="an image"] {
	float: left; margin: 0 7px 2px 0;
	}
	
img.alignright {
	padding: 4px; 
	margin: 0 0 2px 7px; 
	display: inline;
	}
	
img.alignleft {
	padding: 4px; 
	margin: 0 7px 2px 0; 
	display: inline;
	}

.center {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	}
	
.alignright {
	float: right;
	}
.alignleft {
	float: left;
}

.images {
	width: 95%; 
	text-align: center;
	}
	
.images img {
	margin: 10px; 
	border: 5px solid #fc6;
	}

/* End Images */


/* Begin Portlets */

#wp-calendar {
	text-align: center; 
	width: 100%; 
	background: #fff url('images/gradient.png') 0 0 repeat-x; 
	color: #630;
	}
	
#wp-calendar caption {
	background: #fc3;
	}
	
#wp-calendar thead {
	background: #fc6;
	}
	
#wp-calendar #today {
	background: #fda; padding: 0;
	}
	
#wp-calendar a {
	text-decoration: underline; 
	margin: 0 !important; 
	background: none;
	}
	
#wp-calendar td {
	text-align: center; 
	width: 14%;
	}

#column2 ul, #column3 ul {
	padding-bottom: 20px;
	margin-bottom: 1em; 
	background: url('images/portlet_header.png') bottom right no-repeat;
	}
	
#column2 ul li, #column3 ul li {
	margin: 0; 
	padding: 0.5em 1em; 
	background: #fffae0 url('icons/sun_tiny.gif') 10px 0.6em no-repeat;
	}
	
#column2 ul li a, #column3 ul li a {
	margin-left: 20px; 
	display: block; 
	border-bottom: 1px dashed #fc6;
	}
	
#column2 listHeader, #column3 listHeader {
	background: transparent; 
	padding: 0;
	}
	
#column2 h2, #column2 h3, #column3 h2, #column3 h3 {
	margin: 0; 
	padding: 0.5em;
	color: #fff;
	background: url('images/portlet_header.png');
	}
	
#column2 ul calendar {
	padding: 5px;
	}

/* End Portlets */


/* Begin Icons and Stuff */

#column3 .icons {
	padding-bottom: 20px; 
	margin-bottom: 1em; 
	background: url('images/portlet_header.png') bottom right no-repeat;
	}
	
#column3 dl dd {
	border-bottom: 1px dashed #fc6;
	padding: 0.5em 1em; 
	background: #fffae0;
	}

.icons dt {
	margin: 0; 
	padding: 0.5em; 
	font-size: 1.1em; 
	font-weight: bold;
	color: #fff; 
	background: url('images/portlet_header.png') !important;
	}

.icons a {
	display: block;
	height: 16px; 
	padding-left: 25px;
	}
	
.icons a:hover {
	background-position: left bottom ;
	}

.icons .s_delicious {
	background: url('icons/delicious.gif') no-repeat;
	}
	
.icons .s_digg {
	background: url('icons/digg.gif') no-repeat;
	}
	
.icons .s_technorati {
	background: url('icons/technorati.gif') no-repeat;
	}
	
.icons .s_reddit {
	background: url('icons/reddit.gif') no-repeat;
	}
	
.icons .s_magnolia {
	background: url('icons/magnolia.gif') no-repeat;
	}
	
.icons .s_stumbleupon {
	background: url('icons/stumbleupon.gif') no-repeat;
	}
	
.icons .s_yahoo {
	background: url('icons/yahoo.gif') no-repeat;
	}
	
.icons .s_google {
	background: url('icons/google.gif') no-repeat;
	}

.iconComment a {
	padding-left: 20px; 
	background: url('icons/icon_comment.gif') top left no-repeat;
	}
	
.iconEdit {
	background: url('icons/icon_edit.gif') top left no-repeat; 
	padding: 1px 0 5px 20px;
	}
	
.rss {
	background: url('icons/rss_background.gif') top center no-repeat; 
	padding-bottom: 10px;
	}
	
a.iconrss {
	background: url('icons/icon_rss.png') top center no-repeat; 
	text-indent: -999em; 
	height: 104px !important; 
	display: block;
	}
	
a.iconrss:hover {
	background-position: bottom;
	}

/* End Icons and Stuff */

/* Special Fixes */
img {
	max-width: 100%;
	}

/* \*/
* html #wrapper1, * html .outer a, * html .container-left, * html .container-right, * html .outer, * html h2 {
	height: 1%;
	}
	
* html .outer p {
	margin-right: -4px;
	}
	
#column2 {
	margin-right: -1px;
	}
		
* html #column2 {
	margin-right: -2px;
	}
	
/* Holly Hack */
/* formulario de contacto */
.contactform form {
border:0px solid red;
text-align:left;
}

/* BATTER BLOGROLL*/
#betterblogroll {
 text-align:center;
}

#betterblogroll ul li{ 
 padding-top: 10px;
 padding-bottom: 10px;
 background-image: none;
}

#betterblogroll ul li a{ 
 margin: 0px;
 text-decoration:underline;
}

#betterblogroll img {
 border: 1px solid #999999;
}

#calendar_wrap {
	padding-bottom: 20px;
	margin-bottom: 1em; 
	background: url('images/portlet_header.png') bottom right no-repeat;
}

/*Validator footer*/
#validatorfooter {margin-top: -15px;}