/*****************
  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;
}
*/

.headerimg{
        /* float:left; */
	width:577px;
	height:98px;
	background:url(../images/logo-new.png) 0 0 no-repeat;
	position:relative;
	top:10px;
}

h1{
        color:#FFCB05;
        font-size:2em;
        font-weight:bold;
        margin:1.5em 0;
}

h3 a.title {
       color: #FFCB05;
       font-size: 16px;
       font-weight: bold;
}

h2 {
   color: #FFCB05;
}

#primary h2 {
   font-style: italic;
   color: #FFCB05;
   font-size: 18px; 
}

#primary {
   /* font-size: 14px; */
}

#links {
	float:right;
	width:200px;
	margin:1em 0 0 0;
	text-align:right;
}

#story-table,
#story-table tr,
#story-table td {
   background-color: black;
   font-size: 13pt;
   color:#999;
}

.story h3{
	font-size: 18pt;
	margin:0 0 15px 0;
	font-weight:normal;
	color:#FFCB05;
}
.story h3 a{
	color:#FFCB05;
	font-size: 18pt;
	/* text-decoration:none; */
	border-bottom:1px dotted #666;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #333;
	padding:0.5em 0;
	font-size:0.95em;
	color:#666;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#666;
	/* text-decoration:none; */
}
.story .details a:hover{ color:#FFF; }

a {
  /* text-decoration: none; */
}

/*
#fece0a
#fefe23

Supplied: #FFCB05
*/

/* IE PNG fix, from http://www.twinhelix.com/css/iepngfix/demo/ */
/* img, div { behavior: url(../iepngfix.php) }*/

#header {
    width: 100%;
    text-align: center;
    background-color: black;
}

#banner-table {
    width: 960px;
    border-spacing: 0;
    padding: 10px 0 0 25px;
    margin: 0 0;
}

#banner-table th,
#banner-table td {
    padding: 0px;
    margin: 0px;
}
