/*
Theme Name: ArenaBeach
Description: Arena Beach
Version: 9.1.09
Author: Juan Manuel Garcia Olivares
Author URI: http://www.garciaolivares.com.ar/
*/

/* body START */
body {
	background: #fff;
	color:#333;
	font-size:12px;
	font-family:"BitStream vera Sans", Verdana,Arial, Helvetica, sans-serif;
}
#container {
	margin:0 auto;
	width:900px;
}
/* body END */

/* base START */
* {
	margin:0;
	padding:0;
}
abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}
small, .small {
	font-size:10px;
}
img {
	border:none;
}
.inline {
	display:inline;
}

.post .content .wp-caption p {
	margin:3px 0 0;
}
a {
	color:#333;
}
a:hover {
	text-decoration:underline;
}
.button {
	text-decoration:none;
	padding:2px 5px;
	background:#d5dade;
	border:1px solid #057bb9;
	color:#057bb9;
}
.button:hover {
	color: #000;
}
blockquote, pre {
	background:#F1F5F6;
	border:1px dashed #B0BEC7;
	color:#666;
	padding:5px 10px;
	margin:5px 0;
}
.textfield, .textarea {
	border:1px solid #057bb9;
	padding:2px 1px;
	font-size:12px;
}
.clear, .fixed {
	clear:both;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px !important;
	margin-right:7px;
}
.right {
	float:right;
	margin-left:10px !important;
	margin-left:7px;
}
.bottom_separator {
	margin-bottom:10px;
}
.block {
	background:#FFF;
	border:1px solid #B0BEC7;
	margin-bottom:10px;
}
.block .content {
	background:#F1F5F6;
	margin:1px;
	padding:6px 10px;
}
.block .g {
	background:#d5dade;
}
.block .r {
	background:#d5dade;
}
.boxcaption {
	border:1px solid #B0BEC7;
	border-bottom:none;
}
.boxcaption h3 {
	border:1px solid #FFF;
	background:#F1F5F6;
	padding:5px 10px;
	font-size:12px;
	color:#258;
}
.boxcaption a {
	text-decoration:none;
}
.box {
	border:1px solid #B0BEC7;
	border-top:none;
	padding:10px;
	margin-bottom:10px;
}
.w3c {
	color:#080;
	font-size:10px;
}
/* base END */



/* header START */
#header {
	background: url(images/header.jpg) no-repeat 0 0;
	height: 200px;
	margin-bottom: 10px;
}
#header .content {
	height:100%;
	float: left;
	left:-10px;
	position: relative;
}

#header .content h1 {
	float: left;
	width: 250px;
	height: 81px;
	background: url(images/logo.png) no-repeat;
}

#header .content h1 a {
	display: block;
	width: 250px;
	height: 81px;
	text-indent: -2000px;
}



#header .meta {
	font-size:10px;
	float: right;
	position: relative;
	right: 10px;
	top: 160px;
}
#menubar {
	float:left;
	padding-left: 1px;
}
#menubar li {
	float:left;
	margin-right:5px;
	list-style:none;
	background: #fff;

}

#menubar li a {
	display:block;
	text-decoration:none;
	padding:5px 10px;
	color: #005a43;
}
#menubar li a:hover {
	background: url(images/h1_bg.jpg) repeat-x 0 0;
		color: #333;
}
#menubar .current_page_item {
	background:#FFF;
	font-weight:bold;
}
/* header END */

/* main START */
#main {
	width:636px;
	float:left;
}
.post {
	margin-bottom:10px;
	color: #333;
}
.post .title {
	margin: 5px 0;
	padding:2px 10px;
	text-decoration:none;
	font: 22px Georgia;	
	background: url(images/h1_bg.jpg) repeat-x 0 0;
}
.post .title a {
	color:#333;
	text-decoration: none;
}
.post .title a:hover {
	text-decoration:none;
	color:#333;
}
.post .content, .comentarios {
	background:#FFF;
	padding:10px 11px 0;
	line-height:145%;
	overflow:hidden;
}
.part, 
.post .content p {
	margin-bottom:10px;
}
.post .content img {
	max-width:600px;
}
.post .content h4 {
	font-size:14px;
	margin-bottom:8px;
	color:#60743A;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	background:#FFF;
	border:1px solid #B0BEC7;
	margin:5px 0 10px;
}
.post .content table tr td {
	border-top:1px solid #B0BEC7;
	padding:2px 10px;
}
.post .content table tr th {
	padding:1px 10px;
	background:#FAFDEC;
	text-align:left;
}
.post .meta {
	background:#F1F5F6;
	border:1px solid #FFF;
	padding:5px 10px;
	font-size:10px;
}
#pagenavi, 
#postnavi, 
#commentnavi {
	font-size:10px;
}
#pagenavi .newer, 
#postnavi .prev {
	float:left;
}
#pagenavi .older, 
#postnavi .next {
	float:right;
}
.wp-pagenavi span.docs {
	margin:2px 4px;
}
/* main END */

/* sidebar START */
#sidebar {
	float:right;
	width:254px;
	overflow:hidden;
}
#sidebar li {
	list-style:none;
}
.sidebar .sidedate {
	color:#B0BEC7;
}
.widget {
	background:#FFF;
	border:1px solid #19328c;
	margin-bottom:10px;
}
.widget h3 {
	background:url(images/bg_sidebar.gif);
	font-size:13px;
	margin:1px;
	padding:5px 10px;
	text-decoration:none;
	color:#333;
}
.widget a:hover h3 {
	background:#E1E7E9;
}
.widget ul {
	padding:4px 7px 10px;
}
.widget .space {
	padding:4px 12px 8px;
}
.widget ul li {
	line-height:18px;
	padding:3px 5px;
	border-bottom:1px solid #DCE3E9;
}
.widget ul li:hover {
	background:#F1F5F6;
}
.sidebar #searchbox {
	background:url(images/bg_sidebar.gif);
	padding:6px !important;
	padding:6px 6px 3px;
	margin:1px;
}
.sidebar .widget_pool {
	color: #333;
}
.widget_pool ul {
	padding: 0;
}

#searchbox .textfield {
	width:234px;
}
#searchbox .operation {
	color:#333;
	margin-top:4px;
	font-size:10px;
}
#searchbox .operation span {
	padding:2px 0;
}
#search_submit {
	font-size:10px;
	cursor:pointer;
}
.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
}
.widget ul li ul li {
	padding:3px 5px 0;
	border-top:1px solid #DCE3E9;
	border-bottom:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
.widget_pool ul li ul li {
	border: 0;
}
#sidebar .widget_tag_cloud {
	padding:0 11px 8px 11px;
}
#sidebar .widget_tag_cloud h3 {
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:4px;
}
/* sidebar END */

/* footer START */
#footer {
	padding:1px;
	font-size:10px;
	margin-bottom:10px;
	padding-left: 10px;
	padding-top: 10px;
}
#footer #about {
	float: left;
}
#footer #about p {
	border-left: 1px solid #ccc;
	padding-left: 15px;
	margin-left: 30px;
	color: #666;
}
 #footer #about p a {
	color: #666;
}
#footer #certifica_iab {
	float: left;
	display: block;
	width: 229px;
	top: 10px;
}
/* footer END */


/*--------------Comments--------------*/

ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	margin-bottom: 10px;
	padding: 10px 20px;

}

ol.commentlist li.alt {
	background:#F1F5F6;

}
ol.commentlist li cite a {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
ol.commentlist li p {
	font-size: 11px;
}
ol.commentlist a {

}

small.commentmetadata a {
	font-size: 9px ;
	text-decoration: none;
}



h3#respond {
	margin: 10px 0px;
}
form#commentform {
	padding: 5px 20px;
}
form#commentform label {
	display: block;
	margin-bottom: 3px;
	font-size: 11px;
}
form#commentform p{
	margin-bottom: 10px;
}
form#commentform .input, form#commentform input#submit {
	width: 350px;
	border: 1px solid #F1F5F6;
	background: #fff;
	padding: 2px;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	margin-left: 5px;
}
form#commentform input#submit {
	margin-top: 5px;
}
