/*
Theme Name: HeartWare
Based on GlossyBlue.
Version: 1
Author: Rafa Morey
*/

body {
	background-image: url(imagenes/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
}
#contenedor {
	background-color: #000000;
	background-image: url(imagenes/background_content.jpg);
	background-repeat: no-repeat;
	display: table;
	width: 850px;
	margin-left:auto;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5a1915;
	border-left-color: #5a1915;
}
#search {
	/*float: left;
	margin-top: 160px;*/

	margin-left: 20px;

	clear: both;
	padding-top: 160px;
	display: block;
}
#menu {
	/*clear: both;
	margin-top: 60px;
	display: table;*/
	clear: both;
	padding-top: 60px;
	display: block;
}
#content {
	float: left;
	display: table;
	width: 600px;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #FFFFCC;
	padding: 10px;
}
#sidebar {
	float: right;
	width: 207px;
	display: table;
	background-image: url(imagenes/background_sidebar.jpg);
	background-repeat: repeat-y;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 4px;
	}
#sidebar_content {
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #D27818;
}
.post-comments {
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #AA2920;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
h2 {
	color: #CC6600;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CC6600;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #CC6600;
	text-decoration: none;
}
h2 a:hover {
	color: #632421;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #990000;
	margin: 10px 0px 5px;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
.previous-entries {
	float: left;
	padding-left: 18px;
}
.next-entries {
	float: right;
	padding-right: 18px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #333333;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #990000;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #333333;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #990000;
	text-decoration: none;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
	color: #333333;
}
.recent-posts li{
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #FFE612;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
#footer {
	clear: both;
	background: #5a1915;
	color: #F9E105;
	font-size: 95%;
	line-height: 130%;
	display: table;
	width: 100%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
input {
	background-color: #ffd2d4;
	font-size: 95%;
	border: 1px solid #5a1915;
}
textfield {
	background-color: #ffd2d4;
	font-size: 95%;
	border: 1px solid #5a1915;
}
textarea {
	background-color: #ffd2d4;
	font-size: 95%;
	border: 1px solid #5a1915;
}
#links ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	/*text-transform: lowercase;*/
}

#links ul li {
	font: bold 95% "Trebuchet MS", Tahoma, Arial;
	margin-top: 5px;
	margin-left: 20px;
	list-style-type: none;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#links ul ul {
	font-variant: normal;
	font-weight: normal;
	/*line-height: 100%;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#links ul ul li {
	border: 0;
	font: normal normal 90% "Trebuchet MS", Tahoma, Arial;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 20px;
	list-style-type: none;
}

#links ul ul li a {
	color: #000;
	text-decoration: none;
}

#links ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#links ul ul ul.children {
	font-size: 90%;
	padding-left: 4px;

}
#links input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}
#ul_link li {
	color: #ccc;
	font-weight: bold;
	margin: 0;
	padding-left: 3px;
}

