/* Eric Meyer's reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0b1 | 201101 
	NOTE: WORK IN PROGRESS USE WITH CAUTION AND TEST WITH ABANDON */

/* Use this reset as a starting point, and customize to your needs */
/* Slightly modified to prevent anchor elements from losing outline, as in HTML5 Boilerplate */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, cite {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Meyer's reset ends here */

/************************************************************************/
/* Basics
/************************************************************************/

body{
	color: #222;
	font-family: "Courier New", serif;
	margin: 20px;
}
header.Header{
	border-bottom: 10px solid #111;
	padding: 10px 0;
	width: 1020px;
	height: 60px;	
}
hgroup{
	height: 69px;
	width: 430px;
	float: left;
	text-indent: -5000px;
	background: url('/images/site/logo.png') no-repeat 0 0;
}
p{
	line-height: 21px;
	font-size: 13px;
	margin-bottom: 21px;
}
a,
a:link{
	text-decoration: none;
	color: #151515;
	color: rgba(21,21,21,1);
}
/************************************************************************/
/* Structure
/************************************************************************/
#container,
#col{
	padding: 40px 0 20px 0;
	position: relative;
	width: 1060px;
}
#container #primary{
	margin-left: 260px;	
	width: 760px;
}
#container #secondary{
	width: 260px;
	float: left;
	padding: 20px;
}
#col #primary{
	width: 260px;
	float: left;
	margin: 0;
	position: inherit;
}
#col #secondary{
	width: 760px;
	float: left;
	padding: 0;
}
#col #tertiary{
	width: 440px;
	float: left;
}
/************************************************************************/
/* Header
/************************************************************************/
.Logo{
	font-size: 36px;
	font-weight: 200;
	letter-spacing: -1px;
	color:	rgba(201, 31, 31, 1);
	text-shadow: 1px 1px 3px rgba(133,133,133,.5);
	text-indent: -5000px;
}
.LogoByline{
	font-size: 12px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: rgba(172, 172, 172, 1);
	letter-spacing: normal;
	display: none;
}
/************************************************************************/
/* Main Nav
/************************************************************************/
nav ul{
	float: right;
}
nav ul li{
	float: left;
	margin-top: 51px;
}
nav li a,
nav li a:link{
	font-family: "Courier New", serif;
	padding: 3px 20px 2px 60px;
	margin-left: 20px 0;
	text-decoration: none;
	text-transform: uppercase;
	/* font-style: italic; */
	font-size: 14px;
	display: block;
	border-bottom: 4px solid #000;
	background: rgba(255,255,255,1);
	color: rgba(0, 0, 0, 1);
	-webkit-transition: all 0.3s ease;
	transition: background 0.3s ease;
}
nav li a:hover,
nav li a:active,
nav li#archivesActive a,
nav li#booksActive a,
nav li#aboutActive a,
nav li#contactActive a{
	/* text-decoration: line-through; */
	color: #FFF;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	border-bottom: 4px solid #000;
}

/************************************************************************/
/* Entries
/************************************************************************/
.Row{
	width: 760px;
	margin: 0 0 20px 0;	
	padding-bottom: 40px;
	position: relative;
	float: left;
	clear: both;
	border-bottom: 10px solid #000;
}
.ArticleEntry .Row{
	border-bottom: none;
}
#col .Row{
	width: 750px;
	position: relative;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#col .Post header{
	padding: 10px 0 0 0;
	margin-bottom: 0;
	height: auto;
}
.Post header{
	padding: 20px 0 0 20px;
	height: 40px;
	margin-bottom: 20px;
}
.Post img{
}
header.EntryTitle{
	margin: 0 0 20px 20px;
	
}
header h2,
header h2 a{
	font-size: 36px;
	padding: 0;
	margin: 0;
	display: inline;
	/* font-family: Georgia, serif; */
	/* font-style: italic; */
	font-weight: normal;
	/* letter-spacing: -1px; */
	/* text-transform: uppercase; */
	color: #202020;
	color: rgba(32, 32, 32, 1);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}	

header h2 a:hover{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	background: rgba(0,0,0,1);
}
.DateRow{
	line-height: 32px;
	text-align: right;
	width: 140px;
	padding: 0 20px 0 0;
	margin: 0;
	font-size: 14px;
	font-family: Georgia, serif;
	/* font-weight: bold; */
	font-style: italic;
	border-bottom: 1px solid #DDD;
	color: #444;
	color: rgba(68,68,68,1);
}
.Post{
	/* border-left: 1px solid #DDD; */
}
.Post section{
	padding: 0 0 0 20px;
	border-left: 1px solid #DDD;
}
#col .Post section{
	border-left: none;
	padding: 0;
}
.EntryAttributes{
	width: 160px;
	position: absolute;
	left: -160px;
	top: 0;
	display: block;
	text-align: left;
}
.EntryAttributes h5{
	font-weight: 500;
	text-align: right;
	margin: 0 0 1px 0;
	font-size: 10px;
	border-bottom: 1px solid #DDD;
}
.EntryAttributes ul{
	display: block;
	text-align: right;
	margin-top: 10px;
}
.EntryAttributes li{
	/* font-weight: 500; */	
}
.EntryAttributes li a{
	display: block;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	color: #444;
	color: rgba(68,68,68,1);
	text-align: right;
/* 	text-transform: uppercase; */
	line-height: 24px;
	padding: 0 20px 0 10px;
	margin-bottom: 1px;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.EntryAttributes li a:hover{
	padding: 0 30px 0 0;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
}
.EntryAttributes h5 a{
	display: inline-block;
	text-indent: -5000px;
	line-height: 32px;
	height: 32px;
	width: 36px;
	padding: 0 10px;	
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0);
	-webkit-transition: background-color 0.3s ease-in-out; 
	-moz-transition: background-color 0.3s ease-in-out; 
	-o-transition: background-color 0.3s ease-in-out; 
	transition: background-color 0.3s ease-in-out;
}

.EntryAttributes h5 a.Photo{
	background: url('/images/site/icon_32.png') no-repeat 2px 0;
}
.EntryAttributes h5 a.Photo:hover{
	background: rgba(0,0,0,1) url('/images/site/icon_32.png') no-repeat 2px -32px;
}
.EntryAttributes h5 a.Writings{
	background: url('/images/site/icon_32.png') no-repeat 2px -64px;
}
.EntryAttributes h5 a.Writings:hover{
	background: rgba(0,0,0,1) url('/images/site/icon_32.png') no-repeat 2px -96px;
}
.EntryAttributes h5 a.Links{
	background: url('/images/site/icon_32.png') no-repeat 2px -128px;
}
.EntryAttributes h5 a.Links:hover{
	background: rgba(0,0,0,1) url('/images/site/icon_32.png') no-repeat 2px -160px;
}
.EntryAttributes h5 a.Video{
	background: url('/images/site/icon_32.png') no-repeat 2px -192px;
}
.EntryAttributes h5 a.Video:hover{
	background: rgba(0,0,0,1) url('/images/site/icon_32.png') no-repeat 2px -224px;
}
.EntryAttributes h5 a:hover{
	/* padding-right: 20px; */
}
.Post section a:hover,
.Post section a:active{
	background: yellow;
	background: rgba(255, 255, 0, 1);
}
.SocialMarks{
	width: 760px;
	height: auto;
	margin: 20px 0 0 20px;
	text-align: right;
	clear: both;
}
.addthis_toolbox{
	margin: 10px 0 0 0;
	
}
.addthis_toolbox .addthis_button_facebook_like,
.addthis_toolbox .at300b,
.addthis_toolbox .LikePluginPagelet{
/* 	float: right; */
}
/************************************************************************/
/* Article
/************************************************************************/
.ArticleImage{
	margin-bottom: 10px;
}
.ArticleImage img{
/* 	border: 2px solid #000; */
}
.CenteredImage{
	text-align: center;
	margin: 0 0 20px 0;
}
img.ImageFloat{
	float: left;
	margin: 0 20px 10px 0;
}
img.ImageCenter{
	
}
/************************************************************************/
/* Bio
/************************************************************************/
.Bio {
	width: 660px;
}
.Bio p{
	/*
font-size: 16px;
	line-height: 24px;
*/
}
.Bio p em{
	font-style: italic;
}
.Bio p img{
	margin: 0 20px 0 0;
	float: left;
}
/************************************************************************/
/* Books
/************************************************************************/
.Books{
	width: 660px;
}
.Books .BookRow{
	border-bottom: 2px solid #000;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	clear: both;
	min-height: 160px;
}
.Books .BookTitle{
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: #202020;
	color: rgba(32, 32, 32, 1);
	text-shadow: 1px 1px 1px rgba(245, 245, 245, 1);
}
.Books .BookCover{
	float: left;
	margin: 0 20px 10px 0;
	height: 160px;
}
.Books h1{

}
.Books p{

}
.Books cite{
	font-style: italic;
}
/************************************************************************/
/* Archives
/************************************************************************/
#col .Post .ArchiveEntryTitle{
	margin-bottom: 10px;
}
#col .Post header h2,
#col .Post header h2 a{
	font-size: 26px;
	display: inline;
	margin-bottom: 10px;
	color: #202020;
	color: rgba(32, 32, 32, 1);
	text-shadow: 1px 1px 1px rgba(235, 235, 235, 1);
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
#col .Post header h2 a:hover{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	background: rgba(0,0,0,1);
}
#col .DateRow{
	line-height: 32px;
	float: right;
	text-align: right;
	width: 120px;
	padding: 0 5px;
	margin: -10px 0 0 10px;
	font-size: 13px;
	font-family: Georgia, serif;
	/* font-weight: bold; */
	font-style: italic;
	border-bottom: none;
	color: #000;
	color: rgba(0,0,0,1);
/* 	background-color: rgba(255,255,255,1); */
}
.ViewOptions{
	margin-bottom: 30px;
}
.ViewOptions li a{
	font-size: 10px;
	line-height: 24px;
}
#listActive a,
#listUnactive a,
#gridActive a,
#gridUnactive a{
	height: 34px;
	width: 34px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	-webkit-transition: background-color 0.3s ease-in-out; 
	-moz-transition: background-color 0.3s ease-in-out; 
	-o-transition: background-color 0.3s ease-in-out; 
	transition: background-color 0.3s ease-in-out;
}
#listUnactive a{
	background: rgba(0,0,0,0) url('/images/site/icon_32.png') no-repeat 1px -383px;
}
#listActive a,
#listUnactive a:hover{
	background: rgba(0,0,0,1) url('/images/site/icon_32.png') no-repeat 1px -415px;
}
#gridUnactive a{
	background: rgba(0,0,0,0) url('/images/site/icon_32.png') no-repeat 1px -319px;
}
#gridActive a,
#gridUnactive a:hover{
	background: rgba(0,0,0,1) url('/images/site/icon_32.png') no-repeat 1px -351px;	
}
.ChannelList{
	margin-bottom: 10px;
	display: block;
}
.ChannelList li#categoryActive a,
.ChannelList li a{
	height: 34px;
	width: 34px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	-webkit-transition: background-color 0.3s ease-in-out; 
	-moz-transition: background-color 0.3s ease-in-out; 
	-o-transition: background-color 0.3s ease-in-out; 
	transition: background-color 0.3s ease-in-out;
}
.ChannelList li#categoryActive a{
	background-color: #000;
	background-color: rgba(0,0,0,1) ;
}
.ChannelList li a.Photos{
	background: url('/images/site/icon_32.png') no-repeat 1px 0;
}
.ChannelList li#categoryActive a.Photos,
.ChannelList li a.Photos:hover{
	background: url('/images/site/icon_32.png') no-repeat 1px -31px;
	background-color: rgba(0,0,0,1);
}
.ChannelList li a.Writings{
	background: url('/images/site/icon_32.png') no-repeat 1px -63px;
}
.ChannelList li#categoryActive a.Writings,
.ChannelList li a.Writings:hover{
	background: url('/images/site/icon_32.png') no-repeat 1px -95px;
	background-color: rgba(0,0,0,1);
}
.ChannelList li a.Links{
	background: url('/images/site/icon_32.png') no-repeat 1px -127px;
}
.ChannelList li#categoryActive a.Links,
.ChannelList li a.Links:hover{
	background: url('/images/site/icon_32.png') no-repeat 1px -159px;
	background-color: rgba(0,0,0,1);
}
.ChannelList li a.Videos{
	background: url('/images/site/icon_32.png') no-repeat 1px -191px;
}
.ChannelList li#categoryActive a.Videos,
.ChannelList li a.Videos:hover{
	background: url('/images/site/icon_32.png') no-repeat 1px -223px;
	background-color: rgba(0,0,0,1);
}

.GridContainer{
	width: 750px;
}
.GridView{
	display: block;
	overflow:hidden;
	margin: 5px 5px 0 0;
	float: left;
	position:relative;
}
.GridView a img{
	float: left;
}
.GridView a{
	display: block;
	height: 100px;
	position: relative;
}
.GridView a span{
	position: absolute;
	background: rgba(255, 255, 0, 0);
	z-index: 100;
	height: 90px;
	width: 110px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	padding: 5px;
	display: block;
	color: rgba(0,0,0,0);
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: background 0.2s ease-in-out; 
	-o-transition: background 0.2s ease-in-out; 
	transition: background 0.2s ease-in-out;
}
.GridView a:hover span{
	background: rgba(255, 255, 0, .8);
	color: rgba(0,0,0, 1);
	display: block;
}
.GridView a:hover span:after{
	content: attr(title);
}
#col .PrimaryContent{
	padding: 0 40px 20px 10px;
}
h1.ArchiveTitle{
	font-size: 28px;
	font-weight: 300;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);

}
h2.ArchiveTitle{
	font-size: 14px;
	/* font-style: italic; */
	color: (0,0,0,1);
	padding-bottom: 10px;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #DDD;
}
.SideNav li{
	
}
.SideNav li a{
	display: inline-block;
	font-family: Georgia;
	line-height: 24px;
/* 	text-transform: uppercase; */
	font-style: italic;
	font-size: 12px;
	margin-bottom: 1px;
	color: #444;
	color: rgba(68,68,68,1);
	padding: 0 5px 0 5px;
	background: #FFF;
	background:	rgba(255,255,255, 1);
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: background 0.3s ease-in-out; 
	-o-transition: background 0.3s ease-in-out; 
	transition: background 0.3s ease-in-out;
}
.SideNav li a:hover,
.SideNav li#categoryActive a{
	padding: 0 5px 0 15px;
	color: rgba(255,255,255,1);
	background:	rgba(0,0,0, 1);
}

/************************************************************************/
/* Pagination
/************************************************************************/
p.Pagination{
	clear: both;
}
p.Pagination a{
	padding: 0 2px;
}
p.Pagination a:hover,
p.Pagination strong{
	padding: 0 2px;
	color: #FFF;
	color: rgba(255,255,255,1);
	background-color: #000;
	background-color: rgba(0,0,0,1);
}

/************************************************************************/
/* Jcaption
/************************************************************************/

/*
#imageGrid div.caption {
	margin: 0;
	padding:0;
	position: relative;
	height: 100px;
	width: 120px;
}

#imageGrid div.caption p {
	position: absolute;
	margin: 0; 
	padding: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	bottom: 0;
	left: 0;
	background:black;
	height: 90px;
	width: 110px;
	color: #222;
	background: rgba(255, 255, 0, .8);
}

#imageGrid div.caption a img {
	margin: 0; padding: 0;
}
*/

/************************************************************************/
/* Form Styles
/************************************************************************/

#thing-alerts fieldset { 
	margin: 0 0 10px 0; 
}
#thing-alerts fieldset label { 
	display: block; 
	font-weight: bold; 
	line-height: 1.4;
	color: #666; 
	color: rgba(0, 0, 0, 0.6); 
	text-shadow: 0 1px 1px #fff; 
}

#thing-alerts fieldset:last-child { 
	margin: 0; 
}

#thing-alerts fieldset input[type="text"] { 
	width: 215px; 
	padding: 5px 8px; 
	font-size: 1.2em;
	color: #666; 
	border: none; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#fff)); 
	background-image: -moz-linear-gradient(0% 12% 90deg, #fff, #999);
	background-color: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
}
#thing-alerts input[type="submit"] {
	padding: 8px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #444; 
	border: none; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
 	background-image: -moz-linear-gradient(0 100% 90deg, #bbb, #fff);
	background-color: #fff; 
	-webkit-border-radius: 23px; 
	-moz-border-radius: 23px; 
	-o-border-radius: 23px; 
	border-radius: 23px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

input:focus{
	outline: none;
}
@-webkit-keyframes pulse { 
	0% {
		-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2);
	} 
	50% {
		-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.9);
	} 
	100% {
		-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2);
	}
}

#thing-alerts input[type="text"]:focus { 
	-webkit-animation: pulse 1.5s infinite ease-in-out; 
}
#thing-alerts input[type="submit"]:hover, 
#thing-alerts input[type="submit"]:focus {
	-webkit-animation: pulse 1.5s infinite ease-in-out; 
}
.ContactForm{
	margin-top: 20px;
}
.ContactForm input,
.ContactForm textarea
{
	font-family: "Courier New", serif;
	line-height: 18px;
}
.ContactForm input[type="text"]{
	border: 1px solid #DDD;
	width: 250px;
	height: 24px;
	line-height: 18px;
	font-size: 14px;
	padding: 3px 5px;
}
.ContactForm textarea{
	border: 1px solid #DDD;
	width: 400px;
	height: 120px;
	font-size: 14px;
	padding: 3px 5px;
}
.ContactForm input:focus, 
.ContactForm textarea:focus{
	background-color: #F9F9F9;
	outline: none;
	border-bottom-color: #AAA; 
	/* width: 250px; */
}
.ContactForm input.SubmitBtn{
	font-size: 12px;
	width: 120px;
	background-color: #000;
	color: #FFF;
	padding: 5px;
	cursor: pointer;
	line-height: 18px;
	border: none;
	margin-left: 290px;
	
}
.ContactForm input.SubmitBtn:hover,
.ContactForm input.SubmitBtn:focus{
	background-color: #333;
	/* border-color: #333; */
	color: #F1F1F1;
}

/************************************************************************/
/* Clearing Fix
/************************************************************************/

.Header:after,
.addthis_toolbox:after,
.bio:after,
.BookRow:after,
.Row:after,
.ViewOptions:after,
.ViewRow:after,
.EntryBodyContent:after,
.ChannelList:after,
.Post section:after
{    
	content: ".";   
	display: block; 
	height: 0;    
	clear: both;    
	visibility: hidden;
}

.Header,
.addthis_toolbox,
.bio,
.BookRow,
.Row,
.ViewOptions,
.ViewRow,
.EntryBodyContent,
.ChannelList,
.Post section:after
{
	zoom: 1;
}