/* ------------------------------------------------------------------*/

body {
	margin: 0px auto;
	background-color: #82a4cc;
	background-image: url(images/background/bg_82a4cc.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	line-height: 20px;
	margin: 0px 0px 15px;
}

ul, ol {
	line-height: 20px;
}

small {
	color: #666; 
	font-size: 10px;
}
	
h1 {
	font-size: 32px;
	margin: 0px;
}
	
h2 {
	font-size: 18px;
	margin: 0px;
}

h3 {
	font-size: 13px;
	margin: 0px;
}

a, a:visited {
	color: #06C;
	text-decoration: none;
}

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

blockquote {
	margin: 0px 10px 15px;
	padding: 4px 8px 4px 50px;
	background-color: #F8F8F8;
	background-image: url(images/blockquote2.png);
	background-position: 6px 10px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCC;;
	border-right: 1px solid #CCC;;
	border-top: 1px solid #CCC;
	border-left: 5px solid #CCC;
	color: #666;
	font-style: italic;
}

blockquote p {
	margin: 0px;
}


/* ------------------------------------------------------------------*/

.txt_comment {
	width: 506px;
	height: 200px;
	background-color: #FAFBFC;
	border: 1px solid #C0C0C0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.txt_search {	
	width: 170px;
	height: 16px;
	padding: 0px 2px;
	margin-right: 5px;
	border: 0px;
	text-align: right;
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


/* ------------------------------------------------------------------*/

.page {
	width: 780px;
	margin: 10px auto;
	text-align: center;
}

/* ------------------------------------------------------------------*/

#header {
	direction: rtl;
	width: 780px;
	height: 150px;
	background-image: url(images/header/header_green1.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#header h1 {
	color: #000;
	position: absolute;
	top: 52px;
	left: 88px;
}

#header h2 {
	color: #FFF;
	position: absolute;
	font-size: 14px;
	top: 92px;
	left: 88px;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header a:hover {
	color: #039;
	text-decoration: none;
}

.search {
	height: 16px;
	width: 220px;
	position: absolute;
	top: 81px;
	left: 520px;
}

/* ------------------------------------------------------------------*/

.main {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/_main.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

/* ------------------------------------------------------------------*/

.content {
	width: 534px;
	margin-left: 30px;
	border-color: #CCCACA;
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
	direction: rtl;
	text-align: right;
	float: left;
}

.no-found {
	text-align: center;
	padding: 10px;
}

.post {
	margin-bottom: 0px;
	direction: rtl;
	padding: 10px;
}

.post_title {
	margin-bottom: 4px;
	direction: rtl;
	overflow: hidden;
}

.post_title h2 {
	color: #333;
	margin-right: 48px;
	padding: 2px 4px 2px 2px;
	text-align: right;
	border-bottom: 1px solid #CADBEF;
	border-top: 1px solid #CADBEF;
	background-color: #EBF2FB;
}

.post_title h2 a {
	color: #333;
	text-decoration: none;
}

.post_title h2 a:hover {
	color: #06C;
	text-decoration: none;
}

/* ------------------------------------------------------------------*/

.date_box {
	width: 40px;
	height: 40px;
	background-image: url(images/datebox/datebox_blue11.png);
	text-align: center;
	float: right;
}

.date_day {
	margin-top: 1px;
	margin-bottom: -1px;
	color: #fff;
	font-size: 19px;
}

.date_month {
	color: #000;
	text-transform: uppercase;
}	

/* ------------------------------------------------------------------*/

.entry {
	text-align: justify;
}

.entry img {
	border: 1px solid #CCC;
	padding: 4px;
	margin: 0px 4px;
}

.postavatar {
	float: left;
	margin: 6px 6px 6px 0px;
	padding: 0px;
	border: 0px;
}

.postavatar img {
	padding: 0px;
	margin: 0px;
}

.post_info {
	margin-top: 10px;
	padding: 8px 25px 8px 10px;
	border: 1px solid #C0C0C0;
	background: url(images/icon_comments.gif);
	background-color: #FAFBFC;
	background-repeat: no-repeat;
	background-position: 99%;
	text-align: right;
	font-size: 10px;
}

.post_info_single {
	margin-top: 10px;
	padding: 8px 10px 8px 10px;
	border: 1px solid #C0C0C0;
	background-color: #FAFBFC;
	text-align: right;
	font-size: 10px;
}

.post_tags {
	margin-top: 10px;
	padding: 8px 10px 8px 10px;
	border: 1px solid #C0C0C0;
	background-color: #FFC;
	text-align: center;
	font-size: 10px;
}

/* ------------------------------------------------------------------*/

.comments, .comment_form {
	direction: rtl;
	text-align: right;
	margin-top: 15px;
}

.comment_list {
	margin: 0px 10px;
	padding: 0px;
	list-style-type: none;
}

.comment_list li {
	margin-top: 10px;
	padding: 4px 4px 4px 44px;
	border: 1px solid #CCC;
	background-image: url(images/comment.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

.alt {
	background-color: #EEEEEE;
}

.comment_date, .comment_logged {
	text-align: right;
}

.comment_textarea  {
	text-align: center;
}

.comment_data {
	margin-top: 10px;
}

/* ------------------------------------------------------------------*/

.comment_titles {
	margin-bottom: 10px;
	padding: 10px 0px;;
	background-position: 0% 50%;
	border: 1px solid #CCC;
	text-align:center;
}

#comment_close {
	margin-top: 15px;
	background-image:url(images/comment_close.gif);
	background-repeat: no-repeat;
}

#comment_write {
	background-image:url(images/comment_write.gif);
	background-repeat: no-repeat;
}

#comment_count {
	background-image:url(images/comment_go.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------*/

#title_archive, #title_search {
	margin: 10px;
	padding: 8px 10px 8px 10px;
	border: 1px solid #C0C0C0;
	background-color: #FAFBFC;
	text-align: center;
}

/* ------------------------------------------------------------------*/

.navigation {
	margin: 10px 10px 20px 10px;
	text-align: center;
	font-weight: bolder;
	overflow: hidden;
}

.page_navigation {
	text-align: center;
}

#alignright {
	float: right;
}

#alignleft {
	float: left;
}

.toplink {
	float: left;
}

/* ------------------------------------------------------------------*/

.sidebar {
	width: 170px;
	margin-right: 30px;;
	direction: rtl;
	text-align: right;
	float: right;
}
	
.sidebar_item {
	margin-bottom: 15px;
}

.sidebar_title {
	height: 20px;
	margin-bottom: 5px;
	padding: 1px 8px 0 8px;
	background: url(images/sidebar_title/sb_title_black4.gif) no-repeat top;
	color: #FFFFFF;
	text-align: center;
}

.sidebar ul {
	margin: 0px 16px 0px 0px;;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	list-style-image: url(images/circle-green.gif);
	font-size: 10px;
}

.sidebar ul ul {
	margin-right: 6px;
}

#sbar_rss {
	text-align: center;
}

.adds {
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------*/

#footer {
	direction: ltr;
	height: 70px;
	width: 780px;
	padding-top: 15px;
	background-image: url(images/footer/footer_orange2.png);
	background-position: top;
	background-repeat: no-repeat;
}

#footer small {
	color: #333;
}

/* ------------------------------------------------------------------*/

#wp-calendar {
	font-size: 10px;
	empty-cells: show;
	margin: 0px auto;
	width: 150px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* No funciona en IE */
#wp-calendar td.pad:hover { 
	background-color:#F5F5F5; 
	}
	
#wp-calendar #today {
	background-color:#CCC;
}