/* Page Structure */

html, body, div, a, span, h1, h2, h3 {
    padding: 0;
    margin: 0;
}

a, input {
    outline: none;
}

html, body {
    height: 100%;
}

body {
    font-family: Georgia, Garamond, serif;
    font-size: 14px;
    color: #555;
}

#container {
    margin: 0 auto;
    width: 950px;
    height: 100%;
}

/* Logo and Nav: Left Column */

#logoLink {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}

#logo {
    border: none;
}

#nav {
    position: fixed;
    float: left;
    width: 293px;
    padding: 0 0 0 0;
    height: 100%;
}

#navtext {
    padding: 107px 0 5px 0;
    background: #fff;
}

#navLinks, #extranav {
    list-style: none;
    margin: 0 10px 10px 0;
    font-size: 18px;
    text-align: right;
}

#extranav {
    margin-top: 30px;
}

#navLinks li, #extranav li {
    margin: 10px 0 0 0;
}

#navLinks li a, #extranav li a {
    padding: 3px 8px;
    margin: 0;
}

/* Content: Right Column */

#content {
    float: right;
    width: 600px;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

#contentInner {
    padding: 20px 0 30px 0;
}

#contentInner:after, .issueHeader:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.footer {
    font-size: 12px;
    font-style: italic;
    text-align: right;
    padding-top: 10px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 100%;
    color: #bbb;
}

.footer a {
    color: #bbb;
}

.footer:hover, .footer:hover a {
    color: #555;
}

.footer a:hover {
    color: #fff;
}

.footerLeft {
    float: left;
}

.navBottom {
    margin: 25px 0 10px 0;
    text-align: right;
    font-size: 16px;
    color: #ccc;
}

.navBottomLeft {
    float:left;
    width: 300px;
    text-align: left;
}
    

/* Typography, Headlines */

p {
    margin-bottom: 10px;
    line-height: 20px;
}

blockquote {
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-left: 1px solid #aaa;
}

a {
	padding: 3px;
	margin: -3px;
    outline: none;
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #fff;
    background: #999;
}

a:active, a.selected {
    color: #fff;
    background: #555;
}

a.blocklink {
    margin: -3px;
    padding: 3px;
}

h1 {
    font-size: 16px;
    font-weight: normal;
  	margin-bottom: 3px;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 7px;
}


h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 5px 0;
}

.bodytext h2 {
	margin-top: 20px;
	margin-bottom: 6px;
}

.articlefooter {
    margin-top: 20px;
    font-style: italic;
}

.padabove {
    margin-top: 15px;
}

/* Verbatim Random */

#verbatimBubble {
    background: url('/images/verbatim-bubble-top.png') no-repeat top left;
    width: 288px;
    padding: 32px 0 13px 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#verbatimBubble .bot {
    width: 288px;
    padding-bottom: 74px;
    background: url('/images/verbatim-bubble-bot.png') no-repeat bottom left;
}

#verbatimBubble .mid {
    background: url('/images/verbatim-bubble-mid.png') repeat-y top left;
    padding: 0 30px;
}

#verbatimBubble .text {
    position: relative;
    top: -15px;
    margin-bottom: -15px;
    font-size: 12px;
    max-height: 230px;
    overflow: auto;
}

#verbatim-label {
    position: absolute;
    bottom: 5px;
    left: 130px;
    
    text-transform: lowercase;
    font-size: 30px;
}

#verbatim-label a {
    color: #ccc;
}

#verbatimBubble:hover #verbatim-label a {
    color: #555;
}

#verbatim-label a:hover, #verbatimBubble:hover #verbatim-label a:hover {
    color: #fff;
}
    

#verbatimBubble .date {
    text-align: right;
    padding-right: 3px;
    margin: 0;
}

#verbatimBubble .overheard {
    font-weight:bold;
    margin: 0 0 6px 0;
}

#verbatimBubble p {
    margin: 0 0 3px 0;
}

/* Header/Issue Tile */

#header {
    position: relative;
    height: 150px;
    width: 600px;
    margin: 0 0 20px 0;
}

.tile {
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    height: 150px;
    width: 600px;
    margin-top: 10px;
}

.issueTile {
    cursor: pointer;
    margin-bottom: 20px;
}
    

.tile a {
    color: white;
    text-decoration: none;
    outline: none;
}

.tile .metaBack {
    height: 150px;
    width: 260px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}

.tile .meta {
    height: 150px;
    width: 260px;
    padding: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    font-weight: normal;
    color: white;
}

.tile .title {
    font-weight: bold;
    margin: 35px 15px 5px 15px;
    font-size: 18px;
}

.tile .subtitle {
    font-size: 16px;
    margin: 0 15px;
}

.tile .viewCover {
    position: absolute;
    right: 12px;
    top: 4px;
    text-align: right;
}

.tile .viewCover a {
    text-decoration: none;
    font-size: 12px;
    color: #ddd;
    padding: 1px;
    margin: 0;
}

.tile .viewCover a:hover {
	color: #fff;
}

.tile .navigation {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: right;
    width: 248px;
    padding: 0;
}

.tile .navigation a {
    text-decoration: none;
    font-size: 12px;
    color: #ddd;
    padding: 1px;
    margin: 0;
}

.tile .navigation a:hover {
	color: #fff;
}

.tile .navigationLeft {
    position: absolute;
    left: 12px;
    top: 0px;
}

/* Article Listing & Article Tiles */

.sectionHeader {
    width: 600px;
    font-weight: normal;
    text-align: right;
    font-size: 14px;
    border-top: 1px solid #ddd;
    margin-bottom: 5px;
    clear: both;
}

.sectionHeader a {
    margin: -3px;
    padding: 3px;
}

.sectionLink {
    margin: -3px;
    padding: 3px;
}

.sectionFooter {
    margin: 10px 0 15px 0;
    font-style: italic;
}

.articleTile {
    margin: 0 0 25px 0;
    width: 600px;
}

.articleSubtitle {
    margin-top: -3px;
    margin-bottom: 5px;
}

.articleLink, .authorLink {
    padding: 3px;
    margin: -3px;
}

.articleIssue {
    margin-top: -6px;
}

.articleIssue a {
    margin: -3px;
    padding: 3px;
}

.articleSummary {
    font-weight: normal;
    color: #666;
}

.articleBody {
    font-weight: normal;
    color: #666;
    margin-top: 20px;
}

.articleBody p {
    margin-bottom: 15px;
    line-height: 150%;
}

/* Verbatim Tiles */

.verbatimTile {
    margin-bottom: 30px;
}

.verbatimTile h2 {
    margin-top: 15px;
}

/* Search Form */
.searchform {
    padding: 10px 0 10px 0;
}

.searchtextfield {
    width: 300px;
    border: 1px solid #aaa;
    font-size: 14px;
    padding: 3px;
}

.searchform label {
    font-size: 14px;
    font-weight: bold;
}

.searchsubmit {
    border: 1px solid #aaa;
    font-size: 14px;
    padding: 3px;
    color: white;
    background: #aaa;
    margin-left: 10px;
}

.searchsubmit:hover {
    cursor: pointer;
    background: #555;
 }
 
 /* Author Profile */
 
.headshot {
    width: 150px;
    border: none;
    float:right;
    margin: 0 0 20px 20px;
}
 
/* Author Tile */
.authorTile {
    margin-bottom: 25px;
}

.recentArticleLink {
    margin: -3px;
    padding: 3px;
}

    
