/*
Theme Name: TRUCCO
Theme URI: http://blog.vexlan.com
Version: 1.0
Description: Nuevo dise&ntilde;o para el blog de TRUCCO. Dise&ntilde;o m&aacute;s femenino con un toque rosa corporativo (PANTONE 500U)
Author: Jos&eacute; Miguel P&eacute;rez
Author URI: http://www.vexlan.com/
*/


@media all {

	html {
		background: url(img/fondo-main-repeat.jpg) repeat-y top center;
	}

	body {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.8em;
		background: url(img/fondo-main.jpg) no-repeat top center;
		color: #5d504c;
	}

	p, li {
		color: #3c3932;
		line-height: 1.5em;
		margin: 10px 0px;
	}

	li {
		margin: 5px 0px;
	}

	ol {
		list-style-type: decimal;
		padding-left: 30px;
	}

	ul {
		list-style-type: disc;
		padding-left: 30px;
	}

	a {
		text-decoration: none;
		color: #b9868e;
	}

	a:hover {
		text-decoration: underline;
		color: #7f5c5d;
	}

	blockquote {
		padding: 10px 20px;
		margin: 20px 0px;
		background: #ffe0e7;
		font-style: italic;
	}

	blockquote p {
		font-style: italic;
		color: #b9868e;
	}


	h1 {
		color: #8e7e71;
		font-weight: normal;
		font-size: 2em;
		margin: 20px 0px 5px 0px;
	}

	h2 {
		color: #666;
		font-size: 1.5em;
		margin: 20px 0px 10px 0px;
	}

	h3 {
		color: #888;
		margin: 20px 0px 10px 0px;
	}

	#head {
		height: 37px;
		padding: 30px 0px;
	}


	#head .logo {
		font-size: 1.8em;
		color: #706d65;
		position: relative;
		left: -10px;
	}

	#head .logo a {
		display: block;
		width: 267px;
		height: 36px;
		background: transparent url(img/logo.gif) top left;
		text-indent: -3000px;
		position: relative;
		left: -10px;
	}



	#head .navi ul {
		float: right;
		padding: 12px 0px 0px 0px;
	}

	#head .navi li {
		display: inline;
		padding: 0px 0px 0px 15px;
		margin: 0px 0px 0px 10px;
		background: url(img/bullet-header.gif) no-repeat center left;
	}

	#head .navi li.first {
		background: transparent;
	}

	#head .navi li.temporada {
		font-weight: bold;
	}

	.sideblock a,
	#head .navi a {
		text-decoration: none;
		color: #5d504c;
	}

	.sideblock a:hover,
	#head .navi a:hover {
		text-decoration: underline;
		color: #897a76;
	}


	.post-date {
		background: url(img/back-dates.gif) no-repeat top left;
		padding: 28px 0px 47px;
	}

	.post-date a {
		margin-left: 15px;
		text-decoration: none;
		color: white;
	}

	.post-date a:hover {
		color: #7f5c5d;
		text-decoration: underline;
	}

	.post-date .date-day {
		font-size: 2em;
		font-weight: normal;
	}

	.post-date .date-month {
		font-size: 0.6em;
		text-transform: uppercase;
	}

	.post-info {
		color: #909090;
		font-size: 0.9em;
	}

	.post-text {
		padding: 10px 0px;
	}

	.post-content {
		padding-right: 20px;
		padding-bottom: 30px;
	}


	.comm {
		padding: 5px 0px;
		font-size: 1.3em;
	}


	.tags {
		font-size: 0.9em;
		color: #888;
	}

	.tags a {
		color: #3e3e3e;
		margin-left: 10px;
		padding: 0px 0px 0px 15px;
		background: url(img/bullet-tag.gif) no-repeat left 3px;
		font-style: italic;
	}

	.tags a:hover {
		text-decoration: underline;
	}


	.sideblock {
		margin: 0px 0px 20px 0px;
	}

	.sideblock h1 {
		color: #222;
		font-weight: normal;
		font-size: 1.5em;
		margin: 0px 0px 10px 0px;
	}

	.sideblock ul {
		list-style-type: none;
		padding-left: 20px;
	}

	.sideblock p,
	.sideblock li {
		color: #666;
		line-height: 1.2em;
		margin: 5px 0px;
		font-size: 1.2em;
	}

	a.rss {
		display: block;
		height: 25px;
		line-height: 25px;
		padding-left: 31px;
		background: transparent url(img/feeds.gif) no-repeat top left;
	}

	a.rss-mail {
		display: block;
		height: 25px;
		line-height: 25px;
		padding-left: 31px;
		background: transparent url(img/feeds.gif) no-repeat bottom left;
		margin-top: 10px;
	}


	.tag-cloud {
		background: transparent url(img/back-tag-cloud.gif) no-repeat top center;
		padding: 30px 15px 0px;
		margin: 0px;
	}

	.cloud-footer {
		background: transparent url(img/back-tag-cloud2.gif) no-repeat bottom center;
		padding: 0px 0px 30px 0px;
	}


	.tag-cloud a {
		color: white;
		text-decoration: none;
	}

	.tag-cloud a:hover {
		color: #7f5c5d;
		text-decoration: underline;
	}


	#coment-header {
		padding: 30px 0px 20px 0px;
	}




	.comment-meta .thumbnail {
		text-align: right;
		margin-bottom: 5px;
	}

	.comment-meta .thumbnail img {
		border: 1px solid #aaa;
		padding: 3px;
	}

	.comment {
		margin: 10px 0px;
		background: url(img/comment-bubble-btm.gif) no-repeat bottom right;
	}


	.comment .author,
	.comment .date {
		text-align: right;
		color: #666;
	}

	.comment .author a {
		color: #333;
		border: 0px;
		font-size: 1em;
		font-weight: bold;
	}

	.comment .date a {
		color: #888;
		border: 0px;
		font-size: 0.8em;
		text-align: right;
	}	

	.comment .date a:hover {
		color: #333;
		border: 0px;
	}	


	.comment .comment-text {
		padding: 0px 10px 0px 20px;
		width: 410px;
		background: url(img/comment-bubble-top.gif) no-repeat top right;
	}






	#coment-form {
		padding: 30px 0px 20px 0px;
	}


	#coment-form label {
		display: block;
		color: #aaa;
		font-weight: bold;
	}

	#coment-form label.inline {
		float: left;
		width: 150px;
	}


	#coment-form textarea {
		width: 550px;
	}

	#coment-form input {
		width: 400px;
	}

	#coment-form .help {
		font-size: 0.8em;
		display: block;
		padding-left: 150px;
		font-style: italic;
		color: #666;
	}

	#coment-form #btn-submit-comment {
		width: 200px;
		height: 44px;
		cursor: pointer;
		float: right;
		margin: 0px 5px 0px 20px;
	}

	.moderation-warning p {
		text-align: left;
		font-style: italic;
		color: #888;
	}


	#coment-form .moderation-warning {
		font-size: 0.8em;
		line-height: 1.2em;
	}


}

