/*  

    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.4/1.3, Wordpress 2.+ 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: 1.2
    Author: Fran Sim&oacute;
    Author URI: http://justPictures.es/

*/


.img-cont{
    margin: 0 auto;
    padding: 0;
    text-align:center;
    /* part of this is generated in header.php */
}

.img-cont img {
    border : 1px solid #000; 
}

.img-cont-thumb {
    
    padding: 2px;
    float: left;
    text-align:center;
}
.img-cont-thumb img {
    border : 1px solid #000; 
}

.prev{
    float:left;
    text-align:left;
    margin-bottom:1px;
}

.next {
    float:right;
    text-align:right;
    margin-bottom:1px;
}

.post {
    /*background: #EEf;*/
}

.post h2 {
    font-family:Verdana;
    float:left;
    text-align:left;
    margin-bottom:1px;
    font-size: 14px;
    font-weight: bold;
}

.post h3 {
    float:right;
    margin-bottom:5px;
}



.description {
    text-align:left;
    margin-bottom:1px;      
}

/* div IDs */

#page {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 0px;
}

#content, #header {
    left:2px;
    position: relative;
    padding: 2px;
    text-align: left;
	}

#header {
    top: 2px;
}

/* This is from nitisha */

.clearfix {
    display:block;
}

#header ul {
    float: right;
    font-size: 0.9em;
    text-align: right;
    text-transform: lowercase;
    letter-spacing: 0.1em;
}

#header h1{
    float:left;
    text-align:left;
    margin-bottom:1px;
    font-size: 15px;        
}


#header li {
    float: left;
    list-style-type: none;
    display: block;
    /*background: #fff;*/
    height: 100%;
}

#header li a {
    float: left;
    height: 100%;
    display: block;
    padding: 10px 10px 0;
	color:#888;}
	
#header li a:hover {color:#FFB40F;}


/* End of Nitisha */

#space{
    height: 10px;   
}
/* html */

hr {
    color: #222;
    background-color: #222; 
    height: 1px;
    border : none;  
}
    
body {
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

h1, h2, h3 {
    font-family: Verdana, sans-Serif;
    font-weight: normal;
    font-size: 11px;        
}

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

a img {
    border: none;
}

a:visited {
    color: #999;
}

a:hover {
    color: #FFB40F;
}


#commentform  {
    padding: 5px;
/* modificado iopes 
    background: #000;   
    color:BBB;*/
    /*border : 1px solid #000;*/
}
    
#commentform input {
    padding: 1px;
    background: #333;
    border: 1px solid #222;
    color:#BBB;
}

.ver-todo {color:#333; font-style:italic; font-size:9px;}



    
#sidebar{
    float:right;    
    width: 25%;
}   
#thumbs {
    float:left; 
    width: 75%;
}

.commentlist {
    padding-right: 40px;
    text-align: justify;
    color:#CCCCCC;
    }

.commentlist li {
    margin-bottom:20px;
    border-bottom:5px dashed #999;
    padding:5px;
    clear:both;
    }

.commentlist li.alt {
    border-bottom:5px dashed #CCC;
    }

p .postmetadata {
    text-align:right;
    }



.img-cont {
	background: url(http://300palabras.com/wp-content/themes/phT_1_2/images/loading.gif) no-repeat center;
}

.entry {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FBFBFB;
	border-right-color: #FBFBFB;
	border-bottom-color: #FBFBFB;
	border-left-color: #FBFBFB;		
}

body {
	background: #000;
	color: #FFF;

}
#page {
	background: #000;
	color: #FFF;
	width: 980px;
}

#content {
	width: 968px;	
	background: #000;
	color: #FFF;
}

#header {
	width: 968px;
	padding-top:12px;
	padding-bottom:10px;
	background-image:url(http://300palabras.com/wp-content/themes/phT_1_2/images/fondo-cab.jpg);
	background-repeat:no-repeat;
	background: #000;
}

.img-cont-thumb {
	width: 100px;
	height: 75px;		
}

#respond textarea {
    background: #222;
	color:#FFF;
	color:#DDD;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.2em;
padding:10px;
margin-right:auto;
margin-left:auto;
border:none;
width:100%;
overflow:auto;
}

.comment-meta {
	margin-bottom:20px;	
}

.avatar {
	display:none;
}