/**
 * Theme Name: Hepkie
 * Theme URI: http://themehybrid.com/themes/leviathan
 * Description: A child of the Hybrid theme framework based on Leviathan.
 * Author: Fredrik Beckman
 * Author URI: http://hojt.se
 * Version: 0.1
 * Tags: threaded-comments, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2009 Fredrik Beckman.  All rights reserved.
 * http://hojt.se
 *
 */

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

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

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

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('../hybrid/library/css/tabs.css'); */

/* Body */
body {
	font: 12px/21px Verdana, Arial, sans-serif;
	color: #666;
	margin: 0;
	background-color:#000;
	}
#body-container {
	margin: 0px auto 0 auto;
	width: 890px;
	background-color:#efefef;
	border: 1px solid #9D2123;
	}

/* Links */
a:link, a:visited {
	color: #9D2123;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: arial, verdana, sans-serif;
	text-transform:uppercase;
	color:#9D2123;
	}

/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
	}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
	}

/* Blockquotes */
blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.post blockquote {
	font-style: italic;
	color: #777;
	}
.post blockquote em {
	font-style: normal;
	}

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

/* Tables */
table {
	width: 100%;
	background: #F8F8F8;
	border: 1px solid #e2e2e2;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .5em;
	border: 1px solid #e2e2e2;
	vertical-align:middle;
	}
tr {
	background: #F8F8F8;
	color:#333;
	}
th {
	padding: .3em;
	color: #fff;
	background: #113644;
	border: 1px solid #e2e2e2;
	}
td a, th a {
	font-weight: bold;
	}

/* Forms */
textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
	}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
	}
.page-template-quick-post .text-input {
	width: 98%;
	}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #fff;
	background: #0A2934;
	border: 1px solid #000;
	}
.button:hover {
	cursor: pointer;
	background: #113644;
	}

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

/* Notes */
.note {
	padding: 6px 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* 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 15px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
	}
.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
************************************************/
img, a img {
	padding: 5px;
	}
.post img {
	max-width: 594px;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

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

/* Thumbnails */
.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	text-align: center;
	margin-bottom:10px;
	}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
	}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/**
* Text on header
************************************************/

#utility-header {
	position: relative;
	top: 500px;
	left: -710px;
	width: 650px;
	background:none;
	border:none;
	}
#utility-header .widget {
	position: absolute;
	bottom:0px;
	background:none;
	border:none;
	}
#utility-header #secondary-html-content-3{
	background:none;
	color: #fff;
	font: italic 26px "Century Gothic", Century Gothic, arial, verdana, sans-serif;
	padding-left:10px;
	padding-bottom:2px;
	text-shadow: 1px 1px 1px #000;
	filter: shadow(Strength=2, color=#000000, direction=135);
	}
#utility-header #ref-source{
	margin-top:-20px;
	color: #fff;
	font: italic 12px "Century Gothic", Century Gothic, arial, verdana, sans-serif;
	}

#secondary-html-content-3 .wp_twitter_button{
	display:none;
	}

/**
* Header
************************************************/
#header-container {
	width: 890px;
	height: 500px;
	position: relative;
	}
.category-technology #header-container {	background: url("images/header18.jpg") no-repeat;	}
.single-category-missing-persons #header-container {	background: url("images/header10.jpg") no-repeat;}	.category-missing-persons #header-container {	background: url("images/header10.jpg") no-repeat;	}

#header {
		position: absolute;
		top: 12px;
		left: 727px;
		width: 200px;
	}
#site-title {
		color: #E01731;
		font: normal 28px "Century Gothic", Century Gothic, arial, verdana, sans-serif;
		padding: 1px 0 5px 0;
		display: none;	
	}
#site-title a {
		color: #E01731;
		text-decoration: none;
	}
#site-description {
		color: #ffffff;
		font: normal 15px "Century Gothic", Century Gothic, arial, verdana, sans-serif;
		display: none;	
	}

/* Search form */
#header form {
	height: 44px;
	padding: 0;
	}
.search-text {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 150px;
	padding: 3px 5px 3px 5px;
	background: #9D2123;
	border-top: solid 1px #800000;
	border-left: solid 1px #800000;
	border-right: solid 1px #FF8080;
	border-bottom: solid 1px #FF8080;
	font: normal 14px "Century Gothic", Century Gothic, sans-serif;
	color: #ffffff;
	}
.search-submit {
	display: none;	
	}

.find-hepkie-on {
	position:absolute;
	top: -420px;
	display:block;
	float:left;
	clear:left;
	width:200px;
	left:710px;
	z-index:999;
	}

.find-hepkie-on img {
	padding:0;
	padding-right:5px;
	margin:0;
	float:left;
	border: 0 none;
	}


.find-hepkie-on2 {
	position:absolute;
	top: -388px;
	float: right;
	width: 250px;
	padding-left:680px;
	}


/**
* Navigation
************************************************/
#primary-menu {
		position: relative;
		top: -488px;
		left: 5px;
		width: 680px;
		height: 26px;
		z-index:999;
	}
#primary-menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 660px;
		height: 26px;
	}
#primary-menu li {
		margin: 0;
		padding: 0;
		float: left;
		height: 26px;
		font: normal 14px/26px "Century Gothic", Century Gothic,arial, verdana, sans-serif ;
		color:#ffffff ;
	}
#primary-menu li a {
		color: #ffffff;
		text-decoration: none;
		padding: 0 10px;
		display: block;
	}
#primary-menu li.current_page_item a {
	height:26px;
	background: url(images/menu-background.png);
	}
#primary-menu  li a:hover {
		color: #ffffff;
		background-color:#9D2123;
	}
/* hide some pages from menu */
#primary-menu li.page-item-114 { display:none; }
#primary-menu li.page-item-118 { display:none; }
#primary-menu li.page-item-121 { display:none; }
#primary-menu li.page-item-296{ display:none; }
#primary-menu li.page-item-299{ display:none; }

/* Drop-down styles */
#primary-menu li li:hover ul, #primary-menu li li li:hover ul {
	left: 180px;
	}
#primary-menu li li a {
	margin: 0 0 6px 0;
	font: normal 12px/26px "Century Gothic", Century Gothic,arial, verdana, sans-serif ;
	background: url(images/menu-background.png);
	height:26px;
	}
#primary-menu li li.current_page_item a {
		background-color:#9D2123;
	}
#primary-menu li:hover ul, #primary-menu li.sfHover ul  {
	top: 33px;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul  {
	top: -1px;
	}

/**
* Containers
************************************************/
#container {
	position:relative;
	overflow: hidden;
	width: 890px;
	margin: 0px auto;
	}
#content {
	overflow: hidden;
	float: left;
	width: 600px;
	margin-left:10px;
	}

#content a{
	color:#9D2123;
	}

/* Breadcrumb trail */
.breadcrumb {
	position:absolute;
	top:70px;
	height:10px;
	width: 960px;
	margin-left:20px;
	font-size: 11px;
	color: #ffffff;
	}

/* Posts (and other general sections) */
.post, .page, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title  {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 3px;
	border-bottom: 1px solid #e2e2e2;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}

/* Byline */
.byline {
	font-size: 11px;
	color: #999;
	}
.byline a {
	color: #9D2123 !important;
	}

/* Facebook-button */
#Facebook_button{
	border:none; 
	overflow:hidden; 
	width:800px; 
	height:25px;
	}
	
/* Post meta data */
.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
	}
.entry-meta a {
	color: #9D2123 !important;
	}

/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #9D2123 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
	}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
.transparent-post-box {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
	background: transparent;
	border: none;
	}
	
/* Quotations in box*/
.reference-box{
	margin: 20px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e2e2e2;
	font-style:italic;
	}
	
/* Tags at bottom of posts */
.tags-current-posts {
	border-top: 1px solid #e2e2e2;
	padding-top:10px;
	}

/* Page updated at bottom of posts, code in Hybrid Hook After Page */
.post_updated {
	display: block; 
	float: right; 
	margin-top: -45px; 
	margin-right:10px; 
	font-size: 10px; 
	font-style:italic; 
	color:#CCC; 
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
	}
.navigation-links {
	overflow: hidden;
	padding: 19px 19px 19px 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
.navigation-links a {
	color: #000;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	}

/* Paged comments navigation */
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
#comments-template .paged-navigation .page-numbers, 
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #9D2123 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #9D2123 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/**
* Primary/Secondary and utility widgets
************************************************/
#primary {
	float: right;
	width: 250px;
	margin-right:10px;
	left:0px;
	}
#secondary {
	float: right;
	width: 250px;
	margin-right:10px;
	clear: right;
	}
.widget {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	background-color:#ffffff;
	border: 1px solid #e7e7e7;
	}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal 16px/21px arial, verdana, sans-serif;
	color: #9D2123;
	border-bottom: 1px solid #e2e2e2;
	}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	border-bottom: 1px solid #e2e2e2;
	}
.widget-simple-section-nav li.current_page_item{
	background: url(images/bullet-current-page.png) no-repeat 0 6px;
	}
.widget li a, li li a{
	font-size:11px;
	}
.widget ul ul {
	margin: 6px 0 0 0;
	}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
	}

#library-widget{
	height:200px;
	overflow:auto;
	}
#library-widget td{
	color:#9D2123;
	}
	
/**
* Comments template
************************************************/
#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
#comments ol {
	list-style: none;
	margin-left: 0;
	}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
	}
p.comments-closed {
	padding: 19px;
	}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
	}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #EFF1E1;
	border: 1px solid #e7e7e7;
	}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Comment meta data */
#comments .comment-meta-data {
	margin: 10px 0;
	}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	}
#comments .comment-meta-data a {
	color: #9D2123 !important;
	}

/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
	}

/* Comment form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #e2e2e2;
	}

#disqus_thread{
	width:600px;
	padding:20px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
#dsq-content{
	width:560px;
	background: #fff;
}
/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
	}
#subsidiary a {
	color: #9D2123;
	}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #aaa;
	border-bottom: 1px solid #213a4b;
	}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #213a4b;
	}

/**
* Footer
************************************************/
#footer-container {
	margin:auto;
	overflow: hidden;
	clear: both;
	width: 890px;
	height:40px;
	background-color:#9D2123;
	color:#ffffff;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 15px auto 20px 20px;
	}
#footer .copyright {
	float: left;
	width: 49%;
	}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
	}
#footer a {
	color:#ffffff;
}

#hojt {
	margin:0;
	padding:0;
	float:right;
	margin-top:-8px;
}
#hojticon {
	margin:0;
	padding:0;
}

