/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

/* STANDARD TAG REDEFINITIONS */
BODY{ color: #1D1D1D; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color: #FFF9DF; margin: 15px 0 20px 0; padding: 0;      }
TD {font-size: 10pt;  }
p { font-size: 10pt;  margin-bottom: 7px; margin-top: 0; }
a{ color: #318F23; text-decoration: none; }
a:hover{ text-decoration: underline; color: #AF0000; }
h1, h2, h3, h4, h5{	font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; letter-spacing: .005em; margin:0 0 1em 0; padding:0;}

#container{ border: solid #000000 1px; width:760px; margin: 0 auto; }

#HEADER{	width: 730px; padding: 32px 0 0 30px; height:86px; margin-left:auto; margin-right:auto; clear:both;  background-color: #275000;  background-image: url(images/01.jpg);  background-repeat: no-repeat;    }
	#HEADER h1{ position:relative;  margin:0; color: #1D411B; font-size: 30pt;  font-weight: bold;  font-family: Arial, Helvetica, sans-serif;   }
	#HEADER h1 a{ position: absolute; top: -2px; left: -2px; color: White; }
	#HEADER h1 a:hover{ text-decoration: none; }
	#HEADER h3{ font-size: 10pt; padding: 15px 15px 0 0; margin: 0; color: White; font-weight: normal; font-style: italic; }

#NAV{	width: 740px; margin-left:auto; margin-right:auto; clear:both;  padding: 0 10px 0 10px;  background-color: White; border-bottom: solid #000000 1px;  }
	#NAV .Wrapper{  height: 30px;  background-color: #F7F7F7;    }
	#NAV ul{ margin: 0; padding-left: 0; height: 24px; line-height: 24px; display: block; list-style: none;   float: left;        }
	#NAV li{ display: inline;  float: left;  }
	#NAV li a{ height: 30px; line-height: 30px; display: block; padding-left: 25px; padding-right: 25px;   float: left;  font-size: 11px;  font-family: "MS Sans Serif", Geneva, sans-serif;  color: #153A0E;        }
	#NAV li a.Active{ background-color: White; }
	#NAV li a:hover{ background-color: #fafafa; text-decoration: none;  color: #CE0000;    }

#CONTENT{ width: 760px; margin-left: auto; margin-right: auto; }
	#CONTENT .Wrapper{ padding: 0 25px 15px 25px;float: left;  background-color: White;   }

#TEXT{ float: right; padding: 0px; margin: 0; width: 475px; }
	#TEXT h2{ margin: 16px 0 15px 0; padding: 6px 0 0 25px; font-weight: bold; color: #999999; font-size: 11pt;  border-bottom: 1px solid #73CA00;  background-image: url(images/bg_text_h2.gif);  background-repeat: no-repeat;  height: 19px;  text-transform: uppercase;  line-height: 19px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  background-position: left;            }
	/*#TEXT h2.archive_head { padding: 6px 0 0 0; border-bottom: none;  background-image: none;  }*/
	#TEXT p{ margin-bottom: 1em; line-height:1.3em; font-size: 0.9em; }
	#TEXT p.Aligned{ text-align: justify; }
	#TEXT .entry img { margin: 20px 10px 10px 10px; }
	#TEXT .entry p strong a { padding: 5px 10px; background-color: Green; color: #ffffff; }
	#TEXT img.Left{ float: left; margin: 3px 15px 5px 0; padding:2px; border:1px solid #CCCCCC;}
	#TEXT img.Right{ float: right; margin: 3px 0 5px 15px; padding:2px; border:1px solid #CCCCCC;}
	

#SIDE{ float: left; width: 210px; padding: 0px 0 0 0; display: block;  padding-bottom: 3em;  }
	#SIDE h2{ margin: 16px 0 15px 0; padding: 6px 0 0 0; font-weight: bold; color: #999999; font-size: 9pt; border-bottom: 1px solid #73CA00; height: 19px; text-transform: uppercase; line-height: 19px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-position: left; }
	#SIDE p{ font-size: 10px;  font-family: "MS Sans Serif", Geneva, sans-serif;  line-height: 1.5em;  margin-bottom: 12px;       }
	#SIDE p.Aligned{ text-align: justify; }
	
	#SIDE ul.sidebar_list { list-style: none; margin-left: 0; padding-left: 0; }
	#SIDE ul.sidebar_list li.widget ul { list-style: none; margin-left: 0; padding-left: 10px; }
	#SIDE ul.sidebar_list li.widget ul li { line-height: 14px; margin-bottom: 8px; }


#FOOTER{	clear:both; width: 710px; margin-left:auto; margin-right:auto;  padding: 0 25px 20px 25px;  background-color: White;     }
	#FOOTER .Line{ background-color: #FAFAFA; height: 1px;  margin-bottom: 7px;  }
	#FOOTER .Line span{ background-color: #73CA00; height: 1px; line-height: 1px;  float: left;  display: block;  width: 100%;  margin: 0;  padding: 0;  font-size: 1px;       }
	#FOOTER p{ font-size: 11px; line-height: 18px; margin: 0;  color: #8B8B8B;  font-family: "MS Sans Serif", Geneva, sans-serif; }
	#FOOTER a{ font-size: 11px; font-weight: normal; text-decoration: none; color: #8B8B8B; }
	#FOOTER a:hover{ color: #B22222; text-decoration: underline; }
	#FOOTER .Side{ float: right; }
	#FOOTER img { border-width: 0; }
