/*  
Theme Name: Recetas
Theme URI: http://recetasdeargentina.com.ar/blog/recetas-theme/
Description: Simple colorful rounded 2 column WordPress theme.
Version: 1.0
Author: Pablo Carnaghi
Author URI: http://labarbarie.com.ar/
Author e-mail: pablo@labarbarie.com.ar

	Recetas uses Nifty Cube by Alessandro Fulciniti:
	http://www.html.it/articoli/niftycube/index.html
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Have fun, and don't be afraid to contact me if you have questions.
*/

body {
	background: url(images/background.png);
	color: #333;
	font-family: Arial, "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	margin: 0;
	padding: 0 0;
	}

/* Structure Divs */
#content {
	color: inherit;
	background: #fff;
	border-left: 1px solid  #E0D752;
	border-right: 1px solid #E0D752;
	margin: 0 auto;
	padding: 0px 4px 16px 4px;
	width: 768px;
	}

#header {
	color: inherit;
    background-color: #4197E3;
	padding: 20px 20px 16px 20px;
	margin: 0px 8px 16px 8px;
	}

#barra {
	background-color: #A5BE0E;
	padding: 12px 20px 12px 20px;
	margin: 0px 8px 16px 8px;
	font-weight: bold;
	color: #E0D752;
	height: inherit;
	}

#barra a {
	color: #fff;
	}

#noticias {
	float: left;
	margin: 0;
	padding: 20px 10px 20px 20px;
	width: 460px; 
	}

#sidebar {
	float: right;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0;
	padding: 20px 10px;
	width: 240px; 
	}

#credits {
	background: #A5BE0E;
	font-family: "Small Fonts", VT100, Arial, Helvetica, serif;
	font-size: 9px;
	margin: 0 8px 0 8px;
	padding: 8px 20px;
	text-align: center;
	color: #E0D752;
	}

/* Config Structure Divs */

	/* Header */
	#header h1 {
		color: #fff;
		font-size: 30px;
		font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, Arial, times, serif;
		margin: 0;
	}
	
	#header h2 {
		color: #fff;
		font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, Arial, times, serif;
		font-size: 18px;
		font-weight: normal;
		padding: 0;
		margin: 0;
		text-transform: lowercase;
		}
		
	#header a {
		background: transparent;
		color: #fff;
		text-decoration: none;
		}
		
	#header a:hover {
		color: #ECEAFF;
		text-decoration: none;
		}
		
	
	/* Pages */
	#pages {
		/*text-align: left;
		display: inline;*/
		width: 60%;
		float: left;
		}
	
	#pages li {
		display: inline;
		list-style-type: none;
		}
	
	#pages ul {
		display: inline;
		list-style-type: none;
		}
	
	.page_item {
		display: inline;
		list-style-type: none;
		padding-left: 10px;
		margin-left: 6px;
		border-left: 2px solid #E0D752;
		}
	
	#pages ul, ol {
		margin: 0;
		padding: 0;
		}
		
	#pages a {
		color: #fff;
		}
		
	#pages a:hover {
		color: #E0D752;
		text-decoration: none;
		}
		
	.current_page_item a, .current_page_item a:hover {
		color: #E0D752 !important;
		}
		
	/* Search */
	#search {
		float: right;
		width: 40%;
		padding: 0;
		margin: 0;
		text-align: right;
		color: #fff;
		line-height: 1px;
		height: 0;
		font-size: 1px;
		}
	
	.formbutton {
		cursor:pointer;
		font-size:10px;
		border:solid 1px #ccc;
		background: #C24E1D;
		color:#666;
		font-weight:bold;
		padding: 2px 2px;
		margin-left: 2px;
		background:url(images/formbg.gif) repeat-x left top;
		}
	
	.formtext {
		border: 1px solid #E0D752;
		font-size: 11px;
		padding: 2px;
		width: 152px;
		margin: 0;
		} 
	
	#searchform {
		padding: 0;
		margin: 0;
		}
	
	
	/* Clear */
	#clear {
		clear: both;
		margin: 0;
		padding: 0;
		line-height: 1px;
		font-size: 1px;
	}
		
	/* Noticias */
	#noticias p, #noticias ul, #noticias ol {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		}
	
	#noticias ol {
		margin: 0 0 0 30px;
		padding: 0;
		}
	
	#noticias ul {
		list-style-type: circle;
		margin: 0 0 0 30px;
		padding: 0;
		}
			
	#noticias li {
		margin: 0;
		padding: 0;
		}
		
	#noticias h1, #noticias h1 a {
		color: #BE420E;
		font-size: 24px;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-decoration: none;
		}

	#noticias h2, #noticias h2 a {
		color: #C24E1D;
		font-size: 22px;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-decoration: none;
		}
	
	#noticias h1 a:hover {
		background: transparent;
		color: #6EB9E0;
		}
		
	#noticias h2 a:hover {
		background: transparent;
		color: #6EB9E0;
		}
		
	#noticias h3 {
		color: #016CA3;
		font-size: 18px;
		font-weight: normal;
		margin: 0;
		padding: 20px 0 5px 0;
		}
		
	#noticias h4 {
		background: url(images/dot.gif) repeat-x bottom;
		color: #174B65;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0.2em;
		margin: 33px 0 0 0;
		padding: 0;
		text-transform: uppercase;
		}

	#noticias small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		}
		
	.feedback {
		color: #898A8A;
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding: 8px 8px 32px 0;
		text-align: right;
		}
		
	/* Entrada */
	.entrada {
		margin: 0;
		padding: 0;
		}

	/* Comments */
	#commentbox {
		background-color: #F6EE75;
		padding: 20px;
		margin-top: 20px;
		}
	
	#commentbox h2 {
		color: #BE420E;
		font-size: 18px;
		}
	
	#commenttitle h2	{
		color: #BE420E;
		font-size: 18px;
		padding-top: 20px;
		}
		
	#commentlist {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	#commentlist li {
		margin: 10px 0;
		padding: 5px 10px;
		}
			
	#commentlist p {
		margin: 0;
		padding: 0;
		}
			
	#commentlist small {
		font-size: 11px;
		}

	.class_comment1 { /*background: #E9E9EA; border: 1px solid #E0DEDE;*/ }
	.class_comment2 { /*background: #F4F3F3; border: 1px solid #E0DEDE;*/ }
	
	#comments, #postcomment {
		color: #C24E1D;
		font-size: 14px !important;
		font-weight: bold;
		margin: 40px 0 10px 10px;
		}
			
	#commentform {
		padding: 5px 20px;
		}
		
	#commentform input, #commentform textarea {
		background: #F9F7D6; 
		border: 1px solid #E0D752;
		font-size: 12px;
		padding: 1px;
		}
		
	
	/* Sidebar */
	#sidebar h3 {
		border-bottom: 1px dotted #E0D752;
		color: #BE420E;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 5px 0 2px 0;
		}
		
	#sidebar ul, #sidebar ol {
		list-style: none;
		margin: 5px 0 20px 5px;
		padding: 0;
		}
		
	#sidebar li, #sidebar li:hover {
		margin: 0;
		padding: 0;
		}
		
	#sidebar p {
		margin: 5px 0 0 5px;
		padding: 0;
		}
		
	#sidebar a {
		color: #3D81EE;
		text-decoration: none;
		}
		
	#sidebar a:hover {
		text-decoration: underline;
		}
		
	#sidebar div { 
		margin: 0 0;
		padding: 0;
		}

	/*	Credits */
	#credits a {
		color: #FFF;
		text-decoration: none;
		}
		
	#credits a:hover {
		background: transparent;
		color: #E0D752;
		}
		
	#credits p {
		margin-top: 20px;
		padding: 0;
		color: #E0D752;
		}

/* General */
a {
	color: #3D81EE;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
	}
	
blockquote {
	background: #E3F5FE;
	padding: 5px 20px 5px 20px;
	margin: 1em;
	} 

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	float: right;
	padding: 8px;
	}

h4 {
	color: #858585;
	}
	
/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}