/*


*/
BODY
{
	margin: 0 auto;
	padding: 0px;
	background: #CECECE;
	/*[empty]background-image:;*/
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: "Century gothic", Arial, Tahoma, sans-serif;
	color: #161514;
	font-size: 13px;
}
IMG
{
	border: 0;
	margin: 0;
}
A
{
	color: #6F615A;
	text-decoration: none;
	outline: none;
}
A:hover
{
	color: #D53030;
	text-decoration: none;
}
H1, H2, H3, H4, H5, H6
{
}
BLOCKQUOTE
{
	padding-left: 10px;
	color: #444;
	font-style: normal;
}
.clear
{
	clear: both;
}
IMG.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
IMG.alignnone
{
	padding: 5px;
	margin: 0px 0px 10px;
	display: inline;
	background: #FFF;
	border: 1px solid #DDDDDD;
}
IMG.alignright
{
	padding: 5px;
	margin: 0px 5px 10px 10px;
	display: inline;
	background: #FFF;
	border: 1px solid #DDDDDD;
}
IMG.alignleft
{
	padding: 5px;
	margin: 0px 10px 10px 5px;
	display: inline;
	background: #FFF;
	border: 1px solid #DDDDDD;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright
{
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}
.wp-caption
{
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #FFFFFF;
	padding: 4px 0px 5px;
	margin: 5px;
}
.wp-caption IMG
{
	margin: 0px 0px 5px;
	padding: 0px;
	border: 0px solid #000000;
}
.wp-caption P.wp-caption-text
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
/*The Outer cover*/
#wrapper
{
	width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
}
#casing
{
	padding: 0px;
	background: #FFF url(images/casing.jpg) repeat-x;
}
/*The Header*/
#top
{
	height: 364px;
	margin: auto;
	background: url(images/headerbg.png);
	width: 1000px;
	clear: both;
}
.blogname
{
	width: 400px;
	font-family: "Century gothic", Verdana, Tahoma, sans-serif;
	margin: 5px 0 0 0px;
	float: left;
	height: 124px;
}
.blogname H1
{
	font-size: 40px;
	padding: 0 0 0px;
	font-weight: normal;
	color: #CACCCD;
	text-align: left;
	height: 135px;
	margin: 5px 0 0 30px;
	text-indent: -9000px;
/*background: url(images/logo.png) no-repeat;*/
}
.blogname H1 A:link, .blogname H1 A:visited
{
	color: #CACCCD;
	display: block;
}
.blogname H1 A:hover
{
	color: #EEE;
}
.blogname H2
{
	margin: 5px 0px 0px 30px;
	font-size: 12px;
	font-weight: normal;
	color: #BBB060;
	text-align: left;
	text-transform: uppercase;
}
/*The Search*/
#search FORM
{
	margin: 0;
	padding: 0;
}
#search FIELDSET
{
	margin: 0;
	padding: 0;
	border: none;
}
#search P
{
	margin: 0;
	font-size: 85%;
}
#s
{
	margin-left: 0px;
	float: left;
	width: 150px;
	padding: 5px 2px 5px 5px;
	background: url(images/sform.png) no-repeat;
	border: none;
	font: normal 100% Tahoma, Arial, Helvetica, sans-serif;
	color: #BB2830;
}
#searchsubmit
{
	width: 29px;
	float: left;
	background: #FFF url(images/sbutton.png);
	border: none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 25px;
}
/*Page menu*/
#menu
{
	margin: -25px 0px 0px;
	padding: 0px;
	width: 1000px;
/**/
	height: 23px;
}
#menu UL
{
	list-style: none;
	margin: -20px 0px 0px;
	padding: 0px;
	clear: both;
}
#menu LI
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu LI A, #menu LI A:link, #menu LI A:visited
{
	color: #D5C464;
	margin: 0px;
	padding: 0px 20px;
}
#menu LI A:hover, #menu LI A:active
{
/*background:#322a07 ;*/
	color: #FFF;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
}
#menu LI LI A, #menu LI LI A:link, #menu LI LI A:visited
{
	background: #9F1D26;
	width: 150px;
	color: #FFF;
	font-size: 13px;
	font-family: tahoma, "century gothic", Georgia, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 10px 15px;
	border-bottom: 1px solid #D22F39;
}
#menu LI LI A:hover, #menu LI LI A:active
{
	background: #D43640;
	color: #FFF;
/*padding: 7px 10px;*/
	padding: 10px 15px;
}
#menu LI UL
{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#menu LI LI
{
}
#menu LI UL A
{
	width: 140px;
}
#menu LI UL A:hover, #menu LI UL A:active
{
}
#menu LI UL UL
{
	margin: -11px 0 0 170px;
}
#menu LI:hover UL UL, #menu LI:hover UL UL UL, #menu LI.sfhover UL UL, #menu LI.sfhover UL UL UL
{
	left: -999em;
}
#menu LI:hover UL, #menu LI LI:hover UL, #menu LI LI LI:hover UL, #menu LI.sfhover UL, #menu LI LI.sfhover UL, #menu LI LI LI.sfhover UL
{
	left: auto;
}
#menu LI:hover, #menu LI.sfhover
{
	position: static;
}
/*Category menu*/
#catmenucontainer
{
	height: 23px;
	background: repeat-x;
	display: block;
	padding: 0px 0 0px 0px;
	font: 12px Tahoma, "Century gothic", verdana, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
#catmenu
{
	padding: 0px;
	width: 600px;
	height: 0px;
	margin: 1px 0px 0px 510px;
}
#catmenu UL
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#catmenu LI
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#catmenu LI A, #catmenu LI A:link, #catmenu LI A:visited
{
	color: #FFF;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px 20px;
	font-weight: bold;
}
#catmenu LI A:hover, #catmenu LI A:active
{
	color: #FE1010;
	margin: 0px 0px 20px;
	padding: 0 20px;
	text-decoration: none;
}
#catmenu LI LI A, #catmenu LI LI A:link, #catmenu LI LI A:visited
{
	background: #FFFFFF;
	width: 150px;
	color: #F90000;
	font-size: 13px;
	font-family: tahoma, "century gothic", Georgia, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	float: none;
	margin: 0px;
/*padding: 8px 10px 7px;*/
	padding: 10px 10px 7px;
	border-bottom: 1px solid #5B4C0C;
}
#catmenu LI UL
{
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#catmenu LI LI
{
}
#catmenu LI UL A
{
	width: 140px;
}
#catmenu LI UL A:hover, #catmenu LI UL A:active
{
}
#catmenu LI UL UL
{
	margin: 0px 0 0 170px;
}
#catmenu LI:hover UL UL, #catmenu LI:hover UL UL UL, #catmenu LI.sfhover UL UL, #catmenu LI.sfhover UL UL UL
{
	left: -999em;
}
#catmenu LI:hover UL, #catmenu LI LI:hover UL, #catmenu LI LI LI:hover UL, #catmenu LI.sfhover UL, #catmenu LI LI.sfhover UL, #catmenu LI LI LI.sfhover UL
{
	left: auto;
}
#catmenu LI:hover, #catmenu LI.sfhover
{
	position: static;
}
/*Main Content*/
#content
{
	float: left;
	width: 650px;
	height: 100%;
	padding: 10px 0px 0px;
}
.title
{
	margin: 0 0 0 0px;
	padding: 0px;
}
.date
{
	font-size: 10px;
	font-family: Tahoma, "century gothic", Arial, Verdana, Helvitica, sans-serif;
	padding: 0px 5px;
	color: #222;
	text-transform: uppercase;
}
.custim
{
	padding: 7px;
	margin: 15px 5px 5px;
	float: left;
	background: #E7E0BB;
	border: 1px solid #FFF;
}
.single
{
	width: 630px;
	margin: 0px 5px 15px 12px;
	height: 100%;
	color: #7F7A56;
	font: 13px tahoma, georgia, "century gothic", Arial, verdana, sans-serif;
}
.single H2
{
	margin: 0px 0 5px;
	padding: 5px 0px 0px 10px;
	text-align: left;
	font: 24px Georgia, "century gothic", Arial, verdana, sans-serif;
	font-weight: normal;
	overflow: hidden;
}
.single H2 A, .single H2 A:link, .single H2 A:visited
{
	color: #353430;
	background-color: transparent;
}
.single H2 A:hover
{
	color: #353430;
	background-color: transparent;
}
.author
{
	color: #FFF;
	padding: 2px 5px;
	background: #C7AE25;
	margin-left: 5px;
}
.clock
{
	color: #FFF;
	padding: 2px 5px;
	background: #A68E0C;
	margin-left: 10px;
}
.comm
{
	color: #FFF;
	padding: 2px 5px;
	background: #DA4A54;
	margin-left: 10px;
}
.comm A:link, .comm A:visited
{
	color: #FFF;
}
.comm A:hover
{
	color: #FFF;
}
.more
{
	padding: 5px 0 2px 10px;
	background: url(images/add.png) no-repeat;
	margin-right: 5px;
	float: right;
	width: 77px;
	height: 20px;
	font: 10px Tahoma, "century gothic", Arial, verdana, sans-serif;
}
.more A:link, .more A:visited
{
	color: #FFF;
}
.more A:hover
{
	color: #FFF;
}
.singleinfo
{
	height: 20px;
	margin: 0px;
	padding: 0px 0px 5px;
	font: 12px Georgia, Arial, "century gothic", verdana, sans-serif;
}
.postmore
{
	padding: 0px 5px 2px 25px;
	float: left;
	font-weight: bold;
	background: url(images/pmore.jpg) no-repeat left;
}
.postmore A:link, .postmore A:visited
{
	color: #FFF;
}
.postmore A:hover
{
	color: #FFF;
}
.category
{
	font-size: 10px;
	font-family: Tahoma, "century gothic", Arial, Verdana, Helvitica, sans-serif;
	text-transform: uppercase;
}
.category A:link, .category A:visited
{
	color: #FFF;
	padding: 2px 5px;
	background: #3172B4;
	margin-left: 10px;
}
.category A:hover
{
	color: #FFF;
}
.entry
{
	margin: 0;
	padding: 0px 5px 5px;
}
.entry A:link, .entry A:visited
{
	color: #AC0604;
	background-color: transparent;
}
.entry A:hover
{
	color: #455236;
	background-color: transparent;
	text-decoration: none;
}
.entry P
{
	margin: 5px;
	padding: 10px 0px;
	line-height: 20px;
}
/*right column*/
#rightcol
{
	float: right;
	width: 340px;
	padding: 0 5px 10px 0;
}
/*The Sidebar1*/
.sidebar1
{
	float: left;
	width: 160px;
	padding-top: 5px;
	font-size: 12px;
	font-family: Tahoma, Georgia, "Century gothic", Arial, sans-serif;
}
.sidebar1 H2
{
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
	margin: 5px 0 0px;
	padding: 0px 0 0 5px;
	background: #948E6F;
	font-weight: bold;
	font-family: Georgia, "Century gothic", Arial, sans-serif;
	text-transform: uppercase;
	border: 1px solid #E7E0BB;
}
.sidebar1 UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar1 UL UL
{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px;
	background-repeat: no-repeat;
}
.sidebar1 UL UL UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.sidebar1 UL UL UL UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.sidebar1 UL LI
{
	height: 100%;
	line-height: 18px;
	float: left;
	clear: left;
	width: 160px;
}
.sidebar1 UL LI A:link, .sidebar1 UL LI A:visited
{
	background: #DFD28B;
	color: #5F551D;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display: block;
	border-bottom: 1px solid #D0C378;
}
.sidebar1 UL LI A:hover
{
	background: #269BCF;
	color: #FFF;
}
.sidebar1 P
{
	padding: 7px 10px;
	margin: 0;
}
.sidebar1 TABLE
{
	width: 100%;
	text-align: center;
	color: #787D7F;
}
/*The Sidebar2*/
.sidebar2
{
	float: right;
	width: 160px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 12px;
	font-family: Tahoma, "Century gothic", Arial, sans-serif;
}
.sidebar2 H2
{
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
	margin: 5px 0 0px;
	padding: 0px 0 0 5px;
	background: #948E6F;
	font-weight: bold;
	font-family: Georgia, "Century gothic", Arial, sans-serif;
	text-transform: uppercase;
	border: 1px solid #E7E0BB;
}
.sidebar2 UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar2 UL UL
{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px;
	background-repeat: no-repeat;
}
.sidebar2 UL UL UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.sidebar2 UL UL UL UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.sidebar2 UL LI
{
	height: 100%;
	line-height: 18px;
	float: left;
	clear: left;
	width: 160px;
}
.sidebar2 UL LI A:link, .sidebar2 UL LI A:visited
{
	background: #DFD28B;
	color: #5F551D;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display: block;
	border-bottom: 1px solid #D0C378;
}
.sidebar2 UL LI A:hover
{
	background: #269BCF;
	color: #FFF;
}
.sidebar2 P
{
	padding: 7px 10px;
	margin: 0;
}
.sidebar2 TABLE
{
	width: 100%;
	text-align: center;
	color: #787D7F;
}
/*calendar*/
#wp-calendar
{
	width: 100%;
	padding: 0 0 15px;
}
#wp-calendar CAPTION
{
	padding: 5px;
	font-size: 16px;
}
#wp-calendar TH, #wp-calendar TD
{
	padding: 5px;
	text-align: center;
	color: #252525;
}
#wp-calendar TD A
{
	background: #FFF;
	padding: 5px 0px;
}
#wp-calendar TD A:hover
{
	color: #3172B4;
}
#wp-calendar TD
{
	background: transparent;
}
#wp-calendar TD, TABLE#wp-calendar TH
{
	padding: 2px 0;
}
/*--- FOOTER ---*/
#footer2
{
	height: 105px;
	padding: 10px 0 0 0px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Tahoma, georgia, "Century gothic", Arial, sans-serif;
	float: left;
	width: 100%;
	background: #c5a584;
	border-top: 2px solid #000;
}
#footer
{
	height: 0px;
	padding: 0px 0 0 0px;
	color: #CCC;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Tahoma, georgia, "Century gothic", Arial, sans-serif;
	float: left;
	width: 100%;
}
#footer A:link, #footer A:visited
{
	color: #FFF;
}
#footer A:hover
{
	color: #FFF;
}
.fleft
{
	float: left;
	display: none;
	padding: 0 0 0 15px;
	line-height: 18px;
}
.fright
{
	float: right;
	display: none;
	padding: 0 15px 0 0;
	line-height: 18px;
	text-align: right;
}
/*The Navigation*/
#navigation
{
	width: 600px;
	margin: 0px;
	padding: 0px 15px 10px 12px;
}
/*The Attachment*/
.contentCenter
{
	text-align: center;
}
/*The Page Title*/
H2.pagetitle
{
	padding: 5px;
	margin: 0px 0 10px 5px;
	font-size: 16px;
	text-align: center;
	color: #4A413C;
	font-family: Georgia, "Century gothic", Arial, Helvetica, sans-serif;
}
.ad1
{
	text-align: center;
	padding: 10px;
	float: left;
}
.ad2
{
	text-align: center;
	padding: 5px;
}
#comment
{
	height: 100%;
	padding: 0px 10px;
	margin: 0px;
}
H3#comments
{
	padding: 5px 10px;
	margin: 10px 0px;
	border: 1px solid #816D05;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	background: #AC940C;
	font-family: Georgia, "Century gothic", Arial, Helvetica, sans-serif;
}
#respond
{
	height: 100%;
	padding: 0px 5px;
	margin: 0px;
	background: #E7E0BB;
	border: 1px solid #CFC9A8;
}
#respond H3
{
	padding: 5px 10px;
	margin: 10px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #444;
	font-family: Georgia, "Century gothic", Arial, Helvetica, sans-serif;
}
#commentform
{
	padding: 0px 10px 10px;
	margin: 0px;
	color: #BFAFA7;
	font-family: tahoma, "Century gothic", Arial, Helvetica, sans-serif;
}
#commentform P
{
	color: #2D2501;
}
#commentform INPUT
{
	background: #F4F4F4;
	border: 1px solid #DEDCDD;
	color: #444;
	padding-left: 10px;
}
#commentform TEXTAREA
{
	background: #FFF;
	border: 1px solid #CFC9A8;
	color: #444;
	width: 95%;
	padding: 5px;
}
.comments INPUT#submit
{
	width: auto;
	line-height: 25px;
	padding: 3px 5px;
	background: #AC950D;
	border: 2px solid #C7AE25;
	color: #FFF;
	font-family: tahoma, "Century gothic", Arial, Helvetica, sans-serif;
}
OL.commentlist
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
OL.commentlist LI
{
	border: 1px solid #DEDCDD;
	margin: 0 0 10px;
	padding: 5px 7px 5px 57px;
	position: relative;
}
OL.commentlist LI DIV.comment-author
{
	padding: 0 170px 0 0;
}
OL.commentlist LI DIV.vcard
{
	font: 20px Georgia, helvetica, arial, sans-serif;
	padding: 5px 0px;
}
OL.commentlist LI DIV.vcard CITE.fn
{
	font-style: normal;
}
OL.commentlist LI DIV.vcard CITE.fn A.url
{
	color: #C00;
	text-decoration: none;
}
OL.commentlist LI DIV.vcard CITE.fn A.url:hover
{
	color: #000;
}
OL.commentlist LI DIV.vcard IMG.avatar
{
	border: 5px solid #DDD;
	left: 7px;
	position: absolute;
	top: 7px;
}
OL.commentlist LI DIV.comment-meta
{
	font: 12px Tahoma, helvetica, arial, sans-serif;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 5px;
}
OL.commentlist LI DIV.comment-meta A
{
	color: #0083DB;
	text-decoration: none;
}
OL.commentlist LI DIV.comment-meta A:hover
{
	color: #000;
}
OL.commentlist LI P
{
	font: normal 12px Tahoma, helvetica, arial, sans-serif;
	margin: 0 0 1em;
	line-height: 18px;
}
OL.commentlist LI UL
{
	font: normal 12px/1.4 helvetica, arial, sans-serif;
	list-style: square;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
}
OL.commentlist LI DIV.reply
{
	background: #D8434D;
	border: 2px solid #BE272F;
	color: #FFF;
	font: bold 9px/1 Tahoma, Georgia, arial, sans-serif;
	padding: 5px 10px;
	text-align: center;
	width: 36px;
}
OL.commentlist LI DIV.reply A
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
OL.commentlist LI UL.children
{
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}
OL.commentlist LI UL.children LI.depth-2
{
	margin: 0 0 0.25em;
}
OL.commentlist LI UL.children LI.depth-3
{
	margin: 0 0 0.25em;
}
OL.commentlist LI UL.children LI.depth-4
{
	margin: 0 0 0.25em;
}
OL.commentlist LI.even
{
	background: #EFEAD1;
}
OL.commentlist LI.odd
{
	background: #FFF;
}
OL.commentlist LI.pingback DIV.vcard
{
	padding: 0 170px 0 0;
}
.widgets
{
	width: 330px;
	overflow: hidden;
	margin-top: 5px;
	padding: 0px;
	background: #FFF;
	border: 1px solid #BCBCBC;
}
.widgets A
{
	color: #222;
	text-decoration: none;
}
.widgets A:hover
{
	color: #009;
	text-decoration: underline;
}
UL.tabnav
{
	padding: 4px 0px;
	height: 30px;
	margin: 0px;
	background: #E7E0BB;
	border: 1px solid #FFF;
}
.tabnav LI
{
	display: inline;
	list-style: none;
	float: left;
	text-align: center;
	margin-right: 2px;
	margin-left: 9px;
}
.tabnav LI A
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	padding: 6px 8px;
	width: 80px;
	font-weight: normal;
	font: 12px tahoma, helvetica, arial, sans-serif;
	color: #2C2F32;
	text-decoration: none;
	display: block;
	background: #C7BD88;
}
.tabnav LI A:hover, .tabnav LI A:active, .tabnav LI.ui-tabs-selected A
{
	text-decoration: none;
	background: #948E6F;
	color: #E7E0BB;
}
.tabdiv
{
	padding: 5px;
	font-family: Tahoma, "Century gothic", Arial, sans-serif;
	background: #FFF;
}
.tabdiv A:link, .tabdiv A:visited
{
	color: #333;
}
.tabdiv A:hover
{
	color: #2676A1;
}
.tabdiv UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tabdiv UL LI
{
	height: 100%;
	line-height: 28px;
	padding: 0px;
	color: #333;
}
.tabdiv LI A:link, .tabdiv LI A:visited
{
	background: #F3F3F3;
	display: block;
	margin-left: 5px;
	overflow: hidden;
	line-height: 24px;
	padding: 2px;
	margin: 2px 0px;
	color: #6F6B53;
	font-size: 13px;
}
.tabdiv LI A:hover
{
	background: #EFE3A4;
	color: #7D6D13;
	text-decoration: none;
}
.ui-tabs-hide
{
	display: none;
}
#mainbuttons
{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 240px;
	
}

#mainbuttons img
{
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	


}
#addressheader
{
	margin-left: 750px;
	margin-top: 10px;
}

