/**
 * Theme Name: WP Full Site (Mostly Harmless)
 * Theme URI: http://developdaly.com/themes/wpfullsite/
 * Description: Full website & blog for any small business.
 * Version: 2.0
 * Author: Develop Daly
 * Author URI: http://developdaly.com/
 * Tags: fixed-width, two-columns, brown, yellow, tan, white
 * Template: hybrid
 * Status publish
 * 
 * Copyright (c) 2006 - 2009 Develop Daly.  All rights reserved.
 * http://developdaly.com
 *
 * WP Full Site 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 structure CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

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

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

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

body {
	background: #ABAE97;
}
#body-container {
	background: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 984px;
	margin: 0 auto 1em;
}
a {
	color: #996600;
}
a:hover {
	text-decoration: none;
}
#container {
	background: #eceadc;
	border-top: 1px solid #fff;
	width: 984px;
}
#header {
	background: url('rotate.php') no-repeat;
	background-position:center; 
	background-color:#000000;
	border-bottom: 1px solid #444;
	color: #fff;
	height: 77px;
	padding: 30px 20px 0;
	position: relative;
}
#header a {
	color: #fff;
}
#site-title {
	float: left;
	font-family: "Rockwell";
	font-size: 40px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
}
#site-title a {
	text-decoration: bold;
	text-shadow: blue -1px -2px 0.5em, black 3px 2px;
}
#site-description {
	clear: left;
	color: #eee;
	float: left;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 10px 0;
	text-shadow: blue -1px -2px 0.5em, black 2px 1px;
}
#contact-info {
	color: #ccc;
	font-size: 16px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 30px;
}
#page-nav {
	background: url('library/images/nav-bg.gif') repeat-x;
	border-bottom: 1px solid #433B14;
	border-top: 1px solid #0F0F0F;
	height: 38px;
}
#page-nav li {
	border-left: 1px solid #262001;
	border-right: 1px solid #322a03;
}
#page-nav li ul li {
	border-bottom: 1px solid #433B14;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}
#page-nav a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 12px 18px;
	text-decoration: none;
}
#page-nav a:hover {
	background: #433B14;
}
#page-nav li ul li a {
	background: url('library/images/nav-bg.gif') repeat-x;
	border-bottom: 1px solid #0F0F0F;
}
#hero {
	background: url('library/images/hero.png') no-repeat;
	border-bottom: 1px solid #333;
	border-top: 1px solid #BFAE3B;
	height: 237px;
}
#hero #call-to-action {
	font: bold 35px/45px "Arial Black", Arial, Helvetica, sans-serif;
	padding: 40px 20px 20px;
	text-shadow: 0 1px 0 #fff;
	width: 480px;
}
.hentry {
	background: #f2f1e9;
	border-bottom: 1px solid #bbb8a3;
	line-height: 150%;
}
.primary-active .hentry {
	border-right: 1px solid #bbb8a3;
}
.thumbnail {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	width: 150px;
}
.avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	width: 100px;
}
.breadcrumb {
	border-bottom: 1px solid #bbb8a3;
	font-size: 12px;
	padding: 10px 20px;
}
.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	background: #222;
	border-right: 1px solid #bbb8a3;
	color: #fff;
	overflow: hidden;
	padding: 20px 20px 0;
}
.byline {
	color: #666;
	font-size: 14px;
	font-style: italic;
	text-transform: lowercase;
}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
}
.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
}
.byline a {
	color: #333;
}
.entry-meta {
	clear: both;
	color: #666;
	font-size: 14px;
	font-style: italic;
}
.entry-meta a {
	color: #333;
	font-style: normal;
}
p.pages {
	font-style: italic;
}
p.pages a {
	background: #996600;
	border: 1px solid #eee;
	color: #eee !important;
	margin: 0 2px;
	padding: 4px 12px;
}
#gallery-1 .gallery-item {
	margin-left: 0;
}
.aside {
	padding: 20px;
}
.aside .widget {
	margin: 0 0 20px;
}
.widget ul {
	margin-left: 10px;
}
.widget ul li {
	background: url('library/images/bullet.gif') no-repeat 0 6px;
	list-style: none;
	padding-left: 9px;
}
#wp-calendar {
	background: #fff;
	font-size: 12px;
	width: 100%;
}
#wp-calendar th, #wp-calendar td {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
#wp-calendar td a {
	background: #eee;
	display: block;
	font-weight: bold;
	padding: 0 5px;
}
.primary-active #comments-template {
	border-right: 1px solid #bbb8a3;
}
.hentry, #comments-template {
	padding: 20px;
}
.navigation-links, .wp-pagenavi {
	padding: 10px 20px;
}
#comments-template {
	background: #996600;
	overflow: hidden;
	padding: 20px 20px 0;
}
.comments-header {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.comment-list, .comment-list ol {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0;
}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	background: #f7f7f7;
	border: 1px solid #ddd;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 20px 20px 0 20px;
}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
}
.comment-list li .avatar {
	background: #eee;
	border: 1px solid #ccc;
	float: left;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	width: 37px;
}
#comments .comment-meta-data {
	color: #666;
	font-style: italic;
	margin: 5px 0 20px 0;
}
#comments cite {
	font-style: normal;
	font-weight: bold;
}
#comments .comment-text {
	clear: left;
}
#reply {
	color: #000;
}
#respond {
	background: #f7f7f7;
	border: 1px solid #ddd;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 20px 20px 0 20px;
}
.text-input {
	background: #fff;
	border: 1px solid #ddd;
	display: block;
	margin: 0 0 20px 0;
	padding: 5px;
	width: 300px;
}
#respond label {
	font-style: italic;
}
#respond span.required {
	color: #083F5A;
	font-weight: bold;
}
textarea {
	border: 1px solid #ddd;
	margin: 0 0 20px 0;
	padding: 5px;
	width: 98%;
}
.button, .sendbutton {
	background: #996600;
	border: 1px double #333;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	padding: 7px;
	width: 100px;
}
.button:hover, .sendbutton:hover {
	background: #00162A;
	cursor: pointer;
}
.faux-button {
	/* background: url('library/images/button.png') no-repeat top left; */
	border: none;
	color: #f1f1f1;
	cursor: pointer;
	display: block;
	font: normal normal bold 16px/53px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	height: 53px;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	text-transform: uppercase;
	width: 268px;
}
.faux-button:hover {
	background-position: 0 -53px;
	color: #f1f1f1;
	text-decoration: none;
}
#footer {
	border-top: 1px solid #bbb8a3;
	font-size: 12px;
	padding: 20px 20px 0;
}
/* Added by Jan */
.credit { float: left; }
.child-credit { float: right; }
.center-ad { text-align: center; margin:10px 0 10px 0; }
.navigation-links a {
        }
.navigation-links .previous {
        float: left;
        max-width: 49%;
        margin-left: 1%;
        }
.navigation-links .next {
        float: right;
        max-width: 49%;
        margin-right: 1%;
        text-align: right;
        }
.navigation-links .previous {
        padding-left: 15px;
        }
.navigation-links a .previous {
        background-position: 0 5px;
        }
.navigation-links .next {
        padding-right: 15px;
        }
.navigation-links a .next {
        background-position: right 5px;
        }
.wp-pagenavi { text-align: center; }
.entry-content img {
        background: #fff;
        border: 1px solid #ccc;
        padding: 4px;
}
.vvqbox {
        background: #fff;
        border: 1px solid #ccc;
        padding: 4px;
}
.content {
	width: 644px;
	}
.no-widgets .content, .no-default-widgets .content {
        width: 984px;
        }
.excerpt-wrap.excerpt { width:100%; }
img.wp-smiley {
	background: none;
	border: none;
	}
.post-meta-data { 
	margin-bottom: 1px;
	}
/**
* Subscribe/feed link (in navigation)
************************************************/
#navigation ul li#feed {
	width: 120px;
	float: right;
	background: url(images/feed-icon.png) 100px 13px no-repeat;
	/* margin-right: 15px; */
	}
#navigation ul li#feed a:hover {
	background: #433B14 url(images/feed-icon.png) 100px 13px no-repeat;
	}
#navigation ul li#feed a {
	}
blockquote {
	/* background:url(library/images/quote.png) no-repeat top left; */
	/* padding:0 30px 5px 35px; */
	font-style:italic;
	}
/* I like me embeds to be centered. */
old-object {display:block;margin:0 auto 18px auto;}
embed {
        background: #fff;
        border: 1px solid #ccc;
        padding: 4px;
	}
/* object {
        background: #fff;
        border: 1px solid #ccc;
        padding: 4px;
	} */
/* Menus */
.menu {
        background: url('library/images/nav-bg.gif') repeat-x;
        border-top: 1px solid #0F0F0F;
        height: 38px;
}
.menu li {
        border-left: 1px solid #262001;
        border-right: 1px solid #322a03;
}
.menu li ul li {
        border-bottom: 1px solid #433B14;
        font-style: italic;
        font-weight: normal;
        text-transform: none;
        background: #282101;
	width: auto;
}
.menu a {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        padding: 12px 18px;
        text-decoration: none;
}
.menu a:hover {
        background: #433B14;
}
.menu li ul li a {
        background: url('library/images/nav-bg.gif') repeat-x;
        border-bottom: 1px solid #0F0F0F;
}
object {
text-align: center; margin:10px 0 10px 0;
display:block;margin:0 auto 18px auto;
}
.menu ul li#feed {
	width: 120px;
	float: right;
	background: url(images/feed-icon.png) 100px 13px no-repeat;
	/* margin-right: 15px; */
	}
.menu ul li#feed a:hover {
	background: #433B14 url(images/feed-icon.png) 100px 13px no-repeat;
	}
.menu ul li#feed a {
	}
.hentry .entry-title {
	line-height: 28px;
	} 
.widget .avatar {
        float: none;
        width: auto;
        height: auto;
        margin: 2;
        padding: 5;
        border: 1px solid #ccc;
        }
.twitter-share-button-1 {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	}
.wp-caption-text {
        // font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.wp-caption {
        background: #f1f1f1;
        line-height: 18px;
        margin-bottom: 20px;
        max-width: 632px !important; /* prevent too-wide images from breaking layout */
        padding: 4px;
        text-align: center;
}
.wp-caption img {
        margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
        // color: #999;
        font-size: 11px;
        margin: 5px;
}
.wp-caption p {
		font-size: 11pt;
}
.comment-navigation {
	background-color: #fff;
}
.strip-rec-link-img1 {
	margin-left: 59px;
}
.strip-rec-link-title1 {
	margin-left: 59px;
}
.strip-rec-link-source1 {
	margin-left: 59px;
}

