html {
	font-family: 'Palatino Linotype', 'Times New Roman', serif;
}

body {	
   background:#f1f0e1;
   }

a:link { color:#990011; text-decoration: none;}
a:visited { color:#990011; text-decoration: none;}
a:active  { color:#ff0000; text-decoration: none;}
a:hover { color:#cc0011; text-decoration: none;}

#greghowley_heading a {
	text-decoration:none;
	color:#000;
}

h1 {
	font-size: 3em;
	font-weight: normal;
	letter-spacing: .5em;
	display:block;
	margin:0 6%;
	padding-bottom:2px;
}

#sidebar  {
   float:right;
   width:20%;
   margin: 15px 8% 0 0;
   padding-left:12px;
   font-size:.8em;
}
#sidebar .block_title {
	padding:20px 0 0 0;
	font-weight:bold;
	border-bottom:1px solid #000;
}
#sidebar ul{
	list-style:none;
}
#sidebar ul li{
	line-height:14px;
	margin-bottom:4px;
}
#sidebar ul li:before {
	content: "\00BB \0020";
}

#greghowley_about {
	padding: 16px 0;
	margin: 0 6%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	height: 230px;
}

#greghowley_about img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	border:2px solid #000;
}

/* This pushes the link icons down */
#greghowley_about > div {
	height:205px;
}

#greghowley_stuff {
	margin: 6px 6%;
}

#greghowley_stuff > div {
	width: 22%;
	margin: 0 10px;
	float: left;
}

#module_books .block_title{
	margin:10px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size:0.8em;
	font-family: Gotham, Arial, sans-serif;
	letter-spacing:1px;
	clear:both;
}

/* for already read book */
#module_books  p.book_title{
	margin:-5px 5px 5px 5px;
}

#module_books .book_img_and_blurb
{
overflow:hidden;
}

#module_books .book_img_and_blurb > p{
	margin:0;
	padding:0;
	text-align:justify;
}

#module_books .book_img_and_blurb > img{
	display:block;
	float:left;
	border:0;
	margin:4px 8px 4px 4px;
	
	-moz-box-shadow:2px 1px 5px #ccc;
	-webkit-box-shadow:2px 1px 5px #ccc;
	box-shadow:2px 1px 5px #ccc;
}


/* for currently reading book */
#module_books .book_img_and_title > p{
	margin:0;
	padding:0;
	float:left;
	text-align:justify;
}

#module_books .book_img_and_title > img{
	display:block;
	float:left;
	border: 0;
	margin-left:4px;
	
	-moz-box-shadow:2px 1px 5px #ccc;
	-webkit-box-shadow:2px 1px 5px #ccc;
	box-shadow:2px 1px 5px #ccc;
}

#greghowley_stuff > div > span {
	font-family: Gotham, Arial, sans-serif;
	font-variant:small-caps;
	font-size: 1.1em;
}

#greghowley_stuff > div ul {
	font-family: Gotham, Arial, sans-serif;
	font-size:.8em;
	margin-top: 6px;
	margin-left: 0;
	list-style-type:none;
	padding-left:1em;
	text-indent:-1em;
}
#greghowley_stuff > div p {
	font-family: Gotham, Arial, sans-serif;
	font-size:.8em;
}

#greghowley_stuff > div ul li {
	line-height: 1.2;
	margin-top:5px;
}
#greghowley_stuff > div ul li:before {
	content: "\00BB \0020";
}


#greghowley_stuff #blog {

}

#greghowley_stuff #comments span {
	font-variant:small-caps;
	font-size: 1.1em;
}
#greghowley_stuff #links {

}

/*
#greghowley_stuff #books p{
	clear:left;
}*/

#link_icons img{
	border:0;
	display: inline;
	float: none;
	margin:0;
	padding-left:5px;
}
#link_icons{
	text-align:right;
	float:right;
}
#game_blurb{
	display:inline;
	vertical-align:bottom;
	font-family:calibri, arial,sans-serif;
	font-size:0.6em;
}

/* ----------------------------------
  BLOG
------------------------------------- */

#comment_form_head {
  font-family:'Trebuchet MS',arial;
  margin:50px 0 0 0;
  }
#comments_heading { 
  font-family:'Trebuchet MS',arial;
  letter-spacing:0;
  margin:15px 0;
  }
.blog_comment_link {
  text-align:right;
  font-size:80%;
  }
.blog_comment .plink {
  display:block;
  float:left;
  height:9px; width:10px;
  background-image: url("http://greghowley.com/images/gifs/comment.gif");
  background-repeat:no-repeat;
  border:0; padding:0 5px 0 0; margin:0;
  }
.blog_comment .chead {
  border-bottom:1px solid #000;
  margin-top:15px;
  font-variant:small-caps;
  font-size:90%;
  }
.blog_comment .ctext {

  }

.blog_entry 
  {
   font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
   margin:0;
   padding:5px 0;
   border-bottom:1px solid #333;
   }
   
.blog_single{
	width:60%;
	margin-left:15px;
}
   
.date, h4 {
   font-size:.9em; /* Opera Only */
   font-variant:small-caps;
   margin:0; padding:0;
   font-weight:normal;
   font-family:Geneva, sans-serif;
   }
html*h4 { /* hides from Opera */
   font-size:.8em;
}
.blog_numcomments a:link, .blog_numcomments a:visited {
   color:#000;
   font-size:.8em;
   }
.footlink {
   font-size:.8em;
   text-align:right;
   }
.blog_text p img
   {
   float:right;
   margin:10px;
   border:0;
   }

.blog_comment.h3 {
   border:0;
   margin-bottom:15px;
   }

a span.comment_icon {
   position:relative;
   top:3px;
   width:10px;
   height:9px;
   background-image: url("http://greghowley.com/images/gifs/comment.gif");
   background-repeat:no-repeat;
   border:0;
   float:left;
   padding-right:5px;
   }
   
.comment {
   border-top:1px solid #000;
   padding-top:6px;
   margin-bottom:20px;
   }

form#comment_form table 
   {
   margin:15px 0;
   padding:5px;
   border:0;
   }
form#comment_form td
   {
   border:0;
   }
textarea 
   {
   height:250px;
   width:350px;
   margin:0;
   }
.scrollbox
   {
   padding:15px 10px;
   max-height:250px;
   overflow:auto;
   }

/* ----------------------------------
   WRITING
------------------------------------- */

#writing
{
margin:0;
padding:20px;
}
.writing_menu
{
text-align:center;
}
#writing .fiction, #writing .nonfiction
{
padding:5px;
line-height: 2em;
font-size:1.1em;
}
#writing .fiction
{
position:relative;
float:left;
width:45%;
}
#writing .nonfiction
{
width:45%;
min-width:90%;
}
#writing p
{
padding:8px 0px;
}
#writing p.story_intro
{
font-family:arial;
font-size:.8em;
font-style:italic;
margin:10px 10%;
}

/* ----------------------------------
   BOOKS
------------------------------------- */

#books table
{
margin:20px;
border:0;
}

#books #current_book
{
padding:15px 25px;
margin-bottom:20px;
}
#books #book_review
{
padding-top:10px;
}
#books .stars
{

}
#books img.bookpic
{
float:right;
padding:10px;
}

#books .book_excerpt
{
margin:25px 5px;
border-left:2px dotted #7e7d00;
padding:5px 10px;
font-family:'courier new', courier, monospace;
font-size:0.8em;
}

/* ----------------------------------
   CONTACT PAGE
------------------------------------- */

#contact_page
{
padding:20px;
width:60%;
}
#contact_page h3 
{
text-align:center;
}
#contact_page p
{
margin:10px 5px;
}
#contact_page .inpt_lbl
{
letter-spacing:1px;
}
#contact_page input
{
width:25em;
margin-bottom:8px;
}
#contact_page textarea
{
width:90%;
height:100px;
display:block;
margin-bottom:8px;
}

#contact_page input.submit
{
letter-spacing:1px;
font-size:0.9em;
width:10em;
}

#contact_page span
{
position:relative;
top:-15px;
font-size:.9em;
color:#ff0000;
}

/* ----------------------------------
   WISHLIST
------------------------------------- */

#wishlist
{
padding:20px;
line-height:1.1em;
width:60%;
}
#wishlist table
{
width:90%;
min-width:100%;
margin:10px 0px;
border:0;
}
#wishlist td
{
text-align:left;
padding:2px 3px;
}
#wishlist td img, #wishlist td a
{
border:0;
}
#wishlist td.icon
{
padding:0;
}
#wishlist td.icon img
{
position:relative;
left:3px;
}
#wishlist ul
{
margin:5px 35px;
}

#wishlist a.bwb
{
font-size:0.8em;
font-weight:bold;
font-variant:small-caps;
font-family:arial;
padding:0px 2px;
}
#wishlist a.bwb:link, #wishlist a.bwb:visited
{
font-family:arial;
text-decoration:none;
font-weight:bold;
font-variant:small-caps;
color:#660066;
background-color:#a1a188; /* f1f0e1 */
margin:0 5px;
}
#wishlist a.bwb:link, #wishlist a.bwb:visited
{
border:1px outset #000;
}
#wishlist a.bwb:hover, #wishlist a.bwb:active
{
border:1px inset #000;
}
#wishlist .wish_title
{
font-size:1em;
}
#wishlist .wish_comment
{
font-size:.8em;
}

/* item pic */
#wish_image {
	text-align:center;
	background-color:#f8f8f8;
	border:3px solid #30536f;
	position:absolute;
	top:100px;
	left:150px;
	display:none;
	}
#wish_image table {
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing: 0;
	height:.6em;
	}
#wish_image td#w_title {
	background-color:#0000ff;
	border-left:2px solid #0000ff;
	border-right:2px solid #0000ff;
	border-top:2px solid #0000ff;
	border-bottom:2px solid #f8f8f8;
	padding:0px 3px;
	color:#fff;
	font-weight:bold;
	font-size:90%;
	letter-spacing:0;
	}
#wish_image td.w_x {
	vertical-align:top;
	font-family:arial;
	font-weight:bold;
	font-size:120%;
	border-top:0;
	border-right:0;
	border-left:0;
	border-bottom:2px solid #f8f8f8;
	background-color:#0000ff;
	margin:0;
	padding:0;
	width:.7em;
	}
#wish_image td.w_x a {
	margin-left:-2px;
	background-color:#ff0000;
	padding:2px 1px 0px 3px;
	color:#fff;
	text-decoration:none;
	margin:0;
	width:.7em;
	height:.7em;
	}


#wishlist .admin_link a
{
border:1px outset #99ccff;
background-color:#99ccff;
color:#003366;
padding:3px;
margin-bottom:5px;
}
#wishlist textarea
{
width:80%;
}
#wishlist .footlinks
{
text-align:right;
}
#wishlist .footlinks a:link, #wishlist .footlinks a:visited
{
border:0;
color:#f1f0e1;
}
#wishlist .footlinks a:hover, #wishlist .footlinks a:active
{
color:#333;
}

/* ----------------------------------
Generic classes for use wherever
------------------------------------- */

.hidden {
	display:none;
}

.center {
   text-align:center;
}


/* h2 used in book title, story title
   blog category, game category
   and the headings of the resource page and blog admin page */

.h2, .h2 a
{
font-family: garamond, goudy, 'century oldstyle', 'times new roman', serif;
font-size:1.2em;
text-transform:capitalize;
}

/* used in resources for category names */ 
.h3
{
margin:10px 0px 5px 0px;
font-size:1em;
font-family:arial;
display:block;
border-bottom:1px solid #000;
}

.quote, blockquote
{
margin:25px 5px;
border:3px double #e1e0da;
background-color:#eeede1;
background-image: url("http://greghowley.com/images/gifs/quote.gif");
background-position: 10px 10px;
background-repeat:no-repeat;
padding:5px 10px;
font-family:'courier new', courier, monospace;
font-size:0.8em;
}

.titlecase
{
text-transform:capitalize;
}
.small
{
font-size:.8em;
}

a.info, acronym 
{
border-bottom: dotted 1px #7e7d00;
cursor:help;
}

a.favatar
{
float:left;
margin-right:4px;
padding-right:4px;
}

a.favatar img
{
height:16px;
width:16px;
border:0;
margin-top:10;
}
