/* 
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.1
Author: Denis Sureau
Author URI: http://www.scriptol.com
Tags:flexible-width, two-columns,  microformats, custom-header, custom-colors
License: GNU GPL 2.0

Encyclopedia is based on Cryonie 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: "Trebuchet MS", Georgia, "Bitstream Charter", Lucida, Geneva, sans, serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333;
	min-width:800px;
	max-width:1280px;
	border-right:1px solid #CCC;	
}

#wrapper
{
	float:center;
}

/* 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;	
}


/* Tabs */

#tabs
{
	position:absolute;
	top:76px;
	height:20px;
	font-size:85%;
	padding:0;
	margin:0;
	margin-left:200px;
        background:white;
	color: #333;
	max-width:1079px;
	min-width:600px;  
}


#tabs * a, a:link, a:visited
{
  color:#666;
}


#tabs ul
{
    font: normal 14px arial, sans, sans-serif;
    list-style-type: none;
    border-bottom: 1px solid #999;
    margin:0;
    padding-left:0;
    padding-right:0;
    padding-bottom: 26px;
}

#tabs ul li 
{
    display: inline;
    float: left;
    height: 24px;
    min-width:80px;
    text-align:center;
    padding:0;
    margin: 1px 0px 0px 8px;
    border: 1px solid #999;
}

#tabs ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
    z-index:3;
}


#tabs ul li a 
{
    float: left;
    color: #666;
    text-decoration: none;
    padding: 4px;
    text-align:center;
    background: url(images/blue.gif) center center repeat-x;   
    min-width:80px;
    border-bottom: 1px solid #999;
}

#tabs ul li a:link 
{
    background: url(images/blue.gif) center center repeat-x;   
    border-bottom: 1px solid #999;
}

#tabs ul li a.selected
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    background:none;
}

#tabs ul li a:active, #tabs ul li a:hover
{
    color: #000;
    font-weight:bold;
    background:none;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}


/* End of tabs */


.sitedesc
{
  position:absolute;
  top:42px;
  left:100px;
  font-size:30%;
  color:black;
}

/* Sidebar */

#leftside
{
	float:left;
	left: 0;
	top:100px;
	margin:6px 0 0 0;
	width: 200px;
	background-color:white;
	padding:0px;
	font-family:Arial, sans;
	border-right:1px solid #999;
	border-collapse:collapse;
	font-size:85%;	
}


#container, #home
{
	padding: 16px;
	margin:6px 0 0 0;
	margin-left: 200px;
	padding-right:16px;
	background-color:white;
	border-top:1px solid #999;
	border-left:1px solid #999;
	font-family: "Lucida Grande", Lucida, Georgia, Geneva, sans, sans-serif;
	font-size:100%;
}

	
#footer 
{
	background-color: #f0f0f0;
	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: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
}

h1 
{
	font-size: 160%;
}

h2
{
  font-size:110%;
  color:#000; 
  font-family: Lucida, "Lucida Grande", Verdana, Georgia, arial, sans; 
}

h2 a
{
  font-size:110%;
  color:#036;  
}

h3
{
	color:#003366;
	font-size: 100%;
	font-style:italic;
}


a:link, a:active, a:visited, a:hover  { text-decoration:none; }
a:hover   { color:red; }

	
dd, dt 
{
	font-family: sans, 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 95%;
}

img {
	border : 0 none ; 
} 

.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:#035;  
}

.homeinfo a, a:link, a:visited 
{
  font-size:100%;
  color:#035;  
}


.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;
}


/* 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;
}



a.rsslink 
{
  background:url(images/rss-16.gif) top left no-repeat; 
  padding-left: 20px;
}

/* gallery fix */

#gallery-1 
{
	display:table;
	width:100%;	
}


