* { /*--reset all to 0--*/
	margin: 0; 
	padding: 0; 
}

#attention {
	position:absolute;top:90px;left:50%;margin-left:-500px;height:40px;width:1000px;z-index:2
}

body {
	background: #f3f3f3 url(../img/bg.png) repeat-x top left;
	color: #3a2f27;
	font: 400 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

#y-fallback {
	width:630px;
	height:310px;
}
#y-fallback iframe {
width:620px;
	height:300px;
}

a {
	text-decoration: none;
	color: #e54d02;
	outline: none;
}

a:hover {
	color: red;
}

a img {
	border: 0;
}

.box {
	border: 1px solid #e0e0e0;
	background: #fff url(../img/input.jpg) repeat-x top left;
}

.box2 {
	background-color: #e8e8e8;
	border: 1px solid #d8d4d4;
}

/* container =============================================================*/
#wrapper {
	width: 960px;
	margin: 0 auto;	
}

#header {
	width: 960px;
	height: 126px;
	float: left;
	background: url(../img/header.png) no-repeat top left;
	position:relative;
	z-index:2;
}

#content {
	width: 960px;
	float: left;
	margin-top: 20px;
}

#content #left-col {
	width: 645px;
	float: left;
	padding-right: 15px;
}

#content #right-col {
	width: 300px;
	float: left;
}

#footer {
	width: 100%;
	float: left;
	background: url(../img/footer.png) repeat-x top left;
	height: 37px;
	color: #c1b0a2;
	margin-top: 20px;
}

.tabbed-content .more {
	display:none;
}

/* #header =============================================================*/

.section {
	float: left;
	width: 960px;
}

.left-box {
	float: left;
	width: 600px;
}

.right-box {
	float: left;
	width: 360px;
	height: 24px;
}

ul#menu {
	float: left;
	list-style: none;
	font-size: 10px;
	width: 600px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#menu li.page_item, ul#menu li {
	float: left;
}

ul#menu li.page_item a, ul#menu li a {
	color: #c1b0a2;
	margin: 0 15px 0 0;
}

ul#menu li.page_item a:hover, ul#menu li.current_page_item a, ul#menu li a.current {
	color: #fff;
}

a#register {
	font-size: 11px;
	padding-top: 3px;
	color: #C1B0A2;
}

.admin a {
	color: #C1B0A2;	
}

.admin {
	font-size: 10px;
	float: right;
	padding-top: 3px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

a#register:hover , .admin a:hover {
	color: #fff;
}

form#loginform {
	float: left;
	font-size: 11px;
}

form#loginform label {
	float: left;
	padding: 2px 5px 0 0;
}

form#loginform input {
	border: 0;
	color: #999;
	font-size: 10px;
}

form#loginform label input.text {
	height: 12px;
	background-color: #000;
	padding: 2px;
	border: 1px solid #403939;
	width: 60px;
}

form#loginform input#my-submit {
	background: url(../img/login.png) no-repeat top left;
	width: 17px;
	height: 22px;
	cursor: pointer;
}

h1 a#logo span {
	float: left;
	width: 233px;
	height: 48px;
	margin:6px 0px;
	text-indent: -99999em;
	background-repeat:no-repeat;
	
}

#search {
	float: left;
	background: url(../img/search.png) no-repeat top left;
	width: 209px;
	height: 17px;
	margin: 15px 0 0 60px;
	display: inline;
	padding: 3px;
}

#search input {
	border: 0;
	color: #999;
	float: left;
}

#search input#s {
	background-color: #171515;
	width: 184px;
}

#search label {
	display:none;
}

#search button {
	background: url(../img/search-button.png) no-repeat top left;
	cursor: pointer;
	width: 21px;
	height: 18px;
	margin: -1px 0 0 2px;
	border:0;
	color:#999;
	float:left;
	text-indent:-99999em;
}

#navigation {
	position: relative;
	height: 33px;
	float: left;
	padding-top: 5px;
}

a#home {
	position: relative;
	height: 33px;
	float: left;
	padding-top: 8px;
	width: 80px;
	color:#333;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	font-family:Trebuchet MS;
}

#navigation li {
	float: left;
	line-height: 33px;
}
#navigation li a {
	color: #333333;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}

#navigation li a:hover,#topmenu li.active a { 
	color: #fff; 
	text-decoration: none;
}

#navigation li ul li a:hover,#topmenu li.active a {
	color: #e54d02;
	text-decoration: none;
}

#nav, #nav ul{
	padding: 0;
	float:left;
	list-style: none;
	position: relative;
}
#nav {
	padding: 1px 0 0 0;
	width: 760px;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	line-height: 35px;	
}
#nav li a:hover {
	background: none;
}
#nav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	margin-top: -3px;
	border-top: 1px solid #c3b2a5;

}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 1000;	
}
#nav li ul li {
    background: #fff url(../img/input.jpg) repeat-x top;			
	line-height: 28px;
	border: 1px solid #c3b2a5;
	width: 13em;
	border-top: 0;
	position: relative;
	
}
#nav li ul ul {
	margin: -29px 0 0 13em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#navigation li.current-cat a {
	color: #fff;
	background: url(../img/nav.png) repeat-x top left;
}

#nav li.current-cat ul li a {
	background: none;
	color: #333;
}

#nav li ul li.current-cat a, #nav li ul li.current-cat a {
	background: none;
	color: #333;
}

#navigation ul li ul li.current-cat a:hover, #navigation ul li ul li.current-cat a:hover {
	color: #e54d02;
}

#rss {
	float: left;
	text-align: right;
	width: 90px;
	padding: 6px 10px 4px 0;
}

#rss a {
	color: #0d0c0c;
	font: 900 22px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* .content=============================================================*/

.featured {
	float: left;
	width: 645px;
}

.featured ul {
	list-style-type:none;
}

.featured .f-photo {
	clear: left;
	width: 605px;
	margin-bottom: 10px;
	overflow: hidden;
}

.featured .f-photo a {
	float: left;
}

.featured .f-photo h2 a {
	float: left;
	position: absolute;
	color: #fff;
	background: url(../img/title-bg.png) repeat;
	display: block;
	top: 300px;
	padding: 10px;
	font: 400 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 400px;
}

.featured .f-photo h3 a { 
	color: #000;
	font: 400 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 0 0 0;
}

.featured .f-author {
	float: left;
	width: 80px;
	padding-right: 10px;
	text-align: center;
	font-size: 10px;
	letter-spacing: -1px;
}

.featured .f-author img {
	float: left;
	border: 1px solid #e8e8e8;
}

.featured .f-excerpt {
	float: left;
	width: 515px;
	padding-bottom: 10px;
}

.featured .f-excerpt p {
	float: left;
}

.f-bottom {
	float: left;
	width: 605px;
	padding-left: 14px;
	margin-top: -15px;
	margin-bottom: 20px;
}

.f-bottom a.f-read {
	float: left;
	background: url(../img/f-read.png) no-repeat top left;
	width: 125px;
	height: 26px;
	color: #fff;
	padding: 4px 0 0 6px;
	font-size: 11px;
}

.f-bottom .f-comment {
	float: right;
	margin-top: -10px;
	position: relative;
}

/* .post=============================================================*/

#left-post-col h3, #right-post-col h3 {
	float: left;
	padding: 5px 14px;
	color: #333;
	width: 287px;
	background-color: #e0e0e0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin-bottom: 10px;
}

#left-post-col h3 a, #right-post-col h3 a {
	color: #666;
}

#left-post-col h3 a:hover, #right-post-col h3 a:hover {
	color: #333;
}

#left-post-col {
	float: left;
	width: 315px;
	padding-right: 15px;
}

#right-post-col {
	float: left;
	width: 315px;
}

.post {
	float: left;
	width: 315px;
	margin-bottom: 20px;
	margin-top:10px;
	position:relative;
}

.post a b {
	padding: 0 0 4px 0;
}

.post a b {
	color: #111 !important;
	font-size: 20px;
	font-size:18px;
	font-style:italic;
	font-weight:400;
}

.post span.cont-image {
	width:60px;
	height:60px;
	float:right;
	margin-left:15px;
	border:1px solid #CCC;
	display:block;
	text-indent:-999999px;
	background-position:50% 50%;
}

.post span.aff-image {
	width:200px;
	height:55px;
	border:1px solid #CCC;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-indent:-999999px;
	float:none !important;
}

.post a {
	color:#3A2F27 !important;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none !important;
}

.post .comment {
	float: right;
	background: url(../img/comment.png) no-repeat top left;
	width: 38px;
	height: 24px;
	text-align: center;
	margin-right: 4px;
	position: relative;
	padding: 4px 5px 0 0;
	display: inline;
}

.post .comment a {
}

.post .post-sum {
	float: left;
	width: 283px;
	padding: 15px;
	margin-top: -14px;
}

.post .post-sum .date {
	font-size: 11px;
	font-style: italic;
	font-size: 10px;
	color: #666;
}

.post .post-sum img {
	float: left;
	margin: 5px 8px 0 0;
}

.read-more {
	background: url(../img/read.png) no-repeat top right;
	width: 23px;
	height: 23px;
	text-indent: -9999em;
	position:absolute;
	bottom:-8px;
	left:20px;
}

/* #right-col=============================================================*/

#right-col #ad {
	float: left;
	width: 288px;
	padding: 5px;
	margin: 0 0 5px 0;
}

#right-col #ad div {
	float: left;
	margin: 4px;
	display: inline;
	padding: 4px;
}

#right-col #ad div a img {

}

#right-col .tab-box {
	float: left;
	width: 298px;
	margin: 10px 0 5px 0;
}

#right-col .tab-box ul#tab-toolbar, #right-col .tab-box ul#recent-toolbar {
	float: left;
	list-style: none;
	width: 300px;
	margin-bottom: -1px;
}

#right-col .tab-box ul#tab-toolbar li, #right-col .tab-box ul#recent-toolbar li {
	float: left;
	display: inline;
}

#right-col .tab-box ul#tab-toolbar li a, #right-col .tab-box ul#recent-toolbar li a {
	float: left;
	font-weight: 900;
	color: #979090;
	height: 25px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 73px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	margin-bottom: -1px;
	position: relative;
}

#right-col .tab-box ul#recent-toolbar li a {
	width: 148px;
}

#right-col .tab-box ul#tab-toolbar li a:hover, #right-col .tab-box ul#recent-toolbar li a:hover {
	color: #3a2f27;
}

#right-col .tab-box ul#tab-toolbar li a.current, #right-col .tab-box ul#recent-toolbar li a.current {
	color: #3a2f27;
	background: #fff url(../img/input.jpg) repeat-x top left;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	position: relative;
}

#right-col .tab-box .simpletab-container {
	border: 1px solid #e0e0e0;
	float: left;
	width: 298px;
	background-color: #fff;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#right-col .tab-box .simpletab-container ul {
	float: left;
	width: 280px;
	list-style: none;
	padding: 9px;
	font-size: 12px;
}

#right-col .tab-box .simpletab-container ul li {
	float: left;
	width: 280px;
	font-size: 12px;
}

#right-col .tab-box .simpletab-container ul li a {
	float: left;
	width: 280px;
	padding: 4px 0;
	color: #666;
	border-bottom: 1px solid #f3f3f3;
}

#right-col .tab-box .simpletab-container ul li a:hover {
	color: #e54d02;
}

#right-col .tab-box .simpletab-container ul li ul {
	width: 255px;
	padding: 0 0 0 25px;
}

#right-col .tab-box .simpletab-container ul li ul li ul {
	width: 230px;
	padding: 0 0 0 25px;
}

#right-col .tab-box .simpletab-container ul li ul li ul li {
	width: 230px;
}

#right-col .tab-box .simpletab-container ul li ul li ul li a {
	width: 230px;
}

#right-col .tab-box .simpletab-container ul li ul li {
	width: 255px;
}

#right-col .tab-box .simpletab-container ul li ul li a {
	width: 255px;
	font: 400 12px Arial, Helvetica, sans-serif;
	font-style: italic;
}

#right-col .tab-box .simpletab-container #tab-tags {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	font-style: italic;
}

#right-col .tab-box .simpletab-container #tab-tags a {
	padding: 6px;
	color: #666;
}

#right-col .tab-box .simpletab-container #tab-tags a:hover {
	color: #e54d02;
}

#right-col .tab-box .simpletab-hidden {
    display: none;
}

#right-col .tab-box .simpletab-active {
    display: block;
}

/* #sidebar =============================================================*/
#sidebar {
	float: left;
	width: 300px;
	font-size: 12px;
}

#sidebar #sidebar1 {
	float: left;
	width: 300px;
}

#sidebar ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 300px;
	list-style: none;
}

#sidebar ul li {
	margin: 5px 0;
}

#sidebar ul li a {
	color: #666;
	font-style: italic;
}

#sidebar ul li a:hover {
	color: #e54d02;
}

#sidebar ul li ul {
	background-color: #fff;
	padding: 4px 8px;
	border: 1px solid #e0e0e0;
	width: 282px;
	background: #fff url(../img/input.jpg) repeat-x top left;
	margin: 5px 0 10px 0;
}

#sidebar ul li ul li {
	margin: 0;
	padding: 4px 8px;
}


#sidebar ul li ul li a {

}

#related {
	padding: 4px 8px;
	width: 282px;
	background: #fff url(../img/input.jpg) repeat-x top left;
	margin: 5px 0 10px 0;
	list-style: none;	
}

#related li {
	margin: 5px 0;
	padding: 2px 0;
	border-bottom: 1px solid #f3f3f3;
}

#related li a {
	color: #666;
	font-style: italic;
}

#related li a:hover {
	color: #e54d02;
}
/* .single =============================================================*/
.single {
	float: left;
	width: 605px;
	padding: 19px;
	margin-bottom: 5px;
}

.single h2 {
	padding: 0 0 4px 0;
	font-size: 22px;
	font-style: normal;
}

.single span.date {
	padding: 0 0 10px 0;
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #999;
}

.single p {
	padding: 0 0 0 0;
}

em.tag {
	clear: both;
	display: block;
	padding-top: 10px;
}

#author-intro {
	float: left;
	width: 100%;
	margin: 10px 0;
}

#author-intro h3 {
	font-style: normal;
	padding-bottom: 5px;
	font: 400 9px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#author-intro .desc {
	float: left;
	width: 500px;
	padding: 0 0 0 10px;
	color: #666;
	font-style: italic;
	font-size: 11px;
}

#author-intro .author-img {
	float: left;
	width: 100px;
	text-align: center;
}

#author-intro .author-img img {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.navigation {
	float: left;
	width: 645px;
	margin: 5px 0;
}

.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/* .#comment-area=============================================================*/

#comment-area {
	float: left;
	width: 627px;
	padding: 8px;
	margin: 5px 0;
}

#comment-title, #respond h3 {
	background-color:#E7E7E7;
	border:1px solid #D7D7D7;
	float: left;
	width: 617px;
	color: #666666;
	margin-bottom: 10px;
	padding: 3px 4px;
}

#comment-area h3 {
	float: left;
}

#comment-area span a {
	float: right;
	font-size: 11px;
}

.trackback {
	float: left;
	width: 627px;
	padding: 0 8px;
	margin: 5px 0;
}

.trackback h3 {
	color: #666666;	
	clear: left;
	margin-bottom: 10px;
	padding: 3px 4px;
}

.trackback ol {
	list-style-position: inside;
}

#comment-area ol, #comment-area ul {
	float: left;
	list-style: none;
}

#comment-area ul.children { 
	padding: 0 0 0 100px;
}

#comment-area ul.children li {
	margin-top: 10px;
}

#comment-area ul.children li.depth-2 {
	width: 525px;
}

#comment-area ul.children li.depth-3 {
	width: 425px;
}

#comment-area ul.children li.depth-2 .comment-meta {
	width: 373px;
}

#comment-area ul.children li.depth-3 .comment-meta {
	width: 273px;
}

#comment-area ol li {
	float: left;
	width: 627px;
	margin: 5px 0;
}

#comment-area ol li .comment-author {
	float: left;
	width: 120px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
}

.comment-author em {
	display: block;
}

#comment-area small { 
color: #999; 
}

a.url { font-style: normal; }

#comment-area ol li .comment-author img {
	padding: 4px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
}

#comment-area ol li .comment-meta {
	float: left;
	width: 475px;
	border: 1px solid #e0e0e0;
	padding: 19px 10px;
	background-color: #f3f3f3;
	position: relative;
	min-height: 150px;
}

.comment-meta p {
	padding: 0 0 15px;
}

#comment-area ol li.alt .comment-meta {
	border: 1px solid #e7dcbc;
	background-color: #fff;
}

.pinglist { list-style: none; padding-bottom: 10px; }

.fn { display: block; }

.says { display: none; }

.comment-meta a { font: 9px Arial, Helvetica, sans-serif; color: #666; } 

.reply a { float: right; font: 9px Tahoma, Arial, Helvetica, sans-serif; color: #666; text-transform: uppercase; background: url(../img/input.jpg) repeat-x top left; border: 1px solid #e0e0e0; padding: 4px 8px; color: #666; margin: -20px -11px 0 0; }
.reply a:hover { color: red; }

#cancel-comment-reply-link { float: right; font: 9px Tahoma, Arial, Helvetica, sans-serif; background: url(../img/input.jpg) repeat-x top left; border: 1px solid #ccc; padding: 4px 8px; color: #666; margin: 0 -1px 6px; }
/* #respond=============================================================*/

#respond {
	float: left;
	width: 627px;
	padding: 8px;
	margin: 5px 0;
}

#comment-area #respond {
	background-image: none;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	width: 507px;
	float: right;
}

#comment-area #respond p.nothing {
	padding: 5px;
	clear: both;
}

#comment-area #respond h3 {
	background-color: #e7e7e7;
	color: #222;
	border: 1px solid #ccc;
	display: none;
}

#comment-area #respond form {
	border: 1px solid #ccc;
	padding: 10px 0;
}

#comment-area #respond form {
	width: 100%;
}

#comment-area #respond form  p.nothing label {
	width: 120px;
}

#respond form {
	float: left;
	width: 627px;
	background-color: #fff;
	font: 400 12px Arial, Helvetica, sans-serif;
}

#respond form input, #respond form textarea {
	border: 1px solid #e0e0e0;
	background: url(../img/input.jpg) repeat-x top left;
	padding: 4px;
	font: 400 12px trebuchet MS;
	color: #666;
}

#respond form label {
	float: left;
	width: 200px;
	padding: 5px 10px 0 0;
	text-align: right;
}

#respond form p {
	padding: 5px 0 5px 0;
}

#respond form input#submit {
	float: right;
}

/* #footer=============================================================*/

#footer p {
	margin: 0 auto;
	padding: 13px 0 0 0;
	width: 960px;
	clear: left;
}

#footer p a {
	margin: 0 2px;
}

#footer p span {
	width: 400px;
	float: left;
}

#footer p em {
	width: 560px;
	float: left;
	text-align: right;
	font-style: normal;
}

/* .archives=============================================================*/
.archives {
	float: left;
	width: 623px;
	padding: 10px;
	margin-bottom: 25px;
}

.archives .date {
	font-size: 10px;
	color: #666;
	font-style: italic;
}

.archives .data {
	font-size: 11px;
	color: #434343;
	font-style: italic;
}

.archives p {
	padding: 0 0 15px 0;
}

.archives img {
	float: right;
	background-color:#fff;
	padding: 4px;
	border: 1px solid #e0e0e0;
	margin: 0 0 5px 5px;
}

.archives h2 a {
	padding: 5px 0 8px 0;
	float: left;
	width: 100%;
	font-style: normal;
}

h2.pagetitle {
	font: 400 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	padding: 5px 0 10px 0;
	color: #999;
}

h2.pagetitle a {
	font-style: italic;
	padding: 1px 4px;
}

h2.pagetitle a:hover {
	color: red;
}

h2.pagetitle2 {
	font: 400 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	padding: 5px 0 10px 0;
	color: #666;
}

h2.pagetitle2 strong {
	font-size: 14px;
	color: #333;
}

/* #author-details=============================================================*/

#author-details {
	float: left;
	padding: 5px;
	margin: -25px 8px 5px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 80px;
	position: relative;
}

.author-right {
	float: left;
	width: 490px;
	color: #666;
}

.author-right h2 {
	font-style: italic;
	padding-bottom: 10px;
	color: #333;
}


h3.author-title {
	float: left;
	width: 100%;
	padding: 13px 0 6px 0;
	letter-spacing: -1px;
}

.author-post {
	float: left;
	width: 628px;
	margin-bottom: 10px;
}

.author-post h2 {
	padding: 0 0 4px 0;
}

.author-post h2 a {
	color: #3a2f27;
}

.author-post h2 a:hover {
	color: #e54d02;
}

.author-post .comment {
	float: right;
	background: url(../img/comment.png) no-repeat top left;
	width: 38px;
	height: 24px;
	text-align: center;
	margin-right: 4px;
	position: relative;
	padding: 4px 5px 0 0;
	display: inline;
}

.archives .comment {
	float: right;
	background: url(../img/comment.png) no-repeat top left;
	width: 38px;
	height: 24px;
	text-align: center;
	margin-right: 4px;
	position: relative;
	padding: 4px 5px 0 0;
	display: inline;
	margin-top: -23px;
}

.author-post .comment a {
}

.author-post .post-sum {
	float: left;
	width: 598px;
	padding: 15px;
	margin-top: -14px;
}

.author-post .post-sum .date {
	font-size: 11px;
	font-style: italic;
}

.author-post .post-sum img {
	float: left;
	margin: 5px 8px 0 0;
}

.author-read-more {
	float: right;
	background: url(../img/read.png) no-repeat top right;
	width: 23px;
	height: 23px;
	text-indent: -9999em;
	margin: -12px 14px 0 0;
}

.read-more2 {
	float: right;
	background: url(../img/read.png) no-repeat top right;
	width: 23px;
	height: 23px;
	text-indent: -9999em;
	margin: -38px 14px 0 0;
}
/* archives=============================================================*/

.archives2 {
	float: left;
	width: 287px;
	margin: 0 15px 0 0;
	display: inline;
	padding: 9px;
}

.archives2 h2 {
	padding: 2px 0 7px 0;
	font-style: normal;	
}
	

.archives2 ul {
	clear: left;
	list-style: none;
	font-style: italic;
	color: #999;
}

.archives2 ul li {
	padding: 3px 0;
	border-bottom: 1px solid #f3f3f3;
}

.archives2 ul li a {
	color: #434343;
	font-style: normal;
}

.archives2 ul li a:hover {
	color: #e54d02;
}

.archives2 ul li ul li {
	padding: 3px 0 3px 20px;
	border-bottom: 0;
}

#bookmarks {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	clear: both;
	color: #ccc;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: italic;
	padding: 3px 15px;
	text-align: center;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding: 4px;
   border: 1px solid #e0e0e0;
   background-color: #fff;
}

.alignleft {
	float: left;
   margin: 5px 5px 0 0;
}

.alignright {
	float: right;
   margin: 5px 0 0 5px;
}

img.alignleft {
   float: left;
   padding: 4px;
   border: 1px solid #e0e0e0;
   background-color: #fff;
   margin: 5px 5px 0 0;
}

img.alignright {
   float: right;
   padding: 4px;
   border: 1px solid #e0e0e0;
   background-color: #fff;
   margin: 5px 0 0 5px;
}

a img.attachment-thumbnail {
   padding: 4px;
   border: 1px solid #e0e0e0;
   background-color: #fff;
   margin: 0 0 5px 5px;
   float: left;	
}

.wp-caption {
   border: 1px solid #e0e0e0;
   text-align: center;
   background-color: #fff;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #666;
   font-style: italic;
}
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; }
h1 { font-size: 28px; }
h2 { font-style: italic; font-size: 18px; font-weight: 400; }
h3 { font-size: 16px; font-style: italic; }
h4 { font-style: italic; font-size: 14px; font-weight: 900; }
h2 a { color: #3A2F27; }
h2 a:hover { color: red; }
blockquote { width: 500px; font-style: italic; padding: 0 0 0 30px; clear: both; margin: 0 0 10px 70px; font: 400 14px/22px Georgia, "Times New Roman", Times, serif; background: url(../img/q.png) no-repeat top left; }

blockquote p { padding: 0; }

.single ul, .single ol, .post .post-sum ol, .post .post-sum ul { padding: 18px; }

ul { list-style-type: circle; }

ul li ul { list-style-type: disc; }

ol { list-style-type: decimal; }

ol li ol { list-style-type: lower-roman; }

a.download { background: url(../img/download.png) no-repeat top left; padding-left: 32px; font: 400 24px Georgia, "Times New Roman", Times, serif; margin: 5px 20px 0 0; }

a.preview { background: url(../img/preview.png) no-repeat top left; padding-left: 32px; font: 400 24px Georgia, "Times New Roman", Times, serif;margin: 5px 20px 0 0; }

#navfiller {
	position:absolute;
	top:89px;
	left:50%;
	margin-left:-480px;
	width:960px;
	height:37px;
	z-index:1;
}

	#opaque {
		display:none;
		position:absolute;
		z-index:1001;
		background-color:#FFF;
		opacity:0.8;
		-moz-opacity:0.8;
		-webkit-opacity:0.8;
		filter:alpha(opacity=80);
		width:100%;
		height:100%;
	}

	#newsletter-signup {
	display:none;
	position:absolute;
	top:50px;
	left:50%;
	width:400px;
	margin-left:-200px;
	z-index:1002;
	background-color:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	#newsletter-signup h3 {
		font-size:20px;
		font-weight:normal;
		margin-bottom:10px;
		margin-top:10px;
		font-family:Verdana;
		text-align:center;
	}

	#newsletter-signup div {
		font-size:11px;
		color:#333;
		text-align:left;
		padding:10px;
	}

	#newsletter-signup table {
		width:100%;
	}

	#newsletter-signup table th{
		font-size:12px;
		font-weight:bold;
		height:24px;
	}

	#newsletter-signup table td {
		vertical-align:top;
	}

	#newsletter-signup input {
		float:left;
		width:90%;
		height:24px;
		margin-bottom:5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		opacity:0.9;
		-moz-opacity:0.9;
		-webkit-opacity:0.9;
		color:#555;
	}

	#newsletter-signup br {
		clear:both;
	}

	#newsletter-signup .form-button {
		width:122px;
		height:41px;
		background-image:url(/img/form-button.png);
		padding:10px;
		color:#FFF;
		border:none;
		cursor:pointer;
		font-weight:bold;
		font-size:12px;
		float:right;
		margin-top:10px;
		margin-right:20px;
	}
	#newsletter-signup .form-button:hover {
		background-position:0 -40px;
	}
	#newsletter-signup .left {
		float:left !important;
	}


	#newsletter-signup .nl-check {
		clear:both;
		margin:2px;
		padding:2px;
		float:none !important;
	}

	ul.bged {
		background-image:url(../img/ul-bg.png);
	}

#sideff img {
	float:left;
	margin-right:5px;
	border:1px solid #CCC;
}

fieldset {
	border:0;
}

#tagcloud li {
	display:inline;
	margin-right:2px;
}

#tagcloud ul {
	padding:5px;
}

.kw1 {
		font-size:80%;
	}
	.kw2 {
		font-size:100%;
	}
	.kw3 {
		font-size:130%;
	}
	.kw4 {
		font-size:180%;
	}
	.kw5 {
		font-size:200%;
	}

#footer-content {
	margin:10px 5px 0 0;
	color:#333;
	text-align:center;
}

.f-bottom a:hover {
	color:#FFF !important;
}

.category img {
	border:1px solid #CCC;
	float:left;
	margin:0 10px 10px 0px;
}

.category h2 {
	margin-bottom:5px;
}

.tab {
	background: white url(../img/input.jpg) repeat-x 0% 0% !important;
	border-bottom: ;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	color: #3A2F27;
	position: relative;
	float:left;
	margin-right:5px;
	font-weight: 900;
	height: 25px;
	margin-bottom: -1px;
	padding: 2px 10px;
	text-align: center;
}

.tab-finisher {
	clear:both;
}

.tabbed-content {
	background-color: white !important;
	border: 1px solid #E0E0E0;
	float: left;
	font-family: Georgia, 'Times New Roman', Times, serif;
	padding: 5px 0px;
	width:100%;
}

.tab-inactive {
	margin-top:-1px;
	padding:2px 10px;
}

.aff-image {
	width:200px;
	height:55px;
	border:1px solid #CCC;
	float:left;
	margin-right:5px;
	text-indent:-999999em;
	margin-left:5px;
	display:block;
}

.res-aff .aff-image {
	margin-bottom:10px;
}

.spacer {
	clear:both;
}

.res-aff a, .res-aff a:hover {
	color:#333 !important;
}

.res-aff .more {
	float:right;
	margin-right:5px;
	background: url(../img/f-read.png) no-repeat top left;
	width: 125px;
	height: 26px;
	color: #fff;
	padding: 4px 0 0 6px;
	font-size: 11px;
	margin-bottom:10px;
}


#carousel_small {
	margin-top:25px;
}
#carousel_big  {
	height:243px;
	border:1px solid #CCCCCC;
	background-color:#FFF;
	width:628px;
	margin-left:8px;
}
#carousel_big li {
	display:none;
	position:relative;
	height:243px;
	background-color:#FFF;
}
	#carousel_big li.currentz {
		/*display:block;*/
	}

	#carousel_big li span {
		display:block;
		background-color:#000;
		color:#FFF;
		opacity:0.5;
		-moz-opacity:0.5;
		filter:alpha(opacity=50);
		position:absolute;
		bottom:0;
		width:100%;
		height:40px;
		left:0;
	}
		#carousel_big li span p {
			margin:5px;
		}

#carousel_small {
	margin-left:30px;
	height:90px;
}

	#carousel_small li {
		float:left;
		margin-left:10px;
		position:relative;
	}

	#carousel_small img {
		width:80px;
		height:80px;
		border:1px solid #CCCCCC;
		cursor:pointer;
	}

	#carousel_small li.currentz img {
		border:1px solid #CCCCCC;
	}
.featured h2 {
	margin:19px;
}

#results-y a p {
	color:#777 !important;
	font-size:12px;
	text-decoration:none !important;
	font-weight:normal;
}

#results-y a {
	color:#555 !important;
	font-size:13px;
	text-decoration:none !important;
	font-weight:normal;
	margin-bottom:10px;
}

#results-y strong a {
	color:#333 !important;
	font-size:18px;
	text-decoration:none !important;
	font-weight:normal;
}

#results-y .bord {
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}

#more-products {
	margin-right:10px;
	font-size:14px;
	font-weight:normal;
}


#results-y {
	padding:10px;
}

.postext {
	margin-top:10px;
}

.postext img {
	float:left;
	margin-right:10px;
}

.postext p,.postext div {
	margin-bottom:10px;
}

.tags {
	display:block;
	background-color:#FFEFCC;
	border:1px solid #FFC237;
	padding:2px;
	margin-bottom:10px;
	font-weight:bold;
}

#sposts span.cont-image {
	width:60px;
	height:60px;
	float:left;
	margin-right:15px;
	border:1px solid #CCC;
	display:block;
	text-indent:-999999px;
	background-position:50% 50%;
}

#sposts .post {
	width:600px;
}

#sposts .post .post-sum {
	width:550px;
}

h3 {
	margin-bottom:10px;
}
