/* 
Theme Name: Cekiff
Theme URI: http://themehybrid.com/themes/leviathan
Description: A child of the Hybrid theme framework that puts emphasis on your content.
Author: Craig MacMillan
Author URI: http://cmsnetsol.net
Version: 0.1
Tags: Widgets, Avatars
Template: hybrid
*/

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

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

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

body {
	font: 16px/21px Helvetica,Verdana, Arial, sans-serif;
	color: #000;
	background: #FFF;
	}
body.home, body.front-page {
	background: #f7f7f9;
	}
#body-container {
	overflow: hidden;
	width: 100%;
	background: #FFF url(images/background.jpg) repeat-x scroll 0 0;
	}

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

a.footerstyle:link {
        color:#FFFFFF; 
        font-size:12px; 
        }
a.footerstyle:visited {color:#FFFFFF; }
a.footerstyle:hover {color: #FFFFFF; }
a.footerstyle:active {color: #FFFFFF; } 

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica,Verdana, Arial, sans-serif;;
	color: #171615;
	}

/* Lists */
ul {
    list-style: disc outside none;
    margin: 0 0 1px 3.5em;
}

#content ul {
	list-style: none;
	margin-left: 12px;
    margin-bottom: 12px;
	font-size:16px;
	}
#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: #171615;
	}
.post blockquote em {
	font-style: normal;
	}

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

/* Tables */
table {
	width: 100%;
	background: #0C2E3B;
	display:none;
	border: 1px solid #e2e2e2;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {

	}
tr {
	background: #171615;
	}
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 {
    color: #000;
    float: left;
    font-family: Georgia,serif;
    font-size: 45px;
    line-height: 42px;
    margin-right: 3px;
}

/* Notes */
.note {
	padding: 6px 9px;
	background: #8a966b;
	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: #fff;
	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: #171615;
	border: 1px solid #e2e2e2;
	}

/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #8a966b;
	border: 1px solid #e2e2e2;
	text-align: center;
	}
.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: 12px;
	font-style: italic;
	text-align: right;
	}

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

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

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 100%;
	background: #f7f7f9 url(images/background.jpg) repeat-x scroll 0 0;
	}
#header {
	overflow: hidden;
	width: 960px;
	background: #f7f7f9;
	height: 310px;
	margin: 0 auto;
	padding: 0;
	}
#site-title {
	float: left;
	width: 262px;
	margin: 0;
	}
#site-title a {
	background:transparent url(images/headerbg4.jpg) no-repeat scroll 0 0;
	display:block;
	height:300px;
	margin:0;
	width:960px;
}	
#site-title a span {
	display: none;
	}
#site-description {
	float: left;
	margin: 5px 10px;
	font-size: 13px;
	color: #4b6e85;
	display: none;
	}

/* Search form */
#header form {
	float: right;
	width: 180px;
	height: 25px;
	margin: 6px 0 0 0;
	padding: 0;
	display: none;
	}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 170px;
	padding: 3px 5px 3px 5px;
	color: #999;
	background: #0e2435;
	border: none;
	}
#header .search-submit {
	display: none;	
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
    background: #f7f7f9;
	width: 960px;
	margin: 0 auto;
	}
#container a {
	color: #000066;
	}
#content {
	overflow: hidden;
	float: left;
	width: 640px;
	}

#contentslider {
	overflow: hidden;
	float: left;
	width: 940px;
	}


/* Breadcrumb trail */
.breadcrumb {
	width: 960px;
	margin: 0 auto 20px auto;
    display: none;
	padding: 4px 0;
	font-size: 11px;
	color: #171615;
	}

.hentry, .breadcrumb {
    background: none repeat scroll 0 0 #f7f7f9;
    border: 3px solid #fff;
    height: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 19px 19px 0;
}	

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

/* 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;
	}
.home .post-title, .single-title, .attachment-title, .page-title, .series-title, .related-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title  {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 3px;
	border-bottom: 1px solid #707336;
	font: normal normal bold 18px/24px "Trebuchet MS",Helvetica,Verdana, Arial, sans-serif;
	}

/* Byline */
.byline {
	font-size: 11px;
	color: #999;
        border-bottom: #000000 1px;
	}
.byline a {
	color: #486472 !important;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
	font-size: 11px;
	color: #999;
	display:none;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
	}
.post-meta-data a {
	color: #486472 !important;
	}

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

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	display:none;
	}
.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 {
	width: 960px;
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	height: 100%;
	margin: 0 0 21px 0;
	}
.navigation-links {
	overflow: hidden;
	height: 100%;
	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: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

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

/**
* Primary widgets (sidebar)
************************************************/
#primary {
	float: right;
	width: 300px;
	}
#primary .widget {
	margin: 0 0 1px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#primary .widget-title, .page-template-widgets #content .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/24px "Trebuchet MS",Helvetica, Verdana, Arial, sans-serif;
	color: #171615;
	border-bottom: 1px solid #8a966b;
	}
#primary .widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#primary .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;
	}
#primary .widget ul ul {
	margin: 6px 0 0 0;
	}
#primary .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;
	}

/**
* Comments template
************************************************/
#comments-number {
	overflow: hidden;
	height: 100%;
	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;
	height: 100%;
	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;
	display:none;
	}
#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: #171615;
	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: #171615;
	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: #486472 !important;
	}

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

/* Comment form */
#respond {
	overflow: hidden;
	height: 100%;
	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;
	}

/**
* Secondary widgets (footer)
************************************************/
#secondary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
	}
#secondary a {
	color: #fff;
	}
#secondary .widget {
	float: left;
	width: 200px;
	padding: 0 1px;
	}
#secondary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #707336;
	color: #fdfdfd;
	}
#secondary .widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#secondary .widget li {
	margin: 0 0 9px 0;
	padding: 0 6px 3px 3px;
	border-bottom: 1px solid #707336;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	color: #000066;
	background: transparent;
	border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 20px auto 20px auto;
	}
#footer .copyright {
	float: left;
	width: 45%;
	}
#footer .credit {
	float: right;
	width: 45%;
	text-align: right;
	}
	
#homebottommiddle {
	border-right:1px solid #C0C0C0;
	float:left;
	margin:0 0 10px;
	overflow:hidden;
	padding:0 18px;
	width:280px;
}
#homebottomright {
	float:right;
	margin:0 0 10px;
	overflow:hidden;
	padding:0;
	width:280px;
}
#homebottomleft {
	border-right:1px solid #C0C0C0;
	float:left;
	margin:0 0 10px;
	overflow:hidden;
	padding:0 10px 0 0;
	width:280px;
}
#homebottom {
	border-top:5px solid #021F32;
	line-height:20px;
	margin:10px auto 0;
	padding:10px 0 0;
	width:910px;
}	
.page img {
	background:#ffffff none repeat scroll 0 0;
	border:1px solid #E2E2E2;
	max-width:960px;
	padding:4px;
}
/* --- Spotlight / Slider --- */

#spotlight {
	height: 355px;
	width: 920px;
	overflow: hidden;
	background: #ffffff;
	position: relative;
}

#mover {
	position: relative;
	overflow: hidden;
	width: 4000px; /* Adjust the width based on spotlight-items number (1000*[items number]) */
}

#item {
	width: 820px;
}

.spotlight-item {
	margin: 15px 50px 0;
	overflow: hidden;
	width: 820px;
	float: left;
	position: relative;
	display: inline;
}

.spotlight-item h2 {
	color:#8a966b;
	font: 28px "Trebuchet MS",Helvetica,,Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0px 0 15px 0;
    border-bottom:1px solid #707336;;
}

.spotlight-item p {
	color: #444;
	font: 12px/18px "Trebuchet MS",Helvetica,Verdana, Arial, sans-serif;
	padding: 0 0 0 2px;
}

.spotlight-item .description {
	margin: 40px 0 0 10px;
	width: 260px;
}

.spotlight-item img {
	position: absolute;
        width: 500px;
        height:271px;
	top: 0; right: 0;
}

.launch {
	background: #fff;
	display: block;
	width: 95px;
	height: 25px;
	text-indent: -9999px;
	margin: 10px 0 0 -1px;
	cursor: pointer;
}

.pause {
	background: url(images/pause.png) top left no-repeat;
	display: block;
	width: 97px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	bottom: 2px; right: 20px; 
	cursor: pointer;
}

#spotlight img.preview {
	float: right;
}
/**
* Featured excerpts
************************************************/
#content .entry-title {
	margin-bottom: 3px;
	font: 18px/21px "Trebuchet MS",Helvetica,Verdana, Arial, sans-serif;
	font-weight: bold;
	color:#8a966b;
	}
.byline {
	margin-bottom: 3px;
	display:none;
	}

.post {

	}

/**
* Navigation
************************************************/
#primary-menu {
	background:#f7f7f9;
	width: 960px;
	height: 38px;
	margin: 0 auto;
	}
#primary-menu div.menu {
	width: 950px;
	height: 38px;
	margin: 0 auto;

	}
#primary-menu ul {
	list-style: none;
	margin: 0;
	}
#primary-menu li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0;
	overflow:visible;
}
#primary-menu a {
	display: block;
	border-left: 1px solid #fff;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding: 10px 10px 11px;
	background:#000066;
	}
#primary-menu li.current-menu-item a {
    background: none repeat scroll 0 0 #000066;
    color: #fff;
}
#primary-menu li.current-menu-item li a {
	color: #FFF;
	}

/* Drop-down styles */
#primary-menu ul ul {
	width: 180px;
	background: #000066;
	}
#primary-menu li li:hover ul, #primary-menu li li li:hover ul {
	left: 180px;
	}
#primary-menu li li {
	border-top: 1px solid #000;
	}
#primary-menu li li a {
	padding: 7px 10px;
	background: transparent;
	border:1px solid;
	}
#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;
	}

#main {
clear:both;
overflow:hidden;
}	
#main #banner5 {
background:transparent url(images/bannerbg4.jpg) no-repeat scroll 0 0;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
}
#main #banner5 .b5content {
height:225px;
margin:20px 0 0 20px;
width:280px;
}
#main p.highlight {
font-size:14px;
font-weight:bold;
margin:0 0 20px;
padding:0 10px;
text-align:center;
}
#main .columns3 {
overflow:hidden;
width:292px;
}
#main h3 {
border-bottom:1px dashed #666;
color:#000000;
}
.alignleft {
float:left;
}
#main p {
font-size:12px;
line-height:18px;
margin:0 0 8px;
padding:0;
color:#444444;
}
#main h4 {
font-size:14px;
font-weight:bold;
margin:0 0 12px;
padding:0 0 5px;
}
h3 {
font-size:1.15em;
}
#banner2 {
background:#000066 url(images/banner2bg.png) repeat-y scroll 270px 0;
border:2px solid #FFF200;
height: 225px;
}
#banner2 .bsubcolum {
padding:8px 7px;
width:260px;
}
#banner2 h2 {
-x-system-font:none;
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
color: #fff;
line-height:normal;
margin:0 0 8px;
padding:0;
}
#banner2 .pfeture li {
color:#FFFFFF;
}
#main .subcolumns {
width:400px;
}
.box {
background:#F4F4F4 none repeat scroll 0 0;
border:1px solid #DBDBDB;
clear:both;
display:block;
height:100%;
overflow:hidden;
padding:3px 5px;
}
#main .pplans {
margin:0;
padding:0 10px;
width:280px;
}
#content .feature_img {
border:2px solid #D2D2D2;
}
#content p {
color:#444444;
}
#content .features {
border-bottom:1px solid #E3E3E3;
}
#content .pleft {
color:#000066;
float:left;
font-size:82px;
height:100px;
margin-top:26px;
text-align:center;
}
#content .pright {
border-left:2px solid #FFFFFF;
float:right;
height:100%;
overflow:hidden;
padding:3px 0 0 15px;
width:495px;
}
#content .product_steps {
border-bottom:1px dashed #DDDDDD;
height:100%;
margin-bottom:15px;
overflow:hidden;
padding-bottom:15px;
}
#content .productlist {
height:350px;
margin-right:-30px;
}
#content .product {
border-bottom:3px solid #EEEEEE;
border-top:3px solid #EEEEEE;
float:left;
height:100%;
margin-right:20px;
overflow:hidden;
width:180px;
}
#content .product h2 {
-x-system-font:none;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0 0 5px;
padding:5px 0;
}
#content .acenter {
text-align:center;
}
h2 {
font-size:1.2em;
}
#content .feature {
float:left;
margin:0 0 10px;
padding:0;
}
#content .feature li {
background:transparent url(images/bullet3.png) no-repeat scroll 0 5px;
color:#444444;
}
.utility-before-header {
	background:#ffffff;
	margin:0 351px;
	background:#ffffff;
	border:none !important;
}
#utility-before-header .widget {
background:transparent none repeat scroll 0 0;
border:none !important;
line-height:19px;
margin:0 !important;
padding:0 !important;
}
