/* 
Theme Name: Encyclopedia
Theme URI: http://www.scriptol.com/wordpress/encyclopedia.php
Description: This SEO-friendly Wordpress theme displays categories in tags, and shows on the home page the lists of last posts for each category. Has a fluid layout with min and max limits. It is easy to modify (tutorial on the site). Encyclopedia is best suited for a blog or an encyclopedic website with a small number of categories.
Version: 1.5
Author: Denis Sureau
Author URI: http://www.scriptol.com
Tags:flexible-width, two-columns,  microformats, custom-header, custom-colors, left-sidebar
License: GNU GPL 2.0

Encyclopedia is based on the Cryonie theme from the same author.
Features:
- Flexible width (limits between 800 to 1280 pixels)
- Categories in tags.
- Home with list of articles by categories.
- Correct use of H1 and other headings for SEO.
- Wide compatibility with browsers.
- Free and licensed under GPL.
*/


html, body 
{
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 925px;
	padding: 0;
	background-color: white;
	color: #000000;
	min-width:800px;
	max-width:1280px;
	border-right:0px solid #CCC;	

}

#wrapper
{
	width: 925px;
	margin:0 auto;

}

/* Header */

#header 
{
	position:relative;
	margin: 0;
	height:96px;
	background:white;
	z-index:1;
}


#logo
{
	position:absolute;
	top:16px;
	left:24px;
	width:520px;
	height:60px;
	z-index:2;
	font-size:250%;
	color:#036;
	-background-image: url(logo.jpg);
	-background-repeat:no-repeat;	
}

.sitedesc
{
  	position:absolute;
  	top:42px;
  	left:100px;
 	font-size:30%;
  	color:black;
}

/* Sidebar */

#leftside
{
	float:left;
	left: 0;
	top:100px;
	margin:50px 0 0 0;
	width: 145px;
	background-color:white;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	font-size:85%;	
}


#container, #home
{
	padding: 16px;
	margin:38px 0 0 0;
	margin-left: 200px;
        width: 700px;
	padding-right:16px;
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}

	
#footer 
{
	background-color: #ffffff;
	color: #666;
	border-top: 1px solid #999;
	border-bottom:1px solid #999;	
	font-size: 11px;
	text-align: center;
	padding: 2px 24px 2px 2px;
	margin-top:0px;
	clear: both;
}


.widget, .linkcat
{
  	margin:16px 0 4px 8px;
  	color:black;
  	font-family:Verdana, Lucida, Arial, sans;
  	font-size:80%;
  	font-weight:normal;
  	list-style:none; 
}

.sideul
{
  	margin:0;
  	padding:0 0 0 4px;
}


#leftside li ul
{
  	font-family: Arial, sans;
  	font-weight:normal;  
  	font-size:100%;
  	padding:0px;
  	margin: 8px 0 0 4px;  
}

#leftside li ul li
{
  margin-left:8px;
  list-style:none;
  font-style:normal;
}

#leftside li ul p
{
  margin:0px;
  margin-right:8px;
  padding:0px;
  font-style:normal;
}


#leftside li ul li a
{
  color:#003366;
}

#navigation
{
  margin:8px;
  font-weight:bold;
}	
	
.spacer { clear: both; } 	


h1, h2, h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 
{
	font-size: 110%;
	color:#999999;
	font-weight: bold;
}

h2
{
  	font-size:110%;
  	color:#999999;  
	font-weight: bold;
}

h2 a
{
  	font-size:110%;
  	color:#999999;  
	font-weight: bold;
}

h3
{
	color:#999999;
	font-size: 100%;
	font-style:italic;
}


a:link, a:active, a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

	
dd, dt 
{
	font-family: sans, 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 95%;
}

blockquote
{
  	font-size:90%;
  	color:#333;
}

img {
	border :0px solid #666666; 
} 

.border
{
	border:1px solid #006699
	padding:8px;
	margin:16px;
}

.author, .date, .category
{
  	font-size:auto;
}

.edit
{
  	font-style:normal;
  	font-weight:normal;
  	margin-left:16px;
}

/* Single post */

.postinfo
{
  	padding:8px;
  	margin:16px 0 16px 0;
  	font-size:90%;
  	font-style:italic; 
  	text-align:left;
  	border:1px solid #999;
}

.lastpostlist
{
  	float:left;
}

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {float: right;}
.alignleft  {float: left;}


/* Home page */

.excerpt
{
  	margin-bottom:32px;
}


.summary a
{
  	font-size:100%;
  	color:#035;  
}

.postinfo a, a:link, a:visited
{
  	font-size:100%;
  	color:#339933;
}

.homeinfo a, a:link, a:visited 
{
  	font-size:100%;
  	color:#999999;  
}


.more
{
  	margin-left:16px;
}

.homeinfo
{
  	font-size:90%;
  	font-style:italic;
  	font-weight:normal;
  	font-family:arial, sans;
}

.pagination
{
  	font-weight:bold;
}

/* Image */

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright 
{
	padding: 4px;
	margin: 0 0 4px 8px;
	display: inline;
}

img.alignleft 
{
	padding: 4px;
	margin: 0 8px 4px 0;
	display: inline;
}

.wp-caption 
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.wp-caption p.wp-caption-text 
{
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
  	font-size:75%;
}

/* End Image */


.right, .alignright
{
  	float:right;
  	margin:8px;
}

.left, .alignleft
{
  	float:left;
  	margin:8px;
}

.center, .aligncenter
{
  	float:center;
  	margin:8px;
}

/* Elements */

#searchform
{
  	margin-top:12px;
}


#wp-calendar
{
  margin-top:8px;
  border:1px solid #CCC;
  padding:8px;
  background-color:white;
  font-size:90%;
  font-family:Arial, sans;
  font-style:normal;
  color:#666;
}

#wp-calendar caption
{
  font-style:italic;
}

#wp-calendar a
{
  font-weight:bold;
  color:#036;
  text-decoration:underline;
}

#wp-calendar a:visited
{
  color:#333;
}

#wp-calendar a:hover
{
  color:red;
}


/* Comments */

#comments
{
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD; 
  padding:2px;
  padding-left:16px; 
}

.commentlist
{
    list-style-type: none;
    padding:0;
}

.comment
{
  display: table;
  margin-top:16px;
  margin-left:0px;
  padding-left:0;
}


/* Misc. */

fieldset
{
  padding:16px 8px 0px 8px;
  font-size:85%;
  -moz-border-radius:4px;
  border-radius:4px;
}

.cat_fieldset
{
  padding-top:8px;
}

.cat_fieldset ul
{
  margin-top:8px;
}

legend
{
  font-style:italic;
  color: #999;
}

.cat_legend
{
  padding-bottom:4px;
}

a.rsslink 
{
  background:url(images/rss-16.gif) top left no-repeat; 
  padding-left: 20px;
}

/* gallery fix */

#gallery-1 
{
  display: block;
  overflow:hidden;
}

#gallery-1 .gallery-item 
{
  width:auto !important;	
  float:center !important;		
}

#gallery-1 img 
{

}
#gallery-1 .gallery-caption 
{

}




