/**************

BASIC HTML

***************/

html
{
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
}

a
{
	cursor:hand;
	text-decoration: none;
	color: black;
}

a:hover
{
	cursor:hand;
	color: #c9242f;
	text-decoration: none;
}

.copy a, .text_tags a, .text_categories a, .margined a, .link a
{
	cursor:hand;
	text-decoration: none;
	color: #c9242f;
}

.copy a:hover, .text_tags a:hover, .text_categories a:hover, .margined a:hover, .link a:hover
{
	cursor:hand;
	text-decoration: underline;
	color: #c9242f;
}

body
{
	behavior:url('/css/csshover.htc');
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	background: #FFF;
	min-height: 500px; 
}

td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
}

/**************

FORMS

***************/
input#search
{
	height: 15px;
	width: 120px;
	border: 1px solid #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding-left:3px;
	text-transform: none;
}

input#comment-url, input#comment-author, input#comment-email
{
	width:	300px;
	text-transform: none;
}

textarea#comment-text
{
	width:	410px;
	text-transform: none;
}

/**************

LAYOUT

***************/

#content 
{
	width: 840px;
	margin: 0px auto;
	text-align: left;
}

/*#header
{
}

#top
{
}*/

#bottom
{
	height: auto;
	min-height: 380px;
	margin-left:1px;
	clear:both;
}

#footer
{
	width: 840px;
	text-align: right;
	margin: 0px auto;
	padding-top: 5px;
	clear:both;
}

#title
{
	height:50px;
	padding-top:0px;
	background-color: white;
	text-align: left;
	/*border-right: 1px solid #cccccc;*/
	background: url('/images/bgtopgrad.jpg') repeat-x;
	border-top: 2px solid #c9242f;
}

.photoblock
{
	height: 100px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	clear: both;
	background: url('/images/cover.jpg');
}

.photoitem
{
	width: 104px;
	height: 100px;
	background-color: white;
	margin-right: 1px;
	float: left;
}

.item
{
	padding: 5px;
	padding-top: 6px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: 105px;
	/*overflow: clip;*/
}

.item:hover
{
	background-color: #c9242f;
	color: #eeeeee;
}

html>body .item
{
	padding: 5px;
	padding-top: 6px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	min-height: 105px;
	/*overflow: clip;*/
}

html>body .item:hover
{
	background-color: #c9242f;
	color: #eeeeee;
}

.item_wcg
{
	padding: 5px;
	padding-top: 6px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: 80px;
	/*overflow: clip;*/
}

.item_wcg:hover
{
	background-color: #9EDAF2;
	color: #c9242f;
}

html>body .item_wcg
{
	padding: 5px;
	padding-top: 6px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	min-height: 80px;
	/*overflow: clip;*/
}

html>body .item_wcg:hover
{
	background-color: #9EDAF2;
	color: #c9242f;
}

.item_small_wcg
{
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	/*overflow: clip;*/
}

.item_small_wcg:hover
{
	background-color: #9EDAF2;
	color: #333333;
}

.item_small
{
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	/*overflow: clip;*/
}

.item_small:hover
{
	background-color: #c9242f;
	color: #eeeeee;
}

.item_category
{
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	min-height: 63px;
	/*overflow: clip;*/
}

.item_category:hover
{
	background-color: #c9242f;
	color: #eeeeee;
}

.item_category
{
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	min-height: 63px;
	/*overflow: clip;*/
}

.item_category:hover
{
	background-color: #c9242f;
	color: #eeeeee;
}

div.wcgarchive
{
	background-color: #9EDAF2;
	color: #666666;
	padding:5px;
	margin-left:40px;
	margin-right:40px;
	margin-top:10px;
	margin-bottom:5px;
	font-size: 7pt;
}

div.itemimage
{
	margin-right: 5px;
	float: left
}

div.itemimage_wcg
{
	margin-right: 15px;
	float: left
}

div.itemtext
{

}

.column_quarter			/***** for IE *****/
{
	margin: 0px auto;
	display: block;
	width: 210px;
	height: 500px;
	float: left;
}

html>body .column_quarter
{
	margin: 0px auto;
	display: block;
	width: 210px;
	height: auto;
	min-height: 500px;
	float: left;
}

.column_main			/***** for IE *****/
{
	margin: 0px auto;
	display: block;
	width: 439px;
	height: 500px;
	float: left;
	border-top: 1px solid #cccccc;
}

html>body .column_main
{
	margin: 0px auto;
	display: block;
	width: 439px;
	height: auto;
	min-height: 500px;
	float: left;
}

.column_middle				/***** for IE *****/
{
	margin: 0px auto;
	width: 185px;
	height: 500px;
	float: left;
	border-top: 1px solid #cccccc;
}

html>body .column_middle
{
	margin: 0px auto;
	display: block;
	width: 200px;
	height: auto;
	min-height: 500px;
	float: left;
	text-align: center;
	vertical-align: top;
}

.column_side				/***** for IE *****/
{
	margin: 0px auto;
	display: block;
	width: 215px;
	height: 500px;
	float: right;
	border-top: 1px solid #cccccc;
}

html>body .column_side
{
	margin: 0px auto;
	display: block;
	width: 200px;
	height: auto;
	min-height: 500px;
	float: right;
}

.row					/***** for IE *****/
{
	height: 500px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	position: relative;
	left: -1px;
	margin-right: -1px;
}

html>body .row
{
	height: auto;
	min-height: 500px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	position: relative;
	left: -1px;
	margin-right: -1px;
}

.text_topmenu_search
{
	color: #c9242f;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 1px;
	background-color: #eeeeee;
	float:right;
	padding:5px;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.text_topmenu_search:hover
{
	color: white;
	background-color: #c9242f;
}

.text_topmenu_heading
{
	color: #c9242f;
	font-weight: bold;
	text-transform:uppercase;
	border-right: 1px solid #cccccc;
	padding: 1px 5px 1px 5px;
	float:left;
	letter-spacing: 1px;
}

.text_topmenu_heading:hover
{
	color: white;
	background-color: #c9242f;
}

.text_column_heading
{
	color: #c9242f;
	font-weight: bold;
	text-transform:uppercase;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 1px 2px 1px 5px;
	letter-spacing: 1px;
	height: 15px;
}

html>body .text_column_heading
{
	color: #c9242f;
	font-weight: bold;
	text-transform:uppercase;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 1px 2px 1px 5px;
	letter-spacing: 1px;
	background-image: url('/images/bgtopgrad.jpg');
}

.favorites, .recent
{
	color: #c9242f;
	font-weight: bold;
	text-transform:uppercase;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	padding: 1px 2px 1px 5px;
	margin-bottom: 0px;
	margin-top: 20px;
	letter-spacing: 1px;
	height: 15px;
}

html>body .favorites, .recent
{
	color: #c9242f;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px solid #cccccc;
	padding: 1px 2px 1px 5px;
	margin-bottom: 0px;
	margin-top: 20px;
	letter-spacing: 1px;
}

.blog, .games, .writing, .speaking, .teaching, .books, .about, .photography
{
	color: #c9242f;
	font-weight: bold;
	text-transform:uppercase;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 1px 2px 1px 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	height: 15px;
	background-image: url('/images/bgtopgrad.jpg');
}

html>body .blog, .games, .writing, .speaking, .teaching, .books, .about, .photography
{
	color: #c9242f;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 1px 2px 1px 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	background-image: url('/images/bgtopgrad.jpg');
}

.blog
{
	border-top: none;
}

#blog.blog, #games.games, #writing.writing, #speaking.speaking, #teaching.teaching, #books.books, #about.about, #photography.photography
{
	color: #eeeeee;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px solid #cccccc;
	background-color: #c9242f;
	padding: 1px 2px 1px 5px;
	letter-spacing: 1px;
	height: 15px;
	background-image: none;
}

html>body  #blog .blog, #games .games, #writing .writing, #speaking .speaking, #teaching .teaching, #books .books, #about .about, #photography .photography
{
	color: #eeeeee;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px solid #cccccc;
	background-color: #c9242f;
	padding: 1px 2px 1px 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	background-image: none;
}

.blog:hover, .games:hover, .writing:hover, .speaking:hover, .teaching:hover, .books:hover .photography:hover
{
	color: #eeeeee;
	background-color: #c9242f;
	background-image: none;
}

html>body .blog:hover, .games:hover, .writing:hover, .speaking:hover, .teaching:hover, .books:hover, .photography:hover
{
	color: #eeeeee;
	background-color: #c9242f;
	background-image: none;
}

.text_column_heading:hover
{
	color: #eeeeee;
	background-color: #c9242f;
	background-image: none;
}

.text_small
{
font-size:8pt;line-height:8pt;
}

.text_tiny
{
	font-size: 7pt;
}

.text_headline
{
	text-transform:uppercase;
	font-family: gill sans, verdana;
	letter-spacing: 1px;
	font-size: 14pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.text_headline2
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-transform:uppercase;
	font-family: gill sans, verdana;
	letter-spacing: 1px;
	font-size: 12pt;
}

.text_subhead
{
	font-family: gill sans, verdana;
	letter-spacing: 0px;
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 10px;
}

.text_subhead2
{
	font-family: gill sans, verdana;
	letter-spacing: 0px;
	font-size: 11pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.inlinehead
{
	font-family: gill sans, verdana;
	letter-spacing: 0px;
	font-size: 11pt;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid #eeeeee;
}

.text_date
{
	color: #aaaaaa.;
	font-family: gill sans, verdana;
	letter-spacing: 0px;
	font-size: 8pt;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	line-height: 10pt;
}

.text_tags
{
	margin-left: 50%;
	font-family: gill sans, verdana;
	letter-spacing: 0px;
	font-size: 8pt;
	padding-right: 10px;
	text-align: right;
	line-height: 10pt;
}

.text_categories
{
	font-family: gill sans, verdana;
	letter-spacing: 0px;
	font-size: 8pt;
	padding-right: 10px;
	text-align: right;
	line-height: 10pt;
}

.text_title1
{
	font-weight: bold;
	font-family: gill sans, verdana;
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size: 11pt;
}

.text_title2
{
	font-family: gill sans, verdana;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-size: 11pt;
}

.copy
{
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.comments
{
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.comment_author
{
	font-size: 7pt;
	padding-top: 10px;
	text-align: right;
}

.separator
{
	border-top: 1px solid #cccccc;
	width: 100%;
	min-width: 100%;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.separator_margin
{
	border-top: 1px solid #eeeeee;
	width: 420px;
	min-width: 420px;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.excerpt
{
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.margined
{
	padding-left: 10px;
	padding-right: 10px;
}

.date
{
	float:right;
	color:#aaaaaa;
	font-size:7pt;
}

.text_amazontag
{
	margin-top: -1px;
	font-size: 7pt;
	text-decoration: underline;
	color: #c9242f;
	margin-bottom: 10px;
}

.text_sidenote
{
	color: #cccccc;
	text-align: right;
}

.text_more
{
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
}

.text_more:hover
{
	color: white;
	background-color: #c9242f;
	text-align: right;
	padding-right: 5px;
}

.quote
{
	margin-left:40px;
	margin-right:40px;
}

.half_column_left
{
width:200px;float:left;background-color:#ffffff;padding-right:10px;border-right:1px solid #eeeeee
}

.half_column_right
{
margin-top:3px;float:right;width:195px;padding-left:10px;
}

#tagCloud a.cloud10 { font-size: 8pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }
#tagCloud a.cloud9 { font-size: 8.5pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }
#tagCloud a.cloud8 { font-size: 9pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }
#tagCloud a.cloud7 { font-size: 9.5pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }
#tagCloud a.cloud6 { font-size: 10pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }
#tagCloud a.cloud5 { font-size: 10.5pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }
#tagCloud a.cloud4 { font-size: 11pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }
#tagCloud a.cloud3 { font-size: 11.3pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }
#tagCloud a.cloud2 { font-size: 11.5pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }
#tagCloud a.cloud1 { font-size: 12pt; color: #c9242f; cursor:hand; text-decoration:none; line-height:13pt; }

#tagCloud a.cloud10:hover { font-size: 8pt; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }
#tagCloud a.cloud9:hover { font-size: 8.5t; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }
#tagCloud a.cloud8:hover { font-size: 9pt; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }
#tagCloud a.cloud7:hover { font-size: 9.5pt; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }
#tagCloud a.cloud6:hover { font-size: 10pt; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }
#tagCloud a.cloud5:hover { font-size: 10.5pt; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }
#tagCloud a.cloud4:hover { font-size: 11pt; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }
#tagCloud a.cloud3:hover { font-size: 11.3pt; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }
#tagCloud a.cloud2:hover { font-size: 11.5pt; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }
#tagCloud a.cloud1:hover { font-size: 12pt; color: #c9242f; cursor:hand; text-decoration:underline; line-height:13pt; }

#tagCloud {margin:10px;}
