/*  
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:      15px;
  padding:     15px;
  background:  #fff;
/*  background: #fff url("images/top_header_grad.png") repeat-x; */

}

a:link {
   color: #000;
   text-decoration: none;
   border-bottom: 1px dashed #ffCC00;

}
a:hover {
   color: #ffCC00;
/*   text-decoration: none;
   border-bottom: 1px dashed #ffCC00; */

}
a:visited {
   color: #333;
   text-decoration: none;
   border-bottom: 1px dashed #333;

}
a:visited:hover {
   color: #ffCC00;
   text-decoration: none;
   border-bottom: 1px dashed #ffCC00;


}

img {
	border-bottom: none;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0px;
}

ul, ol { 
  margin:2px 0 10px 0;  
}

.mainheader {

  font-family: "lucida grande", arial, verdana;

}

.mainheader a {
  text-decoration: none;
  color: #ccc;
}

.mainheader a:visited {
  color: #000;
}

.mainheader a:hover{
  color: #666;
}


#footer
{
  clear: both;
}


#content
{
  width: 65%;
  float: left;
}


h1 {
  font-family: "lucida grande", arial, verdana;
  color: #000;
}



.description {
  color: #333;
  font-size: 100%;
  font-family: "lucida grande", arial, verdana;
}

  
/* All about the SIDEBAR here */

#sidebar
{
  width: 215px;
  float: right;
  list-style: none;
  background: url("images/sidebar_bg.png") no-repeat;
  margin-right: 15px;
}

#sidebar ul 
{
  list-style: none;
  padding-left: 15px;
}
#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 */

.post h2 a {
  text-decoration: none;
  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;
  /* The following is to fix the creeping text bug in IE6.  The underscore
  means it should be ignored by other browsers.  Google "holly hack" for
  details.  --jr, 2/15/07  */
  _height: 1%;
}

.post small {
   color: #999; 
}

