/*  

	Theme Name: phT for yapb
	Theme URI: http://pht.inhubi.com/
	Description: Very simple theme for Yet Another Photoblog Plugin. <br />You MUST deactivate "Yapb does display uploaded images automatically on d..."
	Version: RC2.0
	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-thumb {    
	padding: 2px;
	float: left;
	text-align:center;
}

.inside {
	margin:0px auto 0px auto;
}
	
#navigation {
	position: relative;
}

.prev {
	position: absolute;
	left: 0;
	width: 33%;
	z-index: 2;	
	
	text-align: left;	
	}

.exif {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
	}

.next {
	position: absolute;
	right: 0;
	width: 33%;
	text-align: right;
	z-index: 2;
	}

.post h2 {
	float:left;
	text-align:left;
	margin-bottom:1px;
	font-size: 15px;	
}

.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;
	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: 20px;		
}

#header li {
	float: left;
	list-style-type: none;
	display: block;
	height: 100%;
}

#header li a {
	float: left;
	height: 100%;
	display: block;
	padding: 5px 5px 0;
}

/* End of Nitisha */


/* html */

hr {
	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: 12px;		
}

a {
	text-decoration:none;
}

a img {
	border: none;
}

#comment {
	position: relative;
	text-align: left;    
}

#commentform  {
    padding: 5px;
}
	
#commentform input {
    padding: 1px;
}

#commentform textarea {
	padding: 1px;
}	
	
#sidebar{
	float:right;	
	width: 25%;
}	
#thumbs {
	float:left;	
	width: 75%;
}
