/*  
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 */

body	{  background-color: white; margin-top: 0%;  margin-bottom: 0%;  margin-left: 0%;  margin-right: 0%; font-family: Lucida Grande, Arial, Georgia, "Times New Roman", Times, serif; font-size:   13px; width: 100%;
}

div.header		{ background-color: #000002; width: 100%; height: 182px; border: solid thin; margin-top: 0%;  margin-bottom: 0%;  margin-left: 0%;  margin-right: 0%; }

img#house_header_picture{position:absolute; TOP:0px; left:0px; padding-right: 0px;  }
img#panelists_1		{position:absolute; TOP:0px; right:0px; padding-right: 0px;  }

img.panelists_1 	{ float: left;	border: solid thin #0D0F2C;			
}

html { width: 100%;
  
}



div#main_page	{ padding-left: 20px; 
}

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;

}

.mainheader a {
  text-decoration: none;
  color: #ccc;
}

.mainheader a:visited {
  color: #fff;
}

.mainheader a:hover{
  color: #666;
}


#footer
{
  clear: both;
}


#content
{
  width: 70%;
  float: 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
{
  width: 248px;
  height: 2600px;
  float: right;
  list-style: none;
  background-color: #e2e2f3;
  margin-right: 0px;
  border-left: solid thin #b0b0cd;
}

#sidebar ul 
{
  list-style: none;
  padding-left: 4px;

}
#sidebar ul li ul
{
  list-style: none;
  padding-left: 2px;

}


#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;
  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; 
}
