/*  

	Theme Name: phT for yapb
	Theme URI: http://pht.inhubi.com/
	Description: Very simple theme for Yet Another Photoblog Plugin. <br />It's tested for yapb 1.3.1, Wordpress 2.0 and WordpressMu 1.0.<br />Use functions.php to set the default image and thumbs sizes.<br />You MUST deactivate "Yapb does display uploaded images automatically on d..."
	Version: 0.1.1
	Author: Fran Sim&oacute;
	Author URI: http://justPictures.inuhbi.com/

*/

/* div class */

.entry {
    /*background: #EEE;*/
}

.entry img {
	border : 1px solid #000; 
}

.img-cont{
	margin: 0 auto;
	padding: 0;
	text-align:center;
	/* part of this is generated in header.php */
}

.img-cont-thumb {
        padding: 2px;
 	float: left;
	text-align:center;
}
.img-cont-thumb img {
	/* no funciona */
    vertical-align:middle;		
}

.prev{
	float:left;
	text-align:left;
	margin-bottom:1px;
}

.next {
	float:right;
	text-align:right;
	margin-bottom:1px;
}

.post {
	/*background: #EEf;*/
}

.post h2 {
	float:left;
	text-align:left;
	margin-bottom:1px;
	font-size: 12px;	
}

.post h3 {
	float:right;
	text-align:right;
	margin-bottom:1px;
}



.description {
	text-align:left;
	margin-bottom:1px;		

}

/* div IDs */

#page {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	top: 0px;
	background: #555;
}

#content, #header {
	left:2px;
	position: relative;
	padding: 2px;
    border : 2px solid #AAA; 
    background: #000;
	text-align: left;    
	color: #888;
}

#header {
	top: 2px;	
}



#space{
	height: 10px;	
}
/* html */

hr {
	color: #222;
	background-color: #222;	
	height: 1px;
    border : none; 	
}
	
body {
	background: #555;
	color: #777;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

h1, h2, h3 {
	font-family: Verdana, sans-Serif;
	font-weight: normal;
	font-size: 11px;		
}

a {
	color: #999;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color: #999;
}

a:hover {
	color: #FFF;
}

#content a, #header a {
	color: #FFF;
}

#content a:visited, #header a:visited{
	color: #FFF	;
}

#content a:hover, #header a:hover  {
	color: #88F	;
}

#commentform  {
    padding: 5px;
    background: #000;	
    color:BBB;
    /*border : 1px solid #000;*/
}

#commentform input {
    padding: 1px;
    background: #333;
    border: 1px solid #222;
    color:#BBB;
}



#commentform textarea {
    padding: 1px;
    background: #333;
    border: 1px solid #222;
    color:#BBB;
}	
	
#sidebar{
	float:right;	
	width: 25%;
}	
#thumbs {
	float:left;	
	width: 100%;
}

#header li {
	list-style-type: none;
        padding: 5px 0px 0;
	float: right;
	display: block;
        height: 100%;
}

