/*
Theme Name: Social Kingz
Author: Lidia-Anain
Author URI: http://lidia-anain.com
Description: A black and white child theme for the Hybrid WordPress Theme Framework.
Theme URI: http://themehybrid.com
Version: 0.1
Tags: Filters, Framework, Gravatars, Hooks, SEO, Theme Options, Three Columns, Two Columns, Valid XHTML, Valid CSS, Widgets
Template: hybrid
*/

/* Get base CSS */
@import url('21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Body */
body {
   background: #000;
	color:#fff;
	font: 14px/21px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	}
#body-container {
	width: 100%;
	background: #000 url(images/nav-bg.gif) repeat-x 0 180px;
	}
/* Navigation */
#navigation {
	overflow: hidden;
	width: 960px;
	height: 33px;
	margin: 0 auto;
	background:#000;
        display:none; 
	}
#navigations {
	overflow: hidden;
	width: 960px;
	height: 33px;
	margin: 0 auto;
	background:#000;
	}

#page-nav {
	float: left;
	width: 760px;
	margin: 0 auto;
	border-left: 1px solid #000;
	}

#page-nav ul {
	list-style: none;
	margin: 0;
	}

#page-nav li {
	float: left;
	}

#page-nav a {
	float: left;
	padding: 8px 18px 8px 18px;
	font-size: .9em;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	border-right: 1px solid #000;
	border-bottom: none;
	}
#page-nav a:hover {
	background: #666;
	border-bottom: none;
	color: #fff;	
	}
#page-nav li.current_page_item a {
	background: #000;
	color: #fff;		
	}
/* Search */
#navigations .search-form {
	overflow: hidden;
	float: right;
	width: 180px;
	height: 100%;
	margin: 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	}
#navigations .search-form input {
	overflow: hidden;
	float: left;
	width: 170px;
	height: 25px;
	margin-top: 1px;
	padding: 6px 5px 0 5px !important;
	font: 13px/21px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: transparent;
	border: none;
	}
#navigations .search-form input:focus {
	color: #333;
	background: #eee;
	}
#navigations .search-submit,.page-item-416,.page-item-139 {
	display: none;}

/* Links */
a {
	font-style: italic;
	color:#ff0000;
	border-bottom: 1px solid #ddd;
	}
a:hover {
	background: #eee;
	border-bottom: 1px solid #999;
	}
.entry a {
	color:#ff0000;
	background: #f7f7f7;
	border: none;
	}
.entry a:hover {
	background: #eee;
	text-decoration: underline;
	border: none;
	}

/* Paragraph */
p {
	}

/* Lists */
ul {
	margin-left: 24px;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 4px;
	}
ol li {
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	font-style: italic;
	color: #444;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color:#ff0000;
	}
.sticky blockquote {
	color:#ff0000;
	}
.sticky blockquote blockquote {
	color:#ff0000;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
code {
	padding: 0 3px;
	color: #fff;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	color: #fff;
	background: #eee;
	border: 1px solid #ccc;
	}
pre code {
	color: #fff;
	background: transparent;
	}

/* Forms */
.search-form input {
	margin-right: 9px;
	}
.search-text {
	padding: 4px 6px;
	width: 300px;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	color: #555;
	}

/* Tables */
table {
	width: 100%;
	background: #333;
	border: 1px solid #171e1b;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color:#ff0000;
	}
td {
	padding: .3em;
	border: 1px solid #222;
	}
tr {
	color:#fff;
	background: #333;
	}
th {
	padding: .3em;
	color: #fff;
	background: #171e1b;
	border: 1px solid #222;
	}
td a, th a {
	font-weight: bold;
	color:#ff0000;
	}

/* 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:#ff0000;
	}

/* 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;
	}

/* Footnotes */
.footnotes {
	margin: 0 0 18px 24px;
	padding: 9px 0 0 0;
	font-size: .8em;
	color:#fff;
	border-top: 1px solid #eee;
	}
.footnotes a.return {
	padding: 0 1px;
	}
.footnotes a.return:hover {
	color:#ff0000;
	background: #3C738C;
	text-decoration: none;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 18px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
img, a img {
	padding: 5px;
	}
.post img {
	max-width: 99%;
	padding: 2px;
	border: none;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
/* WP captions */
.wp-caption {
	padding: 0;
	text-align: center;
	}
.wp-caption img {
	padding: 0;
	border: none;
	}
.wp-caption p {
	padding: 5px 0;
	margin: 0 5px;
	text-align: center;
	font-size: .9em;
	font-style: italic;
	color: #666;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	border: 1px solid #999;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 18px 6px 0;
	background: #171e1b;
	border: 1px solid #999;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	background: #171e1b;
	}

/**
* Header
************************************************/
#header-container {
	width: 100%;
	height: 256px;
	background: #000 url() repeat-x 0 0;
	}

#header {
	width: 960px;
	height: 256px;
	margin: 0 auto;
	background: url(images/hdr.jpg) no-repeat 0 0;
	}
#site-title {
	float: left;
	margin: 0 0 0 60px;
	}
#site-title a {
	display: block;
	width:960px;
	height:256px;
	background: transparent;
	border: none;
	}
#site-description, #site-title a span {
	display: none;
	}

	
.front-page #header, .category-7stars #header, .category-basketball #header {
	background: url(images/hdr.gif) no-repeat 0 0;
	}
	
/* Containers */
#container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto 36px auto;
	padding: 60px 0 0 0;
	}

/* Content */
#content {
	float: left;
	width: 600px;
	font-family: georgia, 'times new roman', times, serif;
	}

/* Posts */
.post {
	overflow: hidden;
	margin-bottom: 33px;
	}
.single .post, .page .post {
	margin-bottom: 18px;
	}
.home .post .byline, .home .post .post-meta-data {
	display: none;
	}
.home .post-1 .byline, .home .post-1 .post-meta-data {
	display: block;
	}
.home-paged .post-1 .byline, .home-paged .post-1 .post-meta-data {
	display: none;
	}
/* Asides */
.tag-asides {
	margin: 0 12px 42px 12px;
	padding-left: 12px;
	border-left: 1px solid #ccc;
	}
.tag-asides .entry-title, .tag-asides .byline, .tag-asides .categories, .tag-asides .tags, .tag-asides .separator {
	display: none;
	}
.tag-asides .entry-content, .tag-asides .entry-content p {
	display: inline;
	float: left;
	margin: 0;
	}
.tag-asides .post-meta-data {
	display: inline;
	float: left;
	margin: 0;
	font-style: italic;
	}

/* Post title */
.entry-title:first-letter{
	text-transform: uppercase;
	}
.entry-title {
	margin: 0;
	text-transform: lowercase;
	}
h1.entry-title {
	margin-bottom: 21px;
	}
h1.single-title {
	margin-bottom: 0;
	}
.entry-title a {
	color:#ff0000;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	line-height: 24px;
	font-size: 24px;
	font-variant: small-caps;
	border: none;
	}
.entry-title a:hover {
	text-decoration: underline;
	background: transparent;
	border: none;
	}

/* Byline */
.byline {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.byline a {
	color: #444;
	border-bottom: 1px solid #ccc;
	}
.byline a:hover {
	background: #eee;
	border-bottom: 1px solid #666;
	}

/* Post meta data */
.post-meta-data {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: .9em;
	font-style: italic;
	color:#ff0000;
	}
.post-meta-data a {
	color:#ff0000;
	border-bottom: 1px solid #ccc;
	}
.post-meta-data a:hover {
	background: #eee;
	border-bottom: 1px solid #666;
	}

/* Archives and search posts */
.archive .byline, .archive .post-meta-data, .search .byline, .search .post-meta-data {
	display: none;
	}
.archive .post-title, .search .post-title {
	font-size: .9em !important;
	}

/* Page links */
p.pages, .wp-pagenavi {
	overflow: hidden;
	font-style: italic;
	color:#ff0000;
	}
p.pages a, .wp-pagenavi a {
	margin: 0 0 0 6px;
	padding: 1px 6px 1px 6px;
	font-style: italic;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
p.pages a:hover, .wp-pagenavi a:hover {
	background: #eee;
	border: 1px solid #ddd;
	text-decoration: none;
	}

/* Series */
div.series {
	overflow: hidden;
	margin-bottom: 18px;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	height: 100%;
	margin-bottom: 36px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Archive templates */
.category-info, .date-info, .tag-info, .search-info {
	margin-bottom: 36px;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 21px;
	}
.attachment-icon, .mime-type-icon {
	height: 18px;
	margin-right: 6px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 21px;
	}
/* Breadcrumb */
.breadcrumb {
	margin-bottom: 18px;
	font-size: .85em;
	color:#ff0000;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	}
.next, .previous {
	max-width: 50%;
	font-size: .85em;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	font: .95em Georgia, "Times New Roman", Times;
	}
#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;
	}

/* Widget sections */
#primary, #secondary {
	float: right;
	width: 285px;
	}
#secondary {
	clear: right;
	}
.widget {
	margin-bottom: 21px;
	font-size: .95em;
	}
.widget-title:first-letter{
	text-transform: uppercase;
	}
.widget-title {
	text-transform: lowercase;
	color:#ff0000;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
	}
.widget ul {
	list-style: none;
	margin-left: 9px;
	}
.widget li {
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 5px;
	}
.widget li li {
	margin-bottom: 0;
	}
.widget a {
	color:#ff0000;
	border-bottom: 1px solid #eee;
	}
.widget a:hover {
	background: #eee;
	border-bottom: 1px solid #ccc;
	}


/**
* Comments
************************************************/
#comments-template {
	margin-top: 18px;
	font-family: georgia, 'times new roman', times, serif;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}
li.author #reply {
	color:#ff0000;
	}

/* Comments are closed */
.comments-closed {
	color:#ff0000;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 18px 0;
	}
#comments li {
	overflow: hidden;
	margin-bottom: 9px;
	padding: 9px 9px 0 9px;
	color:#ff0000;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li {
	margin: 0 9px 9px 9px;
	}
#comments li li, #comments li.author li li,
#comments li.author li, #comments li li li, 
#comments li li.author li, #comments li.author li.author li {
	color:#ff0000;
	background: #f9f9f9;
	}
#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author,
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {
	color:#ff0000;
	background: #171E1B;
	}
#comments li li.author, #comments li li.author li.author {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

/* Comment links */
#comments li a {
	font-style: italic;
	border: none;
	}
#comments li a:hover {
	text-decoration: underline;
	background: transparent;
	border: none;
	}
#comments li a, #comments li.author li a, #comments li.author li.author li a {
	color:#ff0000;
	}
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
	color:#ff0000;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #171E1B;
	}
#comments-template li.author .avatar {
	padding: 2px;
	background: #555;
	}

/* Comment meta data */
#comments-template .comment-meta-data {
	margin-bottom: 18px;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 18px;
	}
#comments-template .comment-text a {
	text-decoration: underline;
	}
#comments-template .comment-text a:hover {
	text-decoration: none;
	}
.comment-text blockquote {
	margin-bottom: 18px;
	}
.comment-text blockquote p {
	display: inline;
	}
#comments li blockquote, #comments li.author li blockquote, #comments li li.author li blockquote {
	color:#fff;
	background: transparent url(images/quotes.gif) no-repeat 0 0;
	}
#comments li.author blockquote, #comments li li.author blockquote, #comments li li li.author blockquote {
	color:#fff;
	background: transparent url(images/quotes-author-comment.gif) no-repeat 0 0;
	border: none;
	}
#comments li pre {
	color:#fff;
	background: #444;
	border: none;
	}
#comments li code {
	color:#fff;
	background: #444;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font-size: .8em;
	}
textarea {
	clear: left;
	display: block;
	width: 98.5%;
	}
.button, .contact-form .button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: .9em Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color:#ff0000;
	background: #fff;
	border: none;
	}
li.author .button {
	background: #333;
	}
.button:hover, .contact-form .button:hover {
	cursor: pointer;
	background: #333;
	}
.allowed-tags {
	font-size: .8em;
	}


/* Footer */
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 70px;
	padding-top: 50px;
	background: #fff;
	}

#footer {
	width: 960px;
	margin: 0 auto;
	color: #000;
	font-family: georgia, 'times new roman', times, serif;
	font-style: italic;
	}

#footer a {
	color:#000;
	font-weight: bold;
	}
#footer a:hover {
	color:#ff0000;
	background: #fff;
	}
img {
	border: none;
}
.subscribe {display:none;
	}
}

/* CUSTOM */


	