@charset "utf-8";
body  {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 13px;
	margin: 0;
	LINE-HEIGHT: 19px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #3A362F;
	background-image: url(../images/header_slice.jpg);
	background-repeat: repeat-x;
}

.twoColElsLtHdr #container {
       width: 1000px;
       margin: 0 auto;
       text-align: left;
       border-top-color: #000000;
       border-right-color: #000000;
       border-bottom-color: #000000;
       border-left-color: #000000;
       background-image: url(../images/header_slice.jpg);
       background-color: #3a362f;
       background-repeat: repeat-x;
}/* standby MARGIN-TOP: -10px*/

.twoColElsLtHdr #header {
	padding: 0 0px;
	background-image: url(../images/header_slice.jpg);
	background-repeat: repeat-x;
}

.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	margin: 15px 20px 40px 298px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 660px;
}
.twoColElsLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3a362f;
}
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
}
#main_logo {
	MARGIN-TOP: 13px;
	MARGIN-LEFT: 20px
}
#site_logo {
	Z-INDEX: 20;
	LEFT: 800px;
	POSITION: absolute;
	TOP: 79px
}
#site_logo IMG {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px
}
#sidebar {
	PADDING-RIGHT: 30px;
	PADDING-LEFT: 25px;
	FLOAT: left;
	WIDTH: 280px;
	COLOR: #5b4e3c;
	PADDING-TOP: 12px
}
#categories {
	BORDER-RIGHT: #605a4f 1px solid;
	PADDING-RIGHT: 17px;
	BORDER-TOP: #605a4f 1px solid;
	MARGIN-TOP: 15px;
	PADDING-LEFT: 17px;
	PADDING-BOTTOM: 17px;
	BORDER-LEFT: #605a4f 1px solid;
	PADDING-TOP: 17px;
	BORDER-BOTTOM: #605a4f 1px solid;
	POSITION: relative;
	BACKGROUND-COLOR: #282520
}
#sidebar A.on {
	COLOR: #ffffff
}
.cat_content {
	BORDER-RIGHT: #5b4e3c 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #5b4e3c 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	BORDER-LEFT: #5b4e3c 1px solid;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: #5b4e3c 1px solid;
	BACKGROUND-COLOR: #302c26
}
.cat_content UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}
.cat_content UL LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none
}
#sidebar .cat_content UL LI A {
	BORDER-TOP: #4a3e35 0px solid;
	DISPLAY: block;
	PADDING-BOTTOM: 5px;
	COLOR: #b39c7d;
	PADDING-TOP: 5px;
	TEXT-DECORATION: none
}
#sidebar .cat_content UL LI A:hover {
	COLOR: #ffffff
}
#categories A SMALL {
	PADDING-LEFT: 2px;
	FONT-SIZE: 9px;
	TEXT-TRANSFORM: uppercase;
	COLOR: #b3a37b;
	FONT-STYLE: normal
}
#search {
	BORDER-RIGHT: #605a4f 1px solid;
	PADDING-RIGHT: 17px;
	BORDER-TOP: #605a4f 1px solid;
	MARGIN-TOP: 15px;
	PADDING-LEFT: 17px;
	PADDING-BOTTOM: 17px;
	BORDER-LEFT: #605a4f 1px solid;
	COLOR: #5b4e3c;
	PADDING-TOP: 17px;
	BORDER-BOTTOM: #605a4f 1px solid;
	POSITION: relative;
	BACKGROUND-COLOR: #282520
}
#subscribe {
	BORDER-RIGHT: #605a4f 1px solid;
	PADDING-RIGHT: 17px;
	BORDER-TOP: #605a4f 1px solid;
	MARGIN-TOP: 15px;
	PADDING-LEFT: 17px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #605a4f 1px solid;
	COLOR: #5b4e3c;
	PADDING-TOP: 17px;
	BORDER-BOTTOM: #605a4f 1px solid;
	POSITION: relative;
	BACKGROUND-COLOR: #282520
}
#subscribe {
	MIN-HEIGHT: 80px
}
#collection {
	BORDER-RIGHT: #605a4f 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #605a4f 1px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #605a4f 1px solid;
	LINE-HEIGHT: 0px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #605a4f 1px solid;
	BACKGROUND-COLOR: #282520
}
.sublinks {
	DISPLAY: block;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 3px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
#icon_subscribe {
	RIGHT: 10px;
	POSITION: absolute;
	TOP: -13px
}
#icon_navigate {
	RIGHT: 10px;
	POSITION: absolute;
	TOP: 10px
}
INPUT.text {
	BORDER-RIGHT: #1f1813 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #1f1813 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(images/form_bg.jpg);
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #1f1813 1px solid;
	WIDTH: 145px;
	COLOR: #333333;
	MARGIN-RIGHT: 4px;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #1f1813 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	FONT-FAMILY: tahoma, arial, sans-serif
}
SELECT {
	BORDER-RIGHT: #1f1813 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #1f1813 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(images/form_bg.jpg);
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #1f1813 1px solid;
	WIDTH: 145px;
	COLOR: #333333;
	MARGIN-RIGHT: 4px;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #1f1813 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	FONT-FAMILY: tahoma, arial, sans-serif
}
TEXTAREA {
	BORDER-RIGHT: #1f1813 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #1f1813 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(images/form_bg.jpg);
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #1f1813 1px solid;
	WIDTH: 145px;
	COLOR: #333333;
	MARGIN-RIGHT: 4px;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #1f1813 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	FONT-FAMILY: tahoma, arial, sans-serif
}
TEXTAREA {
	WIDTH: 400px
}
.formcontainer INPUT.text {
	MARGIN-TOP: 0px;
	DISPLAY: block
}
FORM {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}
#content {
	FLOAT: left;
	WIDTH: 650px;
	PADDING-TOP: 13px
}
.post {
	BORDER-RIGHT: #ffffff 1px solid;
	PADDING-RIGHT: 40px;
	BORDER-TOP: #ffffff 1px solid;
	PADDING-LEFT: 40px;
	PADDING-BOTTOM: 40px;
	BORDER-LEFT: #ffffff 1px solid;
	PADDING-TOP: 40px;
	BORDER-BOTTOM: #ffffff 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	background-color: #FFFFFF;
	background-image: url(../images/post_bg.jpg);
}
.postimage {
	BORDER-RIGHT: #d5d5d5 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #d5d5d5 1px solid;
	PADDING-LEFT: 10px;
	FONT-SIZE: 10px;
	FLOAT: right;
	MARGIN-BOTTOM: 5px;
	PADDING-BOTTOM: 10px;
	MARGIN-LEFT: 20px;
	BORDER-LEFT: #d5d5d5 1px solid;
	COLOR: #aaaaaa;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: #d5d5d5 1px solid;
	BACKGROUND-COLOR: #f0f0f0;
	TEXT-ALIGN: right
}
.postimage IMG {
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-TOP: #c0c0c0 1px solid;
	DISPLAY: block;
	MARGIN-BOTTOM: 5px;
	BORDER-LEFT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #c0c0c0 1px solid
}
.postimage A {
	COLOR: #aaaaaa
}
.post .title {
	LINE-HEIGHT: 28px;
	background-color: #FFFFFF;
	padding-left: 0px;
}
.titlelink A {
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 2px;
	MARGIN: 0px 1px;
	COLOR: #ffffff;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #e9832d;
	TEXT-DECORATION: none
}
.titlelink A:hover {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #000000
}
.post .title A H2 {
	DISPLAY: block;
	MARGIN-BOTTOM: 7px;
	LINE-HEIGHT: 32px
}
.post .title A {
	TEXT-DECORATION: none;
}
.post .text {
	MARGIN-TOP: 20px;
	MARGIN-BOTTOM: 20px;
	COLOR: #4f5455;
	LINE-HEIGHT: 18px;
	background-color: #FFFFFF;
}
.postfooter {
	BORDER-RIGHT: #706b62 1px solid;
	PADDING-RIGHT: 5px;
	BACKGROUND-POSITION: 50% top;
	BORDER-TOP: #706b62 0px solid;
	PADDING-LEFT: 5px;
	FONT-SIZE: 10px;
	BACKGROUND-IMAGE: url(images/post_footer_bg.jpg);
	MARGIN-BOTTOM: 25px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #706b62 1px solid;
	COLOR: #967D5C;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #706b62 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #565147;
	TEXT-ALIGN: right
}
.postfooter A {
	MARGIN: 0px 10px;
	COLOR: #ccb99e;
	TEXT-DECORATION: none
}
.postfooter A:hover {
	COLOR: #ffffff
}
#footer {
	BORDER-TOP: #111111 0px solid;
	MARGIN-TOP: 25px;
	LINE-HEIGHT: 18px;
	BACKGROUND-COLOR: #000000
}
.link_column {
	MARGIN-TOP: 25px;
	FLOAT: left;
	MARGIN-BOTTOM: 25px;
	MARGIN-LEFT: 35px;
	WIDTH: 125px;
	COLOR: #645f51
}
.text_column {
	WIDTH: 450px
}
.link_column A {
	COLOR: #f4eada
}
.link_column STRONG {
	COLOR: #ffffff
}
.link_column A:hover {
	COLOR: #ffffff
}
.link_column H3 {
	MARGIN-TOP: 0px;
	FONT-SIZE: 16px;
	MARGIN-BOTTOM: 10px;
	COLOR: #f4eada;
	LETTER-SPACING: -1px
}
.link_column UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}
.link_column UL LI {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none
}
.link_column UL LI A {
	DISPLAY: block;
	PADDING-BOTTOM: 2px;
	COLOR: #9f9886;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none
}
.link_column UL LI A:hover {
	COLOR: #f4eada
}
A IMG {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px
}
A {
	COLOR: #bd6011
}
A:hover {
	COLOR: #333333
}
a:hover {
}
a:hover {
	color: #6F695B;
	text-decoration: none;
}
#sidebar A {
	COLOR: #e9832d;
	TEXT-DECORATION: none
}
#sidebar A:hover {
	COLOR: #ffffff
}
.input_button {
	BORDER-RIGHT: #e38219 1px solid;
	PADDING-RIGHT: 6px;
	BORDER-TOP: #e38219 1px solid;
	PADDING-LEFT: 6px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(images/button_bg.jpg);
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #e38219 1px solid;
	COLOR: #ffffff;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #e38219 1px solid;
	FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif;
	BACKGROUND-COLOR: #db6600
}
.input_button:hover {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BACKGROUND-IMAGE: url(images/button_bg_over.jpg);
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	BACKGROUND-COLOR: #000000
}
H1 {
	MARGIN: 0px;
	FONT-FAMILY: Helvetica, Arial, sans-serif
}
H2 {
	MARGIN: 0px;
	FONT-FAMILY: Helvetica, Arial, sans-serif
}
H3 {
	MARGIN: 0px;
	FONT-FAMILY: Helvetica, Arial, sans-serif
}
H4 {
	MARGIN: 0px;
	FONT-FAMILY: Helvetica, Arial, sans-serif
}
H5 {
	MARGIN: 0px;
	FONT-FAMILY: Helvetica, Arial, sans-serif
}
H3 {
	MARGIN-TOP: 30px
}
H4 {
	MARGIN-TOP: 30px
}
H2 {
	FONT-SIZE: 32px;
	COLOR: #000000;
	LETTER-SPACING: -1px
}
h2 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h2 {
	font-size: 22px;
}
h2 {
	font-size: 22px;
}



BLOCKQUOTE {
	BORDER-RIGHT: #c0c0c0 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #c0c0c0 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	MARGIN: 0px;
	BORDER-LEFT: #c0c0c0 1px solid;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: #c0c0c0 1px solid;
	FONT-STYLE: italic;
	BACKGROUND-COLOR: #eaeaea
}
UL.trackbacklist {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	MARGIN: 10px 0px 0px;
	PADDING-TOP: 0px
}
UL.trackbacklist LI {
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 15px 10px 0px;
	WIDTH: 300px;
	PADDING-TOP: 0px
}
UL.trackbacklist A {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	TEXT-TRANSFORM: capitalize;
	COLOR: #8d866c;
	PADDING-TOP: 0px
}
#comments {
	MARGIN-TOP: 20px
}
.the_commentor {
	FLOAT: left;
	WIDTH: 90px;
	TEXT-ALIGN: right
}
.the_commentor IMG {
	MARGIN-BOTTOM: 3px
}
.comment-metadata A {
	FONT-SIZE: 10px;
	COLOR: #cbcbcb;
	LINE-HEIGHT: 16px;
	TEXT-DECORATION: none
}
.the_comment {
	BORDER-RIGHT: #dadada 1px solid;
	PADDING-RIGHT: 20px;
	BORDER-TOP: #dadada 1px solid;
	PADDING-LEFT: 20px;
	FONT-SIZE: 13px;
	MIN-HEIGHT: 160px;
	FLOAT: right;
	PADDING-BOTTOM: 10px;
	BORDER-LEFT: #dadada 1px solid;
	WIDTH: 380px;
	COLOR: #5d5949;
	LINE-HEIGHT: 20px;
	PADDING-TOP: 20px;
	BORDER-BOTTOM: #dadada 1px solid;
	BACKGROUND-COLOR: #fafafa
}
OL.commentlist LI.alt .the_comment {
	MARGIN-BOTTOM: -2px;
	POSITION: relative;
	TOP: -1px;
	BACKGROUND-COLOR: #eaeaea
}
OL.commentlist {
	MARGIN-TOP: 20px
}
OL.commentlist LI {
	CLEAR: both;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	LIST-STYLE-TYPE: none
}
.comment-author {
	FONT-SIZE: 18px;
	MARGIN-BOTTOM: 0px
}
.comment-author A {
	FONT-WEIGHT: bold;
	COLOR: #e9832d;
	TEXT-DECORATION: none
}
.commentlist .the_comment A {
	COLOR: #e9832d
}
.commentlist .the_comment A:hover {
	COLOR: #232323;
	TEXT-DECORATION: none
}
.comment-author A:hover {
	COLOR: #232323;
	TEXT-DECORATION: none
}
.text OL LI {
	MARGIN-BOTTOM: 10px
}
.text UL LI {
	MARGIN-BOTTOM: 10px
}
.photo_right {
	FLOAT: right;
	MARGIN-BOTTOM: 20px;
	MARGIN-LEFT: 20px
}
.style2 {
	color: #4f5455;
	font-size: 13px;
}
.style5 {
	font-size: 13px;
	color: #b39c7d;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {
	font-size: 13px
}
.style8 {
	color: #b39c7d
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
}
a:link {
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 13px;
}
.style12 {
	color: #000000
}
.style13 {
	color: #5b4e3c
}
.style14 {
	color: #3A362F
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.style15 {
	color: #bd6011;
	font-size: 10px;
}
.style16 {
	color: #4f5455
}
.style19 {
	font-family: Arial, Helvetica, sans-serif
}

.style20 {
	font-size: 16px;
	color: #666666;
}

.style21 {
	font-size: 28px
}
.style21 {
	font-size: 28px
}


.style22 {
	color: #ccb99e
}
.style22 {color: #ccb99e}
.style22 {
	color: #ccb99e
}


.style23 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f5455;
}

a:visited {
}
a:active {
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.sale {color: #990000; font-weight: bold; }
.style24 {
	font-style: normal
}
