/*  
Theme Name: Gila
Theme URI: http://www.johnhesch.com/themes/gila.zip
Description: Three column theme 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;
  font-family: Verdana, Sans-serif;
  font-size: 14px;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}


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-family: "Georgia", sans-serif;
	color: #333;
	margin:30px 0 0 0;
	padding:0px;
}

h3{
	color: #666;
	margin:30px 0 0 0;
	padding:0px;
}

code {
	color : #c00;
	padding:10px;
	margin:5px 0;
	border:1px dotted #c00;
	display:block;
}


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: inherit;*/
margin-bottom: 0px;
	top: 0px;
	height: 92px;
	border-bottom: 1px solid #C00;
  /*background-color: rgb(184,38,25);*/
/*background: url(http://www.irontec.com/pics/fondocabecera.png) 125px 71px repeat-x;*/
	
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
	 color: #eee;
}

.headerTitle a {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: #eee;
  /*background-color: black;*/
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: #eee;
  /*background-color: black;*/
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  /*color: black;*/
  background-color: white;
}


/* ##### Left Side Bar ##### */
.SideBarBlock {
	margin:0px 0px 10px 0px;
}
.leftSideBar {  width: 12.5em;
	padding:10px 0px 0px 10px;
  float: left;
  clear: left;
}

.leftSideBar img {
	border:0px;
}

.sideBarTitle {
	font-family: "Georgia", sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	padding-left: 10px;
	margin: 4px 0 0 0;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 10px;
  padding: 0;
}

.leftSideBar li {
  margin: 5px;
  padding: 0 0 0 0;
}

.leftSideBar a {
  color: #333;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: #c00;
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar .sideBarText {
  color: #cc0000;
  background-color: transparent;
  line-height: 1.25em;
 /* margin: 1ex 0.25ex 1.5em 0.75ex;*/
  padding: 0;
  margin:5px 0 0 0;
  display: block;
}

.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;
}

INPUT {
	border:1px dotted #ccc;
	padding:5px;
	font-family: "Georgia", sans-serif;
	font-size:16px;
	color:#333;
	margin-bottom:2px
}
/* ##### Right Side Bar ##### */

.rightSideBar {
  /*width: 13em;*/
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  display:none;
  /*border: 1px solid rgb(216,210,195);*/
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

/*.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}*/

.rightSideBar a {
  color: #cc0000;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: underline;
}

.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: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 10px 1em 1em;
}



.main-copy img {
	border:1px dotted #ccc;
	padding:5px;
	margin: 0px 0px 5px 10px;
	float:right;
}

.main-copy img.wp-smiley {
	border:0;
	padding:0;
	margin:0 4px;
	float:none;
}


.main-copy h1 {
  /*color: rgb(166,140,83);*/
  color : #cc0000;
background: transparent url("http://irontec.com/pics/puntitos.png") bottom left repeat-x;	
  background-color: transparent;
  /*font-family: arial, verdana, helvetica, sans-serif;*/
  /*font-family: "Trebuchet MS", Verdana, Sans-serif;*/
  font-family: Impact, Monospace, Sans-serif;
  font-size: 140%;
  /*font-weight: bold;*/
  /*font-style: italic; */
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  /*border-top: 1px solid rgb(216,210,195);*/
}

.main-copy ul {
	margin:10px 10px 10px 0px;
}

.main-copy ul li {
	list-style:none;
	padding-left:15px;
	background: transparent url("http://www.irontec.com/iconos/li_level1.png") 0px 6px no-repeat;
}

.main-copy a {
  /*color: rgb(168,140,83);*/
  color : #cc0000;
  background-color: transparent;
  text-decoration: none;
}

.main-copy a:hover {
	 /*color: rgb(64,64,64);*/
	color : #000000;
	text-decoration: underline;
}

.date-header {
  color:#999;
}

.date-header h2 {
	font-family: "Georgia", sans-serif;
	color: #ccc;
	margin:0;
	padding:0px;
}


.day-posts {
	border:1px dotted #ccc;
	padding:10px;
	margin:5px 0;
}

.post {
  
}

.post a {
  color: #cc0000;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.post a:hover {
  text-decoration: underline;
}

blockquote {  
background: url(http://yoururl/wp-images/quote.gif) no-repeat 0 3px; 
color: #666; 
padding-left: 20px;
font-style: italic;
margin-bottom: 1px;
display:block; 
padding-top:5px;
}


/* ##### Footer ##### */

#footer {
  color: black;
  /*background-color: rgb(230,223,207);*/

  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
	
	/* ##### Comments ##### */

.comments {
	color:#ccc;
	font-style:italic;
}	
.comment-link {
  text-transform:uppercase;
  letter-spacing:.1em;
}

input.text, textarea {
	border:1px dotted #ccc;
	padding:5px;
	font-family: "Georgia", sans-serif;
	font-size:16px;
	color:#333;
	margin-bottom:2px

/*	background: #ffffff url("http://yoururl.com/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;*/
}


.alt {
	 background-color: #f8f8f8;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}	

.clear{
	clear:both;
}

DIV#pie, DIV#subpie {
        border-top: 1px solid #C00;
        border-bottom: 1px solid #C00;
        padding: 5px 0px;
        color: #666;
        font-family: monospace;
        background: url("http://www.irontec.com/pics/fondobotonespie.png") top left no-repeat;
        text-align: center;
        font-size: 0.8em;
}

DIV#subpie {
        background: #FFF;
        border: 0px;
        margin-top: 10px;
}

DIV#subpie .direccion {
        margin-top: 5px;
}

DIV#pie a em {
	color:#c00;
	font-weight:bold;
}

DIV#pie a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}