/*  
Theme Name: CW Gentry Default
Theme URI: http://ilagos.com/
Description: Custom theme for Cynthia W. Gentry
Version: 1.1
Author: Ingrid Lagos
Author URI: http://ilagos.com/


	This theme was designed and built by Ingrid Lagos,
	whose blog you will find at http://ilagos.com/

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

*/



/* Begin Typography & Colors */
html {
  height: 101%;
  
}
body {
 text-align: center;
}

h1 { font-size: 150%; clear:both;}
h2 { font-size: 140%; clear:both;}
h3 { font-size: 130%; clear:both;}
h4 { font-size: 120%; clear:both;}

body, ul, ol, li, dl, dd, dt, h1, h2, h3, h4, p, form, blockquote, hr {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
p, dd {
  padding-bottom: 1em;
}
sup {
  font-size: 80%;
}
img {
  display: block;
  border: 0;
}
/*--FONT--*/
body, form input, form textarea {
  font: 70%/140%  "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
}
/*--COLOR--*/
body, #menu {
  background-color: #e4e4e4;
}
a, #menu a, #submenu a, #content ul.special li a, #content h4, #content h3 {
  color: #c00;
}
body, a:hover, #menu li.current a, #menu li a:hover, #submenu li.current a, #submenu li a:hover, #content ul.special li a:hover, h1, form .text {
  color: #666;
}
h2 {
  color: #999;
}
/*--CONTAINER--*/
#container {
  width: 566px;
  margin: 1em auto 0 auto;
  text-align: left;
  background: 0 0 url("images/bg_middle.gif") repeat-y;  
}
/*--HEADER--*/
#header {
}
#header h1 {
  text-indent: -5000px;
  background: 0 0 url("images/bg_lips.jpg") no-repeat;  
  height: 230px;
}
#books-other-works #header h1 {
  background-image: url("images/bg_hands.jpg");
}
#bio #header h1 {
  background-image: url("images/bg_ear.jpg");
}
#buy #header h1 {
  background-image: url("images/bg_heart.jpg");
}
#reviews #header h1 {
  background-image: url("images/bg_eye.jpg");
}
#contact #header h1 {
  background-image: url("images/bg_look.jpg");
}
/*--MENUSs--*/
    #menu {
      float:left;
      width:100%;
      font-size:90%;
      line-height:normal;
      }
    #menu ul {
      padding:10px 10px 0;
      }
    #menu li {
      float:left;
      background: 0 0 url("images/tab-left.gif") no-repeat;
      padding:0 0 0 5px;
      }
    #menu a {
      float:left;
      display:block;
      background: 100% 0 url("images/tab-right.gif") no-repeat;
      padding:8px 15px 4px 5px;
      font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a {float:none;}
    /* End IE5-Mac hack */
    #menu li.current_page_item {
      background-position:0 -50px;
      }
    #menu li.current_page_item a {
      background-position:100% -50px;
      }
    #menu li:hover {
      background-position:0% -50px;
      }
    #menu li:hover a {
      background-position:100% -50px;
      }
      
/*--CONTENT--*/
#top-corner-block {
  height: 10px;
  background: 0 0 url("images/bg_top.gif") no-repeat;
  clear: both;  
}
#content {
  padding: 1em 2.5em 0 2em;
}
#content h2 {
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 1em;
  font-weight: normal;
}
#content h3 {
  margin-bottom: .8em;
  margin-top: .4em;
  padding: .2em;
  border-bottom: 1px dotted #ccc;
}
#content ul, #content ol {
  padding-bottom: 1em;
}
#content ul li {
  background: .6em .4em url("images/icon_bullet.gif") no-repeat;
  padding-left: 2em;
}
#content ul.hilite li a strong {
}
#content ol li {
  list-style-type: decimal;
  margin-left: 2em;
}
#content blockquote {
  padding: 0 2em;
  background: 2em 0 url("images/icon_ldquored.gif") no-repeat;
  text-indent: 2em;
}
#content blockquote cite {
  display: block;
  text-align: right;
}
#content .floatleft {
  float: left;
  padding: .3em 1em 1em 0;
}
/*--footer--*/
#footer {
  clear: both;
  padding: 3em 1em 1em 1em;
  font-size: 90%;
  text-align: center;
  background: 0 100% url("images/bg_bottom.gif") no-repeat;  
  }
/*--form--*/
form fieldset {
	border-width:0;
}
form fieldset legend {
	display:none;
}
form input, form textarea  {
  font-size: 100%;
}
form fieldset label {
  display: block;
  float: left;
  width: 9em;
}
form input.zemText, form textarea.zemTextarea {
  width: 22em;
  border: 1px dotted #ccc;
}
form input.zemButton {
  padding: .1em .2em;
  border: 1px outset #ccc;
}
hr {
	clear:both;
	height:1px;
	border-width:0;
	border-bottom:1px solid #ccc;
	margin-bottom:1.3em;;
}
#commentform textarea {
	width:100%;
}
#commentform input, #commentform textarea {
	border: 1px solid #ccc;
}

