/*  
Theme Name: Nikz Black
Theme URI: http://wordpress.org/
Description: Wordpress Theme by Shalin Jain - <a href="http://shalinjain.com/index.php/category/wordpress/">Nikz Black</a>.
Version: 1.0
Author: Shalin Jain
Author URI: http://shalinjain.com/

	Nikz v1.0
	 http://shalinjain.com/

	This theme was designed and built by Shalin Jain,
	whose blog you will find at http://shalinjain.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin the cool stylesheet code */



html {
  background: #000;
}

body
{
  font-size:   13px;
  line-height: 20px;
  font-family: Lucida Grande, Arial, Georgia, "Times New Roman", Times, serif;
  margin:      0px 0px;
  padding:     15px;
  background: #fff url("gangsters-in-blue-banner.jpg") repeat-x;

}
#page {
	margin-left: 0px; margin-right: 0px;
	margin-bottom: 20px; margin-top: 150px;
	background-color: #fff;
}
a:link {
   color: #666;
}
a:hover {
   color: #ffCC00;
}
a:visited {
   color: #333;

}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0px;
}

.mainheader {
  font-family: lucida grandea, arial, verdana;
  position: absolute;
  top: 50px;
  left: 30px;
  bottom: auto;
  right: auto;
}

.mainheader a {
  text-decoration: none;
  color: #ccc;
}

.mainheader a:visited {
  color: #fff;
}

.mainheader a:hover{
  color: #666;
}


#footer
{
  clear: both;
}


#content
{
  width: 65%;
  padding: 15px;
}


h1 {
  font-family: lucida grande, arial, verdana;
  color: #000;
  margin-bottom: 0px;
}

.description {
  color: #ffffff;
  font-size: 100%;
  font-family: lucida grande, arial, verdana;
  margin-left: 2.0em;
  font-style: italic;
  font-weight: bold;
}

  
/* All about the SIDEBAR here */

#sidebar
{
  width: 215px;
  float: right;
  list-style: none;
  background: url("images/sidebar_bg.png") no-repeat;
  margin-right: 20px;
 
}

#sidebar ul 
{
  list-style: none;
  padding-left: 12px;

}
#sidebar ul li ul
{
  list-style: none;
  padding-left: 5px;

}


#sidebar li h2 {
  font-size: 14px;
  list-style: none;
  padding-top: 3px;
  padding-left: 0px;
}


/* END OF SIDEBAR */

/* BEGIN COMMENTS STYLE */

.alt {
  background: #f5f5f5;
}
/* END COMMENTS STYLE */

.headline {
  border-left: 10px solid #FFCC00;
  padding: 3px 3px 3px 10px;
  background-color: #F0F0F0;
  min-height: 54px;
}
.headline h2 { margin: 0; padding: 0; }

.post h2 a, .headline h2 a {
  text-decoration: none;
  color: 99CC00;
}
.post blockquote {
  margin-left: 20px;
  background: #f5f5f5;
  border-left: 3px solid #ccc;
  padding: 5px 5px 10px 5px;
 
}

.post small, .headline .byline {
   font-size: 0.9em; font-style: italic;
   color: #999; 
}
.post .headline a img { border: none; }

.post entry { clear: both; }

ul.wp-tag-cloud {
	list-style: none; margin: 0; padding: 0.5em 0.10em;
	text-align: center;
	line-height: 80%;
}
ul.wp-tag-cloud li { display: inline; }
ul.wp-tag-cloud li + li:before { content: " \00B7  "; }


