/**************

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;
}

@media screen and (max-device-width: 480px){
    img{
        max-width:100%;
        height:auto;
    }
}

.copy a, .text_tags a, .text_categories a, .margined a, .link a, .text_wee 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, .text_wee a:hover
{
	cursor:hand;
	text-decoration: underline;
	color: #c9242f;
}

body
{
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	background: #FFF;
	min-height: 320px; 
	width: 100%;
	background: url('http://www.bogost.com/images/bgtopgrad.jpg') repeat-x;
	border-top: 3px solid #c9242f;
}

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:	90%;
	text-transform: none;
}

textarea#comment-text
{
	width:	90%;
	text-transform: none;
}

/**************

LAYOUT

***************/

#content 
{
	width: 100%;
	margin: 0px auto;
	text-align: left;
}

/*#header
{
}*/

#top
{
	width:100%;
}

#bottom
{
	margin: 0px auto;
	width:97%;
}

#footer
{
	width: 100%;
	text-align: right;
	margin: 0px auto;
	padding-top: 5px;
	clear:both;
}

#title
{
	padding-top:0px;
	text-align: left;
	width: 100%;
}

.photoblock
{
	height: 100px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	clear: both;
	background: url('http://www.bogost.com/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;*/
}

html>body .item
{
	padding: 5px;
	padding-top: 6px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	min-height: 105px;
	/*overflow: clip;*/
}

.item_wcg
{
	padding: 5px;
	padding-top: 6px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: 80px;
	/*overflow: clip;*/
}

html>body .item_wcg
{
	padding: 5px;
	padding-top: 6px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	min-height: 80px;
	/*overflow: clip;*/
}

.item_small_wcg
{
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	/*overflow: clip;*/
}

.item_small
{
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	/*overflow: clip;*/
}

.item_category
{
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	min-height: 63px;
	/*overflow: clip;*/
}

.item_category
{
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: auto;
	min-height: 63px;
	/*overflow: clip;*/
}

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_main			/***** for IE *****/
{
	width: 100%;
	height: 356px;
	border-top: 1px solid #cccccc;
}

html>body .column_main
{
	width: 100%;
	height: auto;
	min-height: 330px;
}

.row					/***** for IE *****/
{
	height: 330px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

html>body .row
{
	height: auto;
	min-height: 330px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.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_heading
{
	color: #c9242f;
	font-weight: bold;
	text-transform:uppercase;
	border-right: 1px solid #cccccc;
	padding: 0px 5px 0px 5px;
	float:left;
	letter-spacing: 1px;
}

.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('http://www.bogost.com/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('http://www.bogost.com/images/bgtopgrad.jpg');
	-webkit-text-size-adjust: none;
}

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('http://www.bogost.com/images/bgtopgrad.jpg');
	-webkit-text-size-adjust: none;
}

.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;
}

.text_small
{
	font-size:8pt;line-height:8pt;
}

.text_wee
{
	font-size:8pt;line-height:11pt;
}

.text_tiny
{
	font-size: 7pt;
}

.text_headline
{
	text-transform:uppercase;
	font-family: gill sans, verdana;
	letter-spacing: 1px;
	font-size: 16pt;
	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;
	-webkit-text-size-adjust: none;
}

.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
{
	float:right;
	width:100%;
	font-family: gill sans, verdana;
	letter-spacing: 0px;
	padding-right: 10px;
	text-align: right;
	line-height: 10pt;
	font-size: 8pt;
	-webkit-text-size-adjust: none;
}

.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: 1px;
	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;
	text-align: left;
}

.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: 100%;
	min-width: 100%;
	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;
}

.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;
}
