/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
#page_background {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-5000}
.custom #header
{
	
	height:300px;
	background-image:url(images/header-1.jpg);
	background-repeat:no-repeat; 
	 
	border:none;
	 

}
#logo
{
	display:none;
}
#tagline
{
  display:none;
}
.custom #container
  {
	  width:970px;
	  text-align:left;
	  border:2px solid#804000;
	  background-color:#FFF;
	  background-image:url(images/contain-bk-2.jpg);
	  background-repeat:repeat;
	  
  }
 .custom #footer
 {
	 border:none;
 }
.custom #page /*remove ugly gray line  thesis*/
	{
		border:none;
		background:none;
		 
	    
	}
.custom #content_box, .custom #column_wrap /*remove all borders*/{ 
        background: none;
}
.custom #content
{
	border-left:1px dotted #804000;
	border-bottom:none;
}

.custom .prev_next
{
	
	border-top:none;
}
.custom #page .menu {height:30px; background-image:url(images/menubk.jpg); background-repeat:repeat-x;  padding-bottom:20px; }
 
.custom .menu li { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#000; }  /*menu items **/
.custom	.menu ul  {  }
.custom	.menu ul ul {  }
.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { color: #000; background-image: url(images/current-menu-item.jpg); background-repeat:repeat-x; } /*current selected menu*/
.custom .menu a { color:#000; }

.custom .menu a:hover { color:#000;   background-image:url(images/menubk-hover.jpg); background-repeat:repeat-x;}

.custom .menu ul a {  }

.custom .menu, .menu a, .menu li ul { border-style: none;    }
.custom .menu .current > a, .menu .current-cat > a { 
background-repeat:repeat-x; }

.custom .menu .rss {  font-size:9px; height:0px;  
background-repeat:repeat-x;}

.custom .menu .rss a, .menu .rss a:hover {  padding-right: 16px; background: url('../lib/images/icon-rss.gif') 100% 50% no-repeat; border: none; position:relative;top:2px;left:-30px; color:#fff}
.custom	.menu .rss a:hover { text-decoration: underline; }


/*---:[ nav menu styles ]:---*/
.custom  .menu table {  }
.custom  .nav, .menu li ul {   }
.custom  .menu li { margin-bottom: -0.1em; }
.custom 	.menu li ul { margin-top: -0.1em;   }
.custom 	.menu ul ul { margin-top: 0; }


.custom 	.menu, .menu a, .menu li ul { background:none;  }
.custom 	.menu .current a, .menu .current-cat a {  }
.custom 	.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a {  }
.custom 	.menu a, .menu .current ul a, .menu .current-cat ul a { background:none;  }
.custom 	.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {  }
.custom 	.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {  }
.custom 	.menu .current-parent > a, .menu .current-cat-parent > a { 
  }
.custom .menu a, .menu .current ul a, .menu .current-cat ul a { color: #000; background-color:none; }
.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #000;   }


.custom .menu .current-parent > a, .menu .current-cat-parent > a { color: #000; background-color:none; }
.custom .menu a, .menu .current ul a, .menu .current-cat ul a { color: #000;  }



.custom .headline_meta
 {
	 color:#000;
 }
.custom .headline_meta a
 {
	 color:#000;
 }
 
.custom #content .headline_area .entry-title a
 {
	 color:#804000;
	 font-weight:bold;
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:18px;
 }
 
.custom #content .teasers_box .entry-title a
 {
	 color:#804000;
	 
 }
 
 .custom #content .headline_area h1
 {
	   color:#804000;
	  font-weight:bold;
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:18px;
	 
 }
 

.custom .teasers_box h2 a
{
	 color:#804000;
	 font-weight:bold;
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:16px;
}
.custom .teaser_date
 {
	 color:#000;
 }
.custom .teasers_box
  {
	  border-bottom:#804000 1px dotted;
  }
  
 
.custom #sidebar_1 a
  {
	  color:#463d2e;
  }
  
.custom #sidebar_1 h3
  {
	  color:#804000;
	  font-weight:bold;
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:14px;
	  
  }
  
 .custom #content a
 {
	 
	 color:#463d2e;
 }
 
.custom .bracket
 {
	 display:none;
 }
.custom .to_comments 
{
	  color:#804000;
	  font-weight:bold;
	  font-family:Verdana, Geneva, sans-serif;
	  font-size:10px;
}

.custom .to_comments a
{
	  color:#804000;
}
.custom .post_box
 {
	 border-bottom:#804000 1px dotted;
 }
.custom .sub_email
 {
	 border:#804000 1px solid;
	 background-image:url(images/box-bk.jpg);
	 background-repeat:repeat;
	 margin-left:50px;
	 
 }
.custom .sub_rss
 {
	  margin-left:50px;
 }
 
 .custom  #content .format_text p  
  {
	  
	  color:#000; 
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:13px;
	  line-height:24px;
  }
 .custom  #content  .format_teaser p
  {
	  
	  color:#000; 
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:12px;
	  line-height:20px;
  }	  
	  
	  
	  