/* 
Theme Name: Cryonie
Theme URI: http://www.scriptol.com/wordpress/cryonie.php
Description: Free and SEO-friendly Wordpress Theme. Fluid layout with min and max limits. It is easy to modify and a 8-page tutorial on the site may help. Cryonie is best suited for a small number of categories and static pages, but this could be easily tweaked.
Version: 1.3
Author: Denis Sureau
Author URI: http://www.scriptol.com
Tags:flexible-width, two-columns,  microformats, custom-header, custom-colors
License: GNU GPL 2.0

Cryonie has been built from scratch to be SEO-Friendly and easy to modify.
Features:
- Flexible width (limits between 480 to 1280 pixels)
- Categories in a horizontal navigation bar
- Correct use of H1 and other headings
- Wide compatibility with browsers.
- Free and licensed under GPL.
*/


html, body 
{
	font-family: "Trebuchet MS", Georgia, "Bitstream Charter", Lucida, Geneva;
	font-size: 90%;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333;
	min-width:480px;
	max-width:1280px;
	border-right:1px solid #CCC;	
}


#wrapper {

}

/* Header */

#header 
{
	position:relative;
	margin: 0;
    width:100%;
	height:96px;
	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(mount2.jpg);
	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;
	font-size:300%;
	color:white;
	z-index:3;
}


#topsearch
{
  position:relative;
  top:24px;
  float:right;
  margin-right:16px;
  width:320px;
}

#navbar
{
	position:absolute;
	display:inline;
	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: black;
}

#navbar li 
{
  display: inline;
  height: 20px;
  padding:0;
  margin-left:16px;
  list-style:none;
}

#navbar * a, a:link, a:visited
{
  color:black;
}


#navcat
{
	position:absolute;
}

#navpage
{
	float:right;
	top:0;
	margin:0 24px 0 0;
}


.sitedesc
{
  position:absolute;
  top:40px;
  left:100px;
  font-size:30%;
}

/* Sidebar */

#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;
}

#container a, #home a { font-weight:bold; }

#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;
}

#navigation
{
  margin:8px;
  font-weight:bold;
}	

.spacer { clear: both; } 	

h1
{
	font-family: Verdana, Crandall, Georgia,  Lucida, Geneva, sans, serif;
	color:#333;
	font-weight:normal;
	font-size:160%;
}

.home h2
{
	color:#003366;
	font-size:130%;
	font-weight:normal;
}


h2
{
	color:black;
	font-size:130%;
	font-weight:bold;
	font-family: Calibri, Candara, Crandall, Georgia,  Lucida, Geneva, sans, serif;
	margin-top:32px;
}

h3
{
	color:#003366;
	font-size:115%;
	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,  Arial, sans-serif;
	font-size: 95%;
}

blockquote { font-style:italic; }

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;}

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* 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;
}

.right, .alignright
{
  float:right;
  margin:8px;
  text-align:center;
  font-size:90%;
  font-style:italic;
}

.left, .alignleft
{
  float:left;
  margin:8px;
}

.center, .aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* End Images */

.excerpt
{
  margin-bottom:32px;
}

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;
}

#searchform
{
  margin-top:12px;
}

a.rsslink 
{
  background:url(images/rss-16.gif) top left no-repeat; 
  padding-left: 20px;
}

/* gallery fix */

#gallery-1 
{
	display:table;
	width:100%;	
}

.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: 2px 4px 2px;
	margin: 0;
    font-size:75%;
}

.caption
{
	text-align:center;
	font-style:italic;
	font-size:90%;
}

#pub
{
   font-size:110%;
}

.shaded
{
  box-shadow:3px 3px 6px #888888; 
  -moz-box-shadow:3px 3px 6px #888888; 
  -webkit-box-shadow:3px 3px 4px #888888;
}

div.vgal
{
	clear:left;
}

div.vgal img, div.startgal img
{
	float:left;
	margin:4px;
	margin-right:12px;
}

div.vgal p, div.vgal h5, div.startgal p, div.startgal h5
{
	margin-left:250 px;
	overflow:hidden;
}

.endgal
{
	clear:left;
}

.la, .lanl
{
	padding:0;
	padding-left:8px;
	margin-left:0;
	font-size:13px;
	font-family:Arial, Verdana;
	color:#333;
}

.la a, .la a:visited, .la a:active
{
	font-weight:bold;
	text-decoration:underline;
	color:#069;
}

.la li, .lanl li
{
	list-style:none;
	margin-left:0;
	margin-bottom:8px;
}

.lanl li::first-line
{
	bold;
}

.listimg + div
{
	clear:both;
	margin-bottom:16px;
}

.listimg img
{
	float:left;
	margin:0px 8px 8px 0;
}

.listimg h3, .listimg p
{
	overflow:hidden;
}

.social { margin:24px auto 24px auto }
.social td { width:64px;text-align:center;}
.social, .social th, .social td { border:none; }

