/*
------------------------------------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;

	background-color: #c2bc9f;

	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 11px;
	color: #333333 ;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #c2bc9f;
	
	clear: both;

	border-bottom: 1px dotted #979172;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	
	height: 0px;
	font-size: 1px;

	background-color: #;
	
	clear: both;

	border-top: 1px dotted  #979172;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	
	height: 5px;
	font-size: 1px;

	background-color: #eeeeee;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.red {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	
	width: 980px;
	
	text-align: left;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/

#header {
	margin: 0px auto;
	padding: 0px;

	width: 980px;
	height: 70px;

	text-align: left;
}

.logo, .logo a, .logo a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px;

	font-family: Geneva, Arial;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #cc0000;
	text-decoration: none;
	
	float: left;
}

.search {
	margin: 10px 0px 0px 0px;
	padding: 5px;
	
	background-color: #c2bc9f;

	float: right;
}

.search .input {
	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	
	width: 150px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #630101;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 6px 0px 0px 0px;
	background:#630101;
	width: 100%;
	height: 24px;
}

.main_menu li {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;

	color: #fff;
	text-decoration: none;
	
	display: block;
	border-bottom: 0px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF ;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */
/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px;
	
	width: 100%;
	height: 32px;
	background-color: #eeeeee;
	
	border-bottom: 1px solid #cccccc;	
}

.sub_menu li {
	margin: 7px 5px 7px 0px;
	padding: 0px;
	
	font-size: 11px;
	
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 3px 3px 3px;

	color: #;
	text-decoration: none;
	
	display: block;
}

.cat-item a:hover {
	background-color: ;

	color: #ffffff;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #;

	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: fixed ;
	left:0px;
	
	background-color: #630101 ;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #630101 ;

	color: #fff;
}

.children li a:hover {
	background-color: #630101 ;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin: 5px 5px 5px 5px;
	padding:inherit;
	width: 240px;	
 	float: left;
}
.column_main2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom:0px;	
	width: 390px;	
	font: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	float: left;
}

.column_main3 {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 0px;
	padding-bottom:8px;	
	width: 640px;	
	float: left;
	}
.column_main4{
	padding: 2px;
	border: px solid #ccc;
	margin:10px 10px 10px 10px;
	padding-bottom:0px;	
	width: 970px;	
	float: left;
		}
.column_slain {
    margin: 0px 5px 5px 0px;
	padding-top:0px;
	padding-left:0px;
	background:;
	width: 240px;
	float: left;
	}
.column_right {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	
	width: 300px;
	height: 60px;
	float: right;
}

.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 0px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px dotted #979172 ;
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px dotted #979172;
}

/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background: ;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size:11.6px;
	color:#000;
}

#featured h1 a, #featured h1 a:visited {
	color: #333;
	text-decoration:none;
}

#featured h1 a:hover {
	color: #6a5b3e ;
	text-decoration:underline;
}

#featured  {
	color: #333;
}

#featured  a, #featured  a:visited {
	padding: 0px 0px 1px 0px;
	color: #990000 ;
	border-bottom: 0px solid #333333;
}

#featured  a:hover {
	color: #6a5b3e ;
	border-bottom: px solid #ffffff;
}

#featured  i {
	color: #660000 ;
}

#featured  i a, #featured  i a:visited {
	color: #630101  ;
	text-decoration: none;
	border-bottom: px solid #333333;
}

#featured  i a:hover {
	color: #6a5b3e;
	border-bottom: px solid #ffffff;
}

#featured p {
	color: #333;
}

#featured p a, #featured p a:visited {
	color: #990000 ;
	border-bottom: 0px solid #333333;
}

#featured p a:hover {
	color: #6a5b3e;
	border-bottom: px solid #ffffff;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	float: left;
	
	border: none;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 10px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */
/* Featured2 (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color:;
}

#featured2 h1 a, #featured h1 a:visited {
	color: #333;
}

#featured2 h1 a:hover {
	color: #000;
	text-decoration:none;
}

#featured3  {
	color: #000;
}

#featured2  a, #featured  a:visited {
	padding: 0px 0px 1px 0px;
	color: #000 ;
	border-bottom: 0px solid #333333;
}

#featured2  a:hover {
	color: #000 ;
	border-bottom: px solid #6a5b3e;
}

#featured2  i {
	color: #000 ;
}

#featured2  i a, #featured  i a:visited {
	color: #660000 ;
	text-decoration: none;

	border-bottom: px solid #333333;
}

#featured2  i a:hover {
	color: #000;
	border-bottom: 1px solid #ffffff;
}

#featured2 p {
	color: #000;
}

#featured2 p a, #featured p a:visited {
	color: #000;
	border-bottom: px solid #333333;
}

#featured2 p a:hover {
	color: #6a5b3e;
	border-bottom: 1px solid #ffffff;
}

#featured2 img, #featured2 img a, #featured2 img a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	float: left;
	
	border: none;
}

#featured2 ul, #featured2 ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured2li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured2 blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured2 */
/* Featured3 (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured3 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	background-color:;
}

#featured3 h1 a, #featured h1 a:visited {
	color: #333;
}

#featured3 h1 a:hover {
	color: #6a5b3e ;
	text-decoration:underline;
}

#featured3  {
	color: #999999;
}

#featured3  a, #featured  a:visited {
	padding: 0px 0px 1px 0px;
	color: #990000 ;
	border-bottom: 0px solid #333333;
}

#featured3  a:hover {
	color: #6a5b3e ;
	border-bottom: 1px solid #6a5b3e;
}

#featured3  i {
	color: #660000 ;
}

#featured3  i a, #featured  i a:visited {
	color: #630101  ;
	text-decoration: none;

	border-bottom: 1px solid #333333;
}

#featured3  i a:hover {
	color: #6a5b3e;
	border-bottom: 1px solid #ffffff;
}

#featured3 p {
	color: #999999;
}

#featured3 p a, #featured p a:visited {
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#featured3 p a:hover {
	color: #6a5b3e;
	border-bottom: 1px solid #ffffff;
}

#featured3 img, #featured2 img a, #featured2 img a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	float: left;
	
	border: none;
}

#featured3 ul, #featured2 ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured3 li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured3 blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured3 */
/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	
	background-color: ;
	
	text-align: left;
	
	border-bottom: 0px solid #cccccc;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 4px 10px 4px;
	padding: 2px 4px 4px 4px;
}

#content li {
	margin: 0px;
	padding: 0px 4px 4px 4px;
	
	line-height: px;
	
	list-style-type: none;

	border-bottom: 0px dashed #aaaaaa;
}

.title a, .title a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height:12px;
	list-style:circle;	
	padding:0px 0px 0px 0px;
	font-weight: normal;
	font-size:10px;
	text-decoration: none;
}

.title a:hover {
	color: #000 ;
	text-decoration:underline;
	}
	
.title a:visited{
	color: #000 ;
	
	}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
	color:#000000;
}

.meta {
	margin: 0px 0px 8px 0px;
	padding: 0px;

	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right img {
	margin: 4px 4px 4px 4px;
	padding-top: 0px;
	
	float: left;
	
	height:23px ;
	
	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 0px solid #dddddd;
}

p a:hover {
	color: #6a5b3e;
}

#entry {
	margin: 30px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	float: left;
	
	border: none;
}

#entry p {
	margin: 20px 0px 20px 0px;
	
	font-size: 14px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #bbbbbb;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #6a5b3e;
	background-color: #336699;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #eeeeee;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 585px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container {
	margin: 0px;
	padding: 0px;
	
	border: 3px solid #ada686;
}

.tab_container_in {
	margin: 0px;
	padding: 10px;
	
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_menu_container {
	padding: 0px 0px 0px 0px;
	
	height: 27px;
	
	background-color: ;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	
	background-color:;
	
	font-size: 11px;
	line-height: normal;

	float: left;
	list-style: none;
	cursor: pointer;
	
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	background-color: 
	color: #999999;
	text-decoration: none;
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #6a5b3e;

	color: #ffffff;
	text-decoration: none;
}

.tab_content_list {
	display: none;	
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #;
	text-decoration: none;
}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
}

/* END Tabs */

/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #eeeeee;
}

.widget li a, .widget li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover {
	color: #cc0000;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif  ;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700 ;
	color: #000000;
	letter-spacing: px;
	text-decoration: none;
}

h1 a:hover {
	color: #000 ;
	text-decoration: underline; 
}

 h2{
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	text-transform: none ;
	color: #660000   ;
}

 h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #630101 ;
	text-decoration: none;

	border-bottom: 0px solid #dddddd;
}

 a:hover {
	color: #000000  ;
}

 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

 i a,  i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding-top: px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.6px;
	font-weight: normal;
	color: #333;
	letter-spacing: normal;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
	text-decoration:underline;
}
h4{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 16px;
	line-height: 15px;
	font-weight: 600 ;
	color: #333333 ;
	letter-spacing: 0px;
	}
h4 a, h4 a:visited {
	color: #990000 ;
	text-decoration: none;
}

h4 a:hover {
	color: #6a5b3e  ;
	text-decoration:underline;
}
	}
/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px 0px 20px 0px;
	
	width: 100%;
	background-color: #eeeeee;
}

#footer p.left {
	font-size: 11px;
	color: #999999;
	float: left;
}

#footer p.right {
	font-size: 11px;
	color: #999999;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #6a5b3e;

}
#safety {
	float:right;
	margin: 20px 4px 4px 4px;
	width:299px;
	height: 60px;
	}
	
#categories{
	float:right;
	margin: 10px 4px 4px 4px;
	width: 299px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
	
#categories a: hover {
	color: #630101;
	text-decoration:underline;
	background:none;
	
	}
	
h5 {
	margin: -10px 0px 0px 0px;
	padding: 0px 2px 2px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #000;
	letter-spacing: normal;
}

h5 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h5 a:hover {
	color: #000000;
	text-decoration:underline;
}

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 2px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #000000;
	letter-spacing: normal;
}

h6 a, h3 a:visited {
	color: #660000;
	text-decoration: none;
}

h6 a:hover {
	color: #000000;
	text-decoration:underline;
}
h7 {
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 2px 4px;
	font-family: Georgia, "Times New Roman", Times, serif  ;
	font-size: 11.5px;
	font-weight:normal;
	color: #000000;
	letter-spacing: normal;
}

h6 a, h3 a:visited {
	color: #660000;
	text-decoration: none;
}

h6 a:hover {
	color: #000000;
	text-decoration:underline;
}

#gallery {margin:5px 0 5px; width:970px}
#gallery img {float:left;margin:2px 2px 0;background:#f5f5f5;padding:2px;border:1px solid #ccc;}