/*****************
  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;
}
*/

body{
	font-size:13px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header .inside {padding: 3em 0 2em;}

#header h2 {
    border: 0px;
    float:none;
    position: relative;
    left: -15px;
    width: 600px;
}

#header p {line-height: 0;margin: 0;}

#front-quote {
    border: 1px dashed #ededed;
    padding: 3px 10px;
    background: #F5FFFA;
    margin: 0 0 3em 4%;
    width: 45%;
    float: left;
    display: inline;
}

#front-quote p.quote {
    font: 1.5em/1.3em "times new roman", times, georgia, serif;
}

#front-quote p.quote-author {
    line-height: 1em;
    text-align: right;
    margin-top: -30px;
    letter-spacing: .03em;
    color: #555555;
}

#header {padding-bottom: 10px;}

body, #ancillary {
    background:#FFFFFF;
}

body, #ancillary, #footer {
    background:#39B54A;
    background:#dddddd;
}

#wil {width:149px;margin: -40px auto 20px;}

#primary {padding-bottom: 3em;}

#primary.twocol-stories {
   padding-bottom: 2em;
}

.story h3{
        font-family: "times new roman", times, georgia, serif;
	font-size:2.3em;
	margin:0 0 .9em 0;
        line-height: 1.2em;
	font-weight:normal;
}

.story h1 a{
	text-decoration:none;
	border: 0px;
}

.story h1 a:hover{border-bottom:1px dashed #666666;}

.story h3 a{
	text-decoration:none;
	border: 0px;
}
.story h3 a:hover{border-bottom:1px dashed #666666;}

.solo h1 {
        font-family: "times new roman", times, georgia, serif;
	font-size:2.3em;
	margin:0 0 .9em 0;
        line-height: 1em;
	font-weight:normal;
        letter-spacing: .2em;
        text-transform: uppercase;
}

a.more {float: right;}