/*  
/*  

	Theme Name: phT for yapb
	Theme URI: http://pht.inhubi.com/
	Description: Very simple theme for Yet Another Photoblog Plugin. 
It's tested for yapb 1.4/1.3, Wordpress 2.+ and WordpressMu 1.0.
Use functions.php to set the default image and thumbs sizes.
You MUST deactivate "Yapb does display uploaded images automatically on d..."
	Version: 1.2
	Author: Fran Sim&oacute;
	Author URI: http://justPictures.es/

*/


body {
	background: #fff;
}

#page {
	width: 652px;
	text-align: left;
	/*padding-left: 20px;*/
	margin:0px auto;
	}


#header {
	width: 652px;
	height: 80px;
	background: url(ds_back_005.jpg);
}


.headerlink {
	text-decoration: none;
}


#content  {
	width: 652px;
	padding-top: 10px;
	text-align: left;
}

#navcontainer {
	/*margin-bottom: 20px;*/
}

#navcontainer ul {
background-color:#F5EBD6;
margin: 0;
padding: 10px 10px 10px 10px;
}



#navlist li
{
list-style-type: none;
display: inline;
margin-right: 30px;
text-align: center;
font-family: georgia, verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 0.8em;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.8em;		
	text-align:left;
}

.post h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.8em;		
	text-align:left;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.post h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	text-align:left;
	margin: 0;
	padding: 0;
}

.content_text p , .entry p {
	line-height: 2em;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}



h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;		
}

.entry {
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0 0 15px 0;
}


.title_time {
	padding: 5px 0px 2px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.socialfacebook {float:left;width:200px;text-align:left;}

.socialgoogle {float:right;width:200px;text-align:right;}


.archive h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;		
}

.archive li {
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;		
}

.archive li li {
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;		
}




.title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	position: relative;
	top: 10px;
	left: 10px;
	color: #fff;
	visibility: hidden;
}





.content_text {
	padding: 2px 0px 0px 0px;
}


.postmetadata {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
}


#footer {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	color: #444;
}

#footer ul {
padding: 0px;
margin: 20px 0px 0px 0px;
}

#footer li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

a img {
	border: none;
}


.img-archive img {
	border: 1px solid #000;
}

.img-archive { 
	float: left;
/*	width: 100px; */
	height: 80px; 
	margin: 0px 10px 10px 0px;
	padding: 0px;
}



#respond {
	float:left;
	text-align:left;
}

#sidebar {
	float:right;	
	width: 25%;
}

#sidebar li {
	list-style-type: none;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}






.img-cont-thumb {
	width: 100px;
	height: 75px;		
}

#000commentform textarea {
	width: 630px;
}



.img-cont{
	background: url(/blog/wp-content/themes/phT_1_2/images/loading.gif) no-repeat center;
	/* margin: 0 auto; */
	
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px
	
	padding: 0;
	text-align:center;
	/* part of this is generated in header.php */
}

.img-cont img {
    border : 1px solid #000; 
}

.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;
		margin-top: 20px;
}

.next {
	float: right;
	text-align: right;
	margin-bottom: 1px;
		margin-top: 20px;
}





.description {
	text-align:left;
	margin-bottom:1px;		
}

/* This is from nitisha */

.clearfix {
	display:block;
}

#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: 10px;	
}
/* html */

hr {
	color: #222;
	background-color: #222;	
	height: 1px;
    border : none; 	
}
	
#commentform input {
    padding: 1px;
    background: #333;
    border: 1px solid #222;
    color:#BBB;
    font-size: 0.8em;
}

#commentform textarea {
	padding: 1px;
	background: #DDD;
	border : 1px solid #222;
	font-size: 0.8em;
}

/* left and right navigation buttons */

#nav_prev_next_container ul {
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}

.bold {
	font-weight: bold;
}

#nav_prev_next li{
	text-align: center;
	display: inline;
	margin: 0 10px 20px 10px;
}

.button {
	border: 1px solid #f5daa4;
	background: #f5ebd6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5ebd6), to(#f5ebd6));
	background: -webkit-linear-gradient(top, #f5ebd6, #f5ebd6);
	background: -moz-linear-gradient(top, #f5ebd6, #f5ebd6);
	background: -ms-linear-gradient(top, #f5ebd6, #f5ebd6);
	background: -o-linear-gradient(top, #f5ebd6, #f5ebd6);
	padding: 6.5px 13px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 0px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 0px 0;
	box-shadow: rgba(0,0,0,1) 0 0px 0;
	text-shadow: rgba(0,0,0,.4) 0 0px 0;
	text-decoration: none;
	vertical-align: middle;
	}

.button:hover {
	background: #ffc629;
	}
.button:active {
	border-top-color: #ffffff;
	background: #ffffff;
	}	

	
.menu-categories-container {margin: 5px 0 40px 0; }

#menu-categories {padding: 0;margin: 0;}

#menu-categories li{float: left; font-size: 0.6em; font-weight: normal;list-style-type: none;
font-family: arial,helvetica,sans-serif;}
	
#menu-categories li a {background-color: #eee;text-decoration: none;color: #000;padding: 0px; margin: 0;padding: 5px 5px;}
	
#menu-categories li a:hover {background-color: #91753a;text-decoration: none;color: #fff;padding: 0px; margin: 0;padding: 5px 5px;}
	
