/* 
Theme Name: WP-Andreas09
Theme URI: http://webgazette.co.uk/wordpress-themes/wp-andreas09/
Description: WP-Andreas09 theme for WordPress based on the open source template, andreas09 by <a href="http://www.andreasviklund.com/">Andreas Viklund</a> - Ported to WordPress by <a href="http://webgazette.co.uk/">Ainslie Johnson</a>.
Version: 1.5
Author: Andreas Viklund and Ainslie Johnson
Author URI: http://webgazette.co.uk/wordpress-themes/wp-andreas09/
andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author.
Ported to WordPress by Ainslie Johnson - Last updated 02/01/06
*/
/* General Element Styling */

body {
	background:#8b8b8b;
	color:#000000;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}

/*De Patxi, para links no naranjas, más discretos */

a.noorange{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

/*final De Patxi */

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

p {

	text-align: justify;
	line-height:1.5em;
	margin:0 0 15px;
	padding: 0px;
}

/*** Main container ***/

#container {
	color:#303030;
	margin:0;
	min-width:770px;
	padding:0;
	text-align:left;
	width:100%;
}

/*** Header section ***/

#sitename { 
       color:#FFFFFF;
       height:92px;
       padding:0pt 20px 10px;
       text-align:left;
    }

#sitename h1,#sitename h2 {
	font-weight:400;
	margin:0;
	padding:0;
	
}

#sitename h1 {
	font-size:2.4em;
	padding-top:20px;
	
}

#sitename h1 a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing:6px;
	
}

#sitename h2 {
	font-size:1.6em;
	
}

/*** Horizontal menu ***/

#mainmenu {
	float:left;
	margin-bottom:25px;
}

#mainmenu ul {
	font-size:16px;
	margin:0;
	padding:0;
}

#mainmenu li.page_item {
	float:left;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}

#mainmenu a {
	border-right:1px solid #b0b0b0;
	color:#606060;
	display:block;
	font-size:0.7em;
	padding:11px 10px 10px;
	text-transform:uppercase;
}

#mainmenu a:hover {
	text-decoration:none;
}

#mainmenu li.current_page_item {
	color:#505050;
	text-decoration:none;
}

/*** Content wrap ***/
#wrap {
	clear:both;
	font-size:0.9em;
	padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0 10px 10px;
	width:170px;
}

#leftside {
	float:left;
	margin-right:10px;
}

#rightside {
	float:right;
	margin-left:10px;
}

#rightside img {
	border: 0px;
}

/*** Sidebar menu ***/

#leftside h2, #rightside h2 {
	font-size: 1.4em;
	margin-top: 10px;
	padding: 5px;
	border-bottom: 1px solid #BEBFC3;
}

#leftside ul {
	padding-left: 0px;
	margin: 0px;
}

#leftside li {
	list-style: none;
}

#leftside ul.box li a {
	background:#ffeedd; /*** antiguo #e8e9ea;***/
	border:1px solid #ff6600; /***#b0b0b0;***/
	color:#606060;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

#leftside ul.box li a:hover {
	background:#ff6600; /*#f8f9fa;*/
	border:1px solid #ffeedd; /*#909090;*/
	color:#303030;
	text-decoration:none;
}

#leftside ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

#rightside ul {
	padding-left: 0px;
	margin: 0px;
}

#rightside li {
	list-style: none;
}

#rightside ul.box li a {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	color:#606060;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

#rightside ul.box li a:hover {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
}

#rightside ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}



li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
	list-style: none;
}

/*** Content ***/

#content,#contentalt {
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
padding:15px 20px 5px;
}

#content {	
	margin:0 200px;
	font-size:1.2em;  /* PTX AK modificaci�n tama�o texto posts */
}

#contentalt {	
	margin:0 200px 0 20px;
}

#content h1,#contentalt h1,#contentalt h2 {
	background-color:inherit;
	color:#FF6600;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
}

#content h1,#contentalt h1 {
	border-bottom: 1px solid #b0b0b0;
}

#content h2 {
	font-size:1.6em;
	color:#FF6600;
font-weight:normal;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/

#footer {
	background:#8b8b8b url(images/footerbg.jpg) top left repeat-x;
	clear:both;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
}

#footer a {
	color: #0000ff;
	font-weight:bold;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border:1px solid #b0b0b0;
}

#commentform {
	width: 97%;
}

#author {
	border:1px solid #b0b0b0;
}

#email {
	border:1px solid #b0b0b0;
}

#url {
	border:1px solid #b0b0b0;
}

#submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

.gravatar {
        float:right;
        padding: 6px;
        border: 0px;
        margin-bottom: 0px;
        background: #fff;
}

/* Image Display */

.thumbnail {
	background:#fafbfc;
	margin:0 0 10px 10px;
	padding:5px;
}

.left {
	background:#fafbfc;
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}

.right {
	background:#fafbfc;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}
.noalign {
	background:#fafbfc;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

/* Search Form */

.searchform {
	margin: 0;
}

#searchbox {
	background:#ffeedd;
	border:1px solid #ff6600;
	margin:0 4px 0 0;
	width:160px;
}

#searchbutton {
	background:#ffeedd;
	border:1px solid #ff6600;
}

#searchbutton:hover {
	background: #ff6600;
	border: 1px solid #ff0000;
	cursor: pointer;
}

/*** Comments Display ***/

.postmetadata {
	background:#FFEEDD;
	font-size: 0.9em;
border-top: 1px solid #FF6600;
border-bottom: 1px solid #FF6600;
	padding: 10px;
	margin: 0px;
        text-align:right;
}

ol.commentlist li {
	border: 1px solid #FF6600;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	background:#ffeedd;
}

/*** Text format ***/
.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

blockquote {
text-shadow : #FF6600;
	border: solid #FF6600;
border-width : 1px 1px 1px 0.8ex;
-moz-border-radius: 2%;
	padding: 10px 10px 10px 10px;
background: transparent url(http://personales.ya.com/remocpi/quoleft.png) left top no-repeat;  
background-color: #FFEEDD;
text-indent: 39px;
}

dato {
text-shadow : #FF6600;
	border: solid #FF6600;
border-width : 1px 1px 1px 0.8ex;
-moz-border-radius: 2%;
	padding: 10px 10px 10px 10px;
background: transparent url(http://personales.ya.com/remocpi/exclamacion.png) left top no-repeat;  
background-color: #FFEEDD;
text-indent: 29px;
}

.small {
	font-size:0.8em;
}

.large {
font-size:1.4em;
}

.center {
	text-align:center;
}

.category {
	border-bottom: 1px solid #b0b0b0;
}

.date {
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

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

.post img {
	margin: 6px;
	padding: 6px;
}

/* Patxi aparece en escena y crea nueva clase de imagen*/
.post img.icoautor {
  border: 0;
  float: left;
  margin: 0px;
  padding: 1px;
}

/* final modificaciones Patxi */

.entry img {
	margin: 6px;
	padding: 6px;
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Fix by Andy Skelton */

.entry, .entrytext {
	overflow: hidden;
}

* html.entry, * html.entrytext {
	overflow: visible;
	height: 1px;
}

* html.entry p, * html.entrytext p {
	width: 99%;
  overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/
.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {
	display:none;
}

div.gallery {
	border-top: 1px solid #BEBFC3;
	padding: 0px 5px 5px 5px;
	margin: 5px 0 10px 0;
	overflow: auto;
}

.galleryleft {
	float: left;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 0px;
}

.galleryright {
	text-align: justify;
}

small.tags {
color: green;
font-weight: bold;
width: 99%;
display: block;
border: 1px dashed green;
padding: 5px;
}

/* Modificaciones de Remo para conseguir los bloques de texto*/


.bloquei, .bloqued {
	width: 225px;
	background: #FF6600 url(http://curiosoperoinutil.com/wp-includes/images/bloqueabajo.png) no-repeat left bottom;
	font: Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	margin: 0 10px 0 0;
	float: left;
}
.bloqued {
	float: right;
	margin: 0 0 0 10px;
}
.bloquei p, .bloqued p, .bloquei ul, .bloqued ul {
	padding: 0px 8px 10px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	text-align: justify;
}
.bloquei ul, .bloqued ul {
margin-left:15px;
}
.bloquei a, .bloqued a {
font-weight: bold;
}
.arriba {
  background: #FAFCFF url(http://curiosoperoinutil.com/wp-includes/images/bloquearriba.png) no-repeat left top;
	height:11px;
	font-weight: bold;
	font-size: .8em;
}	


/* Fin de las modificaciones de bloque de texto de Remo*/

/*** End of file ***/


.cabecera_ozu{ position:absolute; width:100%;}
.contenido_cabe{ display:inline; float: right; width:580px; height:34px;  background:url(http://curiosoperoinutil.com/wp-content/themes/wp-andreas09/images/fondo_ozu.gif) no-repeat top;}
.caja {display:inline; float:left; width:197px; height:15px; background-color:#FFFFFF; border:1px solid #6C6C6C; margin: 2px 5px 0px 16px;}
.contenido_cabe img{ display: inline; float:left; width:49px; height:15px; margin-top: 3px;}
.contenido_cabe ul{ display: inline; float:left; height:15px; width:236px; margin:0px; padding:0px; margin-top:3px;margin-left:20px;}
.contenido_cabe li{display: inline; float:left;  height:15px; color:#FFF; margin-left: 2px;}
.contenido_cabe a{ height:15px; font-size:9px; font-family:Tahoma; font-style:normal;  color: #FFFFFF; text-decoration:none; }
.contenido_cabe p img{ display: inline; float: right; width:53px; height:34px; margin:0px;}
.contenido_cabe a:hover{ text-decoration:underline; color: #CCCCCC}
