/**
 * Theme Name: WP Full Site
 * 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-r-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: #FFFFFF url('library/images/body_bg.gif') repeat;
}
/* Default content width overrides */
.content {
	width: 770px;
}
.content p {
	font-size: 0.88em;
	margin-left: 1.5em;
	margin-right: 2.0em;
	font-family: geneva, tahoma, verdana, sans-serif;
}
.content a {
	color: #ff9933;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	text-decoration: underline;
}
.content h3 {
	color: #4eaeae;
	font-size: 1.38em;
	line-height: 1.38em;
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding: 0em; 
}
.content h4 {
	color: #4d8383;
	font-size: 1.13em;
	line-height: 1.13em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding: 0em;
}
.content h5 {
	color: #4d8383;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0.15em;
	margin-bottom: 0.15em;
	padding: 0em;
		margin-left: 1.25em;
}
.content ul {
	margin-left: 3.0em;
	margin-right: 3.0em;
	font-size: 0.88em;
	list-style-type: none;
	font-family: geneva, tahoma, verdana, sans-serif;
}
.content li {
	padding-left: 1.5em;
	padding-right: 1.5em;
	background-image: url(library/images/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.content ul ul {
	margin-left: 6.0em;
	margin-right: 3.0em;
	list-style-type: circle;
	font-size: inherit;
	font-family: inherit;
}
.content ul ul li {
	padding-left: 0em;
	background-image: none;
}
.content .resDesc {
	color: #999999;
	font-style: italic;
	line-height: 10%;
}
#primary {
	width: 150px;
}
#secondary {
	width: 150px;
}
#subsidiary .widget {
	width: 150px;
}
/* End content width overrides */
#body-container {
	background: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto 1em;
}
a {
	color: #ff9933;
}
a:hover {
	text-decoration: none;
}
#container {
	background: #ffffff;
	border-top: 1px solid #fff;
}
#header {
	background: #f7db3c url('library/images/header.png') no-repeat;
	border-bottom: none;
	color: #fff;
	height: 189px;
	padding: 30px 20px 0;
	position: relative;
}
#header a {
	color: #fff;
}
#site-title {
	float: left;
	font-family: geneva, tahoma, verdana, sans-serif;
	font-size: 50px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	visibility: hidden;
}
#site-title a {
	text-decoration: none;
}
#site-description {
	clear: left;
	color: #ccc;
	float: left;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 10px 0;
	visibility: hidden;
}
#contact-info {
	color: #a18b14;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	text-align: right;
	bottom: -1px;
}
#contact-info a {
	color: #a18b14;
	font-size: 14px;
	font-weight: bold;
}
#contact-info a:hover {
	text-decoration: underline;
}
#pixopoint_menu1_wrapper + #pixopoint_menu2_wrapper {
	display:none;
}
#page-nav {
	background: url('library/images/nav-bg.gif') repeat-x;
	border-bottom: 1px solid #322A03;
	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 #322A03;
	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: #322A03;
}
#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.gif') no-repeat;
	border-bottom: 1px solid #333;
	border-top: 1px solid #BFAE3B;
	height: 237px;
}
#hero #call-to-action {
	font: bold 35px/45px geneva,tahoma,verdana,sans-serif;
	padding: 40px 20px 20px;
	text-shadow: 0 1px 0 #fff;
	width: 480px;
}
.hentry {
	background: #ffffff;
	/*border-bottom: 1px solid #bbb8a3;*/
	line-height: 150%;
}
.post-title a, .entry-title a {
	color: #4eaeae;
}
.hfeed .page-title, .hfeed .page-title a {
	visibility: hidden;
	line-height: 0em;
	height: 0em;
}
.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: #ff9933;
}
.entry-meta {
	clear: both;
	color: #666;
	font-size: 14px;
	font-style: italic;
}
.entry-meta a {
	color: #ff9933;
	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;
}
.entry-content table {
	margin-left: 1.5em;
	margin-right: 1.5em;
	width: 80%;
}
.entry-content th {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #4d8383;
	border-bottom: 1px dotted #4d8383;
}
.entry-content td {
	text-align: center;
}
#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: 9px;
	width: 110px;
}
#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: #ffffff;
	overflow: hidden;
	padding: 20px 20px 0;
}
.comments-header {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.comment-list, .comment-list ol {
	font-family: geneva,tahoma,verdana,sans-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: #4eaeae;
	border: 1px double #333;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	padding: 7px;
	width: 100px;
}
.button:hover, .sendbutton:hover {
	background: #4d8383;
	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 geneva,tahoma,verdana,sans-serif,"Lucida Grande","Lucida Sans Unicode";
	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: 2px dotted #4eaeae;*/
	font-size: 10px;
	padding: 10px 20px 0;
}
#footer a {
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
.footer-border {
	width: 100%;
	border: none;
	border-top: 2px dotted #4eaeae;
	align: center;
	padding-top:0.75em;
}
.credit { float: left; }
.child-credit {
	clear:right;
	float: right;
}
.sponsors {
	clear:both;
	float: right;
	width: 50%;
	font-weight: bold;
	font-style: italic;
}
.sponsors div {
	font-weight: normal;
	font-style: normal;
}
.wp-theme {
	text-align: right;
}
/* Recent Category List Widget styles */
.widget_categoryposts, .widget-widget_categoryposts {
	line-height:16px;
}
.widget_categoryposts .widget-title, .widget-widget_categoryposts .widget-title {
	font-size: 14px;
	font-weight: bold;
	}
.widget_categoryposts .post-title, .widget-widget_categoryposts .post-title {
	font-size: 12;
	font-weight: bold;
	}
.widget_categoryposts .cat-post-item > p, .widget-widget_categoryposts .cat-post-item > p {
	font-size: 11px;
	}
.widget_categoryposts .post-date, .widget-widget_categoryposts .post-date {
	font-size: 11px;
	font-style: italic;
	}
.widget_categoryposts, .widget-widget_categoryposts .comment-num {
	font-size: 11px;
	}