/*
	Theme Name: Fleur
	Theme URL: http://www.demonzmedia.com
	Description: Customized CSS Template
	Author: Demonz Media
	Author URI: http://www.demonzmedia.com
	Version: 1.0
	Tags: business, health, beauty
*/

html { border-top: 6px solid #3f1d1d; background: #c5b2b2 url(images/background.jpg) repeat-x; min-height: 100%; padding-bottom: 1px;  }

body {
	/*background: #c1b8a1 url(images/site_bg.png) no-repeat top right;*/
	color: #5a3b3b;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrapper {
	width: 960px;
	margin: 0px auto 10px;
	padding: 0px;
	position: relative;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited {
	color: #5a3b3b;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a img {
	border: none;
	}
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/
#header {
	clear: both;
	overflow: hidden;
	background: none;
	margin-top: 19px;
	width: 960px;
	height: 64px;
	color: #ffffff;
	font-size: 12px;
	padding: 0px;
	}
#header #title {
	width: 330px;
	height: 64px;
	float: left;
	font-size: 14px;
	}
	
#header #title a {
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	}

#header .demonz-button { font-size: 14px; float: right; margin-top: 10px; }

	
/************************************************
*	Navbar      								*
************************************************/
	
#navbar {
	clear: both;
	/*overflow: hidden;*/
	width: 960px;
	margin: 0px auto;
	padding: 7px 0px 7px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
/*** ESSENTIAL STYLES ***/
.ot-menu, .ot-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.ot-menu {
	line-height: 1.0;
	}
.ot-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	z-index: 999;
	}
.ot-menu ul li {
	width: 100%;
	border: 1px solid #958C77;
	margin: -1px 0px 0px 0px;
	}
.ot-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.ot-menu li {
	float: left;
	position: relative;
	}
.ot-menu a {
	display: block;
	position: relative;
	}
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
	left: 0;
	top: 21px; /* match top ul list item height */
	z-index: 99;
	}
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
	top: -999em;
	}
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
	top: -999em;
	}
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
	
/*** DEMO SKIN ***/
.ot-menu .current_page_item a {
	color: #df834b !important;
	}
.ot-menu .current-cat a {
	color: #df834b !important;
	}
.ot-menu {
	float: left;
	margin-bottom: 0;
	}
.ot-menu a {
	border-left: 1px solid #958C77;
	border-top:	none;
	padding: 1px 10px 1px 10px;
	text-decoration: none;
	line-height: 11px;
	text-transform: uppercase;
	}
.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #654743;
	}
.ot-menu li {
	background: none;
	}
.ot-menu li li {
	background:	#b0a68d;
	}
.ot-menu li li a {
	padding: 6px 10px 8px 10px;
	border-left: none;
	}
.ot-menu li li li {
	background:	#b0a68d;
	}
.ot-menu li:hover, .ot-menu li.sfHover,
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	background:	none;
	color: #df834b;
	outline: 0;
	}
.ot-menu li li:hover, .ot-menu li li.sfHover {
	background:	#958C77;
	outline: 0;
	}
	
/*** ARROWS **/
.ot-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 2px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.ot-menu ul a > .sf-sub-indicator {
	top: 7px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
	
/************************************************
*	Homepage 		    	                    * 
************************************************/
	
#homepage {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	}
#homepage p {
	margin: 0px;
	font-size: 14px;
	}
#homepage p img {
	border: none;
    float: left;
	margin: 0px;
	}
#homepage ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#homepage ul li {
	list-style: none;
	}
.hometop {
	float: left;
	width: 945px;
	padding: 0px;
	border: none;
	}
.hometop p {
	color: #6c6555;
	font-size: 12px;
	margin: 0px;
	}
.hometopleft {
	width: 640px;
	float: left;
	overflow: hidden;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.hometopright {
	background: #b0a68d url(images/hptopright_bg.gif) top left no-repeat;
	width: 270px;
	height: 328px;
	float: right;
	padding: 15px;
	border: #b0a68d 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.hometopright h2, .hometopright h2 a {
	color: #6c6555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	}
.hometopright p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	}
.hometopright .more-link {
	float: right;
	display: block;
	background: url(images/hptopright_btn.gif) no-repeat;
	color: #c1b8a1;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 7px 10px 8px 10px;
	margin: 10px 0px 0px 0px;
	width: 80px;
	display: block;
	}
.hometopright .more-link:hover {
	color: #ffffff;
	text-decoration: none;
	}
.homemiddle {
	width: 928px;
	height: 30px;
	background: #b0a68d url(images/hptopright_bg.gif) top left no-repeat;
	padding: 15px;
	border: #b0a68d 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.homemiddle h2, .homemiddle h2 a {
	color: #6c6555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
#homebottom {
	width: 960px;
	margin: 15px 0px 0px 0px;
	}
#homebottom h2 {
	margin: 0;
	}
#homebottom h2 a {
	background: url(images/hpbottom_btn.gif) no-repeat;
	color: #c1b8a1;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 7px 10px 8px 10px;
	margin: 10px 0px 20px 0px;
	width: 210px;
	display: block;
	}
#homebottom h2 a:hover {
	color: #ffffff;
	text-decoration: none;
	}
#homebottom .left {
	float: left;
	display: inline;
	width: 230px;
	margin: 0px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homebottom .leftmid {
	float: left;
	display: inline;
	width: 230px;
	margin: 0px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homebottom .rightmid {
	float: left;
	display: inline;
	width: 230px;
	margin: 0px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homebottom .right {
	float: left;
	display: inline;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.clear {
	clear: both;
	}
.thumb {
	background: url(images/blog_icon.gif) no-repeat;
	float: left;
	padding: 3px;
	margin: 0px 10px 0px 0px;
	}
.thumb_empty {
	float: left;
	padding: 3px;
	margin: 0px 10px 0px 0px;
	}
hr {
	border-bottom: 1px dashed #cccccc; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 15px 0px; 
	padding: 0px 0px 15px 0px; 
	clear: both;
	}
	
/************************************************
*	jFlow									    *
************************************************/
#controller {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
#controller span {
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin: 0;
	}
#jFlowSlide {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0px;
	display: inline-block;
	clear: both;
	z-index: 1;
	}
#slides p a {
	color: #3399ff;
	}
#prev_btn a img {
	float: left;
	background: url(images/prev.png);
	margin: 175px 0px 0px 0px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#prev_btn a:hover img {
	background: url(images/prev_over.png);
	}
#next_btn a img {
	float: right;
	background: url(images/next.png);
	margin: 175px 0px 0px 940px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#next_btn a:hover img {
	background: url(images/next_over.png);
	}
.jFlow {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	}
.jFlow h1 {
	margin: 0px;
	}
.jFlow h1 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/
#content {
	width: 945px;
	margin: 5px auto 0px;
	padding: 5px 0px 0px 0px;
	}
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#contentleft {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
	}
#contentwide {
	float: left;
	width: 945px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
#contentleft h1, #contentwide h1, #contentleft.author h3 {
	color: #604140;
	font-size: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	text-shadow: 1px 1px #eae3d2;
	}
#contentleft h2, #contentwide h2 {
	color: #604140;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	}
#contentleft h3, #contentwide h3 {
	color: #604140;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
	margin: 5px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	}
#contentleft h4, #contenwide h4 {
	color: #604140;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	}
#contentleft h5, #contenwide h5 {
	color: #604140;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	}
#contentleft h6, #contenwide h6 {
	color: #604140;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0px 2px 0px;
	padding: 2px 0px 4px 0px;
	border-bottom: 1px solid #a49c88;
	}
#contentleft h1 a, #contentleft h1 a:visited, #contentwide h1 a, #contentwide h1 a:visited,
#contentleft h2 a, #contentleft h2 a:visited, #contentwide h2 a, #contentwide h2 a:visited,
#contentleft h3 a, #contentleft h3 a:visited, #contentwide h3 a, #contentwide h3 a:visited,
#contentleft h4 a, #contentleft h4 a:visited, #contentwide h4 a, #contentwide h4 a:visited,
#contentleft h5 a, #contentleft h5 a:visited, #contentwide h5 a, #contentwide h5 a:visited,
#contentleft h6 a, #contentleft h6 a:visited, #contentwide h6 a, #contentwide h6 a:visited {
	color: #6c6555;
	text-decoration: none;
	}
#contentleft h1 a:hover, #contentwide h1 a:hover,
#contentleft h2 a:hover, #contentwide h2 a:hover,
#contentleft h3 a:hover, #contentwide h3 a:hover,
#contentleft h4 a:hover, #contentwide h4 a:hover,
#contentleft h5 a:hover, #contentwide h5 a:hover,
#contentleft h6 a:hover, #contentwide h6 a:hover {
	text-decoration: underline;
	}
#contentleft a img {
	border: none;
	}
blockquote {
	background: url(images/quote_open.png) top left no-repeat;
	margin: 10px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
#content blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #6c6555;
	line-height: 27px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
.postarea {
	float: left;
	width: 640px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.postarea p, .postareawide p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	}
.postarea ul, .postareawide ul {
	font-size: 13px;
	line-height:17px;
	list-style-type: disc;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
.postarea ul li, .postareawide ul li {
	background: url(images/bullet.png) no-repeat;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	}
.postarea ul ul, .postareawide ul ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ol, .postareawide ol {
	font-size: 15px;
	line-height:19px;
	margin: 0px;
	padding: 0px 0px 15px 30px;
	}
.postarea ol li, .postareawide ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
.breadcrumb {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	}
.postareawide {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	}
.banner {
	margin: 0px 0px 10px 0px;
	}
.date {
	width: 640px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	border-bottom: 5px solid #A49C88;
	border-top: 1px solid #A49C88;
	}
.postarea .date p {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px
	}
.dateleft {
	float: left;
	margin: 0px;
	padding: 0px;
	}
.dateleft a {
	font-weight: bold;
	}
.dateright {
	width: 150px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
.time {
	font-weight: normal;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	}
.tags {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.category {
	background: #ffffff url(images/icon_category.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
.postmeta {
	width: 615px;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border-top: 1px solid #F5F2F2;
	}
.postmeta2 {
	width: 580px;
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: 1px solid #F5F2F2;
	}
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
.comments {
	background: #c1b8a1;
	float: left;
	width: 640px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
.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: none;
	text-align: center;
	background-color: #d2cab4;
	padding: 5px 0px 5px 0px;
	}
.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/
#sidebar {
	float: right;
	width: 300px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	display: inline;
	}
#sidebar .widget {
	background: #b0a68d url(images/hptopright_bg.gif) top left no-repeat;
	border: #b0a68d 1px solid;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	width: 275px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#sidebar .widget_tag_cloud a {
	color:#666666;
	}
.widget_tag_cloud div {
	text-align: center;
	}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	color: #6c6555;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #a49c88;
	text-shadow: 0.2px 0.2px #eae3d2;
	}
#sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar embed, #sidebar object {
	width: 275px; 
	height: 225px;
	margin: 0px; 
	padding: 0px;
	}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#sidebar ul li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	}
#sidebar ul li a {
	background: url(images/bullet.png) no-repeat top left;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
	}
#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar ul li ul li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 10px;
	}
#sidebar .socialprofiles a {
	display: block;
	float: left;
	margin: 5px;
	}
.textwidget {
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer-wrapper { width: 100%; border-top: 2px solid #f19c35; background: #3f1d1d; color: #9f8e8e; }

#footer {
	width: 960px;
	height: 43px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#footer p {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#footer a, #footer a:visited {
	color: #9f8e8e;
	text-decoration: underline;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer .footerleft {
	float: left;
	display: block;
	margin: 15px 0px 0px 15px;
	padding: 0px;
	}
#footer .footerright {
	float: right;
	display: block;
	margin: 15px 10px 0px 0px;
	padding: 0px;
	}
	
/************************************************
*	Comments									*
************************************************/
	
#comments {
	clear: both;
	margin: 0; padding: 0px 0;
	line-height: 18px;
	}
#comments .comment-author a, #comments .comment-meta a{
	color: #6C6555;
	font-weight: bold;
	}
#comments ol.commentlist {
	background: #d2cab4;
	list-style-type: none;
	margin: 0; padding: 0;
	}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	margin: 10px 0; padding: 8px;
	border: 1px solid #b0a68d;
	background: url(images/1x50px-grey.gif) repeat-x;
	}
#comments li.comment .avatar {
	float: left;
	margin: 0 8px 0 0; padding: 0;
	}
#comments li.comment .vcard {
	line-height: 1.2;
	}
#comments li.comment .comment-meta {
	margin: 0px 0px 15px 0px; 
	padding: 0px 0px 0px 0px;
	}
#comments ol ul {
	list-style-type: none;
	margin: 10px 0 0 0px;
	padding: 0px;
	}
#respond {
	clear: both;
	margin: 0; 
	padding: 0;
	}
#respond form {
	display: block;
	padding: 0;
	}
#respond .commentinput {
	padding: 5px 0;
	}
#respond input {
	background: #D2CAB4;
	border: 1px solid #B0A68D;
	width: 40%;
	padding: 6px;
	}
#respond input:focus {
	}
#respond .req {
	color: #EAE3D2;
	}
#respond textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6555;
	background: #D2CAB4;
	margin: 0px 0 10px 0; 
	padding: 5px;
	border: 1px solid #B0A68D;
	width: 98%; 
	height: 200px;
	}
#respond textarea:focus {
	}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; 
	padding: 2%;
	border: 1px solid #ddd;
	}
#respond #submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #b0a68d;
	margin: 0; padding: 4px 7px 4px 7px;
	border: none;
	color: #EAE3D2;
	cursor: pointer;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.reply a {
	background: #B0A68D;
	padding: 4px 7px 4px 7px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.cancel-comment-reply a {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	}
	
	
/* button */
a.demonz-button {
	display: inline-block;
	padding: 5px 10px;
	color: #f19c35;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	position: relative;
	cursor: pointer;
	font-style:italic;
}	

/*
a.demonz-button {
	background: #3f1d1d;
	display: inline-block;
	padding: 5px 10px;
	color: #f19c35;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-transform: uppercase;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}
*/

#main-image { display: block; margin: 0px auto; border: 1px solid #000;}
#main-quote { padding: 10px 0px; color: #866c6a; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; font-style: italic; text-align: center;  }

#categories { overflow: hidden; clear: both; margin: 0px auto; width: 945px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic; }
#categories {   }
#categories a, #categories img, #categories strong { display: block; width: 220px; height: 149px; }
#categories a { float: left; position: relative; margin-bottom: 10px; margin-right: 19px; border: 1px solid #e0a465; }
#categories a.omega { margin-right: 0px; }
#categories strong { position: absolute; bottom: 0px; padding: 0px 10px; width: 200px;  height: 30px; background: #3f1d1d; color: #fff; line-height: 30px; z-index: 2; }
#categories strong { 
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#categories img { position: absolute; top: 0px; z-index: 1; }

.divider { clear: both; margin: 10px auto; width: 945px; background: url(images/divider.png) repeat-x; height: 2px; line-height: 2px; font-size: 1px; }

.link-services { overflow: hidden; clear: both; display: block; padding: 10px 0px; margin: 0px auto; width: 945px; }
.link-services strong, .link-services span { float: left; display: block; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: italic; }  
.link-services strong { margin: 4px 10px 0px 0px; width: 10px; height: 10px; background: url(images/expand-collapse.png) no-repeat; line-height: 1px; font-size: 1px; }
.link-services-expanded strong { background-position: 0px -10px; }
.link-services:hover span{text-decoration:none;}
.link-services:hover {text-decoration:none; color:#df834b;}

#services { overflow: hidden; clear: both; margin: 0px auto; width: 945px; }
#services ul { float: left; width: 220px; margin-right: 20px;  }
#services li { width: 100%; padding: 2px 0px; }
#services li a { display: block; }

.collapsed { display: none; }

#logos { padding: 10px 0px; text-align: center; }
#logos a { display: inline-block; }
#logos span { display: none; }
#logos strong { padding: 0px 40px; height: 100%;  }
#logos img { vertical-align:middle; }


.product, .product-data { width: 730px; float: left; display: inline-block; }
.product { padding-bottom: 30px; }
.product-data { overflow: hidden; clear: both; padding: 2px 0px; color: #3f1d1d; }
.product-data img { float: left; margin-right: 20px; }
.product-data span { float: left; line-height: 23px; font-weight: bold; }
.desc span { margin-left: 40px; width: 700px; line-height: 14px; font-weight: normal;  }

.mini-menu { margin: 0px auto; width: 945px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; }
.mini-menu ul { margin: 10px 0px; padding: 0px; }
.mini-menu li { display: inline; padding: 0px 20px 0px 0px; }
.mini-menu a.selected { color: #df834b; }

/*demonz*/
.current_page_item { color: #df834b; text-decoration: none; font-weight: bold; }
.current_page_item a:hover { color: #df834b; text-decoration:none;}
.product-description { margin-bottom: 40px; font-style: italic; font-weight: bold; font-family:"Times New Roman",Georgia,Serif; font-size: 16px; }
.postarea .product-data ul li { margin-left: 0px; }
.cost { margin-bottom: 10px; }
.banner-container { width: 947px; height: 202px; overflow: hidden; }
.banner-container img { /*height: 200px;*/ }
.sidebar-banner { margin: 85px 0 0 53px; border:1px solid #000000; }
.sidebar-banner-small { margin: 15px 0 0 53px; border:1px solid #000000; }
.product-image { height: 438px; overflow: hidden; }
.product-thumb { float: left; display: inline-block; width: 220px; min-height: 116px; }
.products .postarea { width: 945px; }
.product-container { width: 960px; display: inline-block; clear: both; border-bottom: 1px dotted #9e8e8e; }
#services .heading { font-weight: bold; }
.banners { height: 230px; width: 945px; overflow: hidden; }
.banner, .banners, .testimonials, .categories { clear: both; display: inline-block; width: 100%;}
.clear-both { clear: both; }
.clear-left { clear: left; }
.postarea { display: inline-block; width: auto; }
.single .postarea { width: 640px; }
#sidebar .attachment-single-post-thumbnail { margin-top: 10px; }
#sidebar .widget { border: none; background: none; radius: }
div#content { clear: both; } /*display: inline-block; overflow: visible; */
div#contentleft { display: inline-block; }
div#sidebar { display: inline-block; }
div#footer-wrapper { display: inline-block; }
div#wrapper { clear: both; }

/* news */
.post { border-bottom: 1px dotted #9e8e8e; padding: 15px 0; }
.blog .postarea { width: 630px; }
.current_page_parent a { color: #DF834B !important; font-weight: bold; }
.FoldingCategoryList .selected { font-weight: bold; }

/* news categories */
.archive { float: none; width: inherit; margin: 0px; padding: 0px 0px 20px 0px; }
.category { background: none; }

/* comments */
#respond { padding: 5px 5px; }

/* menu fixes */
.home #navbar .home { color: #DF834B !important; font-weight: bold; }
.blog #navbar .home { color: #654743 !important; font-weight: normal; }

/* blog menu highlighting fix */
.store .current_page_parent a { color: #654743 !important; font-weight: normal; }
.page-child .submenu .current_page_parent a { color: #654743 !important; font-weight: normal; }

.postarea { min-height: 400px; }
