/* 
Theme Name: Cryonie
Theme URI: http://www.scriptol.com/wordpress/cryonie.php
Description: Free Wordpress Theme. Fluid layout with min and max limits. Easy to modify. Tutorial on the site.
Version: 1.0
Author: Denis Sureau
Author URI: http://www.scriptol.com
Tags:flexible-width, two-columns,  microformats, custom-header, custom-colors
Licence: GNU GPL 2.0
*/


html, body 
{
	font-family: "Trebuchet MS", Georgia, "Bitstream Charter", Lucida, Geneva, sans, serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333;
	min-width:480px;
	max-width:1280px;
	border-right:1px solid #CCC;	
}

#wrapper
{
	float:center;
}

#header 
{
	position:relative;
	margin: 0;
	height:96px;
	-background-color:#EEF;
	border-bottom:1px solid #666;
	background-image:url(topback.gif);
	z-index:1;
}

#logoback
{
	position:absolute;
	top:0px;
	left:0px;
	width:482px;
	height:76px;
	background-image: url(mount1.png);
	background-repeat:no-repeat;
	z-index:2;
}

#logo
{
	position:absolute;
	top:14px;
	left:40px;
	width:320px;
	height:48px;
	background-image: url(logo.gif);
	background-repeat:no-repeat;
	z-index:3;
}

#navbar
{
	position:absolute;
	top:76px;
	height:20px;
	width:100%;
	border-top:1px solid #CCC;
	font-size:100%;
	padding:0;
	margin:0;
	background-image: url(navback.gif);
	background-repeat: repeat-x;
	color: #DDD;
}


#navbar li 
{
    display: inline;
    height: 20px;
    padding:0;
    margin-left:16px;
    list-style:none;
}

#navbar * a, a:link, a:visited
{
  color:#666;
}


#navcat
{
	position:absolute;
	float:left;
}

#navpage
{
	position:relative;
	float:right;
	margin-right:32px;
}



#leftside
{
	float:left;
	left: 0;
	top:96px;
	margin:0;
	width: 200px;
	background-color:white;
	padding:0px;
	font-family:Arial, sans;
	border-right:1px solid #DDD;
	border-collapse:collapse;	
}


#container, #home
{
	padding: 16px;
	margin: 0;
	margin-left: 200px;
	padding-right:16px;
	background-color:white;
	border-left:1px solid #DDD;
	font-family: "Lucida Grande", Lucida, Georgia, Geneva, sans, sans-serif;
}

	
#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:#333;
  font-family:Verdana, Lucida, Arial, sans;
  font-size:100%;
  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;
}

#leftside li ul p
{
  margin:0px;
  margin-right:8px;
  padding:0px;
}


#leftside li ul li a
{
  color:#003366;
}

	
	
.spacer { clear: both; } 	


h1
{
	font-family: Verdana, Crandall, Georgia,  Lucida, Geneva, sans, serif;
	color:#333;
	font-weight:normal;
	font-size:160%;
}

h2
{
	color:#006699;
	font-size:130%;
	font-weight:normal;
}

h3
{
	color:#006699;
	font-size:110%;
	font-weight:normal;
}


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;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;  
  text-align:center;
}

.lastpostlist
{
  float:left;
}

/* Home page */

.excerpt
{
  margin-bottom:32px;
}

h2
{
  font-size:110%;
  color:#333; 
  font-family: Lucida, "Lucida Grande", Verdana, Georgia, arial, sans; 
}

h2 > a
{
  font-size:110%;
  color:#333;  
}

.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 alignment */

.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;
}

#wp-calendar caption
{
  font-style:italic;
}

a.rsslink 
{
  background:url(images/rss-16.gif) top left no-repeat; 
  padding-left: 20px;
}
