/*	To accomodate differing install paths of WordPress, images are referred only here,
	and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
	not, then go right ahead and delete the following lines, and the image files. */
		
	body { background: url("http://andore.com/inami/images/kubrick/kubrickbgcolor.jpg"); }	
	#page { background: url("http://andore.com/inami/images/kubrick/kubrickbg.jpg") repeat-y top; border: none; }
	#header { background: url("http://andore.com/inami/images/kubrick/kubrickheader.jpg") no-repeat bottom center; }
	#footer { background: url("http://andore.com/inami/images/kubrick/kubrickfooter.jpg") no-repeat bottom; border: none;}

/*	Because the template is slightly different, size-wise, with images, this needs to be set here
	If you don't want to use the template's images, you can also delete the following two lines. */
		
	#header 	{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
	#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; } 

/* 	To ease the insertion of a personal header image, I have done it in such a way,
	that you simply drop in an image called 'personalheader.jpg' into your /images/
	directory. Dimensions should be at least 760px x 200px. Anything above that will
	get cropped off of the image. */
	/*
	#headerimg { background: url('http://192.168.1.3/amegan-wp/wp-content/themes/default/images/personalheader.jpg') no-repeat top;}
	*/

.entrytitle
{
  border-left: 5.0pt solid #e6b34e;
  padding-left: 5.0pt;
  margin-bottom: 2.0pt;
}

.posted
{
  font-size: 0.9em;
  line-height: 1.5em;  
}

/* Category List */
#navcontainer
{
  /*background: #336699;*/
  padding: 1px 0 0.1px 0;
  margin: 0 10pt 0 10pt;
  text-align: center;
}

#navcontainer UL
{
  list-style:none;
  padding: 10px 0 5px 0;
  margin: 0px 0px 5px 0px;
}

#navcontainer LI
{
  display: inline;
  font-size: small;
  margin-right: 2px;
}

#navcontainer A
{
  color: #ffffff;
  width: auto;
  text-decoration: none;
  background: #4181B8;
  margin: 0;
  padding: 2px 5px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active
{
  background: #003399;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
  position: relative;
  z-index: 1;
  background: #BBBBBB;
  font-weight: bold;
}

/* Comments */
.comments-head	{ 
  font-size: small; 
  color: #666; 
  border:1px solid #999;
  padding:5px;
  font-weight:normal;
  margin-top:10px;		
}	

/* Trackback */
.trackback-url {
  color:#666;
  font-size:small;
  font-weight:normal;
  line-height:140%;
  margin: 10px 0 10px 0;
  padding:10px;
  border:1px dashed #CCC;			
}

/* Sidebar */
#sidebar
{
  font-family: Verdana, Arial, 'Lucida Grande', Sans-Serif;
}

.side
{
  color:#333;
  font-size:0.8em;
  font-weight:normal;
  line-height:140%;
  padding:2px;
  margin-bottom:30px;
}

.side a,
.side a:link,
.side a:visited,
.side a:active,
.side a:hover
{
  color: rgb(153, 153, 102);
  font-weight: bold;
  line-height: 170%;
}

.sidetitle
{
  color:#fff;
  font-size:0.8em;
  font-weight:bold;
  background:#e6b34e;
  line-height:160%;
  padding:2px;
  text-align:center;
  letter-spacing: .2em;
}

.syndicate
{
  font-size:xx-small;
  font-weight:bold;
  line-height:140%;
  padding:2px;
  margin-top:10px;
  text-align:center;
  background:#EEE;
 }

