/* 
Theme Name: petengdewe
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, two-columns, fixed-width, full-header
Template: hybrid
*/
/**
************************************************/
	@import url('../hybrid/library/css/21px.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 15px/21px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #EFEFEF;
	background: #000;
	}
#body-container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	}
#container {
	overflow: hidden;
	float: left;
	width: 960px;
	padding-top: 420px;
	background: url(images/the-cyclops.jpg) no-repeat center top;
	}
.content {
	overflow: hidden;
	float: left;
	width: 620px;
	margin-top: 20px;
	}
.no-widgets .content, .no-default-widgets .content {
	width: 960px;
	}
#primary {
	position: relative;
	float: right;
	width: 300px;
	margin-top: 20px;
	background: #191919;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
#primary li {
	color: #8C8C8C;
	}
#primary li a {
	color: #fff;
	text-decoration: none;
	}
#primary li a:hover {
	color: #3F7703;
	}
#primary .widget-title {
	display: inline-table;
	padding: 10px 10px 10px 18px;
	background: #282828;
	border-left: 1px solid #515151;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
	background: #191919;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
#secondary li {
	color: #8C8C8C;
	}
#secondary li a {
	color: #fff;
	text-decoration: none;
	}
#secondary li a:hover {
	color: #3F7703;
	}
#secondary .widget-title {
	display: inline-table;
	padding: 10px 10px 10px 18px;
	background: #282828;
	border-left: 1px solid #515151;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#subsidiary {
	overflow: hidden;
	}
#subsidiary li {
	color: #8C8C8C;
	}
#subsidiary li a {
	color: #fff;
	text-decoration: none;
	}
#subsidiary li a:hover {
	color: #3F7703;
	}
#subsidiary .widget-title {
	display: inline-table;
	padding: 10px 10px 10px 18px;
	background: #282828;
	border-left: 1px solid #515151;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	background: #191919;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	}
#footer-container {
	clear: both;
	overflow: hidden;
	}
#footer {
	clear: both;
	color: grey;
	font-size: 12px;
	font-style: normal;
	overflow: hidden;
	}
#footer a {
	color: #EFEFEF;
	}
/**
* Site title
************************************************/
#header {
	width: 960px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	}
#site-title {
	float: left;
	margin: 0;
	padding: 10px 5px 0 0;
	font-size: 57px;
	}
#site-title a {
	}
#site-description {
	margin: 0 0 0 10px;
	padding: 23px 5px 0 0;
	float: left;
	font-size: 25px;
	font-weight: normal;
	text-transform: lowercase;
	}
/**
* Elements
************************************************/

/* Links */
a  {
	text-decoration: none;
	}
a:visited  {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
.entry-content a {
	color: #3F7703;
	}
.entry-content a:hover {
	color: #EFEFEF;
	}
.entry-content a:visited {
	color: #EFEFEF;
	text-decoration: underline;
	}
.entry-content img {
	border: 5px solid #191919;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	}

/* Lists */
.content ul {
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #999;
	border-left: 3px solid #333;
	}
blockquote blockquote {
	color: #999;
	}
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: #999;
	background: transparent;
	border-top: 3px double #777;
	border-bottom: 3px double #777;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	}
pre {
	overflow: auto;
	padding: 9px;
	background: #191919;
	border: 1px solid #282828;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #777;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #999;
	}
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 #777;
	}
th a {
	font-weight: bold;
	color: #777;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #666;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: bold normal normal 75px/60px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #3F7703;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #191919;
	border: 1px solid #282828;
	}

/* 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: #191919;
	border: 1px solid #282828;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	color: #EFEFEF;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	margin-bottom: 20px !important;
	}
.gallery img {
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #191919;
	border: 1px solid #282828;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

/* Thumbnail */
.thumbnail {
	float: right;
	width: 150px;
	height: 150px;
	margin: 0 20px 10px 0;
	background: #333;
	border: none !important;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
* Page Navigation
************************************************/
#navigation {
	margin: 0 auto;
	}
#page-nav {
	float: right;
	margin: 0;
}
#page-nav li {
	float: right;
	margin: 0;
	padding: 0 5px 0 0 ;
}
#page-nav li a {
	color: #478604;
	background: #191919;
	padding: 35px 10px 10px 10px;
	border: none;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#page-nav li a:hover {
	color: #191919;
	background: #478604;
}
#page-nav li ul li {
	text-decoration: none;
}
#page-nav a {
	display: block;
	font: bold normal 12px/12px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}
#page-nav a:hover {
	text-decoration: none;
}
#page-nav li ul li a {
}
/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 57px;
	}
#page-nav li li a {
	border-top: none;
	margin-left: 5px;
	background-color: #191919;
	filter: alpha(opacity=90); 
	-khtml-opacity: 0.9; 
	-moz-opacity: 0.9;
 	opacity:0.9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	}
#page-nav li ul {
	background: none;
	border: none;
	}
#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 ul ul {
	}
#page-nav ul ul ul {
	margin-left: -1px;
	}
/* Breadcrumb */
.breadcrumb {
	margin: 0 0 5px 0;
	font-size: .8em;
	color: #999;
	font-style: normal;
	text-transform: uppercase;
	line-height: normal;
	}
.breadcrumb a {
	color: #396C03;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #999;
	text-decoration: none;
	}
.breadcrumb a:visited {
	color: #999;
	text-decoration: underline;
	}
/**
* Posts
************************************************/
.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;
	}
.entry-title a {
	color: #999;
	}
.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 .byline-prep {
	display:none;
	}	
.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 #282828;
	}
.entry-meta a {
	font-style: normal;
	color: #3F7703;
	}
.entry-meta a:hover {
	color: #777;
	}
.entry-meta a:visited {
	color: #777;
	text-decoration: underline;
	}
.edit a {
	color: #3F7703;
	text-transform: uppercase;
	}
.edit a:hover {
	color: #FF0000;
	}
.log-in-out a {
	color: #3F7703;
	text-transform: uppercase;
	}
.log-in-out a:hover {
	color: #FF0000;
	}

/* Comment */
.form-author, .form-email, .form-url, .form-textarea, .button{
	text-transform: uppercase;
	}
.fn {
	color: #777;
	font-style: normal;
	}
#comments .avatar {
	border: 3px solid #393939;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #191919 ;
}
.comment-meta {
	font-size: .85em;
	font-style: normal;
	text-transform: lowercase;
	color: #777;
	margin: 0px;
	}
.comment-meta a {
	color: #EFEFEF;
	font-style: normal;
	}
.comment-meta a:hover {
	color: #3F7703;
	}
/* Forms */
.text-input {
	font: normal normal normal 15px/21px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	border: 1px solid #191919 !important;
	background: #191919;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
	color: #3F7703;
	}
.text-input:hover {
	border: 1px solid #191919 !important;
	background: #444444;
	}
.text-input:focus {
	border: 1px solid #191919 !important;
	background: #121212;
	}
#comment {
	border: 1px solid #191919 !important;
	background: #191919;
	color: #3F7703;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#comment:hover {
	border: 1px solid #191919 !important;
	background: #444444;
	}
#comment:focus {
	border: 1px solid #191919 !important;
	background: #121212;
	}
.button {
	font: bold normal 13px/13px Arial, Verdana, sans-serif;
	color: #EFEFEF;
	background: #3F7703;
	border: 1px solid #3F7703;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.button:hover {
	cursor: pointer;
	color: #3F7703;
	background: #EFEFEF;
	border: 1px solid #EFEFEF;
	}
/* Navigation links */
.navigation-links {
	overflow: hidden;
	font-style: normal;
	}
.navigation-links a {
	color: #3F7703;
	font: bold normal 13px/13px Arial, Verdana, sans-serif;
	}
.navigation-links a:hover {
	color: #EFEFEF;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
.comment-list li {
	background: #191919 !important;
	border: none !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
#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;
	}
.credit {
	float: left;
	font: normal normal 9px/9px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	}
a.arrow, a.arrow:link, a.arrow:active, a.arrow:visited {
	float: right;
	padding: 3px 3px 3px 19px;
	background: #191919 url(images/arrow-up.png) no-repeat 5px 6px;
	color: #EFEFEF;
	font-style: normal;
	text-transform: lowercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
a.arrow:hover {
		background-color: #478604;
	}
