/* 
Theme Name: template

Description: basics set for redesign, functions addressing antique sites applied. 
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */

/*@import url('../hybrid/library/css/reset.css');*/

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */

@import url('../hybrid/library/css/18px.css');

/* @import url('../hybrid/library/css/20px.css'); */

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

/* @import url('../hybrid/library/css/22px.css'); */

/* @import url('../hybrid/library/css/25px.css'); */

@import url('../hybrid/library/css/2c-r-fixed.css');

/* Plugins CSS */

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

/* Get drop-downs CSS */

@import url('css/minimal.css');

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

/* Hybrid's default CSS */

/* Body */

body {height:100%;
	color: #CCCCCC;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-color: #141414;
}

/* Body container */

#body-container {margin:10px auto 0;height:100%;
	
}

/* Links */

a, a:visited {
	color: #903100;
}

a:hover, a:active {
	color: #d54e21;
	text-decoration: none;
}

/* Headers */ 


h1,h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #aaa;
	font-weight: bold;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

/* Lists */

ul {
	margin: 0 0 9px 0;
	list-style: none;
}
.post ol li{
	margin: 5px 0;
	color: #e8e8e8;
}

/* Blockquotes */

blockquote {
	font-style: italic;
	color: #555;
}

blockquote blockquote {
	color: #777;
}

blockquote em {
	font-style: normal;
}

/* Code */

pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}

code {
	padding: 0 3px;
	background: #000;
}

pre code {
	background: transparent;
}

/* Tables */

table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
}

td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

th {
	background: #eee;
}

/* Drop caps */

.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
}

/* 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;
}

/* basics */

.clear {
	clear: both;
}
/* home page */

.presentation img{border: 1px solid #444444; margin-right: 30px;	
}
.presentation ol {color: #888888;

	width: 380px;padding: 0px 20px 0 0;
}
/* sitemap page */
.archives-box-one {
	float: left;width: 300px;
}
.archives-box-two {
	float: right;width: 400px;
}
.page-template-sitemap a{color: #8F8F8F;
	
	
}
.page-template-sitemap a:hover {color: #d54e21;
	
}
.page-template-sitemap h2{
	color:#787878;
	font-style: italic;
}
.post-archives li{
	background:transparent url(images/list-dot.png) no-repeat scroll left 9px;padding-left: 9px;
}
.plan li {background:transparent url(images/check.gif) no-repeat scroll left 4px;padding-left: 18px;margin-bottom: 10px;
	
}
h3 {
	font-weight: normal;
	font-style: normal;
	
}
/* Downloads */

.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}

/* Breadcrumb */

.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
}

.breadcrumb a {
	color: #111;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
}

/* Images */
.albums h2 a {line-height: 1em;padding: 0 5px;
	font-size: 14px;
	color: #8F8F8F;
}
.albums .post {
	margin: 0 0 18px 0;
	text-align: center;
	width: 180px;
	
	float: left;
}
.album {border: 1px solid #444444;height: 200px;
	width: 165px;margin: 0 auto;
}

.albums-canvas .post {
	margin: 0 0 0 0;
	text-align: center;
	width: 175px;
	height: 175px;
	float: left;
}

.albums-canvas .thumbnail {padding: 2px;border: 1px solid #444444;
	width: 155px;
	height: 155px;
	margin: 0;
}

.portfollio .gallery img {
	width: 340px;
}

.portfollio dl dt {
	margin-bottom: 18px;
}

.category-news .post  img, .category-articles .post  img {
	float: left;
	margin-right: 10px;
}
.category-news .post  p, .category-articles .post  p {
	margin-top: 10px;
}

.post img {
	max-width: 568px;
	padding: 5px;
	
}
.widget-image {
	margin-bottom: 10px;
}

/* Captions [caption] */

.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
}

.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
}
.demo {
	margin-bottom: 9px;
}
/* Gallery [gallery] */
.main-image {border: 1px solid #333;
	float: left;
}



#thegallery {
	width: 720px;
	margin: 0 auto;padding-bottom: 10px;
}


#gallery-right {
	width: 230px;
	float: right;
}
#thegallery .gallery{margin-bottom: 0px !important;
	
}
.gallery img {
	width: 70px;
	height: 70px;
	border: 1px solid #333;
}

dl dt {
	font-weight: bold;
	margin: 0px 0 0;
}

ul#info {
	list-style: none;
	width: 140px;
	float: right;
	margin: 35px 30px 0 0;
}

#info li {
	font-size: 13px;
	margin: 0px;
	background: url(images/dot.png) repeat-x 0 13px;
}

#info li .info {
	float: right;
	background-color: #141414;
	padding-left: 3px;
}

#info li span {
	padding-right: 3px;
	float: left;
	background-color: #141414;
}

#info li br {
	clear: both;
}

/* Avatars */

.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
}

/* Header */

#header {
	position: relative;
	height: 110px;
	border-bottom: 1px solid #333;
}

#header-container {
	height: 128px;
}
/* Search */
#search {
	float: right;
	width: 220px;
	margin: 0 15px 0 0;
	}
#search form {
	width: 220px;
	height: 30px;
	padding: 0;
	background: url(images/search.png) no-repeat 0 0;
	}
#search input {
	float: left;
	overflow: hidden;
	margin: 0;
	border: none;
	background: none;
	}
#search input.search-text {
	font-family: arial, verdana, sans-serif;
	width: 155px;
	padding: 4px 5px 6px 10px;
	color: #787878;
	}
#search input.search-submit {
	width: 49px;
	margin: 0;
	padding: 2px 6px 0 0;
	letter-spacing: 0.1em;
	font-size: .9em;
	font-weight: bold;
	color: #787878;
	}
#search input.search-submit:hover {
	cursor: pointer;
	}

/**

/* Blog title */

#site-title {
	margin: 0 0 10px 0;
	text-indent: -9000px;
}

#site-title a {
	position: absolute;
	height: 95px;
	width: 231px;
	top: 0;
	left: 0;
	color: #e8e8e8;
	background: url(images/logo.gif) no-repeat left top;
}


/* Blog description */

#site-description {
	width: 200px;
	float: left;
	margin-top: 60px;
	color: #e8e8e8;
	text-indent: -9000px;
}

/* Navigation */

#navigation {width: 650px;
	margin-top: 38px;
	float: right;
}

/* Page nav */

#page-nav {
	
}

#page-nav ul {float: right;
	
}

#page-nav li a {
	padding: 8px 15px 8px 15px;
	color: #fff;
	background: inherit;
	border: 1px solid #141414;
	
}
#page-nav li a:hover {
	
	color: #787878;
}
#page-nav .page-item-5
{
	background: url(images/arrow-down.png) no-repeat right center;
margin-right: 5px;}
/* Drop-downs style */

#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
}

#page-nav li li a {
	border-top: none;
	margin-right: 0;
}

#page-nav li ul {
	background: transparent url(images/trans.png) repeat;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	
}

#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul {
	top: -1px;
}

#page-nav li li li {
	margin-left: -1px;
}

/* Container (wraps content, primary, and secondary) */

#container {
	padding-top: 18px;
	margin-bottom: 9px;
}

/* Main content */

.home .content {
	width: 100%;
}

.content {
	width: 720px;
	margin: 0 0 21px 0;
}
.focus {margin-right: 30px;
	padding: 13px 12px 13px 0;
	background: url(images/focus.gif) no-repeat right center;
}

#primary {padding-top: 36px;
	width: 220px;
}
#secondary {
	width: 220px;
}

.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
}

/* Posts */

.post {
	overflow: hidden;
	margin: 0 0 40px 0;
}

.single .post, .attachment .post, .page .post {
	margin: 0;
}

/* Archive information */

.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 0 0;
}

/* Entry title */
#custom-text {
	margin-bottom: 18px;
}
#custom-text .entry-title, .page-title .grey {font-size: 24px;
	display: inline;line-height: 28px;
}
#custom-text .grey {line-height: 28px;display: inline; font-size: 24px;
	font-weight: normal;
	color: #888888;
}
.entry-title a {color: #8f8f8f;
	font-size: 24px;
	font-weight: normal;
	
}

.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
}

.page-title, .attachment-title {
	margin: 0 0 21px 0;
}

.entry-title a {
	color: #fff;
}

/* Byline */

.byline {
	display: none;
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
}

.archive .byline, .search .byline {
	margin: 0;
}

.byline .byline-prep {
	text-transform: lowercase;
}

/* Entry content */

.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
}

/* Entry metadata */

.entry-meta {
	font-style: italic;
	color: #666;
}
.single-product .entry-meta {
	display: none;
}

/* Page links (multiple-paged posts) */

p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
}

/* Navigation links */

.navigation-links a {
	color: #ababab;
}
.navigation-links a:hover {
	color:#D54E21;
}

.navigation-links .previous {
	float: left;
	max-width: 50%;
	padding: 6px 0 6px 30px;
	background: url(images/prev.png) no-repeat left 6px;
}

.navigation-links .next {
	padding: 6px 30px 6px 0;
	background: url(images/next.png) no-repeat right 6px;
	float: right;
	max-width: 50%;
	text-align: right;
}

/* WP Pagenavi plugin */

.wp-pagenavi {
	margin: 12px 0;
}

.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	
}

/* Widgets */

.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #e8e8e8;
}

.widget a {
	color: #8F8F8F;
	text-decoration: none;
}

.widget a:hover {
	color: #d54e21;
	text-decoration: none;
}

/* Widget titles */

.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #787878;
}

.widget li {
	margin-top: 10px;
}

.widget .children li {
	margin-top: 0;
	padding-left: 9px;
	background: url(images/list-dot.png) no-repeat left center;
}

/* Utility widget areas */

#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
}

/* Comments template */

#comments-template {
	
}

/* Comment headers */

.comments-header {
	font-size: 1.2em;
}

/* Comments are closed */

.comments-closed {
	font-style: italic;
}

/* Comment list */

#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
}

#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
}

#comments li li, #comments li li li li {
	background: #f9f9f9;
}

/* Avatar */

#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
}

/* Comment meta data */

.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
}

.comment-author {
	font-size: 15px;
	color: #000;
}

.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
}

/* Comment text */

.comment-text {
	clear: left;
	margin: 0 15px;
}

/* Form */

.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
}

#comments-template label {
	font-size: .9em;
}

/* Respond textarea */

textarea {
	width: 98%;
}

/* Submit and rest buttons */

/*.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
}*/

/* Footer container */

#footer-container {
	margin: 0 0 21px 0;
}

/* Subsidiary */

#subsidiary {
	margin: 0 0 21px 0;
}

/* Footer */
.footer-site {width:400px; float:left;}
#footer {
	border-top: 1px solid #333;
	padding-top: 18px;
	font-style: italic;
	color: #444;
}
.footer-address {width: 300px;text-align: right;
	float: right;
}

#footer a, #footer a:visited {
	color: #8f8f8f;
}

#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
}

/* email form */

.linklove {
	display: none;
}

.button:hover, .submit:hover, .reset:hover {
	background: transparent;
	cursor: pointer;
}
/* popup for email form */
.sociable {
	width: 25%;float: left;
}
.send {margin:0;
	width: 30%;float: left;
}
.send li {
	display: inline;
}
.inquire img, .printthis img {
	border: none;
}
.printthis li {
	
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: absolute;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #141414;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {border: none;
	position: absolute;
	right: -20px;
	top: -20px;
}