/* 
Theme Name: GGOBIT
Theme URI: http://www.ggobit.com/wp-content/themes/ggobit/style.css
Description: A theme that borrows from Letterhead written by Robin Hastings, which was baseed on the MS Word Elegant letter letterhead
Author: Jenny Crumiller
Author URI: http://www.ggobit.com/index.php
Version: 1.0
.
This theme is based on a theme designed and built by Robin Hastings, whose blog you will find at 
http://www.rhasting.net. It uses the default Kubrick theme as a base

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

/* Begin Typography & Colors */


body {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif, Verdana;
	color: #003366;
	text-align: center;
	
	background-image: url(bg.gif);	
	}
a:link {
	color: #009999;
	text-decoration: none;
}
a:visited {

	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99CCCC;
	
}
a:active {
	color: #999999;
	text-decoration: none;
}



#header {
	background-color: #F9FFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	}

#content {
	font-size: 1.2em;
	background-color: #F9FFFF;
	}

.widecolumn .entry p {
	font-size: 1.0em;
	background-color: #F9FFFF;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.2em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	border-top: 1px dashed #99CCCC;
	border-bottom: 1px dashed #99CCCC;
	}

#footer {
	background-color: #fff;
	
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.2em;
	}

h1, h2, h3 {
	font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.0em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	
	}
	
.date {
	font-size: 1em;
	letter-spacing: .2em;
	padding-top: 2px;
	margin-bottom: 10px;	
}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
#sidebar {
	border-bottom: 1px dashed #99CCCC;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #99CCCC;
	
	}
#sidebar h2 {
	font-family: Geneva, Arial, Verdana, Sans-Serif;
	font-size: 1.2em;
	color: #336699;	
	}
#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}
#sidebar{
	padding: 20px 4px 10px 9px;
	/*width: 165px;*/
	margin-left: 80%;
	
	}
#sidebar form {
	margin: 0;
	}	
	
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	/*list-style: none outside;*/
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar #searchsubmit {
	padding: 2px;
	}

	
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #003366;
	}

h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited {
	color: #006699;
	font-weight: bold;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #339999;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Geneva, Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	/*font-size: 1.1em;*/
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #006699;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #F9FFFF;
	border: 1px solid #99CCCC;
	margin: 5px auto 20px;
	padding: 0;
	width: 88%;
	
	}
	
#header {
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 70%;
	clear:left;
	}

.widecolumn {
	padding: 5px 0 20px 15%;
	margin: 5px;
	width: 70%;
	}

.pagepost {
	margin: 0 0 20px;
	border-top: 1px #99CCCC;
	}
	
.post {
	margin: 0 0 2px;
	text-align: justify;
	
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 2px;
	}

.widecolumn .postmetadata {
	margin: 5px 0 10px;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	
	clear: both;
	background-color: #F9FFFF;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 4px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	/*padding: 0 0 0 30px;*/
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 0px 0 0px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	
	color: #003366;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	
	}
	

	
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 3px;
	padding: 5px 3px;
	text-align: center;
	font-size: 1.5em;
	}



#searchform #s {
	width: 80%;
	padding: 2px;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	/*width: 165px;*/
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

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

#commentform  {
	margin: 0;
	/*float: right;*/
	}
#submit
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 0px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	}
/* End Comments */



/* Begin Sidebar */


	

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: thin solid #E8E8F4;
	background-color: #FFFFFF;
	padding-right: 5px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
 display: none;
 }
 
.center {
	text-align: center;
	font-size: xx-small;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	
	}
/* End Various Tags & Classes*/
/* family business*/
.fb {
	color: #339999;
}

.cat {
	display: block;
}
h5 {
	font-size: 14px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
.postbutton {
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 2px 4px 2px 8px;
	border: 2px solid #ccccff;
	font-weight: bold;
	line-height: 2em;
}
.postbutton a:link {
	background-color: #FFFFFF;
	
	
}
.postbutton a:visited {
    background-color: #FFFFFF;
}
.postbutton a:hover {
	color: #FFFFFF;
	background-color: #99CCCC;	
	
    }
div#ed_toolbar input.ed_button {width:auto;}

.weather {
	background-color: #FFFFFF;
	border: thin solid #FFCCFF;
	padding: 9px;
}
.whitehilite {
	background-color: #FFFFFF;
	padding: 3px 8px;
	border: thin dotted #FF0000;
}
.red {
	color: #FF3300;
	font-size: 1.5em;
	font-weight: bold;
}

