/*
	photoblog textstyles	

    ezgenerator photoblog textstyles 1.3
		http://www.ezgenerator.com

    Copyright (c) 2004-2005 Image-line
	width: expression((getElementById("guide").offsetWidth) + "px");
*/
/*---------- Image/Thinbnail Styles----------*/
/*#guide {
position:absolute;
font-size:0px;
width:100%;
left:0px;
top:0px;
height:1px;
}*/
.thumbwrapper {
  margin:0;
  float:right;
  width:100%;
}
div.thumb 
{ 
  float: left;
  text-align: center;
  background-color: #E9E9E9;
  border-style: solid;
  border-color: #D1D1D1;
  border-width : 1px;
  padding: 5px;
  margin:  4px;
}
div.thumbdefault 
{
  margin: 4px;
  float: left;
  text-align: center;  
}
.imgthumb /*  */
{
  text-decoration: none;
  border-style: solid;
  border-color: #FFFFFF;
  border-width : 1px;
}
.imgthumbdef /*  */
{
  text-decoration: none;
  border: none;
  border-width: 0px;
}
.thumbtitle /*   */
{
  font:  10px Verdana, Geneva, Arial, Helvetica, serif;
  color: #000000; 
  text-decoration: none;
}
div.image 
{
  background-color: #E9E9E9; 
  border-style: solid;
  border-color: #D1D1D1;
  border-width : 3px;
  padding: 3px;
}
div.imagedefault 
{
 text-align: center;
}
.imageurl /*  */
{
  text-decoration: none;
  border: none;
  border-width: 0px;
}
a.imgthumbdef:hover IMG 
{
	FILTER: alpha(opacity=80); 
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*----- Text styles------*/
span.title /*    */
{ 
  font: normal 16px Georgia;
  color: #778899; 
}
span.date /*   */
{
  font: normal 14px Georgia, "Times New Roman", Times, serif;
  color: #000000;   
}
span.content /*   */
{
  font:  10px Verdana, Geneva, Arial, Helvetica, serif;
  color: #000000; 
}
div.content /*   */
{
  font:  10px Verdana, Geneva, Arial, Helvetica, serif;
  color: #000000; 
}
/*----- URL styles------*/
a.nav /*  */
{
  font:  11px Verdana, Geneva, Arial, Helvetica, serif;
  color: #808080;
  text-decoration: none; 
}
/*.catcolor /* .... */
/*{	
   color: %CATEG_FONTCOLOR%;
}*/
