/*  

	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.inuhbi.com/

*/


body {
	background: #f9f9f9;
	color: #888;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}


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


#content, #header {
	/* left: 2px; */
	/* position: relative; */
	/* padding: 2px; */
    /* border : 2px solid #AAA; */
	text-align: left;    
}


#header {
	border-bottom: 1px dashed #aaa;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding-bottom: 4px;
	text-align: right;
	text-transform: lowercase;
	top: 2px;	
}


.img-navigation {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 3px 0;
	text-align: left;
	text-transform: lowercase;
}


.post {
    font-weight: normal;
    text-align: justify;
    line-height: 1.4em;
    letter-spacing: 0.08em;
}


.post img {
	border : 1px solid #333; 
}


.img-info {
    background: #000;
}

.img-display {
	margin-top: 10px;
	padding: 30px;
	text-align: center;
	/* part of this is generated in header.php */
}


.post h2 {
	font-variant: small-caps;
	text-align: left;
	font-size: 13px;	
	font-weight: bold;
	color: #fff;
    border-bottom: 1px solid #555;
    padding-bottom: 2px;
    margin: 0 30px;
}

.post p {
    color: #fff;
    font-size: 11px;
    padding: 0 30px 20px 30px;
    margin-top: 2px;
}


.postmetadata {
	font-size: 0.9em;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}


#respond {
    padding-left: 30px;
}

	

a {
	color: #888;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color: #666;
}

a:hover {
	color: #666;
}

#content a {
	color: #333;
}

#content a:visited {
	color: #333	;
}

#content a:hover {
	color: #333	;
}

#header a {
	color: #666;
}

#header a:visited{
	color: #666	;
}

#header a:hover  {
	color: #666	;
}

.comments {
    background: #fff;
    color: #999;
    border: 1px dotted #aaa;
}

.comments h3 {
    /* margin-left: 30px; */
}

.comments p {
    color: #666;
}

#commentform  {
	padding: 0px;
	background: #fff;
    /*border : 1px solid #000;*/
}
	
#commentform textarea {
	padding: 2px;
    background: #eee;
    border : 1px solid #222;
}	

#commentform label {
    color: #999;
}

#commentform h3 {
    padding-left: 40px; 
}

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


.archive-post {
	display: inline;
}

#archive-list .archive-post {
	color: rgb(255, 255, 255);
	text-align: left;
	}

