/* 
Theme Name: flame
Theme URI: http://webedewe.com/
Description: A blog child theme of the Hybrid theme framework 
Author: 8207h32
Author URI: http://webedewe.com
Version: 0.1.2
Tags: black, cufon, three-columns, fixed-width
Template: hybrid
*/
/**
************************************************/
	@import url('../hybrid/library/css/21px.css'); 
	@import url('../hybrid/library/css/3c-l-fixed.css');
	@import url('../hybrid/library/css/plugins.css'); 
	@import url('../hybrid/library/css/screen.css'); 
	@import url('../hybrid/library/css/drop-downs.css');
body {
	font: normal normal normal 14px/21px Georgia, Times, "Times New Roman", serif;
	margin: 0px;
	background: url(images/line.png) no-repeat center top;
	}
#body-container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	background: url(images/geni.jpg) no-repeat left bottom;
	}
#container {
	overflow: hidden;
	float: left;
	width: 960px;
	padding-top: 97px;
	background: url(images/container.png) no-repeat center top;
	}
.content {
	overflow: hidden;
	float: left;
	width: 520px;
	}
.no-widgets .content, .no-default-widgets .content {
	width: 960px;
	}
#primary {
	overflow: hidden;
	float: right;
	width: 190px;
	}
#secondary {
	overflow: hidden;
	float: right;
	width: 190px;
	margin-right: 20px;
	}
#subsidiary {
	overflow: hidden;
	margin: 0;
	background: url(images/flame.gif) no-repeat right bottom;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	}
#footer-container {
	clear: both;
	overflow: hidden;
	}
#footer {
	clear: both;
	height: 93px;
	margin: 0 auto;
	padding: 0;
	background: url(images/credit.png) no-repeat right bottom;
	}
.widget-title {
	font-size: 2.55em;
	}
/**
* Site title
************************************************/
#header {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/header.png) no-repeat center top;
	}
#site-title {
	display: none;
	}
#site-title a {
	}
#site-description {
	display: none;
	}
#search-1 {
	font-size: 12px;
	float:right;
	margin-top: 9px;
}
#search-1 .search-text {
}
#search-1 .search-submit {
	margin-right: 0;
}
/**
* Elements
************************************************/

/* Links */
a  {
	text-decoration: none;
	}
a:visited  {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
.entry-content a {
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	}
h1 {
	font-size: 2.8em;
	}
h2 {
	font-size: 2.7em;
	}
h3 {
	font-size: 2.55em;;
	}
h4 {
	font-size: 2.4em;
	}
h5 {
	font-size: 2.25em;
	}
h6 {
	font-size: 2.1em;
	}
/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	}
ul {
	list-style: disc;
	}
/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #0B0203;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}

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

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 600px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
* Page Navigation
************************************************/
#navigation {
	width: 960px;
	margin: 0 auto;
	}
#page-nav {
	float: left;
	width: 960px;
	margin: 0;
	background: #000 url(images/webedewe.png) no-repeat;
	padding-left: 245px;
}
#page-nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#page-nav li a {
	color: #fff;
	padding-top: 17px;
	height: 25px;
	background: #000;
	border: none;
}
#page-nav li a:hover {
	color: #ddd;
	background: #000;
}
#page-nav li ul li {
	text-decoration: none;
}
#page-nav a {
	display: block;
	font: bold normal 15px/15px Georgia, Times, "Times New Roman", serif;
	text-transform: lowercase;
}
#page-nav a:hover {
	text-decoration: none;
}
#page-nav li ul li a {
}
#page-nav li:hover ul, li.sfHover ul {
	top: 49px;
	border: none;
	}
/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px;
	font-size: .8em;
	color: #666;
	font-style: normal;
	text-transform: uppercase;
	line-height: normal;
	}
/**
* Posts
************************************************/
.hentry {
	margin-top:20px;
	}	
.post {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}
/* Post title */
.entry-title {
	margin-bottom: 3px;
	font-size: 2.8em;
	}
.entry-title a {
	color: #222;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}
/* Byline */
.byline {
	font-size: .8em;
	font-style: normal;
	text-transform: uppercase;
	color: #777;
	margin: 0px;
	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	font-style: normal;
	}
.byline .author {
	display:none;
	}	
.byline .text{
	display:none;
	}	
/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 3px 0 0 0;
	font-size: .8em;
	font-style: normal;
	text-transform: uppercase;
	color: #777;
	border-top: 1px solid #ccc;
	}
.entry-meta a {
	font-style: normal;
	}
/* Comment */
.form-author, .form-email, .form-url, .form-textarea, .button{
	text-transform: uppercase;
	}
.text-input {
	border: 1px solid #eee !important;
	background: #eee;
	}
.text-input:hover {
	border: 1px solid #eee !important;
	background: #fff;
	}
.text-input:focus {
	border: 1px solid #eee !important;
	background: #fff;
	}
#comment {
	border: 1px solid #eee !important;
	background: #eee;
	}
#comment:hover {
	border: 1px solid #eee !important;
	background: #fff;
	}
#comment:focus {
	border: 1px solid #eee !important;
	background: #fff;
	}

.fn {
	font-style: normal;
	}
.comments-header {
	font-size: 2.55em;;
	}
.comment-time {
	font-size: .8em;
	font-style: normal;
	text-transform: uppercase;
	color: #777;
	margin: 0px;
	}
/* Forms */
.button {
	text-indent: -999px;
	font: bold normal 12px/12px Georgia, Times, "Times New Roman", serif;
	color: #fff;
	}
.submit-comment {
	background: url(images/submit.png);
	}
.submit-comment:hover {
	background: url(images/submit.png) no-repeat 0 -29px;
	}
.reset-comment {
	background: url(images/reset.png);
	}
.reset-comment:hover {
	background: url(images/reset.png) no-repeat 0 -29px;
	}
.button:hover {
	}
/* Navigation links */
.navigation-links {
	overflow: hidden;
	font-style: normal;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#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;
	}
.comment {
	border-left: none !important;
	border-top: none !important;
	border-bottom: 1px solid #eee !important;
	border-right: none !important;
	}
.permalink {
	font-style: normal !important;
	}
.comment-reply-link {
	font-style: normal !important;
	}
.credit {
	float: left;
	font: normal normal 9px/9px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
.fpage {
	background: url(images/fpage.png);
	}
.fpage:hover {
	background: url(images/fpage.png) no-repeat 0 -24px;
	}
.facebook {
	background: url(images/facebook.png);
	}
.facebook:hover {
	background: url(images/facebook.png) no-repeat 0 -24px;
	}
.twitter {
	background: url(images/twitter.png);
	}
.twitter:hover {
	background: url(images/twitter.png) no-repeat 0 -24px;
	}

