/*  

	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.
	Version: 0.1
	Author: Fran Sim&oacute;
	Author URI: http://justpictures.es/

*/

/* div class */

.page_menu {
	float: right;
        position: relative; bottom:50px;
	margin-bottom:0px; 
	font-size: 0.9em;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}

.copyright {
        font-size: 0.9em; 
        color:#ddd;
        position: relative; bottom: -4px; left: 0px
        
}

.entry {
    
    /* background: #FFF; */
        
}

.entry img {
	border : 1px solid #000; 
         
}

.img-cont{
	margin: 0 auto;
	padding: 0;
	text-align:left;
	/* part of this is generated in header.php */
}

.img-cont-thumb {
	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: #000; */
}

.post h2 {
	float: left;
	text-align:left;
	margin-bottom: 0px;
	font-size: 12px;	
}

.post h3 {

	text-align:right;
	margin-bottom:0px;
}

.post h4 {
	float: right;
	text-align:left;
	margin-bottom:0px;
	font-size: 12px;
}

#headerimg h1{

	text-align: left;
	margin-bottom: 0px;
	font-size: 18px; letter-spacing: 3px;
	position: relative; top: 11px;
}

.description {
	text-align:left;
        /*margin-bottom: 0px;*/
	position: relative; top: 11px;	
}

/* div IDs */


#page {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	top: 0px;
	background: #000;
}

#content, #header {
	left:2px;
	position: relative;
        top: 0px;
	padding: 2px;
    border : none 
    background: #000;
	text-align: left;    
	color: #ccc;
}

#header {
	top: 0px;	
}

/* This is from nitisha */


#header li {
	float: left;
	list-style-type: none;
	display: block;
	/*background: #fff;*/
	height: 100%;
}

#header li a {
	float: left;
	height: 100%;
	display: block;
	padding: 5px 5px 0;
}

/* End of Nitisha */

#space{
	height: 10px;	
}
/* html */

hr {
	
	background-color: #666;
	height: 1px;
    border : none; 	
}
	
body {
	background: #000;
	color: #666;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 11px;
        font-color: #ddd;
}

h1, h2, h3, h4 {
	font-family: Trebuchet, Verdana, sans-Serif;
	font-weight: normal;
	font-size: 11px;
        color: #ddd;	
}

a {
	color: #999;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color: #999;
}

a:hover {
	color: #FFF;
}

#content a, #header a {
	color: #FCB373;
}

#content a:visited, #header a:visited{
	color: #FCB373;
}

#content a:hover, #header a:hover  {
	color: #88F	;
}

#commentform  {
	padding: 5px 0;
    /*border : 1px solid #000;*/
}
	
#commentform textarea {
	padding: 2px;
    background: #333;
    border : 1px solid #000;
    font-family: Trebuchet, Verdana, sans-serif;
	font-size: 11px; color: #ddd
}	
	
#sidebar{
	float:right;	
	width: 25%;
	position: relative; top: 15px;
}	
#thumbs {
	float:left;	
	width: 75%;
}
