/*
	Theme Name: obcfotoblog
	Theme URL: http://www.obcfotoblog.com
	Description: tema para fotoblog.
	Author: obc
	Author URI: http://www.obcfotoblog.com
	Version: 1.0
	Tags: three columns
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/************************************************
*	Reset Eric Meyer									
************************************************/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/************************************************
*	generales									
************************************************/

body {
background: url(imagenes/bolafondo2.png);
width: 100%;
font-size: 12px;
font-family: Century Gothic, Helvetica, Arial;
margin: 0px auto;
padding: 0px;
}

a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #FF7411;
}

a:hover {
text-decoration: underline; 
}


/************************************************
*	content layout						
************************************************/

#wrapper {
width: 960px;
margin: 0px auto;
}

#container {
display: table;
width: 940px;
}

#containertabla {
display: table-row;
background-color: transparent;
}

#colizq, .principal, .sinresultados, #sidebar {
display: table-cell;
}

/************************************************
*	header									
************************************************/
#menu {
	margin-left: 680px;
}

#menu ul {
	padding-top: 10px;
}

#menu ul li {
	display: inline;
	margin-right: -0.3em;
}

#menu ul li a:link {
	padding: 5px 10px;
	font-weight: bold;
	color: #FFB234;
	border-left: 5px solid #B07F48;
	border-bottom: 5px solid #7C4D25;
	background: #905E36;
}

#menu ul li a:visited {
	padding: 5px 10px;
	font-weight: bold;
	color: #FFB234;
	border-left: 5px solid #B07F48;
	border-bottom: 5px solid #7C4D25;
	background: #905E36;
}


#menu ul li a:hover {
	font-weight: bold;
	padding: 5px 10px;
	color: #673A15;
	text-decoration: none;
	border-left: 5px solid #7C4D25;
	border-bottom: 5px solid #B07F48;
	background: #C89D64;
}

#header {
width: 940px;
height: 110px;
background: #673A15 url(imagenes/bottomheader.gif) no-repeat bottom;
border-top: 5px solid #FFB234;
}

#logo{
margin-left: 165px;
margin-top: -20px;
} 

#header h1{
visibility: collapse;
margin-top: -10px;
}

.description {
margin-left: -5000px;
}


/************************************************
*	footer								
************************************************/

#footer {
clear: both;
width: 809px;
height: 1%;
overflow: hidden; 
background: #FFB234 url(imagenes/footertop.gif) no-repeat top;
margin-left:131px;
padding: 20px 0px 20px 0px;
}

#footerizdo {
float: left;
width: 68%;
}

#footerizdo p {
font-size: 1.05em;
line-height: 1.2em;
text-align: left;
color: #666;
padding: 10px 20px 0px 30px;
}

#footerizdo p a {
color: inherit;
font-weight: bold;
}

#footerdcho {
font-size: 0.95em;
font-weight: bold;
line-height: 1.2em;
padding-left: 15px;
float: right;
width: 30%;
}

#footerdcho ul {
padding-left: 10px;
margin-left: 25px;
}

#s {
background: #D79D34;
font-size: 1.0em;
line-height: 1.2em;
}

#footerdcho .search {
margin-left: -25px;
}

#footerdcho .iconorss {
list-style-image: url(imagenes/rss.png);
}

#footerdcho ul li a {
color: #666666;
}

#footerdcho ul li a:link a:visited {
color: #666666;
}

#footerdcho ul li a:hover {
color: #333;
}


/************************************************
*	colizq						
************************************************/

#colizq {
background-color: transparent;
min-width: 131px;
max-width: 131px;
border-right: 15px solid #B3B3B3;
font-weight: normal;
}

#pestana {
background: #E6E6E6 url(imagenes/esquinapestana.gif) no-repeat left bottom;
margin-right: -20px;
padding: 0px 0px 20px 20px;
font: bold 0.9em/1 Century Gothic;
text-align: left;
color: #FFB234;
position: relative;
left: 0px;
right: 0px;
z-index: 1;
}

#pestana a {
font-weight: normal;
color: #000;
}

#pestana a:hover {
color: #999;
}

#pestana h2 {
font: normal 1.8em/1.05 Century Gothic;
text-align: right;
color: #000;
margin-top: -10px;
margin-bottom: 10px;
}


.published {
text-align: right;
display: block;
color: #673A15;
}

/* flechas */

.alignleft {
font: bold 3em/1 Arial;
color: #ff0000;
text-align: right;
}

#pestana .alignleft a {
color: #FFB234;
}

#pestana .alignleft a:hover {
color: #673A15;
text-decoration: none;
}

.navigation {
text-align: right;
}

.alignright {
font: bold 3em/1 Arial;
color: #ff0000;
text-align: right;
} 

#pestana .alignright a {
color: #FFB234;
}

#pestana .alignright a:hover {
color: #673A15;
text-decoration: none;
}

/************************************************
*	principal o colcentral						
************************************************/

.principal  {
background: #E6E6E6;
padding-left: 10px;
padding-bottom: 100px;
min-width: 548px;
max-width: 548px;
}

.principal img {
margin-top: -15px;
margin-bottom: 10px;
border: 1px solid #673A15;
display: block; /*´truco´ junto a &nbsp; para que la imagen quede a la misma altura que el resto de columnas*/
} 

.principal p {
font: normal 1.05em/1.1 Century Gothic, Helvetica, Arial, Verdana;
text-align: left;
color: #000;
padding: 0px 25px 10px 5px;
}

.principal .sinresultado { /*paginas con error de búsqueda*/
padding-right: 40px;
text-align: left;
}


/************************************************
*	sidebar						
************************************************/

#sidebar {
width: 205px;
border-left: 12px solid #B3B3B3;
border-right: 10px solid #B3B3B3;
background: #E6E6E6;
padding-left: 16px;
}

#sidebar h2 {
font: bold 1.2em/1.2 Century Gothic, Helvetica, Arial;
text-align: right;
color: #fff;
}

.widgettitle {
margin: 0px -10px 5px -15px;
border-bottom: 2px solid #E6E6E6;
}

#sidebar #text-3 { /* widget de wordpress texto o html arbitrario*/
background: #673A15;
width: 164px;
padding: 0px 10px 10px 10px;
margin-bottom: 10px;
}

.textwidget { /* estilo del widget superior*/
font: normal 1em/1.1 Century Gothic, Helvetica, Arial;
text-align: right;
color: #fff;
}

.textwidget a {
color: #FFB234;
font-weight: bold;
}

.textwidget a:visited {
color: #FFB234;
font-weight: bold;
}

.textwidget a:hover {
font-weight: bold;
}

#yd-recent-posts {/* widget de fotos recientes*/
background: #866345;
width: 164px;
padding: 0px 10px 10px 10px;
margin-bottom: 10px;
overflow: hidden;
height: 1%;
}

.yd_rp_widget {
margin-left: 0px;
}

#sidebar #categories-3 {/* widget de categorias*/
background: #A2866F;
width: 164px;
padding: 0px 10px 10px 10px;
margin-bottom: 10px;
}

#sidebar #categories-3 ul li {
margin-bottom: 5px;
margin-left: 15px;
list-style-image: url(imagenes/categoria.png)
}

#sidebar #categories-3 ul li a:link {
font-weight: bold;
color: #fff;
}

#sidebar #categories-3 ul li a:visited {
font-weight: bold;
color: #fff;
}

#sidebar #categories-3 ul li a:hover {
font-weight: normal;
}

#sidebar ul {
font: normal 1em/1 Century Gothic, Helvetica, Arial;
text-align: right;
color: #555;
} 



/************************************************
*	comentarios						
************************************************/

.comentarios {
clear: both;
width: 500px;
padding: 8px;
margin-top: 20px;
}

.titulocomentarios {
font: bold 1.2em/1.2 Century Gothic, Helvetica, Arial;
text-align: left;
color: #673A15;
margin-bottom: 5px;
border-bottom: 5px solid #673A15;
}

.comentarios h3 {
font: normal 0.9em/0.8 Century Gothic, Helvetica, Arial;
text-align: left;
color: #673A15;
padding-bottom: 2px;
}

ol li {
margin-top: 10px;
padding: 2px;
}

cite {
font: bold 1.2em/1.2 Century Gothic, Helvetica, Arial;
padding-top: 10px;
}

.commentmetadata {
font: bold 0.8em/1.2 Century Gothic, Helvetica, Arial;
color: #ff7b04;
}

.alt {
background: #d5c9b3;
}



/************************************************
*	formulario de comentarios						
************************************************/
#respond {
font: bold 1.2em/1.2 Century Gothic, Helvetica, Arial, Verdana;
text-align: left;
color: #fff;
margin-top: 20px;
border-bottom: 3px solid #E6E6E6;

}

.comentarios form {
background: #A2866F;
padding-left: 10px;
font: normal 1em/0.9 Century Gothic, Helvetica, Arial, Verdana;
text-align: left;
color: #111;
}

.comentarios form p {
margin-bottom: 10px;
text-align: left;
}

#author, #email, #url, #comment {
background: #E6E6E6;
font: normal 1em/0.9 Century Gothic, Helvetica, Arial, Verdana;
}

.comentarios input {
width: 96%;
}

#submit {
width: 30%;
}

#comment {
width: 96%;
}


/************************************************
*	search y categorias					
************************************************/

#commentform {
margin-top: 10px;
padding: 0px 0px 20px 5px;
}

.resultList {
margin-left: 12px;
padding: 0px 2px 0px 0px;

}

.filters { /*archive for*/
margin-left: 12px;
padding: 0px 2px 20px 0px;

}

.filters li {
text-align: right;
padding-right: 20px;
}

.thumbnail {
float:left;
display:inline;
width:83px;
height:64px;
margin: 8px 2px 15px 2px;

}

.thumbnail img {
max-width: 123px;
margin: -20px 5px 10px 5px;
padding: 0px 0px 0px 0px;
max-height: 75px;
border: 1px solid #555555;
}

#ll {
display: none;
}
