/* CSS Baseline *******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
    color: black;
    background: #9bf0c3;
    font-family: Cochin, Georgia, Garamond, Times New Roman, serif;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
	
    border-right: 1px solid #659c7f;
    border-bottom: 1px solid #659c7f;
    border-top: 1px solid #659c7f;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 6px 6px 12px;
    
}
td {
    text-align: left;
    font-weight: normal;
	border-right: 1px solid #659c7f;
	border-bottom: 1px solid #659c7f;
	padding: 6px 6px 6px 12px;
}
table {
    border: 1px solid #659c7f;
    border-collapse:collapse;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
    text-decoration: none;
    color: #0059ab;
}
a:hover {
    text-decoration: underline;
}
pre, code {
    font-family: monospace;
    color: black;
    background: #c5f9de;
}
code {
    padding: 0 0.5em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
pre {
    margin: 0 0 1em 0;
    padding: 1.5em 1.5em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
h1, h2, h3, h4, h5, h6 {
    color: black;
    font-weight: bold;
}
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
    color: inherit;
}
h1 {font-size: 2em; margin: 0.67em 0;}
h2 {font-size: 1.5em; margin: 0.83em 0;}
h3 {font-size: 1.17em; margin: 1em 0;}
h4 {margin: 1.33em 0;}
h5 {font-size: 0.83em; margin: 1.67em 0;}
h6 {font-size: 0.67em; margin: 2.33em 0;}
p, blockquote {
    margin: 0 0 1em 0;
    line-height: 1.33em;
}
blockquote {
    margin: 0 35px 1em 35px;
    font-style: italic;
}
strong {
    font-weight: bold;
}
ol li, ul li {
    margin: 0 1em 0.25em 1em;
    line-height: 1.33em;
}
ol, ul {
    margin-left: 20px;
    margin: 0 1em 0.75em 1em;
}
img {
    display: block;
}


/* = The 1Kb Grid = */     /* 12 columns, 70 pixels each, with 20 pixel gutter */
.grid_1 { width:70px; }
.grid_2 { width:160px; }
.grid_3 { width:250px; }
.grid_4 { width:340px; }
.grid_5 { width:430px; }
.grid_6 { width:520px; }
.grid_7 { width:610px; }
.grid_8 { width:700px; }
.grid_9 { width:790px; }
.grid_10 { width:880px; }
.grid_11 { width:970px; }
.grid_12 { width:1060px; }
.column {
	margin: 0 10px;
	float: left;
	display: inline;
}
.row {
	width: 1080px;
	margin: 0 auto;
	clear: both;
	/*background: url(../images/grid_bg.png);*/
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}


/* Typogrify CSS *******************************/
.amp {
    position: relative;
    font-style: italic;
    font-family: "Hoefler Text", Cochin, Georgia, Garamond, Times New Roman, serif;
}
.dquo {
    margin-left: -0.37em;
}
.caps {
    font-size: 0.75em;
    font-weight: bold;
}
body {
    text-rendering: optimizeLegibility;
}

/* Other generally-useful ones  *******************************/
.rounded {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.asimg {
    margin-bottom: 1em;
}


/* Global chrome  *******************************/
#topbar {
    margin: 0 auto;
    width:1060px;
    height: 35px;
    border-bottom: dashed 1px white;
}
#topbar .home {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-top: 12px;
    float: left;
    color: white;
}
#topbar .previous,
#topbar .pastissues,
#topbar .next {
    display: block;
    padding: 9px 2px 0 2px;
    float: right;
}
#footbar {
    clear: both;
    margin: 0 auto;
    width:1060px;
    height: 35px;
    border-top: dashed 1px white;
    
    position: relative;
    top: 54px;
}
#footbar .home {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
    float: left;
    color: white;
}
#footbar .previous,
#footbar .pastissues,
#footbar .next {
    display: block;
    padding: 8px 2px 0 2px;
    float: right;
}


/* Home Page  *******************************/
#lead_article_number {
    margin-top: 90px;
    font-size: 21px;
    font-weight: bold;
    color: #659c7f;
    padding-top: 38px;
    text-align: right;
}
#lead_article {
    margin-top: 90px;
    height: 340px;
    background: #659c7f;
}
#lead_article .title {
    position: relative;
    top: 22px;
    left: 26px;
    width: 558px;
    font-style: italic;
    font-size: 48px;
    text-shadow: black 1px 1px 0px;
    color: white;
}
#lead_article:hover {
    text-decoration: none;
}
#back_issues {
    margin-top: 68px;
}
#back_issues a {
    color: white;
}
#back_issues h3 {
    display: block;
    position: relative;
    left: 90px;
    margin: 0 0 10px 0;
    
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-style: italic;
}
#and_more {
    font-style: italic;
}


/* Content Styling *******************************/

#page_content div.notitle {
    margin-top: 1em;
}

#page_content div.rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#page_content img {
    margin-bottom: 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#page_content {
    font-size: 100%;
}

#page_content .inverted_colours,
#page_content .inverted_colours h1,
#page_content .inverted_colours h2,
#page_content .inverted_colours h3,
#page_content .inverted_colours h4,
#page_content .inverted_colours h5,
#page_content .inverted_colours h6 {
    color: white;
}
#page_content .inverted_colours a {
    color: #9fd1ff;
}

#imported_content {
    width: 484px;
    margin: 0 auto;
}


.photo_gallery img {
    margin: 0 10px 20px 10px !important;
}


.back_issue_number {
    font-size: 10px;
    line-height: 30px;
    text-align: right;
    color: #659c7f;
    font-weight: bold;
}
.back_issue_name {
    font-size: 16px;
    line-height: 30px;
}
.back_issue_name a {
    color: white;
}

/* Comment Systems  *******************************/
#comments {
    background: white;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 1em;
}
#disqus_thread {
    display: none;
    color: black;
}
#comments #comment_toggle {
    font-weight: bold;
    color: #659c7f;
}

#imported_comments {
    display: none;
}

#dsq-new-post h3,
.dsq-options,
#dsq-comments-title,
#dsq-thread-settings,
.dsq-header-avatar,
.dsq-comment-hide-thread {
    display: none !important;
}
.dsq-request-user-info,
.dsq-pagination,
.dsq-login-buttons,
.dsq-button-small,
.dsq-comment-footer-reply-tab {
    background: none !important;
}
.dsq-comment-header {
    -webkit-border-radius: 0px !important;
    background: none !important;
}
.dsq-full-comment,
#dsq-new-post {
    margin: 0 0 0 0 !important;
    padding: 10px 0 !important;
}
.dsq-full-comment {
    border-bottom: 1px solid #9bf0c3 !important;
}
.dsq-comment-header-time {
    display: block !important;
    float: right !important;
}
.dsq-comment-header-meta,
.dsq-comment-header-time {
    padding: 0 !important;
}
.dsq-comment-footer-right button {
    color: #659c7f !important;
    margin: 0 0 0 0.5em !important;
    padding: 0 !important;
    border: 0 !important;
    font: inherit !important;
    -webkit-border-radius: 0 !important;
}
.dsq-comment-footer-right button:hover {
    text-decoration: underline !important;
}
.dsq-append-post .dsq-post-area {
    -webkit-border-top-right-radius: 5px !important;
}
#dsq-content .dsq-comment-outline .dsq-comment-header {
    outline: none !important;
}