/*  
Theme Name: Gilabased
Theme URI: http://www.johnhesch.com/themes/gila.zip
Description: Three column theme modified considerably by Dave Walker but based on an open source design by Haran located at http://www.oswd.org/email.phtml?user=haran
Version: 1.0
Author: Haran and John Hesch
Author URI: http://johnhesch.com

	Gila v1.0
	http://johnhesch.com

	This design was built by Haran, and ported to a WordPress 1.5 theme by John Hesch
	whose blog you will find at http://johnhesch.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
 single.php, searchform.php, comments.php, comments-popup.php are based on the WordPress default files.
	
	*** REGARDING IMAGES & PLUGINS ***
	This theme uses two plugins and two images which are included in the distribution.
	
	Be sure to change the URL of the image in this file on line 326 and 373. 
	
	To install the plugins add both files to your wp-content/plugins/ folder and activate in 
	the plugins tab of the admin screen.

	Contact me if you have questions. john@johnhesch.com
*/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(255,255,255);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
	font-size: 100%; 
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}

/* ##### Header ##### */

#header {
color: rgb(230,230,230)
background: rgb(255,255,255);
background-image: url(images/bloglogo.gif);
background-repeat: no-repeat;
  text-align: left;
background-position: 
 top right; 
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.05em 4mm;
	 color: #000000;
}

.headerTitle a {
color: rgb(64,64,64);
font-family: arial black, arial, verdana, helvetica, sans-serif;
letter-spacing: -0.065em;
  text-align: left;
  background-color: transparent;
  text-decoration: none;
  font-size: 140%;  /* For MSIE */
  font-weight: bold;
}

.headerTitle > a {
  font-size: 200%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: blue;
  background-color: rgb(90,138,172);
  font-weight: normal;
}

.subHeader {
  color: rgb(101,101,101);
  background-color: rgb(255,255,255);
  text-align: right;
  margin: 0 1.5ex 0 1ex;
  padding: 0.1ex 1;
border-top: 1px solid rgb(216,210,195);
}

.subHeader a {
  color: rgb(255,255,255);
  background-color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}

  #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 12px 5px; }

#navlist a:link, #navlist a:visited
{
color: rgb(64,64,64);
background-color: rgb(255,255,255);
text-decoration: none;
}

#navlist a:hover
{
color: rgb(255,255,255);
background-color: rgb(251,0,0);
text-decoration: none;
}



/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12em;
  float: left;
  clear: left;
margin: 2ex 0.75ex 0 1ex;
}

.leftSideBar .sideBarTitle {
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
  border: 1px solid rgb(216,210,195);
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.leftSideBar a {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
  padding: 3px 2px;
}

.leftSideBar a:hover {
  color: rgb(255,255,255);
  text-decoration: none;
  background-color: rgb(64,64,64);
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.35em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(255,255,255);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
  border: 1px solid rgb(216,210,195);
}

.rightSideBar a {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
border:1px rgb(64,64,64);
padding: 3px 2px;
}

.rightSideBar a:hover {
  color: rgb(255,255,255);
  text-decoration: none;
  background-color: rgb(64,64,64);
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}
.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.rightSideBar img {
 border: 0;
}


/* ##### Main Copy ##### */

.main-copy {
  color: rgb(64,64,64);
  background-color: white;
  text-align: left;
  line-height: 1.2em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
  border-left: 1px solid rgb(255,255,255);
}

.main-copy h1 {
  color: rgb(251,0,0);
  background-color: transparent;
  font-family: arial black, arial, verdana, helvetica, sans-serif;
  font-size: 280%;
letter-spacing: -0.065em;
line-height: 1em;
  font-weight: 900;
  text-align: left;
  margin: 0.2em 0.15em 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

.main-copy a {
  color: rgb(251,0,0);
  text-decoration: none;
  background-color: transparent;
  
}

.main-copy a:hover {
	 color: rgb(255,255,255);
         background-color: rgb(251,0,0);
}

.date-header {
  font-size:78%/1.4em;
	 text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
padding-top:0.8em;
}

.post {
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
}

.postinfo {
  font-size:75%
}

.postinfo a {
  color: rgb(251,0,0);
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.postinfo a:hover {
  text-decoration: none;
}


.post a {
  color: rgb(251,0,0);
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.post a:hover {
  text-decoration: none;
}

blockquote {  
background: #ffffff url(http://www.cartoonchurch.com/blog/wp-images/quote.gif) top left no-repeat; 
font-family: Verdana, Arial, Helvetica, sans-serif;
padding:5px;
margin:5px 15px;
border-bottom: 1px solid rgb(216,210,195);;
border-right: 1px solid rgb(216,210,195);
border-top: 1px solid rgb(216,210,195);
border-left: 1px solid rgb(216,210,195);
min-height:0px; 
padding-left: 20px;
margin-bottom: 1px;
display:block; 
 padding-left: 38px;
 padding-top: 6px;
 padding-right: 7px;
 padding-bottom: 5px;
}


/* ##### Footer ##### */

#footer {
  color: rgb(64,64,64);
  background-color: rgb(255,255,255);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
  border: 1px solid rgb(216,210,195);
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: rgb(64,64,64);
  background-color: rgb(255,255,255);
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
color: rgb(255,255,255);
background-color: rgb(64,64,64);
}
	
	/* ##### Comments ##### */
	
.comment-link {
  text-transform:uppercase;
  letter-spacing:.1em;
}

input.text, textarea {
	background: #ffffff url("http://www.cartoonchurch.com/blog/wp-images/input.gif") top right;
	color: #000000;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
	padding: 3px 3px 4px 3px;
	font-size: 1em;
}

input.text:focus, textarea:focus {
	border-color: #000000;
}

.alt {
	 background-color: #f8f8f8;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}	