/*
Theme Name: PianoForte
Theme URI: http://www.tonystreet.com/archives/2006/10/29/piano-wordpress-theme/
Description: A piano-inspired theme by <a href="http://www.tonystreet.com">tony</a>. <em>Does not</em> play well with Gravatars.
Version: 1.0
Author: Tony
Author URI: http://www.tonystreet.com/

Feel free to customize to your heart's desire, just please don't change the credits in the style.css or in the footer.

This theme is licensed under the Creative Commons Attribution-ShareAlike 2.5

This basically means that you are allowed to distribute and modify this theme, as long as you leave the credit in the footer of the theme, and you keep this license how it is.

Of course, you can contact me and I'll probably allow you to do anything you want with it :-)

Read the full license here: http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode

CHANGE LOG:
1.2: Bugfix - sidebar would overrun whitespace, ugly! Thanks to Drew at http://damaged-ink.net.
*/

/* LINKS */
a {color: #000000; text-decoration: none; border: none;}
a:visited {color: ##e5de22;}
a:hover {text-decoration: line-through; border: none;}
a img {border: none; }
a.name {text-decoration: none; color: #000000; font-size: 28px;}
a.name:hover {text-decoration: line-through; color: #e5de22; font-size: 28px;}
a.postlink { text-decoration: none; color: #e5de22; font-size: 22px;}
a.postlink:hover { text-decoration: line-through; color: #e5de22; font-size: 22px;}

blockquote {
border-left: 1px dashed #ccc;
margin-left: 1.5em;
padding-left: 5px;
}


/* 
Xime: Fijate que si ponés background en #000000; o en cualquier otro color que no sea el #a8aaad; efectivamente el fondo del sitio cambia, pero el fondo del contenido respeta el color de fondo que le pongas más abajo

Otra cosa que estaba pensando, ya que en este solo tenemos una barra lateral a la izquierda, es que podríamos usar una imagen de 775px de ancho así se puede ver bien con cualquier resolución de pantalla.. solo habría que pedirle a Sole que haga una de ese tamaño y cambiar los valores de "body" 
*/


body {
background: #000000;
color: #ffffff;
font-family: Bitstream Vera Sans, Arial, Verdana, Helvetica, Helv, sans-serif;
font-size: 12px;
text-align: left;
width: 900px;
background-image: url('images/background.jpg');
background-position: top left;
background-repeat: no-repeat;
}

#cats {
font-size: 12px;
padding-left: 5px;
color:#000000;
}

.commentbox {
padding-left: 10px;
margin-left: 3px;
padding: 5px;
border: 1px solid #ffffff;
width: 400px;
}


/* Xime en los bordes podés probar alguna de estas opciones:
 none | dotted | solid | double | groove | ridge | inset | outset
*/

#content {
margin-left: 30px;
margin-right: 30px;
padding-top: 25px;
padding-right: 5px;
padding-left: 5px;
background: #000000;
border-width: 3px;
border-color: #000000;
border-style: dotted;
}


.post {
background: #000000;
padding-right: 5px;
padding-left: 5px;
padding-top: 5px;
border-width: 2px;
border-color: #e5de22;
border-style: dotted;
width: 610px;
}

.entry {
background: #ffffff;
color: #000000;
padding-right: 5px;
padding-left: 5px;
border-width: 2px;
border-color: #000000;
border-style: solid;
width: 600px;
}

#desc {
font-size: 13px;
color: #ffffff;
}

#divider {
padding-top: 15px;
}

#foot {           /* F00TER */
font-size: 10px;
margin-bottom: 10px;
text-align: center;
color: #ffffff;
clear: both;
}

#head {                 /* HEADER */
text-align: left;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 100px;
}

li {list-style: none;}
ul {list style: none;}

#menutitle {
color:#000000
font-size: 14px;
font-weight: bold;
}

#menu {           /* SIDEBAR */
float: right;
padding-top: 5px;
padding-right: 5px;
padding-left: 5px;
text-align: right;
background: #ffffff;
color:#000000
}

#postdata {
color: #ffffff;
font-size: 12px;
}

#search {
background-color: #000000;
color: #ffffff;
font-family: Georgia, "Times New Roman", Serif;
}

#searchbutton {
color: #ffffff;
border: 1px solid #ffffff;
background-color: #555555;
}

#textbox {background-color: #ffffff; border: 1px solid #555555; color: #000000;}
#textbox:focus {background-color: #000000; color: #ffffff;}
textarea {font-family: Georgia, "Times New Roman", Times, Serif; font-size: 11px;}



