@charset "utf-8";
/*-----------------------------------------------------------------------------
Default Style Sheet

version:   1.0
author:    John Bullock
email:     john@jbullock.co.uk
website:   http://www.jbullock.co.uk
-----------------------------------------------------------------------------*/

/* Reset browser - Credit: Eric Meyer */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	height: 100%;
}

body {
	font-family: georgia, serif;
	font-size: 1.1em;
	color: #200f09;
	height: 100%;
}

a {
	color: #156631;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #200f09;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote:before {
	position: absolute;
	font-size: 4em;
	color: #aaa;
	content: '\201C';
	top: -15px;
	left: 5px;
}

blockquote {
	position: relative;
	padding-left: 55px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 1.4em;
	font-style: italic;
}

blockquote:after {
	position: absolute;
	font-size: 4em;
	color: #aaa;
	content: '\201D';
	bottom: -80px;
	right: 25px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
}

center {
	text-align: center;
}

.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	width: 100%;
	height: 2em;
}

/* Header Styles */

#header	{
	position: relative;
	height: 100px;
}

#header h1 {
	font-family: impact, sans-serif;
	font-size: 56px;
	color: #156631;
	text-transform: uppercase;
	position: absolute;
	right: 1px;
	bottom: -12px;	
}

#header ul {
	font-family: impact, sans-serif;
	font-size: 25px;
	color: #156631;
	position: absolute;
	left: 0px;
	bottom: -6px;
	text-transform: lowercase;
}

#header li {
	display: inline;
	margin-right: 18px;
}

#header a, 
	a:visited {
	color: #156631;
	text-decoration: none;
}

#header a:hover, 
	a:focus, 
	a:hover {
	color: #0eb348;
	text-decoration: none;
}

/* End of Header Styles */

#pageContainer {
	height: 100%;
	width: 1000px;
	margin: auto;
}


/* Rainbow Box Styles */

#rainbowBox {
	position: relative;
	height: 395px;
	width: 1000px;
	border-top: 1px solid #156631;
	border-bottom: 1px solid #156631;
	background: url('images/rainbowBox.jpg');
}


#rainbowBox a {
	color: #000;
	border: none;
}

#rainbowBox a:hover,
a:focus,
a:active {
	color: #BBB;
}

#flickrBox {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 91px;
}

#flickrImg {
	margin: 10px;
}

#flickrBox ul {
	position: absolute;
	height: 91px;
	width: 500px;
	top: 8px;
	left: 65px;
}

#flickrBox li {
	display: inline;
	padding: 5px;
}

#twitterBox {
	position: absolute;
	font-size: .95em;
	font-style: italic;
	color: #000;
	right: 0px;
	bottom: 0px;
	height: 90px;
	width: 500px;
}

#twitterImg {
	margin: 10px;
}

#twitterBox p {
	position: absolute;
	display: inline;
	margin: 10px;
}

#twitterBox small {
	position: absolute;
	font-style: normal;
	bottom: 5px;
	right: 10px;
	color: #AAA;	
}

/* End of Rainbow Box Styles */


/* Lower Navigation List Styles */

.lowerListNav {
	display: inline;
	float: right;
	width: 325px;
	min-height: 220px;
	margin-bottom: 30px;
}

.lowerListNav h2 {
	font-family: impact, sans-serif;
	font-size: 30px;
	color: #156631;
	text-transform: lowercase;
}

.lowerListNav a {
	color: #200f09;
	border: none;
}

.lowerListNav a:hover,
a:focus,
a:active {
	color: #76321a;
}

.lowerListNav ul {
	list-style: none;
}

.lowerListNav li {
	margin: 10px;
	margin-left: 0px;
}

/* End of Lower Navigation List Styles */


/* Footer Styles */

#footer {
	font-size: .7em;
	width: 1000px;
	margin: auto;
	height: 30px;
}

#footer a {
	border: none;
}

#footer p {
	width: 100%;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
}

/* End of Footer Styles */


/* Main Content Styles */

#contentContainer {
	width: 1000px;
	margin-bottom: 20px;
	padding-top: 60px;
	border-top: 1px solid #156631;
	border-bottom: 1px solid #156631;
	background: url('images/topBar.jpg') 0 0 no-repeat;
}

.pageContent {
	padding-bottom: 30px;
}

#contentContainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#content {
	padding: 20px 20px 20px 5px;
	width: 775px;
	float: left;
}

#content h2 {
	font-size: 1.8em;
}

#content h3 {
	font-size: 1.3em;
}

#content p {
	padding: 10px;
}

#content small {
	font-size: .8em;
	color: #888;
	width: 100%;
	text-align: right;
	margin-left: 10px;
}

#content img {
	margin: 15px;
}

#content ul {
	margin: 10px;
	margin-left: 35px;
}

#content li {
	margin: 5px;
}

/* Side Content Styles */

.sideContent {
	width: 180px;
	margin-left: 20px;
	height: 100%;
	float: right;
	margin-top: 50px;
}

.sideContent h2 {
	font-family: impact, sans-serif;
	font-size: 30px;
	color: #156631;
	text-align: right;
	text-transform: lowercase;
	padding-top: 20px;
}

.sideContent a {
	color: #200f09;
	border: none;
}

.sideContent a:hover,
a:focus,
a:active {
	color: #76321a;
}

.sideContent ul {
	list-style: none;
}

.sideContent li {
	padding: 5px;
	margin-left: 0px;
	font-size: .85em;
	border-bottom: 1px dotted #156631;
}

.sideContent small {
	font-size: .6em;
	padding-left: 50px;
}

/* End of Side Content Styles */

.socials {
	text-align: left;
	margin: auto;
	padding: 10px;
}

.socials img {
	border: 1px solid #156631;
	padding: 0px;
}

.entry {
	border-bottom: 1px dotted #156631;
}

.socials a{
	border: none;
	padding: 0px;
}

.socials ul {
	display-style: none;
	text-align: center;
}

.socials li {
	display: inline;
}


.postmetadata {
	font-size: .9em;

	margin: 20px;
	border-top: 1px dotted #76321a;
}

.comment {
	border-bottom: 1px dotted #156631;
	margin: 10px;
}

.tags {
	font-size: .8em;
	margin: 10px;
	width: 100%;
	text-align: right;
}

.tags a {
	border: none;
}

#socialsList {
	list-style: none;
}

#socialsList img {
	float: left;
}

#socialsList h3 {
	font-size: 1.2em;
}

#socialsList li {
	border-bottom: 1px dotted #156631;
}
