/* 
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.7
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:Verdana, Lucida, Arial, sans;
	-font-size: 90%;
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	min-width:480px;
	max-width:800px;
	border-right:1px solid #CCC;	
}

#wrapper
{

}

/* Header */

#header 
{
	position:relative;
	margin: 0;
	height:135px;
	-background-color:#EFF;
	border-bottom:1px solid #666;
	-background-image:url(sea1pix.jpg);
	z-index:1;
}

#logoback
{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:135px;
	-background-image: url(sea.jpg);
	background-repeat:no-repeat;
	z-index:2;
}

#logo
{
	position:absolute;
	top:10px;
	left:10px;
	width:750px;
	height:115px;
	background-image: url(https://www.metsoc.jp/tenki/image/tenki_top.gif);
	background-repeat:no-repeat;
	-font-size:300%;
	color:white;
	z-index:3;
}

#navbar
{
	position:absolute;
	display:inline;
	top:135px;
	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: blue;
	-text-shadow: 1px 1px 0 white;
}


#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:155px;
	margin-top:10px;
	width: 200px;
	background-color:white;
	padding: 0;
	// font-family:Verdana, Lucida, Arial, sans;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px solid #DDD;
	border-collapse:collapse;	
	font-size: 95%;
}


#container, #home
{
	padding: 16px;
	margin: 0;
	margin-left: 200px;
	padding-right:16px;
	background-color:white;
	border-left:1px solid #DDD;
	// font-family:Verdana, Lucida, Arial, sans;
	font-family:Arial, Helvetica, 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;
  // font-family:Verdana, Lucida, Arial, sans;
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
  font-weight:normal;
  list-style:none; 
}

.sideul
{
  margin:0;
  padding:0 0 0 4px;
}


#leftside li ul
{
  // font-family:Verdana, Lucida, Arial, sans;
  font-family:Arial, Helvetica, sans-serif;
  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, Lucida, Arial, sans;
	font-family:Arial, Helvetica, sans-serif;
	-color:#333;
	font-weight:normal;
	font-size:160%;
}

.home h2
{
	-color:#006699;
	font-size:130%;
	font-weight:normal;
}

h2
{
	color:black;
	font-size:120%;
	font-weight:normal;
	// font-family:Verdana, Lucida, Arial, sans;
	font-family:Arial, Helvetica, sans-serif;
}

h3
{
	-color:#006699;
	font-size:110%;
	font-weight:normal;
}

h4
{
	-color:#006699;
	font-size:100%;
	font-weight:normal;
}

a:link, a:active, a:visited, a:hover  { text-decoration:none }
a:hover   {
        color:red;
}

	
dd, dt {
	// font-family:Verdana, Lucida, Arial, sans;
	font-family:Arial, Helvetica, 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;
}

.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;
}


/* End Images */

.right, .alignright
{
  float:right;
  margin:8px;
}

.left, .alignleft
{
  float:left;
  margin:8px;
}

.center, .aligncenter
{
  float:center;
  margin:8px;
}


/* Home page */

.excerpt
{
  margin-bottom:32px;
}

h2
{
  font-size:110%;
  color:#333; 
  // font-family:Verdana, Lucida, Arial, sans;
  font-family:Arial, Helvetica, sans-serif;
}

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
{
  text-align: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;
}

#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
{
  font-weight:bold;
}

.commentlist
{
    list-style-type: none;
    padding:0;
}

.comment
{
  display: table;
  margin-top:16px;
  margin-left:0px;
  padding-left:0;
}


/* Misc. */

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 2px 2px 2px;
 margin: 0;
 font-size:75%;
}