/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

/*	--------------------------------------------------
 Structure
 -------------------------------------------------- */
#header { background:#160d0a url(skins/1-default/headerbg.png) repeat-x;  }



/*	--------------------------------------------------
Top Header
-------------------------------------------------- */
#page_navbg { background:#251814 repeat-x top; height:70px; border-bottom:0px solid #2b1c17; }
#page_nav { margin:0; padding:0; list-style:none; } 
#page_nav li { margin:0 20px 0 0; padding:0; list-style:none; float:left; font:11px Georgia, "Times New Roman", Times, serif; padding:10px 25px 0 0;  background: url(skins/1-default/top_nav_bullet.png) no-repeat right 14px;  } 



/*	--------------------------------------------------
Main Header
-------------------------------------------------- */
.h_left { float:left; width:450px; padding:25px 0 10px 0;   }



/*---------TOP NAVIGATION for PAGES---------  */

#nav-catbg { background:#d8eb93 url(1-default/cat_navbg.png) repeat-x bottom; height:49px; margin-bottom:20px;  }
#nav-cat ul { margin:0; padding:0px;  clear:both; border-left:1px solid #f6f6e7; height:52px; }
#nav-cat ul li a { font:bold 13px Georgia, "Times New Roman", Times, serif; text-decoration:none; display:block; margin:0; padding:18px 15px 16px 15px; color:#535345; border-right:1px solid #f6f6e7;  }
#nav-cat ul li:hover a, #nav-cat ul li.hover a, #nav-cat ul li.current-cat a { text-decoration:none;  color:#c04e37; padding:18px 15px 16px 15px; }



