/**

 * Theme Name: Hybrid Original

 * Theme URI: http://themehybrid.com/themes/hybrid-original

 * Description: A throwback to the Hybrid theme's original default style.

 * Version: 0.1

 * Author: Justin Tadlock

 * Author URI: http://justintadlock.com

 * Tags: threaded-comments, sticky-post, microformats, two-columns, fixed-width, blue

 * Template: hybrid

 *

 * Copyright (c) 2008 - 2009 Justin Tadlock.  All rights reserved.

 * http://justintadlock.com

 *

 * Hybrid Original 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 plugins CSS */

@import url('../hybrid/library/css/plugins.css');



/* Uncomment the below line if using the Hybrid Tabs plugin */

/* @import url('tabs.css'); */



/**

* Body

************************************************/

html{margin:0;padding:0;}

body {

	background: #627a7c url(images/bgbody.jpg) repeat-x;

	}

/* Body container */

#body-container {position:relative;

	overflow: hidden;

	width: 800px;

	margin:auto;

background-color:#ffffff;

font-family:Arial, Helvetica, sans-serif;

font-size:13px;

height:100%;

border:#fff solid 3px;

}

.home #body-container{

background: #fff url(images/bgcontent.jpg) no-repeat top right;}

.clear{clear:both;}

.breadcrumb-trail{display:none;}

/**

* Elements

************************************************/



/* Links */

a, a:visited  {

	color: #000;

	text-decoration: none;

	}

a:hover, a:active {

	color:#339999;

	}



/* Headers */

h2 {

	font-size: 22px;

	}

h3 {

	font-size: 20px;

	}

h4 {

	font-size: 18px;

	}

h5 {

	font-size: 16px;

	}

h6 {

	font-size: 14px;

	}

h1, h2, h3, h4, h5, h6 {

	font-family: Arial, Helvetica, sans-serif;;

	color: #444;

	}

.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {

	color: #eee;

	}

abbr {display:none;}

/* Lists */

.content ul {

	list-style-type: square;

	margin-left: 14px;

list-style-position:outside;

	}

.content ul li {

padding-left: 10px;

margin-left:10px;

	list-style:square;

	}

* html .content ul li {height:1%}

.content .sticky ul li {

	padding-left: 9px;

	}



/* Blockquotes */

blockquote {

	overflow: hidden;

	padding-left: 9px;

	font-style: italic;

	color: #444;

	border-left: 3px solid #CADAE7;

	}

.post blockquote {

	margin: 0 24px 0  0;

	padding: 6px 0 0 24px;

	background: url(images/quotes.gif) no-repeat 0 0;

	border: none;

	}

.sticky blockquote {

	color: #f7f7f7;

	background: url(images/quotes-alt.gif) no-repeat 0 0;

	}

blockquote blockquote {

	color: #555;

	border-left: 3px solid #CADAE7;

	}

.sticky blockquote blockquote {

	color: #eee;

	}

blockquote em {

	font-style: normal;

	}

blockquote.pullquote {

	width: 210px;

	margin-top: 9px !important;

	margin-bottom: 3px !important;

	padding: 6px 9px;

	font-size: 18px;

	text-align: center;

	color: #333;

	background: transparent;

	border-top: 3px double #ccc;

	border-bottom: 3px double #ccc;

	}

.pullquote p {

	margin: 0;

	}



/* Code */

code {

	padding: 0 3px;

	background: #eee;

	}

pre {

	overflow: auto;

	padding: 9px;

	background: url(images/pre.png) repeat 0 0;

	border: 1px solid #eee;

	}

pre code {

	padding: 0;

	background: transparent;

	}

.sticky pre {

	background: #246F93;

	border: 1px solid #666;

	}

.sticky code {

	background: #246F93;

	}







/* Drop caps */

.drop-cap {

	float: left;

	line-height: 39px;

	margin: 3px 3px 0 0;

	font-size: 51px;

	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;

	color: #666;

	}

.sticky .drop-cap {

	color: #eee;

	}



/* Notes */

.note {

	padding: 6px 9px;

	background: #eee;

	border: 1px solid #ccc;

	}



/* 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;

	}



/* Footnotes */

.footnotes {

	margin: 0 0 21px 24px;

	padding: 9px 0 0 0;

	font-size: .8em;

	color: #777;

	border-top: 1px solid #eee;

	}

.footnotes a.return {

	padding: 0 1px;

	}

.footnotes a.return:hover {

	color: #eee;

	background: #3C738C;

	text-decoration: none;

	}



/* Alignment */

.left, .alignleft {

	float: left;

	margin: 0 18px 0 0 !important;

	}

.right, .alignright, .alignright2 {

	float: right;

	margin:0 -80px 10px 5px !important;

	}

.imgright{position:absolute;

	right:-100px;

padding-top:30px;

z-index:100;



	}

.imgright2{

    position:relative;

    float: right;

    margin: 0 -250px 0 5px !important;

    z-index:100;

    }

	}

.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

************************************************/

.post img {

	max-width: 594px;

border:none;

	}



img.wp-smiley {

	max-height: 12px;

	margin: 0;

	padding: 0;

	border: none;

	}

img a{border-color:#000;}

/* Captions */

.wp-caption {

	max-width: 592px;

	padding: 6px 1px 0 1px;

	background: #f9f9f9;

	background: #3c738c;

	text-align: center;

	}

.wp-caption .wp-caption-text {

	margin: 0;

	padding: 0 5px;

	text-align: right;

	font-size: .8em;

	color: #666;

	color: #fff;

	}

.wp-caption img {

	max-width: 586px;

	margin: 0 auto;

	padding: 0;

	border: 1px solid #666;

	}



/* Gallery [gallery] */

.gallery {

	display: block;

	text-align: center;

	margin-bottom: 21px !important;

	}

.gallery img {

	border: 1px solid #3c738c;

	}



/* Author avatar */

.avatar {

	float: left;

	width: 100px;

	height: 100px;

	margin-right: 18px;

	padding: 5px;

	background: #eee;

	border: 1px solid #ddd;

	}



/* Thumbnail */

.thumbnail {

	float: left;

	width: 150px;

	height: 150px;

	margin: 0 18px 9px 0;

	padding: 5px;

	background: #eee;

	border: 1px solid #ddd;

	}

.sticky .thumbnail {

	background: transparent;

	border: 1px solid #000;

	}



/**

* Header

************************************************/

#header-container{



}

#header {



	display: none;

height:127px;

	}

#site-title {display:none;

	font-size: 2.3em !important;

	line-height: 27px;

	}

#site-title a {

	color: #5f97b1;

	}

#site-description {display:none;float:right;

	font-size: 2em;

	color: #000;

	margin: 30px 15px 0 0;

	}

#site-title, #site-description {

	font-family: Georgia, Times, "Times New Roman", serif;

	}

.description {font-family:sans-serif;

font-size:5em;

float:right;

margin-top:-90px;

padding-right:20px;

}

.logo{position:absolute;

top:5px;

left:10px;

}

/**

* Navigation home page

************************************************/

.home #navigation {margin:0; padding:0;

	float:left;

display:inline;

width:195px;

margin-top:110px;

	}



.home #page-nav li {position:relative;

	margin-bottom:5px;

	padding: 0;

	background: url(images/bgnav.jpg);

text-align:center;

list-style-type:none;

width:195px;

font-weight:bold;

font-size:13px;

	}

.home #page-nav li li {

	margin: 0;

	}

.home #page-nav li a {

	padding: 7px 12px;

	color: #f9f9f9;

font-weight:bold;

	}

.home #page-nav li a:hover {

	padding: 7px 12px;

	color: #000;

font-weight:bold;

	}

.home #page-nav ul li.current_page_item {

	background: url(images/bgnav.jpg);

	}

.home #page-nav ul li.current_page_item li {

	background: url(images/bgnavcurrent.jpg);

color:#fff;

	}

 .home #navigation{margin-left:0;}

.menu,.sf-menu{margin:0;padding:0;}

/**

* Navigation Interior Pages

************************************************/

#navigation {margin:0; padding:0;

	float:left;

display:inline;

width:195px;

margin-top:100px;

	}

#page-nav li {

	position:relative;

	margin-bottom:5px;

	padding: 0;

	background: url(images/bgnav.jpg);

text-align:center;

list-style-type:none;

width:195px;

font-weight:bold;

font-size:13px;

	}

#page-nav li li {

	margin: 0;

	}

#page-nav li a {

	padding: 7px 12px;

	color: #f9f9f9;

font-weight:bold;

	}

#page-nav li a:hover {

	padding: 7px 12px;

	color: #000;

font-weight:bold;

	}

#page-nav ul li.current_page_item {

	background: url(images/bgnavcurrent.jpg);

color:#fff;

	}

#page-nav ul li.current_page_item li {

	background: url(images/bgnav.jpg);

	}



/* Container (content/primary/secondary)

************************************************/

#container {position:relative;

	overflow: hidden;

	float: right;

	width: 800px;

	padding-top: 21px;

	padding-bottom: 21px;

	}



.content {

	overflow: hidden;

	float: right;

display:inline;

	width: 590px;

margin-top:20px;

min-height: 600px;

	}

.peach{position:relative;

top:60px;

width:300px;

padding-left:20px;

font-size: 15px;

z-index:1000;

}

.peach ol li{

margin-left:35px;

}

.peachinterior{position:relative;

top:-9px;

background-color:#f5d1b5;

width:500px;

padding:5px 5px 20px 5px;

height:auto;

margin-bottom:8px;

}



.peachinterior p{

padding:5px;

text-indent:10px;

}

.peachinterior h3{

padding: 0;

font-size:16px;

}

.peachinterior a{

text-decoration:underline;

color:#3639b3;

}

h4{font-size:15px;}

.peachinterior2 a{

text-decoration:underline;

color:#3639b3;

}
.entry-content{

padding-top:5px;

}

.spacer{height:10px;position:relative;}

.phone{position:relative;

width:195px;

font-size:18px;

padding:8px 5px;

margin-top:-60px;

margin-left:5px;

}

.home .phone{position:relative;

width:195px;

font-size:18px;

padding:8px 5px;

margin-top:-70px;

margin-left:5px;

}

.email{position:relative;

font-size:14px;

margin-left:5px;

margin-top:-27px;

}

.home #test{position: relative;float:right;

background-color:#e6e6c2;

color:#000;

width:250px;

padding:5px;

font-size:14px;

text-align: center;

z-index:100;

margin-top:-50px;

}

#test{position: relative;float:right;

background-color:#e6e6c2;

color:#000;

width:250px;

padding:5px;

font-size:14px;

text-align: center;

z-index:100;

}

.sig{text-align:right;}

#quotes{position:relative;

clear:right;

float:right;

width:590px;

height:60px;

background-color:#999999;

color:#fff;

text-align:center;

font-size:18px;

font-weight:bolder;

padding:5px;

}

#quoterotator{
font-size: 16px !important;
color:#ffffff;
}

.widget-inside{font-size:18px;

margin:0;

padding:0;

}
#text-3 p{
font-size:12px;
padding:5px;
}
#text-3 ul{
margin-top:-5px;
padding-top:0;
}
#text-5{

padding: 0;

margin: 0;

}

#text-5 h3{

text-align:center;

padding-bottom:5px;

}

h1 page-title, .entry-title {

font-family:"Brush Script MT",Georgia,Helvetica,sans-serif !important;}

.page-title, .entry-title {position:relative; top:5px;

right:10px;text-align:right;

margin-top:-20px; padding-right:20px;font-size:36px !important;

line-height:60px;

font-family:"Brush Script MT" verdana;}

.hfeed .page-title{

}

h1 .entry{

font-fmaily:Georgia,Helvetica,sans-serif !important;}

.home .hfeed .page-title{display:none;

}

.test{font-size:14px; text-indent:10px;}

.signature{text-align:right;}

.signupframe {

  border: 0;

  background: #dadad8;

  color: #226699;

  font-family: Arial, Helvetica, sans-serif;

font-size:11px;

padding:4px;

}

label{margin-left:4px;float:left;}



/**

* Posts

************************************************/

.post {

	clear: both;

	overflow: hidden;

	height: 100%;

	margin-bottom: 21px;

	}



.single .post, .page .page {

	margin-bottom: 0;

	}

.page-template-blog .post, .page-template-quick-post .post {

	margin-bottom: 36px;

	}

.sticky {

	padding: 18px 9px 0 9px;

	color: #f7f7f7;

	background: #232C36;

	}

.sticky a {

	color: #A6C2CF !important;

	}



/* Post title */

.post-title {

	font-size: 18px !important;

	font-family:Arial, Helvetica, sans-serif !important;

text-align:center;

	}

.single-title {

	font-size: 18px !important;

	font-family:Arial, Helvetica, sans-serif !important;

text-align:center;

	}

.page-title, .attachment-title, .error-404-title {

	margin-bottom: 21px;

	}



/* Byline */

.byline {display:none;

	margin: 0;

	font-size: .85em;

	font-style: italic;

	color: #666;

	}

.single .byline, .home .byline {

	margin-bottom: 21px;

	}

.sticky .byline {

	color: #f7f7f7;

	}

.byline a {

	color: #232c36;

	}



/* Post meta data */

.post-meta-data {

	clear: both;

	display: block;

	padding: 9px 0 0 0;

	font-size: .85em;

	font-style: italic;

	color: #666;

	

	}

.sticky .post-meta-data {

	color: #f7f7f7;

	border: none;

	}

.post-meta-data a {

	color: #232c36;

	}



/* Page links */

p.pages a {

	margin: 0 1px;

	padding: 1px 6px;

	font-style: italic;

	border: 1px solid #ddd;

	}

.sticky p.pages a {

	background: #3C738C;

	border: none;

	}

/* Series */

.series-title {

	font-size: 1.2em;

	}



/* Page templates */

.author-profile {

	overflow: hidden;

	height: 100%;

	margin-bottom: 21px;

	}

.page-template-biography .author-profile {

	margin: 0;

	}

.author-profile .author-name {

	margin-bottom: 0;

	font-size: 1em;

	font-weight: bold;

	}

.post-box {

	overflow: hidden;

	margin-bottom: 21px;

	}



/* Archive templates */

.author-title, .category-title, .date-title, .tag-title, .search-title {

	font-size: 21px;

	}

.author-info, .category-info, .date-info, .tag-info, .search-info {

	overflow: hidden;

	margin-bottom: 21px;

	}



/* Attachments (post meta data) */

.attachment object {

	width: 100%;

	height: 100%;

	

	}

.attachment object.video {

	width: 100%;

	height: 360px;

	}

.attachment object.audio {

	width: 100%;

	}

.attachment-image .post-meta-data {

	clear: left;

	}

.attachment .download {

	display: block;

	margin-bottom: 21px;

	}

.attachment-icon, .mime-type-icon {

	height: 18px;

	margin-right: 6px;

	padding: 0;

	}

.attachment-application-octet-stream .video {

	height: 400px;

	margin-bottom: 21px;

	}



/* Breadcrumb */

.breadcrumb {

	margin-bottom: 21px;

	font-size: .85em;

	color: #666;

	}



/* Navigation links */

.navigation-links {

	overflow: hidden;

	height: 100%;

	}

.next, .previous {

	max-width: 50%;

	font-size: .85em;

	}

.previous {

	float: left;

	}

.next {

	float: right;

	text-align: right;

	}

#comments-template .paged-navigation {

	text-align: center;

	font: .95em Georgia, "Times New Roman", Times;

	}

#comments-template .paged-navigation .page-numbers {

	padding: 3px 6px;

	font-style: italic !important;

	border: 1px solid #eee !important;

	}

#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {

	float: none;

	text-align: left;

	border: none !important;

	}



/**

* Widget inserts

* Primary (displayed first) and Secondary

************************************************/

#primary {

	float:left;

	width: 195px;

background-color:#dadad8;

padding:0;

margin:0;

	}

#primary h3{

padding:5px 0 5px 0;

margin:0;

}

#primary ul li{

font-size:12px;

padding-left:-10px;

margin-left:-10px;

}

.aside{background-color:#dadad8;

}

#hybrid-categories-3{background-color:#dadad8;

}

#text-4{

background-color:#dadad8;

padding:5px;

margin:0;

}

#secondary {

	float:left;

width:195px;

background-color:#dadad8;

margin-top:8px;

	}

#text-5{

background-color:#dadad8;

}

#subsidiary {position:absolute;

top:-150px;

width:195px;

float:left;

	overflow: hidden;

	margin: 0 0 15px 0;

z-index:100;

	}



/* Widgets */

#header .widget{

width:176px;

}

.widget {

	overflow: hidden;

	margin: 0 0 21px 0;

	padding: 0px 15px;

	background: #DADAD8;

	}

.content .widget {

	margin: 0;

	padding: 0;

	}

#subsidiary .widget {

	overflow: hidden;

	float: left;

	width: 300px;

	margin: 0 20px 0 0;

	padding: 0;

	color: #999;

	background: transparent;

	}



/* Widget title */

.widget-title {

	font-size: 1.1em;

	}
#subsidiary .widget-title {

	color: #999;

	}



/* Widget lists */

.widget ul {

	list-style-type: square;

	}

.widget ul li {

	list-style-type:square;

font-size:14px;

	}

.widget li.current-cat a, .widget li.current_page_item a {

	color: #232c36;

	}

.widget li.current-cat li a, .widget li.current_page_item li a {

	color: #2f6eb9;

	}

#subsidiary .widget ul {

	margin-left: 0;

	}

#subsidiary .widget ul li {

	padding: 3px;

	background: transparent;

	border-bottom: 1px solid #2b3b4a;

	}

#subsidiary a {

	color: #678db1;

	color: #ccc;

	}



/* Widget search */

.widget-search .search-text {

	width: 230px;

	}



/* Widget categories */

.widget-categories img {

	position: relative;

	max-height: 16px;

	top: 1px;

	margin: 0;

	padding: 0;

	}



/* Widget table (calendar) */

.widget table {

	width: 240px;

	}



/**

* Comments

************************************************/

#comments-template {

	}



/* Comment headers */

#comments-number, #reply {

	font-size: 1.2em;

	}

li.author #reply {

	color: #f7f7f7;

	}



/* Comments are closed */

.comments-closed {

	color: #666;

	font-style: italic;

	}



/* Comment list */

#comments-template ol {

	list-style: none;

	margin: 0 0 21px 0;

	}

#comments li {

	overflow: hidden;

	margin-bottom: 9px;

	padding: 9px 9px 0 9px;

	color: #333;

	background: #f9f9f9;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	}

#comments li li, #comments li.author li li {

	color: #333;

	margin: 0 9px 9px 18px;

	background: #fff;

	}

#comments li.author li, #comments li li li, #comments li li.author li, #comments li.author li.author li {

	color: #333;

	background: #f9f9f9;

	}

#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author {

	color: #f7f7f7;

	background: #232C36;

	}

#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {

	color: #f7f7f7;

	background: #246F93;

	}

#comments li li.author, #comments li li.author li.author {

	border-top: 1px solid #333;

	border-bottom: 1px solid #333;

	}



/* Comment links */

#comments li a, #comments li.author li a, #comments li.author li.author li a {

	color: #3C738C;

	} 

#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {

	color: #A6C2CF;

	border-color: #333;

	}



/* Avatar */

#comments-template .avatar {

	width: 40px;

	height: 40px;

	float: left;

	margin-right: 18px;

	padding: 0;

	border: 1px solid #666;

	}

#comments-template li.author .avatar {

	padding: 2px;

	background: #246F93;

	}



/* Comment meta data */

#comments-template .comment-meta-data {

	margin-bottom: 18px;

	}



/* Comment text */

#comments-template .comment-text {

	clear: left;

	margin: 0 18px;

	}

.comment-text blockquote {

	margin-bottom: 21px;

	}

.comment-text blockquote p {

	display: inline;

	}

#comments-template li.author blockquote, #comments-template li.author pre {

	color: #fff;

	background: #246F93;

	border: none;

	}

#comments-template li.author code {

	background: transparent;

	}



/* Form */

.text-input {

	display: block;

	padding: 3px 6px;

	width: 300px;

	}

.page-template-quick-post .text-input {

	width: 97.5%;

	}

#comments-template label {

	font-size: .8em;

	}

textarea {

	clear: left;

	display: block;

	width: 98.5%;

	}

.button {

	width: 100px;

	margin-right: 9px;

	padding: 6px 9px;

	font: .9em Cambria, Georgia, Times, 'Times New Roman', serif;

	font-weight: bold;

	color: #eee;

	background: #242D36;

	border: none;

	}

li.author .button {

	background: #333C45;

	}

.button:hover {

	cursor: pointer;

	background: #333C45;

	}

.search-form input {

	margin-right: 9px;

	}

.allowed-tags {

	font-size: .8em;

	}



/**

* Footer

************************************************/

#footer-container {position:relative;

bottom:0;

width:800px;

background-color:#fff;

	clear: both;

	overflow: hidden;

	color: #000;

margin:auto;

border: #fff solid 3px;

	}

#footer-container a {

	color: #000;

text-decoration:underline;

	}

#footer {position:relative;

	clear: both;

	font-style: italic;

background: transparent; 

	}

#footer a {

	font-style: normal;

	color: #000;

	}

#footer .copyright {

	display: inline;

	float: right;	

	margin-right: 9px;

padding-top:45px;

	}

#footer img{padding:5px;

}

#footerlinks{position:absolute;

left:200px;

bottom:30px;

}

.footerlist li{display:inline;

list-style-type:none;

width:50px;

padding-left:30px;

}

.home #footerlinks a{color:#000;

font-weight:normal;

font-family:Arial, Helvetica, sans-serif;

}

#footerlinks a{color:#000;

font-weight:normal;

font-family:Arial, Helvetica, sans-serif;

}

.slideshow{height:400px;}