/**
 * Theme Name: Open Book Theme
 * Theme URI: http://www.darnell-group.com
 * Description: A child of the Hybrid theme framework that puts emphasis on your content.
 * Author: Mark Darnell
 * Author URI: http://www.darnell-group.com
 * Version: 1.0.0
 * Tags: threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2009 Mark Darnell.  All rights reserved.
 * http://www.darnell-group.com
 *
 * Open Book Theme is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');
/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/* Body */
body {
	font: 12px/21px Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: justify;
	background: #eff1e1 url(images/body.gif) repeat-x 0 0 fixed;
}
body.front-page {
	background: #eff1e1 url(images/body.gif) repeat-x 0 -35px fixed;
}
#body-container {
	z-index: 2;
	position: relative;
	/*
	The width value below controls the overall width of the design. You can set it
	to a  percentage value (70%, 90%, etc.) or even a pixel value (760px, 800px, 
	etc.) to enforce a fixed width.
*/
    width: 1005px;
	background-color: transparent;
	margin: 0 auto;
}
#body-container-home {
	z-index: 2;
	position: relative;
	/*
	The width value below controls the overall width of the design. You can set it
	to a  percentage value (70%, 90%, etc.) or even a pixel value (760px, 800px, 
	etc.) to enforce a fixed width.
*/
    width: 700px;
	background-color: transparent;
	margin: 0 auto;
}
/* Links
 -------------------------------------------------------------- */
a:link, a:visited {
	color: #4b6e85;
	text-decoration: none;
}
a:active, a:hover {
	color: #000;
	text-decoration: none;
}
/* Headings
 -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
/* Text Elements
 -------------------------------------------------------------- */

/* Lists
 -------------------------------------------------------------- */



/* Blockquotes
 -------------------------------------------------------------- */
 
blockquote {
	margin: 0 24px 0 0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
}
.post blockquote {
	font-style: italic;
	color: #666;
}
.post blockquote em {
	font-style: normal;
}
/* Code
 -------------------------------------------------------------- */
 
code {
	font-size: 12px;
	padding: 0 3px;
	background: url(images/cream-opacity75.png);
}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
}
pre code {
	padding: 0;
	background: transparent;
}
/* Tables
 -------------------------------------------------------------- */
 
table {
	width: 100%;
}
caption {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	color: #333;
}
td {
	padding: .3em;
}
tr {
}
th {
	padding: .3em;
	color: #aaa;
}
td a, th a {
	font-weight: bold;
}
/* Forms
 -------------------------------------------------------------- */
.form {
	margin:0 auto;
	width:375px;
	padding:14px;
}
#stylized {
	border:solid 1px #999;
	background: url(images/cream-opacity75.png);
}
#stylized h1 {
	color: #444;
	font-size:14px;
	font-weight: bold;
	font-variant: small-caps;
	background: url(images/white-opacity80.png);
	padding: 2px 6px;
	margin-bottom: 8px;
	border: solid 1px #999;
	text-align: center;
}
#stylized p {
	font-size:11px;
	color:#666;
	margin-bottom:20px;
	border-bottom:solid 1px #999;
	padding-bottom:10px;
}
#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
label {
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	display: block;
	margin:3px 5px;
	float: left;
	width: 105px;
}
label.fieldLabel {
	display: inline;
	float: none;
}
input.formInputText {
	color: #444;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 16px;
	width: 225px;
}
input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
}
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
}
textarea.formInputTextarea {
	color: #444;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 85px;
	width: 225px;
}
textarea.formInputTextarea:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
}
textarea.formInputTextarea:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
}
.captcha {
	color: #444;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 23px;
	height: 18px;
	width: 100px;
}
.captcha:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
}
.captcha:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
}
select.formSelect {
	color: #444;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
select.formSelect:hover {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #006600;
}
select.formSelect:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
}
#stylized .button {
	margin-left: 150px;
}
.button {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: #300;
	background: url(images/cream-opacity75.png);
	padding: 3px 9px;
	border: solid 1px #f66;
	cursor: pointer;
}
.button:hover {
	background: url(images/white-opacity80.png);
}
.button:active {
	background: url(images/cream-opacity75.png);
}
/* Drop caps
 -------------------------------------------------------------- */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;
	color: #333;
}
/* Notes
 -------------------------------------------------------------- */
.note {
	padding: 6px 9px;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
}
/* Warnings/Alerts
 -------------------------------------------------------------- */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}
/* Errors
 -------------------------------------------------------------- */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
}
/* Downloads
 -------------------------------------------------------------- */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}
/* Alignment
 -------------------------------------------------------------- */
.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
}
.clear {
	clear: both;
}
span.pullquote {
	float: none;
	margin: 0;
}
/* Images
 -------------------------------------------------------------- */
img, a img {
	padding: 5px;
}
.post img {
	max-width: 594px;
	padding: 4px;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
}
/* WP Smilies
 -------------------------------------------------------------- */
img.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
}
/* Thumbnails
 -------------------------------------------------------------- */
.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
}
/* WP Captions [caption]
 -------------------------------------------------------------- */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
	text-align: center;
}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
/* Gallery [gallery]
 -------------------------------------------------------------- */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
}
.gallery img {
	padding: 4px;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
}
/* Avatars
 -------------------------------------------------------------- */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
}
/* Header
 -------------------------------------------------------------- */
#header-container {
	overflow: visible;
}
#header {
	width: 1005px;
	margin: 0 auto;
	padding: 0;
	background: url(images/branding_bg_web.png) top left no-repeat;
	height: 218px;
}
#site-title {
	float: left;
	width: 250px;
	margin: 0;
}
#site-title a {
	float: left;
	width: 250px;
	height: 100px;
	margin: 0 0 0 0;
	background: url(images/blank.png);
	border: none;
}
#site-title a span {
	display: none;
}
#site-description {
	font-style: italic;
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #4b6e85;
}
/* Header Search Form
 -------------------------------------------------------------- */

#header form {
	float: right;
	width: 180px;
	height: 25px;
	margin: 6px 0 0 0;
	padding: 0;
}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 170px;
	padding: 3px 5px 3px 5px;
	color: #333;
	background: #0e2435;
	border: none;
}
#header .search-submit {
	display: none;
}
/* Navigation Menu
 -------------------------------------------------------------- */

#navigation {
	height: 32px;
	font-size: 13px;
	float: right;
	width: 450px;
	margin-top: 45px;
	text-align: left;
}
#page-nav {
	float: right;
	margin-right: 60px;
	margin-top: 80px;
	padding-right: 20px;
}
#page-nav a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	margin-left: 20px;
}
#page-nav .current_page_item a, #page-nav .current_page_ancestor a, #page-nav .current_page_parent a {
	border-bottom: 3px solid #4b6e85;
	margin-bottom: -2px;
	padding: 8px 0 7px 0;
	color: #4b6e85;
}
#page-nav a, #page-nav a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #626262;
}
#page-nav li {
	background: none;
}
#page-nav li li {
	border-top: 1px solid #09232c;
	background-color:white;
	padding: 0 10px;
}
#page-nav li li:hover {
	padding: 0 10px;
	position: relative;
	z-index: 1000;
}
#page-nav li li a {
	margin:0;
	border-bottom:1px solid #e3e3e3;
}
#page-nav li li a:hover {
	margin:0;
	border-bottom:1px solid #e3e3e3;
	z-index: 1000;
}
#page-nav li li li {
	background-color:white;
	padding: 0 10px;
	margin-left:15px;
	z-index: 1000;
}
#page-nav li:hover, #page-nav li.sfHover {
	z-index: 1000;
}
#page-nav a:focus, #page-nav a:hover, #page-nav a:active {
	outline: 0;
	border-bottom: 3px solid #4b6e85;
	margin-bottom: -2px;
	padding: 8px 0 7px 0;
	color: #333;
}
#page-nav li li a:focus, #page-nav li li a:active, #page-nav .current_page_item li a, #page-nav .current_page_ancestor li a, #page-nav .current_page_parent li a {
	border-bottom: 1px solid #e3e3e3;
	padding: 8px 0 8px 0;
	margin: 0px;
	color: #333;
}
#page-nav li li a:hover {
	border-bottom: 1px solid #e3e3e3;
	padding: 8px 0 8px 0;
	margin: 0px;
	color:#333;
	z-index: 1000;
}
#page-nav ul {
}
#page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 32px;
	z-index: 1000;
}
#page-nav ul ul {
	margin-top: 0;
}
#page-nav ul a {
	background: none;
	border-bottom: none;
}
#page-nav ul a:hover {
	color: #333;
	z-index: 1000;
}

/* Containers
 -------------------------------------------------------------- */

#container {
	overflow: hidden;
	width: 1005px;
	height: 1482px;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/main_bg_web.gif) top left no-repeat;
}
#container a {
	color: #01527a;
}
#content {
	overflow: hidden;
	float: left;
	margin:0 0 0 25px;
	width: 435px;
}
/* Breadcrumb trail
 -------------------------------------------------------------- */

.breadcrumb {
	overflow: visible;
	float: left;
	margin:0 0 0 0;
	width: 500px;
	padding: 5px 0;
	font-size: 11px;
	color: #666;
}
/* Posts (and other general sections)
 -------------------------------------------------------------- */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 19px 19px 0 19px;
}
/* Post title (and other titles)
 -------------------------------------------------------------- */
.entry-title a {
	color: #111;
	text-decoration: none;
	border: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #000;
}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, .category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	clear: none;
}
/* Byline
 -------------------------------------------------------------- */
.byline {
	font-size: 11px;
	color: #666;
}
.byline a {
	color: #486472 !important;
}
/* Post meta data
 -------------------------------------------------------------- */
.entry-meta {
	clear: both;
	font-size: 11px;
	color: #666;
	padding: 0 0 10px 0;
}
.entry-meta a {
	color: #666 !important;
}
.entry-meta .date, .entry-meta .author, .entry-meta .comment, .entry-meta .category, .entry-meta .tag, .entry-meta .edit {
	margin:  0 0 0 2px;
	padding: 0 0 0 20px;
}
.entry-meta .date {
	background: url(images/icons-normal.png) 0 0 no-repeat;
}
.entry-meta .date:hover {
	background: url(images/icons-hover.png) 0 0 no-repeat;
}
.entry-meta .author {
	background: url(images/icons-normal.png) 0 -16px no-repeat;
}
.entry-meta .author:hover {
	background: url(images/icons-hover.png) 0 -16px no-repeat;
}
.entry-meta .comment {
	background: url(images/icons-normal.png) 0 -32px no-repeat;
}
.entry-meta .comment:hover {
	background: url(images/icons-hover.png) 0 -32px no-repeat;
}
.entry-meta .category {
	background: url(images/icons-normal.png) 0 -48px no-repeat;
}
.entry-meta .category:hover {
	background: url(images/icons-hover.png) 0 -48px no-repeat;
}
.entry-meta .tag {
	background: url(images/icons-normal.png) 0 -64px no-repeat;
}
.entry-meta .tag:hover {
	background: url(images/icons-hover.png) 0 -64px no-repeat;
}
.entry-meta .edit {
	background: url(images/icons-normal.png) 0 -80px no-repeat;
}
.entry-meta .edit:hover {
	background: url(images/icons-hover.png) 0 -80px no-repeat;
}
/* Using <!--nextpage-->
 -------------------------------------------------------------- */
p.pages a {
	margin: 0 0 0 3px;
	padding: 3px 7px;
	color: #486472 !important;
}
p.pages a:hover {
	margin: 0 0 0 3px;
	padding: 3px 7px;
	color: #ffffff !important;
	background-color: #0066CC;
}
/* Page Templates
 -------------------------------------------------------------- */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
}
/* Navigation Links
 -------------------------------------------------------------- */

.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
}
.navigation-links {
	overflow: hidden;
	padding: 19px 19px 19px 19px;
}
.navigation-links a {
	color: #000;
}
.navigation-links .previous {
	float: left;
	max-width: 49%;
}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
}
/* Paged comments navigation
 -------------------------------------------------------------- */
 
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
}
#comments-template .paged-navigation .page-numbers, #comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
}
/* PageNavi
 -------------------------------------------------------------- */
/* Using !important to override PageNavi CSS */

.wp-pagenavi {
	overflow: hidden;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
}
/* Ajax Edit Comments
 -------------------------------------------------------------- */
.edit-comment {
	margin-bottom: 18px;
}
/* Primary Secondary and Utility Widgets
 -------------------------------------------------------------- */
 
#primary, #secondary {
	float: right;
	margin: 0 45px 0 0;
	width: 425px;
}
#secondary {
	clear: right;
}
.widget {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	color: #01527a;
}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 20px;
	background: url(images/bullet.png) no-repeat 0 6px;
}
.widget ul ul {
	margin: 6px 0 0 0;
}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 20px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
}
/* Comments template
 -------------------------------------------------------------- */

#comments, #respond {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
}
#comments #respond {
	padding: 15px 0 0 0;
	border: none;
}
/* Comments header */
.comments-header, #reply {
	margin: 2px 0 20px 0;
	padding: 0 20px 18px 20px;
	font: normal normal 18px/19px georgia, cambria, times, 'times new roman', serif;
	background: url(images/border.jpg) repeat-x 0 bottom;
}
#comments #reply {
	margin-bottom: 0;
	padding: 0 0 20px 0;
	background: transparent;
}
#comments .comments-header {
	margin-bottom: 0;
}
/* Comments list */
#comments ol {
	list-style: none;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin: 0 20px;
}
#comments ol ol {
	margin: 0 0 0 10px;
}
#comments li {
	overflow: hidden;
	padding: 19px 0 0 0;
}
#comments li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/comment-thread.jpg) no-repeat 0 25px;
}
/* Comment avatars
 -------------------------------------------------------------- */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: url(images/cream-opacity75.png);
	border: 1px solid #e2e2e2;
}
/* Comment meta data */
.comment-meta-data {
	padding: 0 0 4px 0;
	font: 12px/22px arial, verdana, sans-serif;
}
.comment-meta-data a {
	color: #708266;
}
/* Comment author */
.comment-author cite {
	font: normal bold 14px/22px georgia, cambria, times, serif;
}
.comment-author a {
	color: #8d5608;
}
/* Comment text */
.comment-text {
	border-bottom: 1px solid #e5e0d0;
}
/* Comment form 
 -------------------------------------------------------------- */
#respond {
	padding: 15px 0 20px 0;
}
#respond form {
	padding: 0 20px;
}
#comments #respond form {
	padding: 0;
}
#respond .form-author, #respond .form-email, #repsond .form-url {
	margin: 0 0 10px 0;
}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	float: left;
	width: 70px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 10px;
	font: normal normal 12px/19px georgia, cambria, times, 'times new roman', serif;
	background: url(images/comment-submit.jpg) repeat 0 0;
}
.text-input {
	display: block;
	padding: 5px 5px 6px 5px;
	border: 1px solid #e9e5d5;
}
#respond .text-input {
	width: 275px;
}
#respond .form-textarea label {
	display: none;
}
textarea {
	width: 98%;
	border: 1px solid #e9e5d5;
}
#respond .form-submit {
	overflow: hidden;
}
#respond .button {
	float: left;
	padding: 3px 9px;
	margin: 0 10px 10px 0;
	font: bold;
	color: #fff;
	background: #0A2934;
	border: 1px solid #000;
}
.button:hover {
	cursor: pointer;
	background: #113644;
	color: #fff;
}
.comment-action {
	clear: both;
}
/** Subsidiary Widgets (Footer)
 -------------------------------------------------------------- */
 
#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
}
#subsidiary a {
	color: #4b6e85;
}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	color: #aaa;
	border-bottom: 1px solid #213a4b;
}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #213a4b;
}
/* Footer
 -------------------------------------------------------------- */
 
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 10px 0 0 0;
	color: #aaa;
}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 20px auto 20px auto;
}
#footer-home {
	overflow: hidden;
	clear: both;
	width: 700px;
	margin: 20px auto 20px auto;
}
#footer .copyright {
	float: left;
	width: 49%;
}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
}
#footer-container a:link {
	color: #aaa;
}
#footer-container a:visited {
	color: #aaa;
}
#footer-container, a:hover {
	color: #aaa;
}
/* Gallery
 -------------------------------------------------------------- */
 
#gsHeader {
}
#gsFooter {
}
