/* @override 
	http://johnspillane:8888/wp-content/themes/johnspillane/css/screen.css
	http://johnspillane.com/wp-content/themes/johnspillane/css/screen.css
*/

/* 
Theme Name: John Spillane
Theme URI: http://johnspillane.com
Description: 
Version: 2.0
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #c8bf9c;
	text-align: center;
	background: #201b12 url(../images/pattern.jpg) repeat 0 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-inner {
	background: url(../images/wrapper-bg.png) no-repeat 50% 0;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 54px;
	background: url(../images/nav-bg.png) repeat-x 0 0;
}

#header-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#subscribe {
	position: absolute;
	top: 1px;
	right: 20px;
	width: 135px;
	height: 32px;
	background: url(../images/subscribe-bg.jpg) no-repeat 0 0;
}

#subscribe p {
	float: left;
	display: inline;
	padding: 10px 8px 11px 10px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #846f46;
}

#subscribe ul {
	float: left;
	display: inline;
	margin-top: 7px;
}

#subscribe ul li {
	display: inline;
	width: 17px;
	height: 16px;
}

#subscribe a {
	float: left;
	width: 17px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	text-decoration: none;
}

#subscribe-feed a {
	margin-right: 8px;
	background: url("../images/subscribe-feed.jpg") no-repeat 0 0;
}

#subscribe-email a {
	background: url("../images/subscribe-email.jpg") no-repeat 0 0;
}

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	position: relative;
	float: left;
	display: inline;
	width: 700px;
	height: 40px;
	margin: 1px 0 0 92px;
}

#nav li {
	position: relative;
	display: inline;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	float: left;
	display: block;
	padding: 13px 14px;
	color: #9f8655;
	text-decoration: none;
}

#nav li a:hover, #nav li:hover a, #nav #nav li:hover > a {
	color: #cac2a0;
	text-decoration: underline;
}

#nav li.current a:link, #nav li.current a:visited, #nav li.current a:active, #nav li.current a:hover {
	color: #f9f3cb;
	text-decoration: none;
	background: url("../images/nav-current.gif") no-repeat 50% 0;
	cursor: default;
}

#nav .subnav {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0 14px 12px;
	top: 40px;
	left: -14px;
	list-style-type: none;
	background: url("../images/subnav-bg.png") no-repeat 0 100%;
	min-width: 180px;
	width: auto !important;
	width: 180px;
	z-index: 9999;
}

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

#nav .subnav li {
	margin: 0;
	padding: 0;
	min-width: 125px;
	width: auto !important;
	width: 125px;
	font-size: .85em;
	text-transform: none;
	list-style-type: none;
}

#nav .subnav li a, #nav li.current .subnav li a {
	float: none;
	display: block;
	min-width: 125px;
	width: auto !important;
	width: 125px;
	height: auto;
	margin: 0;
	padding: 7px 14px;
	color: #cac2a0;
	text-decoration: none;
	background: none;
	cursor: pointer;
}

#nav .subnav li a:hover, #nav li.current .subnav li a:hover {
	color: #cac2a0;
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {
	float: left;
	width: 100%;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	background: url(../images/content-bg.png) repeat-y fixed 50% 100%;
}

#content-inner {
	width: 472px;
	min-height: 930px;
	padding: 65px 20px 20px 468px;
	background: url(../images/trees.gif) no-repeat fixed 50% 100%;
}

.content a:link, .content a:visited, .content a:active {
	color: #c0b795;
	text-decoration: none;
	border-bottom: 1px solid #846f46;
}

.content a:hover {
	color: #f5ecc1;
	border-bottom: 1px solid #dab55b;
}

.content h1 {
	margin-bottom: .5em;
	padding-bottom: 15px;
	color: #dab55b;
	font: 3.6em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: url(../images/heading-bg.png) no-repeat 50% 100%;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 2em 10px 1em;
	padding-bottom: 5px;
	color: #dab55b;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #423723;
}

.content h2 {
	margin: 0 10px 1em;
	font-size: 2.2em;
	color: #f5ecc1;
	border-bottom: 0;
}

.content h3 {
	font-size: 1.8em;
	font-weight: bold;
}

.content h4 {
	font-size: 1.6em;
	font-weight: bold;
}

.content h5 {
	font-size: 1.4em;
	font-weight: bold;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
}

.content p, .content blockquote {
	margin: 0 20px 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content ul {
	margin: 0 0 25px 35px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 25px 40px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	margin-left: 35px;
	padding: 0 15px 0 0;
	font-size: 1em;
	font-style: italic;
	border-left: 3px solid #3d3320;
}

.content b, .content strong {
	font-weight: bold;
}

.content i, .content em {
	font-style: italic;
}

.content img {
	display: block;
	padding: 5px;
	background: transparent;
	border: 1px solid #3d3320;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content .post-date {
	margin: -1.85em 10px 20px;
	font-size: 1.3em;
	color: #846f46;
}

#archive .post {
	margin-bottom: 20px;
	border-bottom: 1px solid #3d3320;
}

.release {
	margin-bottom: 20px;
	border-bottom: 1px solid #3d3320;
}

.release h2 {
	font-size: 2.2em;
	margin-bottom: 3px;
}

.release h3 {
	margin: 0 10px;
	border-bottom: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #c0b795;
}

.release h4 {
	margin: 0 10px 20px;
	border-bottom: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #846f46;
}

#content .release img {
	display: block;
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 0 15px;
	padding: 0;
	border: 0;
}

#content .release ol {
	float: right;
	display: inline;
	width: 260px;
}

#content .release ol li {
	font-size: 1.2em;
}

.links {
	margin-bottom: 30px;
}

#content ul.links-important {
	margin-left: 10px;
	list-style-type: none;
}

#content ul.links-important li {
	font-size: 1.6em;
	list-style-type: none;
}

.video {
	margin: 20px 0 20px;
	border-bottom: 1px solid #3d3320;
}

.video object {
	margin: 0;
}

#content .video h2 {
	margin: -5px 0 10px 20px;
	border-bottom: 0;
}

#content #releases {
	margin-top: 30px;
}

#content #releases h2 {
	margin: -10px 0 5px 10px;
	padding-right: 36px;
	border-bottom: 0;
}

#content h2.toggle {
	color: #c0b795;
	text-decoration: underline;
	background: url("../images/toggle-on.gif") no-repeat 97% 50%;
	cursor: pointer;
}

#content h2.toggle:hover {
	color: #f5ecc1;
}

#content h2.toggle.selected {
	color: #f5ecc1;
	text-decoration: none;
	background: url("../images/toggle-off.gif") no-repeat 97% 50%;
	cursor: pointer;
}

#content #releases h2.toggle.selected {
	color: #f5ecc1;
	text-decoration: none;
	background: transparent;
	cursor: default;
}

#ZoomCapDiv {
	line-height: 0;
}

#ZoomCaption {
	padding-top: 5px;
	vertical-align: middle;
}

#content .blogroll span {
	padding-left: 7px;
	font-size: .95em;
	color: #846f46;
}

.content p.more {
	font-weight: bold;
}

.content p.more-link a:link, .content p.more-link a:visited, .content p.more-link a:active {
	color: #dab55b;
	text-decoration: none;
	border-bottom: 1px solid #3d3320;
}

.content p.more-link a:hover {
	color: #f5ecc1;
	border-bottom: 1px solid #846f46;
}

.edit {
	float: right;
	margin: -52px 20px 0 0;
	font-size: 1.2em;
}

#content .wp-pagenavi {
	position: relative;
	margin: 0 0 30px 10px;
	padding-top: 10px;
	font-size: 1.2em;
	text-align: right;
}

#content .wp-pagenavi a, #content .wp-pagenavi a:link, #content .wp-pagenavi a:visited, #content .wp-pagenavi a:active {
	margin: 2px;
	padding: 6px;
	text-decoration: none;
	color: #c8bf9c;
	background: #3d3320;
	border: none;
}

#content .wp-pagenavi a:hover {
	color: #f5ecc1;
	background: #846f46;
	border: none;
}

#content .wp-pagenavi span.pages {
	float: left;
	padding: 6px;
	border: none;
	color: #846f46;
	background: transparent;
	border: none;
}

#content .wp-pagenavi span.current {
	margin: 2px;
	padding: 5px;
	border: none;
	color: #c8bf9c;
	background: #201b12;
	border: 1px solid #3d3320;
}

#content .wp-pagenavi span.extend {
	margin: 2px;
	padding: 5px;
	border: none;
	color: #c8bf9c;
	background: #201b12;
	border: 1px solid #3d3320;
}

/* @end */

/* @group contact form */

/* CONTACT FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content .ddfmwrap {
	width: 430px;
	margin: 0 20px 20px;
	padding: 0;
	overflow: hidden;
}

#content .ddfmwrap form.ddfm {
	margin: 0;
	padding: 0;
}

#content .ddfmwrap .ddfmerrors, #content .ddfmwrap .errorlist {
	font-size: 12px;
}

#content .ddfmwrap .ddfmerrors {
	padding-top: 3px;
}

#content .ddfmwrap form.ddfm img {
	padding: 0;
	border: 0;
	background: transparent;
}

#content .ddfmwrap form.ddfm fieldset {
	margin-bottom: 30px;
	padding: 20px 20px 10px;
	border: 1px solid #3d3320;
}

#content .ddfmwrap form.ddfm legend {
	color: #846f46;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
}

#content .ddfmwrap form.ddfm label {
	padding-top: 5px;
	color: #c8bf9c;
	font-weight: normal;
	line-height: normal;
}

#content .ddfm .credits {
	display: none;
}

#content .ddfmwrap .required {
	color: #dab55b;
}

#content .ddfmwrap .fmtext, #content .ddfmwrap .fmtextarea, #content .ddfmwrap .fmselect, #content .ddfmwrap .fmverify {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #c8bf9c;
	background: #3d3320;
	border: 1px solid #3d3320;
}

#content .ddfmwrap .fmtextarea {
	height: 200px;
}

#content .ddfmwrap .fmtext:focus, #content .ddfmwrap .fmtextarea:focus, #content .ddfmwrap .fmselect:focus, #content .ddfmwrap .fmverify:focus {
	color: #f5ecc1;
	border: 1px solid #846f46;
}

#content .ddfmwrap .submit {
	text-align: left;
	margin-left: 26%;
	padding-left: 21px;
}

#content .ddfmwrap .submit input {
	margin-top: -10px;
	padding: 7px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c8bf9c;
	background: #3d3320;
	border: 0;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

#content .ddfmwrap .submit input:hover {
	color: #f5ecc1;
	background: #846f46;
	cursor: pointer;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: right;
	display: inline;
	width: 300px;
	font-size: .95em;
}

.sidebar h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
}

.sidebar h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
}

.sidebar h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
}

.sidebar h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
}

.sidebar h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
}

.sidebar p, .sidebar blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar ul {
	margin: 0 0 15px 30px;
}

.sidebar ul li {
	list-style-type: square;
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

/* @end */

/* @group photo album */

/* PHOTO ALBUM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

div.meta img {
	margin-right: 5px;
}

div#photo {
	margin: 10px 0 0 0;
}

div#notes {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div#notes div.note {
	padding: 1px;
	margin: -4px 0px 0px -4px;
	position: absolute;
	cursor: pointer;
}

div#notes:hover div.note div.hover2 {
	border: 1px solid black;
}

div#notes:hover div.note div.hover {
	border: 1px solid white;
}

div#notes div.note:hover {
	border: 1px solid yellow;
	padding: 0;
}

div.note div.text {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: auto;
	margin: 10px 0 0 0;
	padding: 5px;
	background: #FFFFD3;
	color: black;
	border: 1px solid #555;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

div.note:hover div.text {
	display: block;
}

div#context {
	position: relative;
	height: 120px;
	width: 100%;
	background: #eee;
}

div#context div.prev, div#context div.next {
	position: absolute;
	top: 10px;
	color: #ccc;
	font-size: 0.9em;
	text-align: center;
	text-transform: lowercase;
}

div#context div.prev {
	left: 10px;
}

div#context div.next {
	right: 10px;
}

div#context div.nomore {
	top: 20px;
	width: 100px;
}

div#context div.info {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	text-align: center;
}

div#context div.info a {
	color: #ccc;
	text-decoration: none;
}

div#context div.info strong a {
	color: #aaa;
}

div.comment {
	clear: both;
	min-height: 50px;
	margin-bottom: 1em;
}

div.comment p {
	margin: 0 0 1em 0;
	padding: 0;
}

div.comment img {
	margin-right: 5px;
	margin-bottom: 5px;
}

/*

Album

*/

div#photos {
	float: left;
	background: transparent;
	padding: 0;
	clear: both;
	margin: 0 0 0 10px;
}

#content #flickr-sidebar {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#content #flickr-sidebar .widget-content {
	margin-left: 10px;
}

#content #flickr-sidebar a.more-photos {
	display: none;
}

#content #photos img, #content #flickr-sidebar img {
	margin: 0;
	padding: 0;
}

#content #photos a, #content #flickr-sidebar a {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #3d3320;
	border-bottom: 0;
}

#content #photos a:hover, #content #flickr-sidebar a:hover {
	background: #846f46;
}

div#highlight {
	position: relative;
	margin: 15px 0 0 0;
}

div#highlight img {
	float: left;
	margin: 0 10px 0 0;
}

div#highlight p {
	font-size: 1.3em;
}

div#highlight p.meta {
	color: #888;
	font-size: 1em;
}

div#highlight p.meta a {
	color: #888;
}

/*

Albums-index

*/

div.albums {
	margin: 0 10px;
	padding-top: 10px;
}

div.album {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0 23px 30px 0;
	clear: both;
}

#content div.album a {
	float: left;
	display: block;
	padding: 5px;
	margin-right: 20px;
	background: #3d3320;
	border-bottom: 0;
}

#content div.album a:hover {
	background: #846f46;
}

div.album img {
	padding: 0;
	margin: 0;
}

div.album img.highlight {
	float: left;
	border: none;
	margin-right: 0;
}

div.album h2 {
	font-size: 1.4em;
	text-decoration: none;
	margin: 0 0 10px 0;
}

div.album h3 {
	margin: 0 10px;
	border-bottom: 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #c0b795;
}

div.album h4 {
	margin: 0 10px 20px;
	border-bottom: 0;
	color: #846f46;
	font: normal 1.3em Arial, Helvetica, Geneva, sans-serif;
}

#content div.album p {
	clear: left;
	margin: 0;
	padding: 5px 5px 0 5px;
	font-size: 1.2em;
}

div.album p.meta {
	color: #888;
}

div.album p.meta a {
	color: #888;
}

div.albums-small div.album {
	clear: none;
	float: left;
	width: 100%;
	background: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3d3320;
}

div.albums-small div.album img.highlight {
	float: none;
	margin: 0;
}

div.albums-small div.album strong {
	font-size: 0.9em;
}

div.group {
	min-height: 60px;
}

div#highlight {
	position: relative;
	margin: 0 0 40px 0;
}

div#highlight h2 {
	margin-bottom: 5px;
}

div#highlight img.highlight {
	float: left;
	margin: 0 10px 0px 0;
	border: 3px solid #888;
}

div#highlight p {
	font-size: 1.3em;
}

div#highlight p.meta {
	color: #888;
	font-size: 0.9em;
}

div#highlight p.meta a {
	color: #888;
}

div#highlight div.photos {
	clear: both;
	padding: 10px 0;
	background: none;
}

div#highlight div.photos img {
	margin: 0 10px 10px 0;
}

div#photoalbum-nav {
	margin-bottom: 15px;
}

/*

Paging

*/

.navigation {
	float: left;
	width: 450px;
	margin: 0 10px 20px;
	font-size: 1.2em;
}

/*

Tags

*/

div.tags {
	padding-top: 10px;
	clear: both;
}

div#cloud {
	line-height: 200%;
}

p#photoalbum-nav {
	margin: 0 10px 10px;
	font-size: 1.2em;
	text-align: center;
}

p.flickr-meta-links, div.flickr-meta-links {
	display: none;
	clear: both;
	margin: 0 10px 10px;
	font-size: 1.1em;
	text-align: center;
}

div.flickr-meta-links a {
	color: #555;
}

/* @end */

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
	margin: 40px 10px 20px;
}

#comments .commentlist li.alt {
	background: transparent;
}

#comments .commentlist {
	margin: 0 0 30px;
	padding: 0;
}

#comments .commentlist li {
	margin: 0;
	padding: 20px 10px 10px;
	list-style: none;
	font-size: 12px;
	background: #252116;
}

#comments h3 {
	margin: 0 0 .5em;
	font-size: 2em;
	font-weight: normal;
	color: #f5ecc1;
}

#comments h3#respond {
	margin: 0 0 1em;
}

#comments .commentlist p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
}

#commentform p {
	margin: 0 0 10px;
}

#commentform p small {
	font-size: 11px;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0 0 25px;
	display: block;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: -10px 10px 0 0;
	padding: 5px;
	background: #201b12;
}

#comments .alt .avatar {
	background: #252116;
}

#comments .comment-author {
	font-size: 11px;
	text-transform: lowercase;
	color: #846f46;
}

#comments .comment-author cite {
	font-size: 1.4em;
}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active {
	color: #dab55b;
	text-transform: none;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {
	color: #c8bf9c;
}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	color: #f5ecc1;
	background: transparent;
}

#commentform {
	margin: 0 10px;
	padding-bottom: 30px;
}

#commentform label {
	font-size: 12px;
}

#commentform label span {
	font-size: 11px;
	color: #846f46;
}

#commentform input, #commentform textarea {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #c8bf9c;
	background: #3d3320;
	border: 1px solid #3d3320;
}

#commentform input:focus, #commentform textarea:focus {
	color: #f5ecc1;
	border: 1px solid #846f46;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 200px;
	margin-right: 5px;
}

#commentform textarea {
	width: 415px;
	margin-bottom: 5px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin-top: -25px;
}

#commentform p.subscribe-to-comments input {
	margin-left: 5px;
}

#commentform #submit {
	float: right;
	display: inline;
	padding: 7px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c8bf9c;
	background: #3d3320;
	border: 0;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

#commentform #submit:hover {
	color: #f5ecc1;
	background: #846f46;
	cursor: pointer;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	padding-top: 40px;
	text-align: center;
	background: url("../images/footer-bg.png") no-repeat 0 15px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #846f46;
	text-decoration: none;
	border-bottom: 1px solid #3d3320;
}

#footer a:hover {
	color: #c8bf9c;
	border-bottom: 1px solid #846f46;
}

#footer p {
	font-size: 1.1em;
	color: #9a9377;
	margin-bottom: 5px;
}

#footer span {
	margin: 0 5px;
	color: #3d3320;
}

#john {
	position: fixed;
	width: 511px;
	height: 464px;
	margin-left: -456px;
	bottom: 0;
	background: url("../rotate.php") no-repeat 0 0;
}

#john-home {
	position: fixed;
	width: 511px;
	height: 464px;
	margin-left: -456px;
	bottom: 0;
	background: url("../images/john/john-01.png") no-repeat 0 0;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* FEEDBURNER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.fb-container {
	width:100% !important;
}
#fbf-widget {
	text-align:center;
}
#subscription_email {
	text-align:left !important;
}
.fbf-text {
	padding: 5px 0 20px 40px !important;
}
#subscribe-sidebar {
	
}

.fbf-text {
	font-size:1.3em;
	margin:0 !important;
}
/* @end */
