/*  

	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; */
	border: 1px #999 solid;
	padding: 14px;
	margin-top:10px;
}
.img-cont IMG
{
	/*border : 1px solid #000; */
	border: 1px #999 solid;
	padding: 14px;
	margin-top:10px;
}

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

.prev
{
	float: left;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
}

.next
{
	float: right;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
}

.post
{
	/*background: #EEf;*/
	margin: 0px 50px 0px 50px;
}

.post h2
{
	float: left;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 12px;
	margin-left: 10px;
}

.post h3
{
	float: right;
	text-align: right;
	margin-bottom: 0px;
	padding: 0px;
}



.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 #AAA; 
*/
	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: 5px 5px 0;
}

/* End of Nitisha */

#space{
	height: 0px;	
}
/* 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: #666;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #999;
}

a:hover {
	color: #FFF;
}

#content a, #header a {
/* modificado iopes */
	color: #000;
}

#content a:visited, #header a:visited{
/* modificado iopes */
	color: #000	;
}

#content a:hover, #header a:hover  {
	color: #88F	;
}

#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: 30%;
	padding-bottom:10px;
}	
#thumbs {
	float:left;	
	width: 84%;
	margin-left: 8%;
	margin-right:8%
	padding-bottom:5px;
}
.bottom-links
{
	background-color: #CCC;
	padding: 4px 0px 5px 0px;
	border-width: 0px 0px 0px 0px;
	border-color: #666;
	border-style: solid;
	color: #777;
	line-height:16px;
}

