/*

Theme Name: SUSD
Theme URI: http://www.susd.co.uk/
Description: Designed for SUSD by <a href="http://www.camber-group.com/">Camber</a>.
Version: 1.0
Author: Camber
Author URI: http://www.camber-group.com/

The PHP and XHTML is licensed under the GPL:
http://www.opensource.org/licenses/gpl-license.php

The CSS, images and design are licensed to SUSD.

*/



/*

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

html, body {
	height:100%;
}

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

h1 {
	font-family: Baskerville, Garamond, 'Times New Roman', Times, serif;
	color:#FFF;
	font-size:100px;
	line-height:0.8em;
	font-weight:normal;
	padding:0px;
	margin:0px;
	letter-spacing: -0.04em;
	min-height:163px;
}

h2 {
	color:#393D46;
	font-size:18px;
	font-weight:normal;
	line-height:21px;
	margin:0 0 30px 0;
}

h2 span {
	background-color:#393D46;
	line-height:25px;
	padding:2px 5px;
	color:#FFF;
}


h2 span a:link, h2 span a:visited {
	color:#D2D2CA;
}

h2 span a:hover, h2 span a:active {
	color:#FFF;
}


h3 {
	color:#393D46;
	font-size:18px;
	font-weight:normal;
	line-height:21px;
	margin:30px 0 1em 0;
}

.post h3,
.comment h3 {
	color:#FFF;
}

.post h3 a:link, .post h3 a:visited {
	color:#FFF;
	text-decoration:none;
}

.post h3 a:hover, .post h3 a:active {
	color:#FFF;
	text-decoration:underline;
}

p {
	margin:1em 0;
}

cite {
	font-style:normal;
}

acronym, abbr, span.caps {
	cursor: help;
}

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

img, a img {
	border:none;
}

hr {
	display:none;
}

strong {
	color:#393D46;
	font-weight:normal;
}

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

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

pre {
	background-color:#93938A;
	margin:20px 0;
	display:block;
	padding:2px 5px;
}

blockquote {
	color:#393D46;
	margin: 20px 0;
	padding: 0 30px;
	font-style:italic;
}

cite {
	font-style:italic;
}

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

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

a {
	outline:none;
}

a:link, a:visited {
	color:#393D46;
}

a:hover, a:active {
	color:#000;
}

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:90px 0 0 0;
	margin:0px;
	min-width:980px;
	position:relative;
	background-color: #A4A49A;
}

#header {
	height:90px;
}

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

.clear {
	clear: both;
}

.hidden {
	display: none;
}



/* ---------- Branding ---------- */

.branding {
	height:90px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

.branding a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:80px;
	color:#32353E;
	text-decoration:none;
	line-height:90px;
}



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

#page-title .content-width {
	background-image: url(images/slash-white.gif);
	background-repeat: no-repeat;
	background-position: -50px top;
}

body.subpage #page-title .content-width {
	min-height:163px;
}

body.single #page-title h1 {
	color:#FFF;
}

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

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

.section-title .content-width,
.section-sub-title .content-width {
	background-image: url(images/slash-tint.gif);
	background-repeat: no-repeat;
	background-position: -50px top;
}

.section-sub-title .content-width {
	background-image: url(images/slash-white.gif);
}

.section-title h2,
.section-sub-title h2 {
	font-family: Baskerville, Garamond, 'Times New Roman', Times, serif;
	color:#D2D2CD;
	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 {
	color:#FFF;
	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:#FFF;
}

.section-sub-title em {
	color:#D2D2CD;
	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:#D2D2CD;
}

body.subpage h1 {
	min-height:inherit;
}

body.home h1,
body.subpage h1,
body.subpage #page-title p {
	font-family: Baskerville, Garamond, 'Times New Roman', Times, serif;
	color:#FFF;
	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:#CDCDCA;
	text-decoration:none;
}

body.home #page-title,
body.subpage #page-title,
body.single #page-title .content-padding {
	min-height:163px;
	max-height:175px;
	overflow:hidden;
}

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

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



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

.section-header img {
	float:left;
}

.section-header p {
	margin:0;
}

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

.section-header h2,
.section-header p strong,
.section-header p span,
.section-header .contact-details span.tel,
.section-header .contact-details span.email a {
	font-size:18px;
	font-weight:normal;
	background-color:#393D46;
	line-height:25px;
	padding:2px 5px;
	color:#FFF;
	margin:0 0 1px 0;
	display:inline;
	clear:right;
}

.section-header .contact-details span.tel,
.section-header p span {
	background-color:#81827F;
}

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

.section-header p strong.link a {
	padding:2px 5px;
}

.section-header p strong.link a:link, .section-header p strong.link a:visited {
	color:#FFF;
	text-decoration:none;
	background-color:#393D46;
}

.section-header p strong.link a:hover, .section-header p strong.link a:active {
	color:#393D46;
	text-decoration:none;
	background-color:#FFF;
}

.section-header .contact-details span.email a:link, .section-header .contact-details span.email a:visited {
	color:#FFF;
	text-decoration:none;
	background-color:#81827F;
}

.section-header .contact-details span.email a:hover, .section-header .contact-details span.email a:active {
	color:#81827F;
	text-decoration:none;
	background-color:#FFF;
}



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

.post {
	padding:20px 0;
}

body.blog div.post.sticky div.content-padding,
body.archive div.post.sticky div.content-padding {
	padding:20px;
	background-color:#9C9C92;
}

.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:#E0E0DD;
}

.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:#393D46;
	margin:0 0 10px 0;
}

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

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

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

.post .content-meta,
.post .navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#7B7B78;
}

.post .navigation {
	margin:11px 0 0 0;
}

.post .content-meta {
	margin:1em 0 0 0;
}

.post .content-meta p {
	margin:0;
}

.post .content-meta .meta-list {
	color:#E0E0DD;
}

.post .content-meta a:link, .post .content-meta a:visited,
.post .navigation a:link, .post .navigation a:visited {
	color:#E0E0DD;
}

.post .content-meta a:hover, .post .content-meta a:active,
.post .navigation a:hover, .post .navigation a:active {
	color:#FFF;
}

.post .edit-link {
	margin:1em 0 0 0;
}

.thread-even {
	background-color:#A9A99F;
}

.children {
	padding-left:30px;
}



/* ---------- Navigation ---------- */

#nav {
	position:absolute;
	top:182px;
	width:100%;
	z-index:100;
	font-family: Baskerville, Garamond, 'Times New Roman', Times, serif;
}

#nav .nav-width {
	position:absolute;
	top:0px;
	right:0px;
	width:25%;
	min-width:220px;
	background-color: #A4A49A;
}

#nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
	background-image:none;
}

#nav ul li {
	list-style:none;
	margin:0px;
	border-bottom:1px solid #B1B1A7;
	line-height:20px;
	font-size:23px;
	color:#B1B1A7;
	padding:0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

#nav ul li a {
	display:block;
	height:40px;
	padding:0 0 0 50px;
}

#nav ul li.current_page_item,
#nav ul li.current_page_parent,
#nav ul li.current_page_ancestor {
	background-image:url(images/slash-nav.gif);
}

#nav ul li a:link, #nav ul li a:visited {
	color:#D2D2CA;
	text-decoration:none;
}

#nav ul li a:hover, #nav ul li a:active,
#nav ul li.current_page_item a:link, #nav ul li.current_page_item a:visited,
#nav ul li.current_page_parent a:link, #nav ul li.current_page_parent a:visited,
#nav ul li.current_page_ancestor a:link, #nav ul li.current_page_ancestor a:visited {
	color:#FFF;
	text-decoration:none;
}

#nav ul li.current_page_item li a:link, #nav ul li.current_page_item li a:visited,
#nav ul li.current_page_ancestor li a:link, #nav ul li.current_page_ancestor li a:visited {
	color:#D2D2CA;
}

#nav ul li.current_page_item li a:hover, #nav ul li.current_page_item li a:active,
#nav ul li.current_page_ancestor li a:hover, #nav ul li.current_page_ancestor li a:active {
	color:#FFF;
}

#nav ul ul {
	border-top:1px solid #B1B1A7;
	padding:5px 0 20px 0;
	background-color: #A4A49A;
}

#nav ul ul li {
	border-bottom:none;
	padding:0px;
	font-size:16px;
	line-height:22px;
}

#nav ul ul li a {
	height:auto;
}

#nav ul li.current_page_ancestor ul li.current_page_item a:link, #nav ul li.current_page_ancestor ul li.current_page_item a:visited,
#nav ul li.current_page_ancestor ul li.current_page_item a:hover, #nav ul li.current_page_ancestor ul li.current_page_item a:active,
#nav ul li.current_page_ancestor ul li.current_page_ancestor a:link, #nav ul li.current_page_ancestor ul li.current_page_ancestor a:visited,
#nav ul li.current_page_ancestor ul li.current_page_ancestor a:hover, #nav ul li.current_page_ancestor ul li.current_page_ancestor a:active {
	color:#393D46;
}

#nav ul li.current_page_item ul li,
#nav ul li.current_page_ancestor ul li {
	background-image:none;
}

#nav ul li ul li ul {
	border-top:0px;
	margin:0px;
	padding:5px 0 5px 15px;
}

#nav ul li ul li ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

#nav ul li ul li ul li a:link, #nav ul li ul li ul li a:visited {
	color:#D2D2CA !important;
}

#nav ul li ul li ul li a:hover, #nav ul li ul li ul li a:active {
	color:#FFF !important;
}

#nav ul li ul li ul li.current_page_item a:link, #nav ul li ul li ul li.current_page_item a:visited,
#nav ul li ul li ul li.current_page_item a:hover, #nav ul li ul li ul li.current_page_item a:active {
	color:#393D46 !important;
}

/* Open or Closed */

#nav ul ul {
	display:none;
}

#nav ul li.current_page_item ul,
#nav ul li.current_page_ancestor ul {
	display:block;
}

#nav ul li.current_page_item ul li ul,
#nav ul li.current_page_ancestor ul li ul {
	display:none;
}

#nav ul li.current_page_ancestor ul li.current_page_item ul,
#nav ul li.current_page_ancestor ul li.current_page_ancestor ul {
	display:block;
}



/* ---------- 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 {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration:underline;
}

#footer .site-credit,
#footer .site-credit a:link, #footer .site-credit a:visited {
	color:#CCC;
}

#footer .site-credit a:hover, #footer .site-credit a:active {
	color:#FFF;
}



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

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

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



/* ---------- Latest Feed ---------- */

body.has-js div.latest-feed {
	position:absolute;
	top:30px;
	left:0px;
	width:100%;
	border-top:none;
}

body.has-js div.latest-feed .content-padding {
	width:800px;
}

body.has-js div.latest-feed ul {
	margin:0px;
	padding:0px;
	font-size:14px;
}

body.has-js div.latest-feed ul li {
	background-image:none;
	padding-left:0px;
}


/* ---------- Leave a Reply ---------- */

#respond textarea {
	width:100%;
	border:1px solid #CFCFC5;
	background-color:#ADADA4;
	color:#393D46;
	margin:0px;
	padding:3px;
}

#respond input {
	border:1px solid #CFCFC5;
	background-color:#ADADA4;
	color:#393D46;
	margin:0px;
	padding:4px;
	width:50%;
}

#respond textarea:focus,
#respond input:focus {
	border:1px solid #FFF;
	outline:none;
}

#respond label {
	margin:0 0 0 10px;
}

#respond label small {
	font-size:12px;
}

#respond label small em {
	color:#E0E0DD;
	font-style:normal;
}

#respond input#submit {
	width:auto;
	padding:4px 10px;
	font-family:inherit;
	font-size:14px;
	line-height:1em;
	background-color:#393D46;
	color:#FFF;
	border:none;
}

#respond input#submit:hover {
	background-color:#FFF;
	color:#393D46;
}



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



/* ---------- Edit Links ---------- */

p.edit-link a {
	display:block;
	padding:2px 10px 2px 30px;
	background-color:#93938A;
	font-size:11px;
	text-decoration:none;
	color:#393D46;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-image: url(images/pencil.png);
	background-position: 5px center;
}

p.edit-link a:hover {
	background-color:#83837B;
	text-decoration:none;
	color:#000;
}



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

div.susd-gallery {
	width:599px;
	overflow:hidden;
}

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

body.has-js div.susd-gallery {
	height:380px;
}

body.has-js p.susd-gallery-image {
	float:none;
	display:inline;
	margin:0 1px 0 0;
}

body.has-js div.susd-gallery div.susd-gallery-scrollable {
	overflow:hidden;
}

body.has-js div.susd-gallery div.susd-gallery-nav {
	position:absolute;
	top:0px;
	width:20px;
	overflow:hidden;
	height:380px;
	z-index:100;
}

body.has-js div.susd-gallery div.susd-gallery-next {
	right:0px;
	text-align:right;
	border-left: 1px solid #A4A49A;
}

body.has-js div.susd-gallery div.susd-gallery-prev {
	left:0px;
	border-right: 1px solid #A4A49A;
}

body.has-js div.susd-gallery div.susd-gallery-nav a {
	display:block;
	background-color:#81817F;
	width:30px;
	height:380px;
	padding-top:380px;
	background-repeat: no-repeat;
}

body.has-js div.susd-gallery div.susd-gallery-nav a:hover {
	background-color:#393D46;
}

body.has-js div.susd-gallery div.susd-gallery-next a {
	background-image: url(images/next.gif);
	background-position: 7px 184px;
}

body.has-js div.susd-gallery div.susd-gallery-prev a {
	background-image: url(images/prev.gif);
	background-position: 6px 184px;
}




