/*
Theme Name: Symphonious
Theme URI: http://www.symphonious.net/
Description: The theme for symphonious.net.
Version: 1.0
Author: Adrian Sutton
Author URI: http://www.symphonious.net/
*/

body {
	font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
	line-height: 1.5;

	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	background-color: #FFF;
	color: #111;
}

a:link {
	color: #00E;
}
a:active {
	color: red;
}
a:visited {
	color: #551A8B;
}

h1, h2, h3, h1 a:link, h1 a:visited, h1 a:active, h2 a:link, h2 a:visited, h2 a:active {
	color: #004EAD;
	background-color: #FFF;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Baskerville, Times, 'Times New Roman', serif;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
	font-weight: bold;
}

article h1, section h1, h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: .83em 0;
}

article article h1, article h2, h3 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
}

article article article h1, article article h2, article h3, h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

article article article article h1, article article article h2, article article h3, article h4, h5 {
	font-size: 0.83em;
	font-weight: bold;
	margin: 1.67em 0;
}

article article article article article h1, article article article article h2, article article article h3, article article h4, article h5, h6 {
	font-size: 0.67em;
	font-weight: bold;
	margin: 2.33em 0;
}

section#sidebar {
	font-size: 0.8em;
	position: absolute;
	top: 120px;
	right: 0;
	/*float: right;*/
	width: 200px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
	padding-left: 5px;
}

div#content {
	padding-left: 80px;
	margin-right: 300px;
}

div#content img {
	padding: 4px;
}

img.user-image, img.avatar {
	float: left;
        width: 80px;
        height: 80px;
}

#header {
	/*margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-left: 0px;*/
	margin: 0;
	padding: 0;
	height: 120px;
	background-color: white;
	color: #004EAD;
	text-align: center;
	background-image: url("images/header.jpg");
}

#headertitle {
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: white;
	width: 18em;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha (opacity=80);
}

#headertitle h1 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: black;
	background-color: #FFF;
}

#header a:link, #header a:visited, #header a:active {
	color: #004EAD;
	background-color: #FFF;
	text-decoration: none;
}

div.update {
    padding-left: 85px;
    min-height: 80px;
    background-image: url(images/analogue_clock_01.png);
    background-repeat: no-repeat;
    background-position: top left;
}

p.highlight {
    font-size: 1.2em;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	border: 3px solid #004EAD;
    background-color: rgb(152, 203, 254);
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

hgroup h1 {
	padding-top: 10px;
	padding-bottom: 0;
	line-height: 1em;
	margin-bottom: 0;
}

hgroup h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}

p.date {
    ephox-visible: false;
	font-size: 0.8em;
	font-style: italic;
	margin-top: 0px;
}

h1.postTitle {
    ephox-visible: false;
	margin-bottom: 0px;
}

section {
	display: block;
}

article {
	display: block;
	border-bottom: 1px gray solid;
	padding-bottom: 20px;
}

blockquote {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow Bold', Arial, sans-serif;
	color: #444;
	margin-left: 30px;
	padding: 1px 10px;
	margin-right: 60px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 5px 5px 5px;
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.496094);
	box-shadow: rgba(0, 0, 0, 0.496094) 5px 5px 5px;
	background-color: rgb(221, 238, 255);
}

#content img {
	background-color: white;
}

pre, code {
	color: green;
	font-family: Inconsolata, Consolas, 'Lucida Console', Monaco, monospace;
}

footer {
	display: block;
	font-size: 0.6em;
	margin: 40px 300px 20px 80px;
	padding-top: 6px;
}

footer p {
	margin-top: 0;
	margin-bottom: 0;
}

p.postmetadata {
    ephox-visible: false;
	text-align: left;
	font-size: 0.8em;
	clear: left;
}

img {
	border: 0px;
}

p.footnote {
        font-size: 0.8em;
}

p.footnote a:link, p.footnote a:active, p.footnote a:visited {
        color: #000;
	background-color: #FFF;
        text-decoration: none;
}

a.footnote {
        vertical-align: super;
        font-size: 0.8em;
}

br.clear {
	clear: both;
}

table {
    border-collapse: collapse;
}

/*Table with borders and headings using the primary colour*/
table.PrimaryBordersTable {
	border-width: 1px;
	border-style: solid;
}

table.PrimaryBordersTable td {
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

table.PrimaryBordersTable th {
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

table.PrimaryBordersTable {
	border-color: #D4D4D4;
}

table.PrimaryBordersTable td {
	border-color: #D4D4D4;
}

table.PrimaryBordersTable th {
	border-color: #DADADA;
	color: white;
	background-color: #5E657B;
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: scroll;
	background-image: url("images/largeTitleBar.png");
}


table.commentstable {
    ephox-visible: false;
	border-collapse: collapse;
}

table.commentstable td {
	padding: 10px;
}

ol.commentlist {
    ephox-visible: false;
	list-style-type: none;
}

ol.commentlist li {
    clear: left;
}

li.danger {
    list-style-image: url("images/danger_general_small.png");
    padding-top: 6px;
    padding-bottom: 6px;
}

ul.blueButton {
    list-style-image: url("images/button-blue-small.png");
}

ul.blueButton li {
    padding-top: 6px;
    padding-bottom: 6px;
}

ul.blueArrow {
    list-style-image: url("images/bluearrow.png");
}

ul.greenTick {
    list-style-image: url("images/green32tick.png");
}

/*Call Out Styles*/
div.CallOut {
	border-color: #D4D4D4;
	background-color: white;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	background-image: url("images/backgroundGradient.png?MOD=AJPERES");
}

div.CallOut h1 {
	color: #FFFFFF;
	background-color: #5E657B;
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: scroll;
	background-image: url("images/largeTitleBar.png?MOD=AJPERES");
}

div.CallOut {
	border: 1px solid;
	width: 20em;
	margin: 0px 10px 0px 10px;
    float: right;
}

div.CallOut h1 {
	font-size: 1em;
	margin: 0px;
	padding: 5px;
}

div.CallOut p {
	padding: 5px;
	margin: 0px;
    font-family: "Book Antiqua", "Palatino Linotype", serif;
}

div.gist { font-size: 80%; }

p.subheading {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

@media print {
	#sidebar, #header, footer, #footer, div.navigation, #commentform, img.user-image, p.postmetadata {
		display: none !important;
	}

	a {
		color: inherit;
		text-decoration: inherit;
	}

	div#content {
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	body, p, td, div {
		font-family: Cambria, Times, "Times New Roman";
	}
}

