/*  
Theme Name: gnbi
Theme URI: http://gnbi.com/blog/
Version: 0.5
Author: Otis Riggins otis@gnbi.com
Author URI: http://gnbi.com/blog/
Adapted from the excellent theme of below:

Description: Scalable theme based on many previous trial and error versions.
Version: 1.1
Author: Brian Ellis
Author URI: http://www.dcwalkabout.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	Images are not released, and are generally usefult to the author only.
*/



/*------------Clearing the way to content----------------*/
.hide	{
	display:none;
	}
/*---------------------------------------------------*/


/*----------Begin General Page Layout-----------*/
/*-------This section describes things in the order they appear on the page--------------*/

body {
	margin:0; /*It is generally good practice to zero out your margins and padding on the page, since some agents don't so this*/ 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;	/*Tips for scaling up the font ladder, start with 76% and then use mostly ems for the rest of the page*/
	font-style: normal;
	line-height: 1.6em;
	color: #000000;
	text-align:center;
	background: #FFF url('../blue-bye-you/images/background.gif') ;
}

#wrapper	{
	border-left:1px solid #707C99; border-right:1px solid #707C99; border-top:0px solid #707C99; border-bottom:1px solid #707C99; background:url('../blue-bye-you/images/two_column.gif') repeat-y; width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	position:relative
	}

	
#header {
	margin-top:0;
	height:99px;
	height:100px;
	padding-left:330px;
	/*padding-left:220px;*/
	text-align: right;
	background:#3366CC url('images/gnbicom.png') no-repeat;
	/* border-bottom:1px solid #000 */
	}


#header h1 {
	padding-top: 20px;
	margin: 0;
	font-size: 2em;
	}
    
#wp_grins img {
    padding: 1px;
    margin: 0;
    border: 0;
    background-color: #E7EEFE;
}

.description {
	color:#ffffff;
	text-align: right; 
	font-size:.5em; 
	font-weight:bold; 
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	/*color: #255FE6;*/
	color:#FFFF00; 
	}

/* ---------- Begin mainnav ----------------------- */
#mainnav {
  border-left:0px solid #999999; border-right:0px solid #999999; border-top:1px solid #999999; border-bottom:1px solid #999999; background:#1E5AE6 url('../blue-bye-you/images/navmenu_back.gif') repeat-x top left; float:left;
  width:100%;
  
  }
  
#mainnav ul { padding: 0; }
#mainnav ul li { display: inline; }

#mainnav ul
{
margin: 0;
padding: 0;
color: #000000;
font-size: .8em;
letter-spacing: 2px;
}

#mainnav ul li a
{
padding: 0.2em 12px;
color: #000000;
text-decoration: none;
float: left;
border-right: 1px solid #A8BAE6;
}

#mainnav ul li a:hover
{
background-color: #95B2F4;
color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #95B2F4;
text-align: left;
}
/* ---------- End mainnav ----------------------- */

#content_container	{
	position:relative;
	margin:0;
	padding:0;
	}

#left	{
	float:left;
	width: 540px;
    /*width: 560px;*/
/*	position-top: 0;
	position-left: 0;	*/
	}

.content	{
	margin: 0px;
	padding:5px; 
	}

#right	{
	float:right;
	width: 240px;
    /*width: 220px;*/
/*	position-top: 0;
	position-right: 0;	*/
	}

.menu_links	{
	margin: 0px;
	padding:5px;
	font-size:.9em;
	color:#FFF;
	}

#theme_switcher_li{
    margin-top: -10px;
    margin-left: 0;
    padding-right: 20px;
}

.menu_links img	{
	margin: 0 0 0 -15px;
	padding: 0;
	}

#footer	{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	border-top: 5px solid #666666;
	background-color:#707C99;
	font-size:.9em;
	line-height: 1.8em;
	color: #FFF; 
	}

.disclaimers	{
	margin:0;
	padding: 5px;
	text-align:center;
	}

/*----------End General Page Layout-----------*/

/*---This next segment goes through and adds elements per template page, such as the tags needed for the index page, or header page, etc ---*/

/*--------Start of Possible Header Template CSS elements---------------*/
h1 {

	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}


/*--------Start of Main Index CSS elements---------------*/

#currentTime    {
	text-align: center;
	color: #ffffff;
}

#left a:link	{
	text-decoration:none;
	color: #4077F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	}

#left a:visited	{
	text-decoration:none;
	color: #073AB0;
	}

#left a:hover	{
	text-decoration:none;
	color: #094AE1;
	}

#left a:active	{
	text-decoration:none;
	}

acronym		{
	cursor: help;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#left h2 {
	font-size: 1.2em;
	color: #5988F8;
	line-height: 1.2em;
	}

.post {
	margin:20px 0 0 0;
	padding:0;
	text-align: left;
	}
    
.mms-post {                 /*for styling mms messages*/
    /*background-color: #000000;*/
    /*text-align: center;*/
    }
    
/*img.mms-thumb {                 for styling mms thumbnails
    margin: 10px;
    padding: 8px;
    background-color: #FFFF00;
    border: 1px solid #ddd;
    }*/        

.small	{
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 5px;
	font-size: .8em;
	margin: 0;
	padding:0;
	line-height: 1em;
	}
	
.entry	{
	text-indent: 10px;
	font-size: 1em;
	margin: 0 5px;
	padding:0;
	line-height: 1.3em;
	}

.entrytext	{
	text-indent: 10px;
	font-size: 1em;
	margin: 0 5px;
	padding:0;
	line-height: 1.3em;
	}

.related-links ul	{
	list-style: none;
	}

.related-links ul li	{
	background: url('images/bullet.gif') no-repeat 0 50%;
	padding-left: 15px
	}

.post blockquote	{
	margin: 0 20px;
	padding: 5px;
	background: #F6F8FC url('images/top_quote.gif') no-repeat top left;
	border: 1px solid #A9BBE5;
	text-indent: 30px
	}

.post ul	{
	list-style: none;
	}

.post ul li	{
	background: url('images/bullet.gif') no-repeat 0 50%;
	padding-left: 12px
	}

.post ol	{
	margin: 0 0 0 20px;
	list-style: upper-roman;
	}

.post ol li	{
	color: #917961;
	}


.postmetadata	{
	text-align: right;
	font-size: .9em;
	margin: 0;
	padding:0;
	line-height: 1.6em;
	}

.comment_class	{
	background: url('images/comment.gif') no-repeat;
	padding-left: 18px
	}

.postmetadata a:hover, .entry a:hover	{
	background-color: #CEDCFD;
	}
/*------still figuring out what these last three do-----------*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}


/*-------------------------------------------------*/
.center {
	text-align: center;
	}

/*-------Next up, the Sidebar Template elements------------*/

#right ol, #right ul	{
	list-style: none;
	}

#right a:link {
	text-decoration: none;
	color: #073AB0;
	}

#right a:visited	{
	text-decoration:none;
	color: #4077F7;
	}

#right a:hover	{
	text-decoration:none;
	color: #000000;
	background-color: #D0DAF1;
	margin: 0; 
	padding: 0;
	}

#right a:active	{
	text-decoration:none;
	}

/*--------specific list items for the dailey wanderings------*/
#wanderings	{
	border-bottom: 1px dashed #000;
	}


#wanderings h3	{
	font: 1.6em Arial, Helvetica, sans-serif;
	text-align:center;
	}

#wanderings	dt	{
	font: bold 1em Arial, Helvetica, sans-serif;
	}

#wanderings	dd	{
	text-align: right;
	margin: 0 0 20px 0;
	}


/*----------------Begin Calendar------------*/
#wp-calendar {
	/*background-color: #FFFFCC;*/
    background-color: #FFFFFF;
	empty-cells: show;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #654D35;
	font-weight:bold;
	width: 160px;
	margin-bottom: 8px;
    margin-left: 30px; /*added Otis*/
	border: 1px solid #918867;
}

#wp-calendar #next a, #wp-calendar #next {
	text-align: center;
	/*color: #8A6C46;*/
    color: #3366CC;
	/*background-color: #FFFFCC;*/
    background-color: #FFFFFF;
	font-weight:normal;
	background-image: url('none');padding-left:0; padding-right:5px; padding-top:0; padding-bottom:0
	}

#wp-calendar #prev a, #wp-calendar #prev{
	text-align: center;
	/*color: #8A6C46;*/
    color: #3366CC;
	/*background-color: #FFFFCC;*/
    background-color: #FFFFFF;
	font-weight:normal;
	background-image: url('none');padding-left:5px; padding-right:0; padding-top:0; padding-bottom:0
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #6E2224;
	}

#wp-calendar td:hover {
	background-color: #DBCD9C;
	}

#wp-calendar caption {
    color: #3366CC;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 2px;
	}

#wp-calendar td { 	
	color: #666;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 1px;
	text-align: center;
	}
	
#wp-calendar td.pad {
	/*background-color: #FFFFCC;*/
    background-color: #FFFFFF;
	}
	
#wp-calendar td {
	border-bottom: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	text-align: center;
}	
	
#wp-calendar #today {
	/*color: #FFF;*/
	color: red;
	}

#wp-calendar th {
	/*background-color: #DBCD9C;*/
    background-color: #95B2F4;
	border: 1px solid #7D5B38;
	/*color: #7D5B38;*/
    color: #3366CC; /*dark blue*/
	font-style: normal;
	/*text-transform: lowercase;*/
	text-align:center;
	}

/*------------End Calendar-----------*/

/*---------- Begin Weather ----------*/
#weather {
	width: 175px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

#weather ul {
	margin-left: 20px;
}

#weather li {
	padding:10px;
}
/*------------ End Weather ----------*/
	
/*-------------Begin search form elements-------*/
#searchform {
	margin: 0;
	padding: 0; 
	text-align: center;
	}

#right #searchform #s {
	width: 150px;
	padding: 0;
	}

#right #searchsubmit {
	padding: 1px;
	font: 1em Arial, Helvetica, sans-serif;
	}
/*--------End search form elements------------ */

/*--------List elements for the right side-------*/
#right ul li h2	{
	/*font: 1.6em Arial, Helvetica, sans-serif;*/
    font: 1.1em Arial, Helvetica, sans-serif;
    font-weight: bold;
	}

#right ul	{
	margin: 0;
	padding: 0;
    
	}

#right ul li {
	list-style: none;
	line-height: 1.4em;
    
	}

#right ul li ul	{
	list-style: none;
	/*margin: -15px 0 15px 20px;*/
    /*margin: top, right, bottom, left*/
    margin: -10px -5px 5px 10px;
	}

/*---If you want to make ordered lists on the right side, you'll need to make some as I didn't :) -------*/

/*--------Time for some Footer Template action--------------------------*/
#footer {
	background: #3366CC;
	}

#footer a:link {
	text-decoration: none;
	color: #E7EEFE;
	border-bottom: 1px solid red;
	}

#footer a:visited	{
	text-decoration:none;
	color: #000000;
	background-color: #D0DAF1;
	border-bottom: 1px dashed red;
	}

#footer a:hover	{
	text-decoration:none;
	color: #000000;
	background-color: #D0DAF1;
	border-bottom: 1px solid red;
	margin: 0; 
	padding: 0;
	}

#footer a:active	{
	text-decoration:none;
	}
	
.credit {
/*border-top: double 3px #ae7541;*/
color: #ffedd6;
font-size: 80%;
margin: 10px 0 0 0;
padding: 3px;
text-align: center;
}

.credit a:link, .credit a:hover, .credit a:visited {
color: #fff;
text-decoration: none;
}


/*-------------Comment Template Elements------------------*/

/* Begin Comments*/
#left h2.comment {
	margin: 0;
	padding: 0;
	color: #073AB0;
	font-size: .9em;
	}

#left .commentlist {
	padding: 0;
	}

#left .commentlist ol	{
	list-style-type: upper-roman;
	}

#left .commentlist li {
	margin: 5px 0 20px 20px;
	padding: 5px;
	list-style-type: upper-roman;
	line-height: 1.8em;
	background-color: #F6F8FC;
	border: 1px solid #A9BBE5;
	}

#left .commentlist p {
	margin: 0;
	text-indent: 20px;
	}

#left .commentlist p.commenter {
	margin: 0;
	text-align: right;
	color: #917961;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#left h2.postcomment {
	margin: 0;
	padding: 0;
	color: #073AB0;
	font-size: .9em;
	text-align:center; 
	}
/* End Comments */
#commentform	{
	background: #E7EEFE url('../blue-bye-you/images/comform_back.gif') repeat-x;
	margin-bottom: 20px
	}

#commentform p {
	margin: 5px;
	color: #073AB0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/*---------------Misc------------------*/

img {
    margin: 10px;
    padding: 8px;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    max-width: 430px; /* because I'm lazy */
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #A9BBE5;
	background-color: #FFF;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #A9BBE5;
	background-color: #FFF;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #A9BBE5;
	background-color: #FFF;
	}

img.wp-smiley {
    margin: 0;
    border: 0px none;
    padding: 0;
    /*background-color:#F6F8FC;*/
    background-color: #E7EEFE
}


 
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
    
#switcher {
	text-align: right;
	}
    
#themeswitcher li {
	list-style-type: none;
	margin: 0;
	}

       