@charset "UTF-8";
/* CSS Document */

/* global reset
------------------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline;
} 
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, fieldset,
dl, dt, dd, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
pre, sub, sup, em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	margin: 0 0 20px 0;
	padding: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
pre,textarea {
	margin:0;
	padding: 0;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.white {
	color: #fbf8f1;
}
.clearing {
	clear: both;
	height: 0;
	line-height:0;
	font-size: 0;
}
/* Hide dotted image outline from Firefox and Netscape */ 
a, input, button {
	outline: none;
}
.float-image {
	outline: none;
	display: block;
	margin: 5px;
	padding: 0px;
	float: left;
}


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
.clear, .clearfix { clear: both; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
p { padding-bottom: 10px; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }

/* Main layout
------------------------------------------------------------------*/
body {
	background: #5d4d3d;
	color: #504236;
	font-size: 14px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:visited {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #312820;
	text-decoration: none;
}

/* Header
------------------------------------------------------------------*/
#header-grad {
	width: 100%;
	background-color: #5d4d3d;
	background-image: url(../../images/body_bg.png);
	background-repeat: repeat-x;
}
#header-shadow {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#header-container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 103px;
}
#header-logo {
	width: 208px;
	height: 55px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 20px;
}
#header-logo ul {
	padding: 0;
	margin: 0;
}
#header-logo ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#header-logo ul li a, #header-logo ul li a:visited {
	display: block;
	background-image: url(../../images/blog-design-wma-header-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 208px;
	text-indent: -9999px;
	margin: 0;
}
#header-logo ul li a:hover {
	background-position: left bottom;
}
#tagline {
	position: absolute;
	left: 240px;
	top: 40px;
}
#tagline h1 {
	color: #d6cbb6;
	font-size: 16px;
	line-height: 20px;
}


/* nav
------------------------------------------------------------------*/
#cats-container ul ul {
	position:absolute;
	top:-999em;
	background-position: bottom;
	background-repeat: no-repeat;
	list-style-type: none;
}
#cats-container ul li {
	float:left;
	position:relative;
}
#cats-container ul a {
	display:block;
	float: left;
}
#cats-container ul li:hover ul, #cats-container ul li.sfHover ul {
	left:0px;
	top:39px;
}
#cats-container ul li:hover li ul, #cats-container ul li.sfHover li ul {
	top:-999em;
}
#cats-container ul li li:hover ul, #cats-container ul li li.sfHover ul {
	left: 240px;
	top: 0px;
}
#cats-container ul li:hover ul, #cats-container ul li li:hover ul {
	top: -999em;
}
#cats-container ul li li {
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}
#cats-container ul li ul {
	width: 240px;
}
#cats-container ul li li a:link, #cats-container ul li li a:visited {
	display: block;
	height: auto;
	float: left;
}
#cats-container ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

/* cats-menu
------------------------------------------------------------------*/
#cats-grad {
	width: 100%;
}
#cats-shadow {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#cats-container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 27px;
	z-index: 50;
}
#cats-container ul {
	margin: 0 auto;
	float:right;
	position: relative;
	list-style-type: none;
}
#cats-container ul li {
	margin-right: 2px;
	padding-left: 12px;
	height: 27px;
	background-image: url(../../images/cats-tab-bg.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#cats-container ul li a {
	font-size: 14px;
	color: #faf0e0;
	padding-right: 12px;
	padding-left: 0;
	line-height: 27px;
	background-image: url(../../images/cats-tab-bg.png);
	background-repeat: no-repeat;
	background-position: right -31px;
	white-space: nowrap;
}
#cats-container ul li a:hover {
	text-decoration: none;
	color: #faf0e0;
}
#cats-container ul li li {
	background:#302a24;
	background-image:none;
	margin:0;
	padding: 0px;
	width: 238px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6c5e50;
	border-left-color: #6c5e50;
}
#cats-container ul li li a {
	background: none;
	text-align: left;
	height:auto;
	padding: 6px 11px;
	display: block;
	width: 216px;
	line-height: normal;
	color: #faf0e0;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6c5e50;
}
#cats-container ul ul {
	background-image: url(../../images/categories-bottom.png);
	padding-bottom: 18px;
}
#cats-container ul li:hover ul, #cats-container ul li.sfHover ul {
	top:27px;
}
#cats-container ul li li {
	background-image: none;
	margin: 0px;
}
#cats-container ul > li:hover   {
	padding-left: 12px;
	background-image: url(../../images/cats-tab-bg.png);
	background-repeat: no-repeat;
	background-position: left -62px;
}
#cats-container ul > li li:hover   {
	padding-left: 0px;
}
#cats-container ul > li:hover > a {
	background-image: url(../../images/cats-tab-bg.png);
	background-repeat: no-repeat;
	background-position: right -93px;
}
#cats-container ul li li a:hover {
	background-color: #201c18;
	color: #faf0e0;
	background-image: none;
}
#cats-container ul li li:hover ul, #cats-container ul li li.sfHover ul {
	top:0px;
}
#cats-container ul li.current_page_item {
	background-position: left -124px;
}
#cats-container ul li.current_page_item a {
	background-position: right -155px;
	color: #990000;
}
#cats-container ul li.current_page_item li a {
	color: #faf0e0;
}
#cats-container ul li li.current_page_item a {
	color: #faf0e0;
}
#cats-container ul li li.current-cat a {
	color: #faf0e0;
}
#cats-container ul > li li:hover   {
	background-color: #201c18;
	color: #faf0e0;
	background-image: none;
}
#cats-container ul > li li:hover > a {
	background-image: none;
}

/* Search
------------------------------------------------------------------*/
#search-grad {
	background-image: url(../../images/bg_banner.png);
	background-repeat: repeat-x;
	width: 100%;
	background-position: bottom;
	background-color: #f5ecd8;
}
#search-shadow {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#search-container {
	width: 950px;
	margin: 0 auto;
}
#subscribe {
	padding-top: 12px;
	padding-bottom: 10px;
	width: 950px;
	margin: 0;
}
#subscribe #crumbs {
	float: left;
	width: 650px;
}
#subscribe p {
	font-size: 12px;
	color: #312820;
	font-weight: normal;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subscribe p em {
	color: #312820;
	margin-right: 5px;
}
#subscribe p a {
	color: #990000;
	text-decoration: none;
}
#subscribe p a:hover {
	color: #312820;
	text-decoration: none;
}
#subscribe #breadcrumbs strong {
	color: #333;
	font-weight: normal;
}
#subscribe #search-box {
	float: right;
	width: 280px;
}
#subscribe #search-box h3 {
	font-size: 14px;
	color: #8a673a;
	float: right;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subscribe #searchform  {
	float: right;
	width: 200px;
}
	

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
#content-grad {
	width: 100%;
	clear:both;
	z-index: 1;
	background-image: url(../../images/xcontent-grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff8e8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4dfdb;
}
#content-shadow {
	width: 970px;
	margin: 0 auto;
	background-image: url(../../images/content-grad-right.png);
	background-repeat: repeat-y;
	background-position: 680px top;
}
#content {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
	background-image: url(../../images/xcontent-grad-right-top.png);
	background-repeat: no-repeat;
	background-position: 670px top;
}
.no-sidebar #content-shadow {
	background-image: none;
}
.no-sidebar #content {
	background-image: none;
}
#main-area-wrap { width: 950px; float: left; }

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
#recent-grad {
	width: 100%;
	background-image: url(../../images/recent-grad.png);
	background-repeat: repeat-x;
	background-color: #fff;
}
#recent-shadow {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#recent-container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#recentposts { float: left; width: 950px; padding-bottom: 0px; }
.recent {
	float: left;
	width: 262px;
	margin: 20px 0px 0px 82px;
}
.recent h4 {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 2px;
}
.recent h4 a:hover {
	text-decoration: underline;
}
.recent h3 { margin-bottom: 6px; }
.recent h3 a { color: #990000; font-size: 18px; }
.recent h3 a:hover {
	color: #312820;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #312820;
}
.recent img {
	margin: 0 0 20px;
	padding: 0;
}
.recent-postwrap {
	padding: 15px 0px 0px;
	text-align: center;
}
.recent.first { margin-left: 0px; }

/* recent-box
------------------------------------------------------------------*/
.recent-box {
	width: 260px;
	background-image: url(../../images/recent-box-grad.png);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

.recent-box-top {
	width: 260px;
	background-image: url(../../images/recent-box-top.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: left top;
}

.recent-box-content {
	width: 240px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../../images/recent-box-bot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}


#wrapper {
	clear:both;
	float: left;
	width: 950px;
	padding-bottom: 40px;
}
		#main { width: 650px; float: left; }
		body#home #main {  }
		body#home #main.noborder { border-top: 0px; }
			.mainpost-wrap { width: 323px; float: left; background: url('../../images/mainpost-bg.png') repeat-x top left; padding: 20px 0px 0px; display: inline; height: 308px; }
				.mainpost-wrap h2 { border-bottom: 1px solid #eaeaea; padding-bottom: 8px; margin: 0px 25px 8px; height: 58px; }
					.mainpost-wrap h2 a { color: #990000; font-size: 24px; letter-spacing: -0.5px; line-height: 1.2; }
.mainpost-wrap h2 a:hover {
	color: #312820;
	text-decoration: underline;
}
				.mainpost-wrap p { margin: 0px 25px; height: 53px; }
				.mainpost-wrap img { margin: 0px 10px; z-index: 1; }
.mainpost-wrap div.info {
	background: url('../../images/mainpost-bottom-bg.png') no-repeat top left;
	padding: 20px 20px 18px;
	z-index: 30;
	margin-top: -10px;
	position: relative;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #e9e9e9;
}
.info em {
	color: #666;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
			.mainpost-wrap.fst { border-right: 1px solid #e9e9e9; }
.new-post {
	clear:both;
	float: left;
	background: url('../../images/mainpost-bg.png') repeat-x top left;
	padding: 20px 40px 20px 30px;
	width:558px;
}
.new-post h2 a {
	color: #990000;
	font-size: 18px;
	text-decoration: none;
}
.new-post h2 a:hover {
	color: #312820;
	text-decoration: underline;
}
				.new-post img { float: left; margin: 6px 20px 0px 0px; }
				p.info { color: #333; }
div#post-bot  { color:#1E1E1E; }
				
				
/*------------------------------------------------*/
/*-----------[post-bot]---------*/
/*------------------------------------------------*/			
div#post-bot {
	margin: 10px 0 0;
	width: 100%;
	border-top: 1px dotted #91817b;
	border-bottom: 1px dotted #91817b;
}
div#post-bot a {
	color: #990000;
	background-image: url(../../images/post-arrow-bot.png);
	background-repeat: no-repeat;
	font-size: 12px;
}
div#post-bot a:hover {
	color: #312820;
}
div#post-bot span#prev-link a {
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
	display: inline;
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	overflow: hidden;
	text-align: left;
	background-position: left top;
	padding-left: 15px;
}
div#post-bot span#next-link a {
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	display: inline;
	width: 300px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: hidden;
	text-align: right;
	background-position: right -26px;
	padding-right: 15px;
}
div#post-bot span#prev-link a:hover {
	background-position: left -52px;
}
div#post-bot span#next-link a:hover {
	background-position: right -78px;
}
div.breadcrumb {
	color: #ccc;
	font-size: 14px;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}	
					
					
/*------------------------------------------------*/
/*--------------[POST / PAGE CONTENT]-------------*/
/*------------------------------------------------*/
.post-box {
	background-image: url(../../images/category-divider.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
}
h1.post-title {
	font-size: 24px;
	letter-spacing: -0.5px;
	color: #1e1e1e;
	line-height: 30px;
	width: 465px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: normal;
}
h1.page-title {
	font-size: 24px;
	letter-spacing: -0.5px;
	color: #1e1e1e;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
span.meta-comments { float: right; display: block; background: url('../../images/meta-comment-bg.png') no-repeat; width: 120px; height: 34px; margin: 34px 0px 0px 5px; display: inline; }
span.meta-comments a { display: block; color: #fbf8f1; font-size: 14px; font-weight: bold; font-style: italic; padding: 3px 0px 3px 13px; }
.post-meta {
	clear: both;
	margin: 0;
}
.post-meta-bottom {
	margin: 10px 0 0;
	padding: 0;
}
#title .post-meta-bottom {
	margin: 0;
}
.post-meta-bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0;
	color: #af9c89;
	font-size: 12px;
}
.post-meta-bottom p a {
	font-weight: normal;
	font-style: normal;
	color: #990000;
	font-size: 12px;
}
.post-meta-bottom p span.author, .post-meta-bottom p span.date {
	font-weight: normal;
	font-style: normal;
	color: #333;
	font-size: 12px;
}
#post-content {
	padding: 25px 0px 25px 0px;
	line-height: 130%;
	clear:both;
}
#home #post-content {
	padding: 0px 0px 25px 0px;
}
.single-post #post-content {
	padding: 0px 0px 25px 0px;
}
#post-content ul.content-list {
	margin-left: 20px;
 }
#post-content .first_link img {
 }
#post-content h1, #post-content h2, #post-content h3, #post-content h4, #post-content h5, #post-content h6 {
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
}
#post-content h1 {
	font-size: 26px;
	margin: 5px 0px 10px;
	color: #333;
}
#post-content h1.specialties {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #86817b;
}
#post-content .member_info {
	width: 480px;
}
#post-content h1.sub_title   {
	color: #8a673a;
	margin: 0 0 15px;
	padding: 0;
	clear: both;
	font-size: 21px;
}
#post-content h1.sub_title .red_bold {
	color: #990000;
	font-weight: bold;
}
#post-content h2 {
	font-size: 24px;
	margin: 5px 0px 8px;
	color: #666;
}
#post-content h3 {
	font-size: 21px;
	margin: 5px 0px 7px;
	color: #312820;
}
					#post-content h4 { font-size: 18px; margin: 5px 0px 7px; }
					#post-content h5 { font-size: 16px; margin: 5px 0px; }
					#post-content h6 { font-size: 14px; margin: 5px 0px; }
#post-content strong {
	color: #333;
}
					#post-content img.thumbnail {
	background: #ffffff;
}	
					#post-content p a { color: #990000; }
					#post-content p a:hover { color: #312820; }
#post-content a.post-edit-link {
	padding: 0px 5px;
	background-color: #660000;
	color: #fbf8f1;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#post-content a.post-edit-link:hover {
	text-decoration: none;
	background-color: #330000;
}
					#post-content img { border: none; padding: 0px; }
					#post-content table { padding: 10px 0px; }
						#post-content th { background: #dfdfd7; font-weight: bold; padding: 2px 7px; color: #000000; }
						#post-content td { border-bottom: 2px solid #eeeeee; background: #f6f6f6; padding: 3px 7px; }
					
				#main p ul li { background: url('../../images/li-mark.jpg') no-repeat 0px 5px; padding: 0px 0px 0px 12px; }
				#main ol { list-style-type: decimal; margin-left: 20px; }
				#main blockquote {
	border-left: 2px solid #e7e7e7;
	font-style: italic;
	color: #333;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
					#main blockquote p { padding-bottom: 10px; }


/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/
					
				#comment-section { clear: both; float: left; }
					p#comments { color: #1e1e1e; font-size: 20px; }
#main #comment-section ol.commentlist {
	padding: 34px 39px 35px 35px;
	float: left;
	margin: 55px 0px -95px;
	list-style-type: none;
}
						.comment, .comment-body { float: left; }
						li.comment { margin-bottom: 10px; }
						.comment-author { float: left; margin: -90px 0px 0px -30px; z-index: 1; position: relative; }
							#main-area-wrap .comment-author img.avatar { border: 1px solid #dbdbce; padding: 5px; background: #e7e5e3; float: left; }
							
.comment-info {
	float: left;
	padding: 3px 0px 0px 13px;
	font-size: 16px;
	line-height: 140%;
}
								cite.fn, span.says  { color: #333;  }
									span.says, div.commentmetadata { font-style: italic; }
								div.commentmetadata { margin-top: -5px; }
								div.commentmetadata, div.commentmetadata a { color: #990000; }
								div.commentmetadata, div.commentmetadata a:hover { color: #312820; }
							
							.comment-top, .comment-bottom, .comment-content { float: left; }
							.comment-top  { background: url('../../images/comment-top.png') no-repeat; height: 25px; margin-top: -12px; }
							.comment-content { padding-bottom: 10px; clear: both; width: 99%; }
							.comment-bottom-main { float: left;  }
								.comment-bottom-left { background: url('../../images/comment-bottom-left.png') no-repeat; position: absolute; bottom: 0px; left: -1px; width: 8px; height: 37px; }
								.comment-bottom-right { background: url('../../images/comment-bottom-right.png') no-repeat; position: absolute; bottom: 0px; right: -1px; width: 8px; height: 37px; }
					
						.comment-body p { line-height: 140%; }
#main ol.commentlist .children {
	float: left;
	clear: both;
	padding-bottom: 30px;
	width: 96%;
}
							#main ol.commentlist .children .comment-body { padding-top: 10px; width: 99%; }
							#main .commentlist .children li { padding:0px 3% 3%; width:97%; margin: 0px; float: left; background: #ffffff url('../../images/inner-comment-bottom-main.png') repeat-x bottom left; border-left: 1px solid #d1d1c2; border-right: 1px solid #d1d1c2; position: relative; }
								#main .commentlist .children li .comment-top-main { background: url('../../images/inner-comment-top-main.png') repeat-x top left; width: 100%; float: left; height: 6px; }
						#main ul.children li { background: none;  }
						#main-area-wrap img.wp-smiley { border: none; padding: 0px; }
						.comment-top-left, .comment-top-right, .comment-top-main { height: 24px; }
						.comment-top-left { background: url('../../images/comment-top-left.png') no-repeat top left; width: 40px; left: -1px; top: 0px; position: absolute; }
							.comment-top-right { background: url('../../images/comment-top-right.png') no-repeat top right; width: 40px; right: -1px; top: 0px; position: absolute; }
								.comment-top-main { background: url('../../images/comment-top-main.png') repeat-x top left; width: 100%; float: left; }
						.bubble { background: url('../../images/bubble-top.png') no-repeat; width: 18px; height: 17px; top: -16px; left: 25px; z-index: 10; position: absolute; }
						.commentlist li { background:#F8F8F5 url('../../images/comment-bottom-main.png') repeat-x bottom left; border-left:1px solid #DFDFD7; border-right:1px solid #DFDFD7; position:relative; padding: 0px 30px 50px; margin: 0px 0px 60px; width: 496px; display: block; float: left; }
						
						.reply-container { position: absolute; bottom: 19px; right: 30px; z-index: 20; background: url('../../images/reply-right-bg.png') no-repeat right bottom; padding-right: 11px; }
a.comment-reply-link { padding: 6px 15px; background: #330000; color: #feffff; font-style: italic; font-weight: bold; display: block; }
						.children .comment-top-left { background: url('../../images/inner-comment-top-left.png') no-repeat top left; width: 15px; left: -1px; top: 0px; position: absolute; } 
						.children .comment-author { float:left; margin: 0px; width:100%; z-index:1; }
						.children .bubble { display: none; }
						.children .comment-top-right { background: url('../../images/inner-comment-top-right.png') no-repeat top right; width: 15px; right: -1px; top: 0px; position: absolute; }
						.children .comment-bottom-left { background: url('../../images/inner-comment-bottom-left.png') no-repeat scroll 0 0; height:7px;
position:absolute; width:15px; }
						.children .comment-bottom-right { background: url('../../images/inner-comment-bottom-right.png') no-repeat scroll 0 0; height:7px;
position:absolute; width:15px; }
						.children .reply-container { bottom: -10px; right: 30px; }
						
						.nocomments div#respond { margin-top: 0px; }
							div#respond  h3 { font-size: 21px; margin: 5px 0px 7px; color:#303030; }
						div.navigation, div#respond { float: left; width: 650px; }
						div#respond { padding: 10px 0px 0px 0px; width: 90%; }
						form#commentform { float: left; width: 99%; position: relative; z-index: 10; }
form#commentform  textarea {
	width: 642px;
	border: 1px solid #D1D1C2;
	padding: 3px;
}

form#commentform input,
form#commentform textarea {
	background-color: #fff;
	border: 1px solid #D1D1C2;
}
form#commentform input:focus,
form#commentform textarea:focus {
	background-color: #fff9ef;
	border: 1px solid #9d7641;
}

form#commentform input {
	letter-spacing: 0.02em;
	background-color: #fff;
	border: 1px solid #D1D1C2;
	color: #312820;
	margin: 0.3em 0.5em 0 0;
	padding: 6px;
	width: 250px;
	font-size: 12px;
}
form#commentform input#submit {
	background: transparent url(../../images/blog-btn_submit.png) no-repeat right top;
	text-indent: -9999px;
	padding: 0;
	color: #312820;
	border: none;
	width: 66px;
	height: 34px;
	cursor: pointer;
	display: block;
	margin: 0;
	clear: both;
}
form#commentform input#submit:hover {
	background: transparent url(../../images/blog-btn_submit.png) no-repeat left top;
	width: 66px;
	margin: 0;
	padding: 0;
}





						.cancel-comment-reply { padding-bottom: 12px; }
						#comment-section li.comment div#respond { margin-top: 0px; padding: 0px; }
						#comment-section div.navigation div.alignleft { padding-left: 35px; }
						
						#comment-section div#trackbacks { float:left; padding: 34px 39px 10px 35px; }
						div#trackbacks  h3 { color:#1E1E1E; font-size:14px; margin-bottom: 7px; }
						ol.pinglist li { margin-bottom: 3px; }
				
				
/* Footer
------------------------------------------------------------------*/
#footer-grad {
	width: 100%;
	background-image: url(../../images/footer-grad.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer-shadow {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../../images/footer-grad-right-top.png);
	background-repeat: no-repeat;
	background-position: 680px top;
}
#footer-widgets-wrap {
	float: left;
	width: 950px;
	margin-left: 10px;
}
#footer-widgets-inside {
	width: 950px;
	margin: 0px;
	float: left;
	display: inline;
	padding-top: 40px;
	padding-bottom: 20px;
}
#footer-widgets-inside div.widget {
	float: left;
	display: inline;
	width: 252px;
	padding: 0px 32px 20px;
	color: #faf0e0;
}
#footer-widgets-inside div.widget ul {
	margin-top: -5px;
	list-style-type: none;
}
#footer-widgets-inside div.widget ul li {
	padding: 5px 0px 5px 12px;
	background: url('../../images/footer-widget-ul.png') no-repeat 0px 10px;
}
						#footer-widgets-inside div.widget ul li ul { padding: 5px 0px 0px 20px; margin: 0px 0px -5px; }
#footer-widgets-inside h4 {
	font-size: 16px;
	color: #fbf8f1;
	padding: 0px 0px 10px;
	margin: 0px 0px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer-bottom {
	width: 950px;
	text-align: left;
	margin:0;
	padding: 10px 0 15px;
	font-size: 12px;
}
#footer-bottom p {
	padding-bottom: 15px;
	color: #faf0e0;
	font-size: 12px;
}
#footer-bottom p a, #footer-bottom p a:visited {
	color: #faf0e0;
	text-decoration: none;
}
#footer-bottom p a:hover {
	color: #fbf8f1;
	text-decoration: underline;
}
#footer-bottom-left {
	float: left;
	width: 750px;
}
#footer-bottom-right {
	float: right;
	width: 125px;
}
#wma {
	width: 125px;
	height: 45px;
	margin-bottom: 10px;
	float: right;
}
#wma ul {
	padding: 0;
	margin: 0;
}
#wma ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#wma ul li a, #wma ul li a:visited {
	display: block;
	background-image: url(../../images/wma-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 125px;
	text-indent: -9999px;
}
#wma ul li a:hover {
	background-position: left bottom;
}


/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
#sidebar {
	float: right;
	width: 260px;
}
#sidebar h3 {
	background: #587a9d;
	text-align: center;
	font-size: 14px;
	color: #faf0e0;
	text-transform: uppercase;
	padding: 6px 0px;
	letter-spacing: 2px;
}
.sidebar-block {
	color: #333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.sidebar-block a, #footer-widgets-inside div.widget a {
	color: #990000;
}
.sidebar-block a:hover, #footer-widgets-inside div.widget a:hover {
	color: #312820;
}
.sidebar-block  ul {
	margin-top: -5px;
}
.sidebar-block  ul li {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	white-space: normal;
}
.sidebar-block  ul li li {
	border: none;
}
.sidebar-block  ul li a {
	font-size: 16px;
}
.sidebar-block  ul li span {
	cursor: pointer;
}
.sidebar-block  ul li li a {
	font-size: 14px;
}
.sidebar-block  ul li a.self {
	color: #312820;
}
.sidebar-block  ul li.item a {
	font-style: italic;
}
.sidebar-block ul li ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
				#main-area-wrap #sidebar img { border: none; padding: 0px; }
				#main-area-wrap #sidebar img#about-image, #footer-widgets-inside .widget img#about-image { float: left; display: inline; border:1px solid #dfdfdf; margin-right: 10px; padding: 4px; }
				#footer-widgets-inside .widget img#about-image { border: 1px solid #bebebe; }


/*------------------------------------------------*/
/*-----------------[FEATURED SLIDER]--------------*/
/*------------------------------------------------*/
#featured-grad {
	width: 100%;
	background-image: url(../../images/bg_banner.png);
	background-repeat: repeat-x;
	background-color: #f5ecd8;
	background-position: left bottom;
}
#featured-shadow {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#featured-container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
}
	
#featured-container .wwsgd {
	padding: 6px 20px 4px;
	border-top: 1px dotted #990000;
	border-bottom: 1px dotted #990000;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	display: block;
}
#featured-container .wwsgd img {
	height: 40px;
	width: 40px;
	margin: -6px 5px 0 5px;
	padding: 0;
	vertical-align: middle;
}
#featured-container .wwsgd span {
	font-size: 18px;
	color: #8a673a;
	line-height: 40px;
	height: 40px;
}
	
#featured-area {
	background: url(../../images/featured-bg-new.png) no-repeat;
	height: 300px;
	position: relative;
	padding: 16px 0px 0px;
	z-index: 1;
}
.pics {
	width: 868px;
	height: 208px;
	margin: 0px 41px 20px 41px;
}
.pics div img {
	float: left;
	margin-right: 15px;
	vertical-align: top;
	background-position: center top;
	top: 0px;
}
h5.meta {
	margin: 0px 0px 10px;
	color: #af9c89;
	font-weight: normal;
	font-size: 12px;
}
h5.meta em {
	color: #666;
	font-weight: bold;
	font-style: italic;
}
h5.meta .author, h5.meta .date {
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
h5.meta a {
	color: #990000;
}
h5.meta a:hover {
	color: #312820;
	text-decoration: underline;
}
.pics div h1 { font-size: 30px; margin: 0px 0px 10px; line-height: 31px; }
.pics div h1 a { color: #990000; }
.pics div h1 a:hover {
	color: #312820;
	text-decoration: underline;
}
ul#nav {
	clear:both;
	float: right;
	margin-right: 7px;
	list-style-type: none;
}
		ul#nav li { float: left; border: 1px solid #990000; height: 49px; margin-right: 5px; }
			ul#nav li a img { border: 2px solid #ffffff; }
			ul#nav li a.activeSlide img { border: 2px solid #312820; }
#featured-area h3 {
	float: right;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	color: #faf0e0;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 14px;
}
	#featured-area a#prev-item, #featured-area a#next-item {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 110px;
}
	#featured-area a#prev-item {
	left: 10px;
	background-image: url(../../images/prev-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
	#featured-area a:hover#prev-item {
	left: 10px;
	background-image: url(../../images/prev-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
	#featured-area a#next-item {
	right: 10px;
	background-image: url(../../images/next-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
	#featured-area a:hover#next-item {
	right: 10px;
	background-image: url(../../images/next-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.js #featured-area, .js ul#page-menu, .js ul#cats-menu, .js img#logo {display: none;}	
	.featured-overlay { height: 206px; width: 510px; background: url(../../images/featured-overlay.png) repeat-y right; position: absolute; }


/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.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; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft {
	display:inline;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	padding: 10px;
	border: 1px solid #dbd7d3;
}
img.alignright {
	display:inline;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	padding: 10px;
	border: 1px solid #dbd7d3;
}


/*------------------------------------------------*/
/*------------------[SEARCH FORM]-----------------*/
/*------------------------------------------------*/
	

	
	
/*------------------------------------------------*/
/*-----------------[WP PAGE NAVI]-----------------*/
/*------------------------------------------------*/
p.pagination { clear: both; float: left; width:620px; padding: 15px 12px; }
	span#prev-posts { float: left; }
	span#next-posts { float: right; }
.wp-pagenavi { float: left; width:650px; padding: 25px 0px; }
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active, .wp-pagenavi span.pages { border: 1px solid #c9c9be; }
.wp-pagenavi a, .wp-pagenavi a:link { padding: 5px 7px; margin: 2px; text-decoration: none; color: #413f36; background-color: #dfdfd7; }
.wp-pagenavi a:visited { padding: 5px 7px; margin: 2px; text-decoration: none; color: #413f36; background-color: #dfdfd7; }
.wp-pagenavi a:hover { border: 1px solid #437588; color: #fbf8f1; background-color: #548ca1; }
.wp-pagenavi a:active { padding: 5px 7px; margin: 2px; text-decoration: none; color: #413f36; background-color: #e7e5e3; }
.wp-pagenavi span.pages { padding: 5px 7px; margin: 2px 2px 2px 2px; color: #000000; color: #413f36; background-color: #dfdfd7; }
.wp-pagenavi span.current { padding: 5px 7px; margin: 2px; font-weight: bold; border: 1px solid #437588; color: #fbf8f1; background-color: #548ca1; }
.wp-pagenavi span.extend { padding: 5px 7px; margin: 2px; border: 1px solid #437588; color: #fbf8f1; background-color: #548ca1; }


/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;	}
	#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
	#wp-calendar caption {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6px;
}
	#wp-calendar td {	padding: 3px 5px; color: #faf0e0; }
		#wp-calendar td#today {
	color: #fbf8f1;
	font-weight: bold;
}
	#wp-calendar th {	font-style: normal;	text-transform: capitalize;	padding: 3px 5px; }
		#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
		#wp-calendar #next a { padding-right: 10px; text-align: right; }
		#wp-calendar #prev a { padding-left: 10px; text-align: left; }


/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.wp-pagenavi { margin: 0px 0px 15px 0px !important; }
.wp-pagenavi a, .wp-pagenavi a:link { padding: 5px 7px !important; margin: 2px !important; text-decoration: none !important; border: 1px solid #dfded3 !important; color: #990000 !important; background-color: #fff !important; }
.wp-pagenavi a:visited { padding: 5px 7px !important; margin: 2px !important; text-decoration: none !important; border: 1px solid #dfded3 !important; color: #504236 !important; background-color: #fff !important; }
.wp-pagenavi a:hover { border: 1px solid #312820 !important; color: #312820 !important; background-color: #fff !important; }
.wp-pagenavi a:active { padding: 5px 7px !important; margin: 2px !important; text-decoration: none !important; border: 1px solid #dfded3 !important; color: #504236 !important; background-color: #fff !important; }
.wp-pagenavi span.pages { padding: 5px 7px !important; margin: 2px 2px 2px 2px !important; color: #000000 !important; border: 1px solid #e9e9e9 !important; color: #504236 !important; background-color: #fff !important; }
.wp-pagenavi span.current { padding: 5px 7px !important; margin: 2px !important; font-weight: normal !important; border: 1px solid #dfded3 !important; color: #fbf8f1 !important; background-color: #660000 !important; }
.wp-pagenavi span.extend { padding: 5px 7px !important; margin: 2px !important; border: 1px solid #dfded3 !important; color: #504236 !important; background-color: #fff !important; }

/*------------------------------------------------*/
/*-----------[more]---------*/
/*------------------------------------------------*/	
.leader-home { margin: 0px 0px 17px 110px; border: none;}
.leader { margin: 0px 0px 0px 110px; border: none;}
.foursixeight { margin: 0px 0px 15px 84px;}
.courier10 {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}
.red {
	color: #F00;
}
#footer-widgets-inside div.widget a {
	color: #faf0e0;
}
#footer-widgets-inside div.widget a:hover {
	color: #fbf8f1;
}
.cookie-text {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #af9c89;
	border-bottom-color: #af9c89;
	height: 40px;
	margin-bottom: 10px;
}
.cookie-text .text {
	text-align: center;
	padding: 0px 50px 0px 50px;
	line-height: 40px;
	background-image: url(../../images/wordpress-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	color: #990000;
	width: 440px;
	height: 40px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#post-content .float-sample {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}
#post-content .float-sample img {
	width: 120px;
	background-color: #fafafa;
	padding: 5px;
	border: 1px solid #666;
}

