/*   
Theme Name: Ken's Patch - Christmas Trees
Theme URI: http://www.kenspatch.com/
Description: Theme used by KensPatch.com
Author: Greg Roe
Author URI: http://www.gregroe.com
Version: 1.0 (updated: November 25, 2008)
*/


body {
	margin: 0px;
	padding: 0px;
	background: url('../img/bg_main.png') repeat-y;
	background-position: center;
	background-color: #790000;
	color: #3a3a3a;
	font-family: 'Arial', 'Helvetica', 'Tahoma', sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	}
	
img {border: 0px;}

.float_left {float: left;}

/* FONT STYLES */

.bigbigbold_red {
	font-family: /*'Rockwell Extra Bold',*/ 'Arial Black', sans-serif; 
	color: #790000;
	font-size: 1.9em;
	}

.bigbold_red {
	font-family: /*'Rockwell Extra Bold',*/ 'Arial Black', sans-serif; 
	color: #790000;
	font-size: 1.2em;
	}
.big_red {
	font-family: 'Arial', sans-serif; 
	color: #790000;
	font-size: 1.2em;
	}

.reg_red {
	font-family: 'Arial', sans-serif; 
	color: #790000;
	font-size: 0.70em;
	line-height: 1.0em;
	}
	
.basic_txt {
	font-size: 0.8em;
	font-family: 'Arial', 'Helvetica', sans-serif;
	}

	
ul {list-style: none; margin: 0px; padding: 0px;}

.grn_list {margin: 10px 0px 10px 20px;}

.grn_list li {
	font-family: 'Arial', 'Helvetica', sans-serif; 
	color: #005826;
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
}

#splash_txt {margin:0px; padding:0px;}

.red {color: #790000;}
.green {color: #005826;}
	

#navbar_links a {margin: 0px 8px 0px 8px;}

#navbar_links a {text-decoration: none; color: #fff;}
#navbar_links a:link {text-decoration: none; color: #fff;}
#navbar_links a:active {text-decoration: underline; color: #fff;}
#navbar_links a:hover {text-decoration: underline; color: #fff;}

	

	
#footer {
	height: 79px;
	width: 800px;
	text-align: center;
	}

#footer img {margin: 6px;}
	
#btm_ribbon {
	width: 800px;
	height: 31px;
	line-height: 31px;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url('../img/bottom_ribbon.png') no-repeat;
	}
	