/*****************
  This is your playground. Customize Hemingway to your hearts extent. 
*****************

/* LAYOUT WIDTH */

/* Example for a fluid layout:
.inside{
	width:95%;
}
*/

/* Example for a static layout:
.inside{
	width:800px;
}
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

body {
	background:#000;
	font-size:15px;
	font-family: Georgia;
	}
	
p {
	font-size:1em;
}

#frontpage {
	background:#000 url(../images/AdamLerman800.jpg) 30px 0px  no-repeat;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

.inside {
	margin:0 0 0 45px;
	width:720px;
	min-width:0em;
	max-width:85em;
}

*html .inside {

}	

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
	background:transparent;
	height:97px; // height of titlebigger.jpg
	color:transparent;
	margin:0;
	padding:0;
}

#header h2 {
	font-size:0;
	margin:0;
	padding:0;
	border-right:none;
//	display:none;
}

#header h2 a {
	color:transparent
}

#header p {
	display:none;
}

#header .inside {
	padding-top:.2em;
	margin-top:0;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary {
	background:transparent;
	padding:1px 0 2.5em 0;
}
#primary .primary {
	width:60%;
}

*html #primary .primary {
	width:55%;
}
#primary .story {
	background:#746F5B;
	color:black;
	padding:3%;
	font-size:.9em;
}

*html #primary .story {
	padding:1.5em;
}

.primary, .page {
	background:#746F5B;
	color:black;
	padding:3%;
}

*html #primary, .page {
	margin:0 0 0 1.5em;
}

.story a, .primary a, .page a {
	color:#333333;
	text-decoration:none;
	border-bottom: 1px dotted #333333;
}

.story a:hover, .primary a:hover, .page a:hover {
	color:#7B261F;
	border-bottom: 1px dotted #7B261F;
}

.story span.read-on {
	display:block;
	text-align:right;
	margin-top:-1em;
}

.story .read-on a {
	color:black;
	text-decoration:none;
}

.story .read-on a:hover {
	color:#7B261F;
	border-bottom: 1px dotted #7B261F;
}

.story h3 {
	font-size:1.5em;
	padding-bottom:0;
	margin-bottom:0;
}

.story h3 a{
	color: black;
	font-weight:bold;
	border-bottom:1px dotted black;
}

.story h3 a:hover {
	color: #7B261F;
	border-bottom:1px dotted #7B261F;
}

.story .details{
	border-top:1px solid #333;
	color:black;
	font-size:.9em;
}

.story .details a{
	color: black;
}
.story .details a:hover { color:#7B261F; }

.primary h1 {
	font-weight:bold;
	margin-bottom:0;
}

.page h1 {
	font-weight:bold;
	margin:0;
	padding:0;
}

#primary .secondary{
	float:left;
	margin-right:0;
}

#primary ul.dates .date{
	color:black;
}

#primary ul.dates a, #primary ul.counts a, #primary ul.blogroll a, #primary ul.pages a{
	color:#333333;
	text-decoration:none;
}

#primary ul.dates a:hover, #primary ul.dates a:hover .date, #primary ul.counts a:hover, #primary ul.counts a:hover .count, #primary ul.blogroll a:hover, #primary ul.pages a:hover{ 
	color:#7B261F;
}

ul.blogroll {
	list-style-type:none;
}

ul.blogroll h3 {
	list-style-type:none;
	margin-bottom:0;
	padding-bottom:0;
}

ul.blogroll ul {
	list-style-type:disc;
	padding-top:0;
	margin-top:0;
}

*html #primary .secondary {
	margin-left:35px;
	width:30%;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

.formactions input.submit{ 
	margin:0;
}

textarea.commentbox{
	width:23em;
	}
	
.formactions input.submit{ 
	margin:0 9em 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary {
	background:#7B261F;
	padding:2.5em 0 2em 0;
}

*html #ancillary {
	padding:0;
}

#ancillary .first {
	width:35%;
}

#ancillary .second {
 	width: 54%;
 	float:right;
}

*html #ancillary .secord {
	width:53%;
}

*html #ancillary .first, *html #ancillary .second {
	width:34%;
}

#ancillary .block.third {
	width:35%;
	float:left;
	clear:left;
	margin:0;
}
	
#ancillary .block.third a {
	color:#000;
	font-size:30px;
}

#ancillary .block.third a:hover {
	color:#FFF;
}

*html #ancillary .block {
	display:block;
	margin-top:2em;
	margin-bottom:2.5em;
}

ul.dates .date{
	color:white;
}
	
ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	border-top:none;
	margin:1.5em 0 2em 0;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	border-bottom:none;
	margin:0;
	padding:0.5em 0;
}

/*h2#more span, h2#recently span, h2#about span { display:none; }

h2#more {
	height:21px;
	background:url(../images/more.gif) -5px 0 no-repeat;
}

h2#recently {
	height:54px;
	background:url(../images/recently.gif) -5px 0 no-repeat;
}

h2#about {
	height:54px;
	background:url(../images/about.gif) -5px 0 no-repeat;
	margin-bottom:0;
} */

#ancillary .block h2 {
	margin:0 0 1em 0;
	color:#000;
	font-size:1.5em;
}

#ancillary .block p{
	margin:2em 0 2em 0;
	font-size:0.9em;
	color:#FFF;
}

#ancillary .block.second p {
	font-size:0.8em; 
	color:#BFBFBF;
	margin:0;
}

#ancillary .block.second h3 a {
	color:#FFF;
	margin:0;
}

#ancillary .block.second h3 a:hover {
	color:#000;
}

#ancillary .block.second h3 {
	margin:0;
}

#ancillary .block.second p#archives a {
	color:#000;
	font-size:1.8em;
}

#ancillary .block.second p#archives a:hover {
	color:#FFF;
}

*html #ancillary .block p {
	margin:0;
	padding:0;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer {
	margin:1em 0 3em 0;
	font-size:.9em;
}

#footer .inside{
	background:#000;
	}

#footer a{
	text-decoration:none;
	color:#525252;
}
#footer a:hover{
	color:#FFF;
}
/*-----------------------------------------------------------------------------------------------
  Videos
-----------------------------------------------------------------------------------------------*/
