/*  
Theme Name: Sunny Black
Theme URI: http://www.skatdesign.com/
Description: A simple, clean blog design.
Date: 21 January 2010
Version: 2.9.1
Author: Skat
Author URI: http://www.skatdesign.com/
Tags: Right Sidebar, 2 Column, Black
*/



/*-------------------------------------------------------------------------------------------------------------------*/



/*--General--*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
body {
	background: #fff url(images/black/body-bg.png) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
/*--formatting--*/

a {
	color: #000000;
	text-decoration: none;
	outline-style: none;
}
a:hover {
	text-decoration: none;
	color: #fe0000;
}
h2.pagetitle {
	font: bold 22px Arial, Verdana, Tahoma;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	margin-top: 10px;
	color: #fe0000;
}
h2.pagetitle strong {
	font-size: 30px;
	font-family: Arial;
}
blockquote {
	padding: 0 0 0 10px;
	clear: both;
	font: 13px Arial, Verdana, Tahoma;
	margin: 10px 0;
	background: url(images/quote.gif) repeat-y;
	font-style:italic;
	color: #888888;
}
ul {
	list-style-type: circle;
}
ul li ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol li ol {
	list-style-type: lower-roman;
}
img.alignleft {
	float: left;
	margin: 5px;
	display: inline;
	border: 5px solid #d3d1d1;
}
img.alignright {
	float: right;
	margin: 5px;
	display: inline;
	border: 5px solid #d3d1d1;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
p {
	margin-bottom: 17px;
}
/*--container--*/

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 202px;
	float: left;
	background: url(images/black/header.png) no-repeat;
}
#content {
	width: 960px;
	float: left;
	background: url(images/content-bg.png) repeat-y;
	padding-bottom: 10px;
}
#content #left-col {
	width: 640px;
	background: url(images/left-col-bg.png) no-repeat top left;
	float: left;
	position: relative;
	margin: 0 0 0
}
#content #right-col {
	width: 300px;
	background: url(images/right-col-bg.png) no-repeat top right;
	margin: 0 0 0 20px;
	float: left;
	position: relative;
}
#content #right-col #sidebar {
	float: left;
	position: relative;
}
#footer {
	width: 100%;
	float: left;
	color: #fff;
	height: 89px;
	background: url(images/black/footer-bg.png) repeat-x;
}
/*--header--*/
#header #blog-title {
	margin: 55px 0 0 60px;
	float: left;
}
#header #blog-title h1 a {
	background: url(images/black/digital_book_reader.png) no-repeat left;
	padding: 0;
	display: block;
	text-indent: -9999em;
	width: 400px;
	height: 50px;
}
/*--header nav--*/

#header #menu {
	float: left;
	margin: 36px 0 0 42px;
	width: 700px;
}
#header #menu ul {
	list-style: none;
	float: left;
	text-align: left;
}
#header #menu ul li {
	float: left;
	border-right: 1px solid #697047;
	padding-right: 10px;
}
#header #menu ul li a {
	padding: 0 0 0 10px;
	float: left;
	text-decoration: none;
	font: 12px Arial, Verdana, Tahoma;
	color: #000000;
	text-transform: uppercase;
}
#header #menu ul li a:hover {
	color: #fe0000;
}
#header #menu ul li.current_page_item a {
	color: #fe0000;
}
/*--subscribe--*/

.subscribe {
	float: right;
	margin: 35px 30px 0 0;
}
.subscribe ul {
	margin: 0;
}
.subscribe ul li {
	display: inline;
	margin-right: 0;
}
.subscribe ul li.rss-feed a {
	display: block;
	text-indent: -9999em;
	height: 38px;
	width: 40px;
	background: url(images/black/rss-icon.png) no-repeat;
	float: left;
	padding: 0;
}
/*--search--*/
#search {
	width: 356px;
	float: left;
	height: 35px;
	margin: 42px 0 0 255px;
}
#search form {
	float: left;
	width: 356px;
	margin: 0;
	display: inline;
}
#search form input#s {
	width: 312px;
	background: url(images/black/search-form.png) no-repeat right bottom;
	height: 25px;
	border: 0;
	float: left;
	margin: 0;
	padding: 10px 0 0 10px;
}
#search form input#searchsubmit {
	width: 34px;
	height: 35px;
	background: url(images/black/search-submit.png) no-repeat;
	border: 0;
	margin: 0;
	cursor:pointer;
}
/*--post--*/
.post {
	width: 600px;
	float: left;
	margin: 18px 0 0 29px;
	border: 1px solid #cccccc;
	background: #f6f5f5;
}
.post h2 {
	width: 420px;
}
.post h2 a {
	font: 900 20px Arial, Verdana, Tahoma;
	color: #000000;
	margin: 7px 0 0 10px;
	float: left;
}
.post h2 a:hover {
	color: #fe0000;
}
.post-thumb {
	border: 5px solid #d3d1d1;
	float: left;
	margin-top: 10px;
	margin-right: 20;
	margin-bottom: 10;
	margin-left: 10px;
}
.post .entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
	float: left;
	margin: 10px 0 0 10px;
	width: 560px;
}
.post .meta {
	width: 600px;
	height: 30px;
	background: #dedddd;
	float: left;
	padding: 0;
	margin-top: 10px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	line-height: 30px;
}
.post .meta a {
	color: #424242;
	text-decoration: underline;
}
.post .meta a:hover {
	color: #fe0000;
}
.post .meta .post-date {
	margin-left: 10px;
}
.post .meta .post-comments {
	margin: 0 10px 0 245px;
	border-right: 1px solid #424242;
	padding-right: 10px;
}
#left-col .banner-after-post {
	margin-top: 15px;
}
/*--single post--*/
.single-post {
	width: 600px;
	float: left;
	margin: 18px 0 20px 29px;
}
.single-post h2.single-title {
	font: 900 20px Arial, Verdana, Tahoma;
	color: #000;
	margin: 0;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5px;
}
.single-post h2 {
	font: 900 20px Arial, Verdana, Tahoma;
	color: #000;
}
.single-post h3 {
	font: 900 18px Arial, Verdana, Tahoma;
	color: #000;
}
.single-post h4 {
	font: 900 16px Arial, Verdana, Tahoma;
	color: #000;
}
.single-post h5 {
	font: 900 14px Arial, Verdana, Tahoma;
	color: #000;
}
.single-post h6 {
	font: 900 12px Arial, Verdana, Tahoma;
	color: #000;
}
.single-post-meta {
	font: 12px Arial, Tahoma, Verdana;
	color: #fff;
	display: block;
	background: #434649;
	line-height: 20px;
	width: 138px;
	padding: 0 0 0 10px;
	margin-top: 5px;
}
.single-post a {
	text-decoration: underline;
}
.single-post ul {
	list-style: square;
	margin-left: 20px;
}
.single-post ol {
	margin-left: 20px;
}
p.metadata {
	padding: 0;
	clear: left;
	color: #000;
	margin-top: 15px;
	font: 12px Arial, Verdana, Tahoma;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	line-height: 25px;
}
p.metadata a {
	color: #ff7200;
	text-decoration: underline;
}
p.metadata a:hover {
	color: #fe0000;
	text-decoration: underline;
}
.clear {
	clear: both;
	padding: 10px 0 0 0;
}
.error-page a {
	text-indent: -9999em;
	display: block;
	width: 580px;
	height:170px;
	background: url(images/black/404.png) no-repeat;
	padding-bottom: 300px;
	margin: 0 auto;
}
.no-posts {
	margin: 30px auto;
	text-align: center;
}
.no-posts h2 {
	font: bold 20px Arial, Verdana, Tahoma;
}
.no-posts img {
	margin-top: 40px;
}
/*--social bookmarking--*/
.bookmarking {
	width: 420px;
	background: #f6f5f5;
	border: 1px solid #c9c9c9;
	margin: 0 auto;
	padding-bottom: 20px;
	clear: left;
}
.bookmarking p {
	text-align: center;
	font: bold 16px Arial, Verdana, Tahoma;
	color: #424242;
	padding: 10px 0 20px 0;
}
.bookmarking ul {
	list-style: none;
	padding-bottom: 40px;
}
.bookmarking ul li {
	float: left;
	margin-left: 16px;
}
.bookmarking ul li a {
	width: 42px;
	height: 42px;
	text-indent: -9999em;
	display:block;
}
.bookmarking ul li.rss-bookmark a {
	background: url(images/rss-bookmark.png) no-repeat;
}
.bookmarking ul li.digg-bookmark a {
	background: url(images/digg-bookmark.png) no-repeat;
}
.bookmarking ul li.stumble-bookmark a {
	background: url(images/stumble-bookmark.png) no-repeat;
}
.bookmarking ul li.delicious-bookmark a {
	background: url(images/delicious-bookmark.png) no-repeat;
}
.bookmarking ul li.twitter-bookmark a {
	background: url(images/twitter-bookmark.png) no-repeat;
}
.bookmarking ul li.reddit-bookmark a {
	background: url(images/reddit-bookmark.png) no-repeat;
}
.bookmarking ul li.yahoo-bookmark a {
	background: url(images/yahoo-bookmark.png) no-repeat;
}
/*--right-col--*/
/*--contact--*/


.contact-form input {
	border: 1px solid #d7d7d7;
}
.contact-form textarea {
	border: 1px solid #d7d7d7;
	width: 395px;
	padding: 6px 0 0 5px;
}
.contact-form form, fieldset {
	border: none;
}
.contact-form .cp_message {
	width: 90%;
}
/*--sidebar1--*/

#right-col .categories {
	width: 250px;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 20px 0 0 13px;
	padding-bottom: 20px;
	float: left;
}
.categories h2 {
	font: bold 16px Arial, Verdana, Tahoma;
	color: #424242;
	padding: 10px 0 0 12px;
}
.categories ul {
	list-style: none;
	margin: 10px 0 0 30px;
}
.categories ul li {
	border-bottom: 1px solid #dedede;
	width: 178px;
	background: url(images/bullet.png) no-repeat left;
	padding-left: 12px;
	line-height: 30px;
}
.categories ul li a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #707070;
}
.categories ul li a:hover {
	color: #fe0000;
}
#right-col .archives {
	width: 250px;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 20px 0 0 13px;
	padding-bottom: 20px;
	float: left;
}
.archives h2 {
	font: bold 16px Arial, Verdana, Tahoma;
	color: #424242;
	padding: 10px 0 0 12px;
}
.archives select {
	margin: 20px 0 0 30px;
	width: 190px;
	background: #fff;
	color: #424242;
	font-family: Tahoma, Arial, Verdana;
	border: 1px solid #cccccc;
}
/*--widget--*/
.widget {
	width: 250px;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 20px 0 0 13px;
	padding-bottom: 20px;
	float: left;
}
.widget h2 {
	font: bold 16px Arial, Verdana, Tahoma;
	color: #424242;
	padding: 10px 0 0 12px;
}
.widget ul {
	list-style: none;
	margin: 10px 0 0 30px;
}
.widget ul li {
	border-bottom: 1px solid #dedede;
	width: 178px;
	background: url(images/bullet.png) no-repeat left;
	padding-left: 12px;
	line-height: 30px;
}
.widget ul li a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #707070;
}
.widget ul li a:hover {
	color: #fe0000;
}
.widget p {
	padding: 0 10px 0 10px;
}
/*--comments--*/
#comments {
	margin: 15px 0 0 28px;
	float: left;
	width: 600px;
}
h3#comment-title {
	font: bold 20px Arial, Verdana, Tahoma;
	color: #424242;
}
#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
	margin-top: 10px;
}
#comments ol li .comment-data {
	font: 12px Arial, Verdana, Tahoma;
	float: left;
	width: 510px;
	margin: 0 0 0 5px;
	padding: 10px 0 0 30px;
	min-height: 80px;
	overflow: visible;
	color: #818181;
	position: relative;
	background: url(images/comment-bg.png) no-repeat left top;
}
#comments ol li .comment-data a {
	text-decoration: underline;
}
#comments ol li .comment-data a:hover {
	text-decoration: underline;
}
#comments ol li.alt .comment-data {
	float: left;
	width: 510px;
	margin: 0 0 0 5px;
	padding: 10px 0 0 30px;
	min-height: 80px;
	overflow: visible;
	color: #818181;
}
#comments ol li .comment-info {
	margin: 0;
	font-weight: bold;
	margin-bottom: 10px;
	color: #424242;
}
#comments ol li .comment-info a {
	color: #697047;
	text-decoration: underline;
}
#comments ol li .comment-info a:hover {
	color: #fe0000;
	text-decoration: underline;
}
.gravatar {
	float: left;
}
.trackbacks {
	width: 600px;
}
.trackbacks h3 {
	font: bold 20px Arial, Verdana, Tahoma;
	color: #424242;
	margin-top: 10px;
}
#comments .trackbacks ol {
	margin: 10px 0 0 0;
	padding: 0;
}
#comments .trackbacks ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*--respond--*/

#respond {
	padding: 0;
	margin: 15px 0 0 28px;
	float: left;
}
#respond h3 {
	font: bold 20px Arial, Verdana, Tahoma;
	color: #424242;
	margin: 10px 0 20px 0;
}
#respond h3 small {
	font: 12px Arial, Verdana, Tahoma;
	color: #969696;
	line-height: 20px;
}
#respond p {
	padding: 2px 0;
}
#respond input {
	padding: 6px 0 0 5px;
	border: 1px solid #d7d7d7;
	font: 12px Arial, Verdana, Tahoma;
	width: 214px;
	background: url(images/form-input.png) no-repeat;
	height: 21px;
}
#respond textarea {
	border: 1px solid #d7d7d7;
	font: 12px Arial, Verdana, Tahoma;
	width: 395px;
	padding: 6px 0 0 5px;
	height: 144px;
	background: url(images/textarea-bg.png) no-repeat left top;
}
input#submit {
	border: none;
	background: url(images/submit-button.png) no-repeat;
	height: 30px;
	width: 402px;
	clear: left;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #424242;
}
input#submit:hover {
	background: url(images/submit-button-hover.png) no-repeat;
}
/*--footer--*/

#footer .footer-text {
	width: 960px;
	background: url(images/black/footer.png) no-repeat;
	height: 43px;
	margin: 0 auto;
}
.copytext {
	float: left;
	color: #fff;
	font: 12px Arial, Verdana, Tahoma;
	margin: 10px 0 0 20px;
}
#footer .copytext a {
	color: #fff;
	text-decoration: underline;
}
#footer .copytext a:hover {
	color: #fe0000;
}
/*--widget-formatting*/

.textwidget {
	padding: 5px;
}
#calendar_wrap {
}
#wp-calendar {
	width: 150px;
	margin: 0 auto;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #fff;
	color: #000;
}
#prev {
	text-align: left;
}
/*--gallery--*/
p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #1a1b1d;
	border: 1px solid #29323a;
	margin-left: 5px;
}
p.attachment a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.navigation a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.gallery-item a img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}
.gallery-item a:hover img {
	border: 1px solid black;
}
.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
	color: #7bbcff;
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Tabs */

.widget-tab {
	width: 250px;
	padding: 0;
	background: #fff;
	border: 1px solid #c9c9c9;
	margin: 20px 0 0 13px;
	float: left;
	padding-bottom: 20px;
}
.widget-tab a {
	color: #707070;
	text-decoration: none;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}
.widget-tab a:hover {
	color: #fe0000;
	text-decoration: none;
}
.tabnav li {
	display: inline;
	list-style: none;
}
.tabnav li a {
	text-decoration: none;
	color: #424242;
	font-weight: bold;
	padding: 0;
	outline: none;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	display: block;
	line-height: 30px;
	float: left;
	padding: 0 10px 0 10px;
	margin: 2px 0 0 2px;
	list-style: none;
}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #000000;
	color: #fff;
	text-decoration: none;
}
.tabdiv {
	background: #fff;
	margin: 0;
	border: 1px solid #fff;
	padding: 0;
	clear: left;
}
.tabdiv li {
	list-style: none;
}
.ui-tabs-hide {
	display: none;
}
#recent {
	margin-top: 10px;
	float: left;
}
#recent ul {
	list-style: none;
	margin: 0 0 0 30px;
}
#recent ul li {
	border-bottom: 1px solid #dedede;
	width: 178px;
	background: url(images/bullet.png) no-repeat left;
	padding-left: 12px;
	line-height: 30px;
}
#popular {
	margin-top: 10px;
	float: left;
}
#popular ul {
	list-style: none;
	margin: 0 0 0 30px;
}
#popular ul li {
	border-bottom: 1px solid #dedede;
	width: 178px;
	background: url(images/bullet.png) no-repeat left;
	padding-left: 12px;
	line-height: 30px;
}
#tagcloud {
	margin-top: 10px;
	padding: 0 5px 0 5px;
	float: left;
}
/* 125x125 Ads */

.ads-block {
	float: left;
	padding: 0;
	margin-top: 20px;
}
.adsimg {
	margin: 0;
}
.ads-block p {
	font: bold 12px Tahoma, Arial, Verdana;
	text-align: right;
	margin-right: 35px;
	padding: 0;
}
.ads-block p a {
	color:#fe0000;
	text-decoration: underline;
}
.ads-block p a:hover {
	color:#fe0000;
}
.adsimg img {
	float: left;
	margin: 0 0 10px 10px;
	border: 0;
}

