/*  

	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 #aaa; 
}

.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 {
	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;
}

#content, #header {
	left:2px;
	position: relative;
	padding: 2px;
    border : 1px solid #fff; 
	text-align: left;    
}

#header {
	top: 2px;	
}

/* This is from nitisha */

.clearfix {
	display:block;
}

#header ul {
	float: right;
	font-size: 12px;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}

#header h1{
	float:left;
	text-align:left;
	margin-bottom:1px;
	font-size: 25px;	
	font-weight: bolder;	
}
#header h2{
	float:left;
	text-align:left;
	margin-bottom:1px;
	font-size: 22px;	
	font-weight: lighter;		
}

#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 {
	color: #222;
	background-color: #222;	
	height: 1px;
    border : none; 	
}
	
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

h1, h2, h3 {
	font-family: Helvetica Neue, Arial, Verdana, sans-Serif;
	font-weight: normal;
	font-size: 11px;		
}

a {
	color: #6699cc;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color: #6699cc;
}

a:hover {
	color: #e08226;
}

#content a, #header a {
/* modificado iopes */
	color: #6699cc;
}

#content a:visited, #header a:visited{
/* modificado iopes */
	color: #6699cc;
}

#content a:hover, #header a:hover  {
	color: #e08226;
}

#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;
}



#commentform textarea {
	padding: 1px;
    background: #DDD;
    border : 1px solid #222;

/* modificado iopes 
    padding: 1px;
    background: #333;
    border: 1px solid #222;
    color:#BBB;
*/
}	
	
#sidebar{
	float:right;	
	width: 25%;
}	
#thumbs {
	float:left;	
	width: 75%;
}
