/* 
	Theme Name: Cryonie  (w/ modifications by Steve, Holden Jan 2010
	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
	- Free and licensed under GPL.
	
  MODIFICATIONS:  Steve and Holden jan 2010
*/

html, body 
{
	font-family: "Trebuchet MS", Georgia, Lucida, sans, serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	background-color: #ECF1F8 /* nee white; */
	color: #333;
	min-width:480px;
	max-width:1000px;
	border-right:1px solid #CCC;	
}

#wrapper
{
     background-color:#DAE4F1; 
}

/* Header */

#header 
{
	position:relative;
	margin: 0;
	height:130px;  /*nee 96 */
	-background-color:#EEF;
	border-bottom:1px solid #666;
	background-image:url(sea1pix_break.jpg);
	/*background-image:url(sea1pix.jpg);  the old stretched sea image*/
	z-index:2;
}

#logoback
{
	position:absolute;
	top:0px;
	left:0px;
	width:1100px;
	height:130px;
	/*background-image:url(http://www.networkingaction.net/images/NAblog02iii.jpg); This kept breaking when the WWW was republished! errgh*/
        /*background-image:url(http://www.networkingaction.org/resources/NAblog02iii.jpg);  the .ORG Compromise! */
        background-image:url(http://blog.networkingaction.net/wp-content/uploads/NAblog02iii.jpg); 
	/*background-image:url(sea.jpg); the theme's original beach background */
	background-repeat:no-repeat;
	z-index:3;
}

#logo    /* not used */
{
	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:1;  /* push to bottom, not used */
}

#navbar
{
	position:absolute;
	display:inline;
	top:130px;
	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:#681E5B; /* nee black; */
}


#navbar li 
{
	display: inline;
	height: 20px;
	padding:0;
	margin-left:16px;
	list-style:none;
}

#navbar * a, a:link, a:visited
{
	color:#681E5B; /* nee #333; */
	text-shadow: 1px 1px 0 white;
	padding:0 3 0 3;
}

#navbar a:hover
{
	color:white;
	text-shadow: 1px 1px 0 black;
	background-color:#681E5B;
	/* padding:0 3 0 3;  */
}

#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:150px;  /* nee96, now 130 + navbar height (20) = 150 */
	margin:0;
	width: 200px;
	background-color:#DAE4F1; 
	padding:0px;
	font-family:Verdana, Arial, sans;
	border-right:1px solid #DDD;
	border-collapse:collapse;	 
}


#container, #home
{
	padding: 16px;
	margin: 0;
	margin-left: 200px;
	padding-left:20px; 
	padding-right:10%;  /* nee 16px; */
	background-color:#ECF1F8;
	border-left:1px solid #DDD;
	font-family: "Lucida Grande", Lucida, Arial, Calibri, Georgia, 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:10px 10 4px 10px;
  padding:35px 10px 10px 15px;
  color:#681E5B;
  font-family: Arial, sans; 
  /*font-family: "Trebuchet MS", Lucida, Verdana, Arial, sans; */
  font-size:110%;
  font-weight:bold;
  list-style:none; 
}

.widget_p     /* sub class for just small-text on leftside  widget_p */
{
  width:100%;
  text-align: left;
  color:#333;
  font-family: Verdana, Arial, sans; 
  font-size:70%;
  font-weight:normal;
  list-style:none; 
}

.widget_p2     /* sub class for just small-text on leftside  widget_p2 */
{
  width:100%;
  text-align: center;
  color:#333;
  font-family: Verdana, Arial, sans; 
  font-size:70%;
  font-weight:normal;
  margin-bottom: 0;
  list-style:none; 
}

.sideul
{
  font-family: Verdana, Arial, sans;
  font-size:100%;
  font-weight:normal; /* */
  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:4px;
}


#leftside li ul li a
{
  color:#003366;
}

#navigation
{
  margin:8px;
  font-weight:bold;
}	
	
.spacer { clear: both; } 	


h1
{
	font-family: "Trebuchet MS", Verdana, Georgia, Lucida, sans, serif;
	color:#681E5B;  /* #333; */
	font-weight:normal;
	font-size:160%;
}

.home h2
{
	color:#681E5B;
	font-size:140%;
	font-weight:normal;
}

h2
{
	color:#681E5B;
	font-size:140%;
	font-weight:normal;
     font-family: Verdana, Georgia, Lucida, sans, serif;
}

h3
{
	color:#006699;
	font-size:110%;
	font-weight:normal;
}


a:link, a:active, a:visited  { color:#681E5B; text-decoration:underline; }
a:hover   { background-color:#EEBBEE;}

	
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;
}

.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 (The default styles whenlanding at the blog) */

.excerpt
{
  color:#6881E5B;  /* try this */
  margin-bottom:32px;
}

h2
{
  color:#681E5B;
  font-family: "Trebuchet MS", Lucida, "Lucida Grande", Verdana, Georgia, arial, sans; 
  /* font-size:110%; */  /* nee #333 */
}

h2 > a
{
  color:#681E5B;
  /*font4-size:110%; */
}

h2 > a:visited
{
  color:#681E5B;  
}

h2 > a:hover
{
  /*font-size:110%; */
  background-color:#DAE4F1;
  color:#681E5B;  
}

.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:105%;  /* nee 80% */
  font-family:Arial, sans;
  font-style:normal;
  color:grey;
}

#wp-calendar caption
{
  color:black;
  font-size:100%; /* nee nada */ 
  font-style:italic;
}

#wp-calendar a
{
  font-weight:bold;
  color:#681E5B;
  background-color:lightgrey;
  /* text-decoration:underline; */
}

#wp-calendar a:visited
{
  color:#333;
}

#wp-calendar a:hover
{
  color:white;
  text-shadow: 1px 1px 0 black;
  background-color:#681E5B;
}

/* 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%;
}

/* end of improved CRYONIE style.css theme */