/* @override http://foodmusicjustice.com/wp-content/themes/nikz-black-10/style.css */

/*  
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; 
	padding:     15px;
  background: #fff url(images/top_header_grad.png) repeat-x;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center; 
	width: 750px;
}

a:link {
   color: #0033ff;
}
a:hover {
   color: #ffCC00;
}
a:visited {
   color: #333333;

}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0px;
}

#page {
	text-align: left;
}

.mainheader {

  font-family: lucida grandea, arial, verdana;

}

.mainheader a {
  text-decoration: none;
  color: #ccc;
}

.mainheader a:visited {
  color: #fff;
}

.mainheader a:hover{
  color: #666;
}


#footer
{
  clear: both;
}


#content
{
  width: 450px;
  float: left;
  text-align: left;
}

#contentsignup
{
  width: 650px;
  float: left;
  text-align: left;
}


h1 {
  font-family: lucida grande, arial, verdana;
  font-color: #000;
}



.description {
  color: #333;
  font-size: 100%;
  font-family: lucida grande, arial, verdana;
}

  
/* All about the SIDEBAR here */

#sidebar
{
  float: right;
  list-style: none;
  background: url("images/sidebar_bg.png") no-repeat;
  margin-right: 20px;
  text-align: left;

  width: 215px;
}

#sidebar ul 
{
  text-align: left;
  list-style: none;

}
#sidebar ul li ul
{
  text-align: left;
  list-style: none;
  padding-left: 3px;

}


#sidebar li h2 {
  text-align: left;
  font-size: 14px;
  list-style: none;
  padding-top: 3px;
  padding-left: 0px;
}

#sidesearch {
  padding-left: 0px;
  text-align: left;
}
#searchform {
}

/* END OF SIDEBAR */

/* BEGIN COMMENTS STYLE */

.alt {
  background: #f5f5f5;
}
/* END COMMENTS STYLE */

.post h2 a {
  text-decoration: none;
  color: 99CC00;
  border-left: 10px solid #FFCC00;
  padding-left: 4px;
 
}
.post blockquote {
  font-style: italic;
  margin-left: 20px;
  background: #f5f5f5;
  border-left: 3px solid #ccc;
  padding: 5px;
 
}

.post small {
   color: #999; 
}

