*
{
  margin: 0;
  padding: 0;
}

a img,:link img,:visited img { border: none; }

a,
a:visited
{
  text-decoration: none;                    
  color: #0E87D2;
}

a:hover
{
  text-decoration: underline;
}

ul li
{
  list-style-type: none;
}

.center
{
  text-align: center;
} 

.clearfix:after 
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix,
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

body
{
  font-family: 'Trebuchet MS',Tahoma,Helvetica,Arial,Geneva,sans-serif;
/*  font-family: Arial, Verdana, sans-serif;*/
  margin: 0;
  padding: 20px;
	font-size: 100%;
  background-color: #fff;
  text-align: left;
  color: #555555;
}

fieldset
{
  border: none;
}

#container
{
	font-size:0.8em;
	text-align: left;
	width: 900px;
}

#logo
{
  font-family:"Trebuchet MS",Arial,Verdana,sans-serif;
  font-size: 3em;
  padding: 2px 0;
  margin-bottom: 20px;    
  font-weight: bold;
}

#logo a
{
  text-decoration: none;
  color: #b0d59a;
}

#logo span
{
  font-size: 11px;
  line-height: 11px;
}
    
h1, h2
{
  font-size: 1.6em;
  margin-bottom: 8px;   
  color: #0E87D2;
}

#title
{
  font-size: 1.8em;
  margin-bottom: 8px;
  border-bottom: 1px solid #8F8F8F;
}      

/* tagcloud */
.cloud
{
  text-align: justify;
	margin-bottom: 10px;
}

.cloud a 
{
  line-height: 1.2em;  
}

.cloud a:hover
{
}


.cloud .size1
{
  font-size: 0.8em;
}


.cloud .size2
{
  font-size: 1em;
}


.cloud .size3
{
  font-size: 1.2em;
}


.cloud .size4
{
  font-size: 1.4em;
  font-weight: bold;
}


.cloud .size5
{
  font-size: 1.6em;
  font-weight: bold;
}


.cloud .size6
{
  font-weight: bold;
  font-size: 2em;
}

/* columns */
.left
{
  float: left;
  width: 530px;
}

.right
{
  float: left;
  width: 360px;
  margin-left: 10px;
}

#footer
{
  border-top: 1px solid #8F8F8F;
  text-align: center;
  clear: left;
  padding: 10px;
}

#footer li
{
  display: inline;
  margin: 0 10px;
}

#footer a
{
  color: #8F8F8F;
}

/* list */
.item
{
  margin-bottom: 30px;
  clear: left;
}     

.item h2
{
  margin-bottom: 0px;
}

.item p
{
  font-size: 1.1em;
  line-height: 1.5em;
}

.item .image
{
  float: left;
  margin: 0 20px 5px 0;
}
  
#top_pager
{
  margin-bottom: 10px;
}

#pager
{
  margin-bottom: 10px;
}

#search,
#search_box
{
  padding: 13px;
  background-color: #b0d59a;       
  position: relative;
	margin-bottom: 10px;
}      

#search .input,
#search_box .input
{
  border: none;
  padding: 2px 4px;
  margin-right: 8px;
}

#search .input
{
  width: 830px;         
}

#search_box .input
{
  width: 290px;         
}

#search input,
#search_box input
{
  vertical-align: middle;
}    

/* detail */
.detail
{
  margin-bottom: 20px;
} 

.detail p
{
  font-size: 1.1em;
  line-height: 1.5em;
}

/* overlabel */ 
.overlabel_box
{
	position: relative;
	float: left;
	display: inline;
}

label.overlabel
{          
  display: none;
	color: #8F8F8F;
}

label.overlabel-apply
{
  position: absolute;
	top: 0px;
	left: 4px;
	z-index: 1;
	color: #8F8F8F;	
}
