﻿


/**
 * @package SUSD_Theme
 * @subpackage Print Stylesheet
 */



/*

Stylesheet Index

1. Default Styles
2. Structure
   - Content Layout
   - Lines
3. Branding
4. Page Titles
5. Posts
6. Navigation
7. Footer
8. Latest Feed

*/



/* ---------- Default Styles ---------- */

body {
	background-color: #FFF;
	padding:20px;
	margin:0px;
	font-family: Baskerville, Garamond, 'Times New Roman', Times, serif;
	font-size:12px;
	line-height:16px;
	color:#000;
}

h1 {
	font-size:100px;
	line-height:0.8em;
	font-weight:normal;
	padding:0px;
	margin:0px;
	letter-spacing: -0.04em;
}

h2 {
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	margin:0 0 30px 0;
}

h2 span {
	font-weight:bold;
	line-height:25px;
	padding:2px 5px;
}

h3 {
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	margin:30px 0 1em 0;
}

.post h3 a:link, .post h3 a:visited,
.post h3 a:hover, .post h3 a:active {
	text-decoration:underline;
}

p {
	margin:1em 0;
}

cite {
	font-style:normal;
}

acronym, abbr {
	border-bottom: 1px dashed #83837B;
}

img {
	max-width:100%;
}

img, a img {
	border:none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height:15px;
}

code, pre {
	font: 10px 'Courier New', Courier, Fixed;
	line-height:15px;
}

pre {
	margin:20px 0;
	display:block;
	padding:2px 5px;
}

blockquote {
	margin: 20px 0;
	padding: 0 30px;
	font-style:italic;
}

cite {
	font-style:italic;
}

blockquote cite {
	margin: 5px 0 0 0;
	display: block;
	font-style:normal;
	font-size:14px;
}

form {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
}

a:link, a:visited, a:hover, a:active {
	color:#666;
}

ul {
	list-style:none;
	margin:20px 0;
	padding:0px;
}

ul li {
	list-style:none;
	margin:0px;
	padding:0 0 0 15px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;
}



/* ---------- Structure ---------- */

#page {
	padding:0px 0 0 0;
	margin:0px;
	/* min-width:980px; */
	position:relative;
}

/* Content Layout */

.content-width {
	/* min-width:980px;
	width:70%; */
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.content-padding {
	/* margin-left:90px;
	width:600px; */
}

/* Lines */

#header,
.subsection,
.post,
.comment,
.comment-form {
	border-top:1px solid #B1B1A7;
	clear:both;
}

#page-title,
.section-title,
.section-sub-title,
.section,
body.single .post,
#article .header {
	border-top:1px solid #CFCFC5;
	clear:both;
}

#page-title {
	padding-bottom:40px;
}

.clear {
	clear: both;
}



/* ---------- Page Titles ---------- */

body.single #page-title em {
	color:#666;
	font-style:normal;
}

.section-title,
.section-sub-title {
	margin:30px 0 0 0;
}

.section-title h2,
.section-sub-title h2 {
	font-family: Baskerville, Garamond, 'Times New Roman', Times, serif;
	color:#666;
	font-size:60px;
	line-height:0.8em;
	font-weight:normal;
	padding:0 0 40px 0;
	letter-spacing: -0.04em;
	margin-bottom:0px;
}

.section-sub-title h2 {
	font-size:35px;
	line-height:0.8em;
}

.section-sub-title h2 a:link, .section-sub-title h2 a:visited,
.section-sub-title h2 a:hover, .section-sub-title h2 a:active {
	color:#000;
}

.section-sub-title em {
	color:#666;
	font-style:normal;
}

.section-sub-title em a:link, .section-sub-title em a:visited,
.section-sub-title em a:hover, .section-sub-title em a:active {
	color:#666;
}

body.home h1,
body.subpage h1,
body.subpage #page-title p {
	font-family: Baskerville, Garamond, 'Times New Roman', Times, serif;
	font-size:65px;
	line-height:0.8em;
	font-weight:normal;
	padding:0px;
	margin:0px;
	letter-spacing: -0.04em;
}

body.subpage h1,
body.subpage h1 a:link, body.subpage h1 a:visited,
body.subpage h1 a:hover, body.subpage h1 a:active {
	color:#666;
	text-decoration:none;
}

body.home #page-title .content-padding,
body.subpage #page-title .content-padding {
	width:640px;
}

body.subpage h1 strong {
	font-weight:normal;
}



/* ---------- Sections ---------- */

.section-header img {
	float:left;
}

.section-header p {
	margin:0;
}

.section-header .contact-details {
	padding-bottom:20px;
}

.section-header {
	font-weight:bold;
}

.section-header p strong.link {
	padding:0px;
}


/* ---------- Posts ---------- */

.post {
	padding:20px 0;
}

.comment {
	padding:20px 0 10px 0;
}

.comment,
.comment h3 {
	font-size:14px;
	line-height:18px;
}

body.single .post {
	padding:20px 0 5px 0;
}

.post .entry,
.comment .entry {
	color:#333;
}

.post h3 {
	margin:10px 0 10px 0;
}

.comment h3 {
	margin:0.5em 0;
}

.post p,
.comment p {
	margin:0 0 1em 0;
}

.post .date-author,
.comment .date-author {
	color:#666;
	margin:0 0 10px 0;
}

.date-author cite {
	font-style:normal;
}

.comment .awaiting-moderation {
	margin:10px 0;
}

.comment .awaiting-moderation em {
	font-style:normal;
}

.children {
	padding-left:30px;
}



/* ---------- Footer ---------- */

#footer {
	border-top:1px solid #B1B1A7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:30px 0 0 0px;
	padding:15px 0;
}

#footer p {
	margin-top:0px;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active {
	text-decoration:none;
}

/* ---------- Post List ---------- */

div.posts-list {
	border-top:1px solid #C2C2B8;
}

div.posts-list ul li {
	background-image:none;
	padding:0px;
	margin:5px 0;
}



/* ---------- Things to Hide ---------- */

.hidden,
#nav,
div.latest-feed,
#respond,
.navigation,
.content-meta,
p.edit-link,
.edit-link {
	display:none;
}



/* ---------- WordPress Alignment (mainly for images) ---------- */

/* Using 'class="alignright"' on an image will (who would've
   thought?!) align the image to the right. And using 'class="centered',
   will of course center the image. This is much better than using
   align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	text-align: center;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* ---------- SUSD Gallery ---------- */

div.susd-gallery {
	margin:30px 0;
}

p.susd-gallery-image {
	float:left;
	margin:0 1px 1px 0 !imporant;
}

.susd-gallery-nav {
	display:none;
}

div.susd-gallery div.susd-gallery-scrollable,
div.susd-gallery div.susd-gallery-scrollable div.susd-gallery-scrollcontents {
	width:100% !important;
}
