/* @override http://holdenbeach.me/wp-content/themes/holden-beach/style.css */

/* @override http://holdenbeach.me/wp-content/themes/holden-beach/style.css */

/* 
Theme Name: Holden Beach
Theme URI: http://themehybrid.com/themes/skeleton
Description: A custom theme for HoldenBeach.me. Uses the Hybrid theme framework.
Author: Mark Barilla
Author URI: http://mbarilla.com
Version: 1.0
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

@import url('../hybrid/library/css/18px.css');

/* Body */

body {
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #4c422d;
	background: url(images/bg1.jpg) fixed;
}

#body-container {
	width: 960px;
	margin: 0 auto;
}

/* Elements */

/* Hyperlinks */

a:link {
	color: #3899b2;
	text-decoration: none;
}

a:visited {
	color: #1f5967;
	text-decoration: none;
}

a:hover {
	color: #143943;
	text-decoration: underline;
}

a:active {
	color: #f57b1e;
}

/* Headers */

h1, h2, h3, h4, h5, h6,
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited {
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	color: #12343d;
}

/* Text elements */

strong {
	
}

em {
	
}

cite {
	
}

abbr {
	
}

acronym {
	
}

sup {
	
}

sub {
	
}

address {
	
}

ins {
	
}

dfn {
	
}

del {
	
}

/* Paragraphs */

p {
	font-size: 1.2em;
	line-height: 180%;
}

/* Unordered lists */

ul {
	
}

ul li {
	font-size: 1.2em
	
}

/* Ordered lists */

ol {
	
}

ol li {
	
}

/* Defition lists */

dl {
	
}

dt {
	
}

dd {
	
}

/* Blockquotes */

blockquote {
	border-left: 1px solid #d4ceb9;
	background-color: #eae5d2;
	color: #867760;
}

blockquote p {
	
}

blockquote blockquote {
	
}

blockquote em {
	
}

/* Object */

object {
	
}

/* Code */

code {
	font-size: 1.2em;
}

pre {
	font-family: Georgia, Times, Serif;
	font-style: italic;
	font-size: 1.2em;
	margin: 0;
}

pre code {
	
}

/* Tables */

table {
}

caption {
	text-align: left;
	font-size: 1.2em;
	padding: 5px;
}

tr {
	border-top: 1px solid #eae5d2;
}

th {
	
}

td {
	padding: 5px;
}

/* Forms */

form {
	
}

textarea, input {
	background-color: #fdfdfb;
	font-family: Georgia, Times, serif;
	border: 1px solid #d4ceb9;
	border-right-color: #e1dac2;
	border-bottom-color: #e1dac2;
	color: #573b20;
	padding: 4px;
	font-size: 1.2em;
	line-height: 160%;
}

label {
	
}

option {
	
}

/* Alignment */

.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
}

.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
}

.center, .aligncenter {
	display: block;
	margin: 0 auto 18px auto;
}

.block, .alignnone {
	display: block;
	margin: 0 0 18px 0;
}

.clear {
	clear: both;
}

span.pullquote {
	float: none;
	margin: 0;
}

/* Images */

.entry-content img {
	padding: 2px;
	border: solid 1px #d4ceb9;
	margin: 0 20px 18px 0;
}

a img {
	background-color: none;
}

img.wp-smiley {
	
}

/* Thumbnails */

.thumbnail {
	float: right;
	padding: 2px;
	border: solid 1px #d4ceb9;
	width: 100px;
	margin: 0 20px 18px 10px;
}

/* WP Captions [caption] */

.wp-caption {
	
}

.wp-caption img {
	
}

.wp-caption p {
	font-size: 1.1em;
	line-height: 140%;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	margin: -20px 5px 10px;
		color: #867760;

}

/* Gallery [gallery] */

.gallery {
	
}

.gallery img {
	
}

/* Avatars */

.avatar {
	
}

/* Page navigation */

#navigation {
	position: absolute;
	height: 42px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url(images/bg-nav.png);
}

/* Page nav */

#page-nav {
	width: 960px;
	margin: 0 auto;
	height: 42px;
	font-family: Georgia, Times, Serif;
}

#page-nav ul {
	width: auto;
	float: right;
	list-style-type: none;
}

#page-nav li {
	float: left;
	margin: 4px 4px 0 0;
}

#page-nav li a {
	display: block;
	width: 100px;
	line-height: 28px;
	text-align: center;
	color: #12343d;
	font-size: 1.4em;
	line-height: 28px;
}

#page-nav li a:hover {
	color: #f8f7f2;
	background-color: #e57c08;
	text-decoration: none;
}

#page-nav li.current_page_item a,
#page-nav li.current_page_item a:hover {
	color: #12343d;
	background-color: #f9f0da;
}

/* Header */

#header-container {
	margin-top: 45px;
}

/* Contains site title and tagline */

#header {
	overflow: auto;
}

/* Site title */

#site-title {
	float: left;
	height: 90px;
	width: 430px;
	background-image: url(images/holden-beach-logo.png);
}

#site-title a {
	display: block;
	height: 60px;
	width: 430px;
	text-indent: -9999px;
}

#site-description {
	display: none;
}

/* Twitter Latest Post */

#twitbar {
	float: right;
	width: 430px;
	margin: 18px 0;
}

#twitbar h3 {
	display: none;
}

#twitbar ul {
	list-style-type: none;
}

#twitbar li {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	font-style: italic;
	color: #867760;
}

#twitbar li span {
	border-bottom: 1px solid #d4ceb9;
	display: block;
	background-color: #fdfdfb;
	padding: 8px 8px 10px;
}

#twitbar li a {
	float: right;
	padding: 2px 5px;

}

#twitbar li span a {
	padding: 0;
	float: none;
}

#twitbar li span a:link {
	color: #2a788c;
}

#twitbar a#twitter-link {
float: left;
color: #2a788c;
padding: 0 5px;}

#twitbar li span a:hover,
#twitbar a:hover,
#twitbar a#twitter-link:hover {
	color: #143943;
}
/* Search and Stay Connected */

#search-1 {
	float: right;
	width: 290px;
	margin: 0 0 18px;
}

#search-form-1 input#search-text-1 {
	width: 200px;
	color: #8f776b;
	font-style: italic;
}

#search-form-1 input#search-submit-1 {
	border: none;
	width: 60px;
	background: url(images/search.png) no-repeat 0 -1px;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 0 0 5px;
}

#search-form-1 input#search-submit-1:hover {
	background: url(images/search.png) no-repeat 0 -26px;
}

#connect-links {
	display: none;
}

.front-page #connect-links {
	display: block;
}

#connect-links {
	float: right;
	width: 296px;
	border: solid 1px #d4ceb9;
	background-color: #fdfdfb;
	margin: 0 0 18px;
}

ul.connect-links-inside {
	position: relative;
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

ul.connect-links-inside li {
	color: #fff;
	border-bottom: solid 1px;
}

ul.connect-links-inside li a {
	display: block;
	width: 100%;
	height: 65px;
}

ul.connect-links-inside li a:hover {
	background: #977b63 url(images/bg-slider.jpg) 50px 140px;
}

ul.connect-links-inside li span {
	display: block;
	width: 250px;
	height: 70px;
	background: url(images/bg-stay-connected.png);
	text-indent: -9999px;
	position: relative;
}

li#stay-connected {
	background: #143943;
	height: 36px;
}

li#stay-connected span {
	background-position: -5px 3px;
	width: 280px;
	height: 35px;
}

li#facebook {
	display: block;
	background-color: #1f5967;
}

li#facebook span {
	background-position: 0 -30px;
	bottom: 6px;
}

li#twitter {
	background-color: #2a788c;
}

li#twitter span {
	background-position: 0 -103px;
	bottom: 1px;
}

li#rss {
	background-color: #3899b2;
}

li#rss span {
	background-position: 0 -176px;
	bottom: 5px;
}

/* Featured slider */

#slider-container {
	width: 660px;
	height: 270px;
	background: #573b20 url(images/bg-slider.jpg);
	border: solid 1px #573b20;
	overflow: hidden;
	float: left;
}

#slider {
	margin: 9px 9px 0;
	height: 230px;
	width: 640px;
	border: 1px solid #d4ceb9;
	background-color: #fff;
	overflow: hidden;
}

#slider .feature {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.feature img {
	padding: 5px 10px 5px 5px;
	float: left;
	max-width: 400px;
	max-height: 220px;
	width: 400px;
	height: 220px;
}

#slider .feature .post-title {
	margin: 14px 0 4px;
}

.feature .entry-summary {
	float: left;
	width: 215px;
}

#slider .feature p {
	margin: 0 0 14px;
	font-size: 1em;
}

.feature .byline, 
.feature .entry-meta {
	display: none;
}

#slider a.more-link {
	padding: 4px 0 0;
	display: block;
	text-align: right;
	font-family: Georgia, Times, Serif;
	font-size: 1.4em;
	border-top: 1px solid #d4ceb9;
	font-style: italic;
}

/* Slider controls */

.slider-controls {
	color: #fff;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 2px 20px 0;
}

.slider-controls .slider-prev,
.slider-controls .slider-pause,
.slider-controls .slider-next {
	display: block;
	float: left;
	padding: 0 8px;
	margin: 0 0 0 2px;
}

.slider-controls .slider-prev:hover, .slider-controls .slider-pause:hover, .slider-controls a.paused, .slider-controls .slider-next:hover {
	background-color: #e57c08;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.slider-controls a.paused,
.slider-controls a.paused:hover {
	background-color: #eae5d2;
	color: #e57c08;
}

/* Wrapper for the content and primary/secondary widget sections */

#container {
	width: 910px;
	float: right;
	overflow: visible;
	background: url(images/bg-main.png);
	border: solid 1px #d4ceb9;
	margin:  0 0 18px;
}

.page-template-default #container {
	width: 960px;
}

/* Content */

/* Contains site's main content */

#content {
	float: left;
	width: 610px;
	background-color: #fdfdfb;
	border-right: 1px solid #dddcdb;

}

.home #content
 {
	background-color: transparent;
	border-right: none;
	}

.page-template-default #content {
	width: 660px;
}

.home #content {
	width: 430px;
	padding: 18px 0 0;
}

.page-template #content {
	border-right: 1px solid #e1dac2;

}

.front-page #content {
	border: none;
}

/* Breadcrumb trail */

.breadcrumb {
	padding: 8px 18px 10px;
	color: #867760;
float
}

.breadcrumb a:link {
	color: #3899b2;
}

.breadcrumb a:hover {
	
}

.breadcrumb span.trail-end {
	
}

.page .breadcrumb {
	display: none;
}

/* Posts */
.entry-content.entry {
	margin: 0 20px;
}
.post {
	position: relative;

}

.single .post {
	
}


.archive .post {
	
}
.search .post,
.archive .post,
#excerpts .post
 {
	margin: 10px 0 38px;
	clear: both;
}
.post h2.post-title,
.archive .post h2.post-title,
#excerpts h2.post-title {
	margin: 0 20px 8px;
}

#excerpts .entry-summary {
	padding: 0 10px 18px 18px;
	line-height: 180%;
}

.search .entry-summary,
.archive .entry-summary {
	padding: 0 10px 0 18px;
}
#excerpts .entry-summary p, a.read-more {
	display: inline;
}

a.read-more {
	font-weight: bold;
}
/* Page Titles */

.page-title, .single .entry-title {
	background-color: #eae5d2;
	border: 1px solid #e1dac2;
	font-size: 2em;
	padding: 14px 18px;
	border-right: none;
	border-left: none;
}

.author-info,
.category-info,
.search-info,
.date-info,
.tag-info {
	background-color: #eae5d2;
	border: 1px solid #e1dac2;
	padding: 14px 18px;
	margin: 0 0 18px;
}

.author-title {
	
}

.category-title {
	margin: 0;
}

.date-title {
	margin: 0 0 8px;
}

.search-title {
	font-style: italic;
	color: #867760;
	margin: 0 0 8px;
}

.tag-title {
	background-color: #efeee9;
	color: #143943;
	display: block;
	float: left;
	padding: 4px 8px;
	border: 1px solid #e1dac2;
	margin: 0 0 8px -8px;
}

.author-description,
.category-description {
	display: none;
}

.date-description p,
.search-description p {
	padding: 0;
	margin: 0;
}

.tag-description p {
	clear: both;
	margin: 0;
}

p.no-data {
	padding: 14px 18px;
}

/* Author and date byline */

.date-tab {
	position: absolute;
	width: 50px;
	left: -52px;
	top: 0;
	background-color: #143943;
	margin: 0;
	color: #fff;
	font-family: Georgia, Times, Serif;
	text-align: center;
	border: 1px solid #11313a;
	border-right: none;
	padding: 4px 0;
}

.page.post .date-tab {
	display: none;
}

.single .date-tab {
	top: -8px;
}

span.date {
	display: block;
	padding: 1px 0 0;
	font-size: 2.6em;
}

span.month {
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1px;
}

/* Full entries */

.single .entry-content,
.page-template .entry-content {
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #4c422d;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry-content h1 {
	font-size: 1.5em;
}

.entry-content h2 {
	font-size: 1.4em;
}

.entry-content h3 {
	font-size: 1.2em;
}

.entry-content h4,
.entry-content h5 {
	font-size: 1.1em;
}

/* Excerpts (introduced in Hybrid 0.4) */

.entry-summary {
	
}

/* Using <!--nextpage--> */

p.pages a {
	
}

/* More link <!--more--> */

a.more-link {
	
}

/* Post meta data */

.post .post-meta-data {
		padding: 8px 20px;
	clear: both;
	border-top: solid 1px #d4ceb9;
	font-size: 1.1em;
}
.single .post-meta-data {
	margin: 0 20px;
	padding: 18px 0;
}
.categories, 
.tags {
	display: block;
	padding: 0 0 4px;
}

.archive a.comments-link:hover,
.front-page a.comments-link {
	float: right;
	display: block;
	color: #573b20;
	font-weight: bold;
}

.archive a.comments-link {
	float: none;
}

.front-page .post-meta-data {
	background-color: #eae5d2;
	border-top: none;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 8px 20px;
}
.front-page .post-meta-data .categories {
	display: block;
	width: 260px;
	float: left;
	padding: 0;
}

.categories span.text {
	display: block;
	height: 15px;
	width: 65px;
	background: url(images/posted-in.png) no-repeat -2px 2px;
	text-indent: -9999px;
	float: left;
}

.entry-meta .categories a:link {
font-weight: bold;
}

.separator,
.front-page .post-meta-data .tags {
	display: none;
}

p.tag-cloud {
	font-size: 1em;
}
.tags {
	line-height: 240%;
}

.tags a {
	padding: 4px;
	background-color: #eae5d2;
	color: #867760;
}

.tag-cloud a {
	display: block;
	float: left;
}

.tags a:hover {
	background-color: #867760;
	color: #fff;
	text-decoration: none;
}

.entry-meta .tags {
	
}

.post-meta-data a:hover {
	color: #143943;
}
/* Post series */

.series {
	
}

.series-title {
	
}

/* Navigation links */

.navigation-links {
	padding: 8px 10px;
	border-top: 1px solid #d4ceb9;
	font-size: 1.1em;
	color: #867760;
	overflow: hidden;
}

.navigation-links a {
	color: #867760;
}

.navigation-links .previous {
	float: left;
}

.navigation-links .next {
	float: right;
}

/* Comments template */

/* Wrapper for entire comments area */

.page-template #comments-template {
	display: none;
}

#comments-template {
	margin: 0 20px;
}

#respond {
	border: 1px solid #d4ceb9;
	padding: 10px;
	background-color: #eae5d2;
	margin: 0 0 28px;
}

/* Comments section headers/titles */

.comments-header {
	border-top: solid 1px #d4ceb9;
	padding: 18px 0;
	margin: 0;
}

#comments-number {
	
}

/* Comments closed paragraph */

p.comments-closed {
	
}

/* Main comments section */

#comments {
	
}

#comments ol {
	list-style-type: none;
	margin: 0 0 18px;
}

/* Individual comments (note that WordPress has even/odd backwards) */

#comments li {
	padding: 18px 10px 0;
	border-bottom: 1px solid #dddcdb;
}

#comments li li {
	
}

#comments li li li {
	
}

#comments li li li li {
	
}

#comments li.even {
	
}

#comments li.odd {
	background-color: #efeee9;
}

#comments li.thread-even {
	
}

#comments li.thread-odd {
	
}

#comments li.author {
	background-color: #dfebe8;
}

#comments li.trackback {
	
}

#comments li.pingback {
	
}

/* Comment avatars */

#comments .avatar {
	float: left;
	padding: 2px;
	border: solid 1px #d4ceb9;
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 10px 10px 0;
}

/* Comment meta data */

#comments .comment-meta-data {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#comments .comment-author cite {
	font-size: 1.4em;
	font-family: Georgia, Times, Serif;
	font-style: normal;
}

#comments .comment-meta-data cite a {
	color: #12343d;
}

#comments .comment-meta-data a {
	color: #3899b2;
}

/* Comment text */

#comments .comment-text {
	clear: both;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#comments .comment-text p {
	
}

/* Paged comments navigation */

#comments-template .paged-navigation {
	
}

#comments-template .paged-navigation .page-numbers {
	
}

#comments-template .paged-navigation .next {
	
}

#comments-template .paged-navigation .prev {
	
}

/* Main comment form div */

/* Comment form title */

#reply {
	border-bottom: solid 1px #d4ceb9;
	padding: 8px 0 10px;
}

/* Comment form elements */

p#cancel-comment-reply {
	
}

#respond form {
	color: #867760;
}

#respond form label {
	display: block;
	padding: 0 4px 4px;
}

#respond p {
	clear: both;
	margin: 0 0 10px;
}

#respond .form-author label,
#respond .form-email label {
	color: #12343d;
}

#respond input {
	
}

#respond .form-email {
	clear: both;
}

#respond .form-url {
	clear: both;
}

#respond .form-textarea {
	
}

#respond textarea {
	width: 540px;
}

#respond .button {
	background-color: #12343d;
	color: #f7f9f6;
	cursor: pointer;
}

p.form-submit {
	
}

#respond .button:hover {
	background-color: #1b4e5b;
	cursor: pointer;
}

#respond .comment-action {
	
}

/**
		* Utility widget sections (see other widget code below)
		************************************************/

/* All utility widget sections (except widgets template) */

.utility {
	
}

/* Before content */

#utility-before-content {
	
}

/* After content */

#utility-after-content {
	
}

/* After post but before comments */

#utility-after-single {
	
}

/* After page but before comments */

#utility-after-page {
	
}

/* Widgets page template widgets */

.page-template-widgets #content .widget {
	
}

/**
	* Widget sections (Primary and Secondary)
	************************************************/

/* Widgets in general */

.widget ul {
	margin: 0;
}

.widget-inside {
	padding: 0px 10px 18px;
	clear: both;
}

#utility-header .widget-inside {
	padding: 0;
}

.widget-title {
	clear: both;
	margin: 0 0 10px;
	border-bottom: 1px solid #d4ceb9;
}

.widget ul li {
	color: #867760;
	list-style-type: none;
	margin: 0 0 4px;
	font-size: 1em;
	line-height: 140%;
}

.widget ul li a {
}

.widget ul li a:hover {
}

/* Primary widget section */

#primary {
	float: right;
	width: 298px;
}

.front-page #primary {
	border-left: none;
}


#primary .widget {
	
}

#primary .widget-inside {
	
}

#primary .widget-title {
	
}

#primary .widget ul {
	
}

/* 125x125 ad widget */

#wp125 {
	margin: 10px 0;
}

#wp125 h3 {
	display: none;
}


#primary.aside div.widget_text div.widget-inside {
	padding: 0;
}

#primary.aside div.widget_text div.widget-inside div#wp125 div.widget-inside {
	overflow: auto;
	margin: 0 0 0 10px;
}


div#wp125 div.widget-inside a {
	display: block;
	border: solid 1px #d4ceb9;
	width: 131px;
	height: 131px;
	float: left;
	margin: 0 10px 10px 0;
	color: #f5f5f3;
	background-color: #f5f5f3;
}

div#wp125 div.widget-inside a img {
	width: 125px;
	height: 125px;
	padding: 3px;
}

div#wp125 div.widget-inside a:hover {
	background-color: #d4ceb9;
}

div#wp125 div.widget-inside a#advertise-here {
	display: inline;
	border: none;
	width: auto;
	height: auto;
	float: right;
	margin: 0 15px;
	color: #867760;
}

div#wp125 div.widget-inside a#advertise-here:hover {
	background-color: #f5f5f3;
}

/* Bookmarks Widget */

.widget-bookmarks ul li {
	margin: 0 0 8px;
}

.widget-bookmarks ul li a {
	font-size: 1.2em;
	display: block;
}

/* Secondary widget section */

#secondary {
	clear: right;
	float: right;
	width: 298px;
	padding: 18px 0;
}

.page #secondary {
	display: none;
}

.single #secondary {
	float: right;
	border-bottom: 1px solid #e1dac2;
}

.front-page #secondary {
	clear: none;
	display: block;
	width: 178px;
	float: left;
	background-color: #fdfdfb;
	border: 1px solid #e1dac2;
	border-top: none;
	margin: 0 0 18px;
}

#secondary .widget-categories,
#secondary .widget-archives {
	width: 140px;
	float: left;
}

.front-page #secondary .widget-categories,
.front-page #secondary .widget-archives {
	width: 100%;
}

#secondary .categories {
	padding: 0;
}

#secondary .widget ul {
	list-style-type: none;
	font-size: 1.1em;
	width: 100%;
}

#secondary .widget ul li {
	
}

#secondary .widget-tags .widget-inside {
	clear: both;
	overflow: auto;
}
#secondary .tags a {
	line-height: 140%;
	margin: 0 4px 4px 0;
	
}
#secondary #recent-comments a {
}
#secondary #recent-comments a:hover {
}
#secondary li.recentcomments {
	float: left;
}

#secondary li.recentcomments a:link {
	color: #867760;
}

#secondary li.recentcomments a.url:link {
	color: #3899b2;
}
/* Wrapper for the entire footer */

#footer-container {
	height: 135px;
	background: url(images/bg-footer.jpg);
	clear: both;
	border: solid 1px #d4ceb9;
	margin: 20px 0;
	position: relative;
}

/* Subsidiary widget section */

#subsidiary {
	clear: both;
}

#subsidiary .widget {
	
}

#subsidiary .widget-inside {
	
}

#subsidiary .widget-title {
	
}
#subsidiary .widget-widget_text .widget-title {
	display: none;
}
#subsidiary .widget-widget_text {
	display: block;
	width: 560px;
	margin: 0 0 0 10px;
	padding: 18px 0 0 340px;
	background: url(images/holden-beach-logo-sm.png) no-repeat;

		font-size: 1.1em;
	line-height: 160%;
		color: #867760;

}
#subsidiary ul.pages {
	font-size: 1.2em;
	font-family: Georgia, Times, Serif;
	border-top: 1px solid #d4ceb9;
	padding: 8px 20px;
	position: absolute;
	bottom: 0;
	width: 590px;

}
#subsidiary ul.pages li {
	float: left;
	padding: 0 20px 0 0;
	list-style-type: none;}
	
#subsidiary ul.pages a {
	color: #e57c08;
	padding: 4px;
}
#subsidiary ul.pages a:hover {
	background-color: #fdfdfb;
}
/* Footer section */

#footer {

}

/* Footer extra */

#footer .copyright {
	position: absolute;
	right: 0;
	padding: 8px 20px;
	position: absolute;
	bottom: 0;
	margin: 0;
}

#footer .query-count {
	display: none;
}


/* IE6 Warning */

#ie-message {
	background: #900;
	text-align: center;
	border: 1px solid #650001;
	color: #fff;
	position: absolute;
	top: 40;
	padding: 5px;
	width: 600px;
	font-size: 1.4em;
	margin: 0 auto;
	z-index: 2000;
}

#ie-message a {
	color: #fff;
}

/* Author Profiles */

div.author-profile {
	clear: both;
	padding: 18px 10px 0;
	border-bottom: 1px solid #dddcdb;
	background-color: #efeee9;
	overflow: auto;
}

div.author-profile h2 {
	text-transform: capitalize;
	margin: 0 0 8px;
	letter-spacing: 0;
}

div.author-profile h2 a {
	font-size: 1.2em;
}
div.author-profile img.avatar {
	float: left;
	border: solid 1px #d4ceb9;
	background-color: #f5f5f3;
}

div#hcard-admin.author-profile.vcard {
	display: none;
}

.archive .author-profile {
	background-color: #eae5d2;
	border: 1px solid #e1dac2;
}

.archive .author-profile img.avatar {
	width: 60px;
	height: 60px;
}