/**

 * Theme Name: Structure

 * Theme URI: http://themehybrid.com/themes/structure

 * Description: A beautifully-crafted blogging theme that is <em>structurally</em> sound in both markup and design, making it a powerful enough tool for any blogger.

 * Version: 2.0

 * Author: Justin Tadlock

 * Author URI: http://justintadlock.com

 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width

 * Template: hybrid

 * Status: publish

 *

 * Copyright (c) 2007 - 2009 Justin Tadlock.  All rights reserved.

 * http://justintadlock.com

 *

 * Structure is released under the GNU General Public License, version 2 (GPL).

 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

 *

 * This program is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 */



/* Get base CSS */

@import url('../hybrid/library/css/22px.css');



/* Get plugins CSS */

@import url('../hybrid/library/css/plugins.css');



/* Get drop-downs CSS */

@import url('../hybrid/library/css/drop-downs.css');



/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */

/* @import url('tabs.css'); */



/**

* Body

************************************************/

body {

	font: 15px/22px "Trebuchet MS", Helvetica, Verdana, sans-serif;

	color: #000;

	background: #3e4723;

	}



#body-container {

	overflow: hidden;

	width: 980px;

	margin: 0 auto;

	padding: 0 20px;

	background: #3e4723;

	}



/**

* Elements

************************************************/



/* Links */

a {

	color: #7d3517;

	text-decoration: none;

	}

a:hover {

	color: #000;

	text-decoration: underline;

	}



/* Headers */

h1, h2, h3, h4, h5, h6 {

	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;

	font-weight: bold;

	}

h1, h2 {

	font-size: 20px;

	}

h3 {

	font-size: 18px;

	}

.hentry h3 {

	font: normal normal 24px/24px "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
	color: #70090a;

	}

h4 {

	font-size: 17px;
	color:70090a;

	}

h5 {

	font-size: 16px;

	}

h6 {

	font-size: 15px;

	}



/* Lists */

ul {

	list-style: none;
	color:#000000;

	}

p {
	margin:0 0 12px;
	}

/* Blockquotes */

blockquote {

	padding: 20px 20px 0 20px;

	margin: 20px;

	font-family: Arial, Verdana, sans-serif;

	font-size: 14px;

	color: #333;

	background: #eee;

	border: 1px solid #ddd;

	}

blockquote blockquote {

	margin: 0 0 20px 0;

	background: #f7f7f7;

	border: 1px solid #ccc;

	}



/* Code */

code {

	padding: 2px 3px;

	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;

	color: #444;

	background: #eee;

	}

pre {

	overflow: auto;

	padding: 20px;

	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;

	color: #444;

	background: #eee;

	border: 1px solid #ddd;

	}

pre code {

	padding: 0;

	}



/* Tables */

table {

	width: 100%;

	background: #3e4723;

	border-left: 1px solid #7d3517;

	border-bottom: 1px solid #7d3517;

	}

caption {

	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;

	text-align: right;

	color: #666;

	}

tr {

	margin: 1px;

	border-top: 1px solid #7d3517;

	}

td {

	padding: 3px;

	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;

	border-right: 1px solid #ddd;

	}

tr.alt td, tr.even td {

	background: #f7f7f7;

	}

th {

	padding: 3px;

	font-weight: normal;

	color: #fff6d2;

	background: #3e4723;

	border-right: 1px solid #ddd;

	}

#wp-calendarLarge .dayHead {
	background-color:#7d3517 !important;
	}
#wp-calendarLarge td {
	border:1px solid #7d3517 !important;
	}	
#wp-calendarLarge .event-block {
	color:#FFF6D2 !important;
	background:#333;
}	
#todayLarge {
	background-color:#333333 !important;
	color:#FFFFFF !important;
}	
	}
/* Acronyms */

acronym {

	font-size: 13px;

	border: none;

	}



/* Drop caps */

.drop-cap {

	float: left;

	margin: 3px 3px 0 0;

	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;

	color: #7D3517;

	}



/* Notes, alerts, and such. */

.note, .warning, .alert, .error, .download {

	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;

	color: #444;

	}



/* Notes */

.note {

	padding: 9px;

	background: #eee;

	border: 1px solid #ccc;

	}



/* Warnings/Alerts */

.warning, .alert {

	padding: 9px;

	background: #fffbbc;

	border: 1px solid #E6DB55;

	}



/* Errors */

.error {

	padding: 9px;

	background: #ffebe8;

	border: 1px solid #C00;

	}



/* Downloads */

.download {

	padding: 9px;

	background: #e7f7d3;

	border: 1px solid #6c3;

	}



/* Alignment */

.left, .alignleft {

	float: left;

	margin: 10px 5px 0 0;

	}

.right, .alignright {

	float: right;

	margin: 0 0 0 10px;

	}

.center, .aligncenter {

	display: block;

	margin: 0 auto 10px auto;

	}

.block, .alignnone {

	display: block;

	margin: 0 0 20px 0;

	}

.clear {

	clear: both;

	}



/**

* Images

************************************************/



/* Thumbnails */

.thumbnail {

	float: left;

	width: 150px;

	height: 150px;

	margin: 0 15px 10px 0;

	padding: 4px;

	border: 1px solid #7d3517;

	background: #fff;

	}



/* Avatars */

.avatar {

	float: left;

	width: 100px;

	height: 100px;

	margin: 0 15px 10px 0;

	padding: 4px;

	border: 1px solid #ccc;

	background: #fff;

	}



/* Captions */

.wp-caption {

	max-width: 576px;

	padding: 4px 0 4px 0;

	background: #eee;

	border: 1px solid #ccc;

	text-align: center;

	}

.wp-caption .wp-caption-text {

	margin: 0;

	padding: 0 5px;

	text-align: right;

	font-family: Arial, Verdana, sans-serif;

	font-size: 13px;

	color: #454545;

	}

.wp-caption img {

	max-width: 566px;

	margin: 0;

	padding: 0;

	border: 1px solid #666;

	}



/**

* Page Navigation

************************************************/

#navigation {

	background:#3e4723 none repeat scroll 0 0;

	height:40px;

	margin:0 auto;

	position:relative;

	top:-10px;

	width:980px;

	}

#page-nav {

	float: left;

	width: 980px;

	margin: 0;

	}

#page-nav ul {

	list-style: none;

	margin: 0;

	}

#page-nav li {

	float: left;

	margin: 0;

	padding: 0;

	}

#page-nav a {

	display: block;

	font: normal normal 18px/18px "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;

	color: #d8c788;

	padding: 13px 20px 13px 20px;

	}

#page-nav a:hover {

	text-decoration: underline;

	}



/* Drop-down styles */

#page-nav li:hover ul, #page-nav li.sfHover ul  {

	top: 40px;

	}

#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {

	top: -1px;

	}

#page-nav ul ul {

	border: 1px solid #7d3517;

	background: #3e4723;

	}

#page-nav li li {

	margin: 0;

	padding: 0;

	border-bottom: 1px solid #7d3517;

	}

#page-nav li li a {

	padding: 10px 10px;

	border: none;

	}



/* Search form in navigation bar. */

#navigation form {

	float: right;

	}

#navigation .search-text {

	width: 200px;

	padding: 5px 10px;

	margin: 5px 0;

	font-style: italic;

	color: #333;

	background: #f7f7f7;

	border: 1px solid #333;

	}

#navigation .search-submit {

	display: none;

	}



/**

* Header

************************************************/

#header {

	background:#3e4723 none repeat scroll 0 0;

	overflow:hidden;

	padding:0px;

	position:relative;

	height:321px;

	top:-6px;

	}

#site-title {

	font: normal normal bold 25px/25px Arial, Verdana, sans-serif;

	margin: 5px 0;

	}

#site-title a {

	background:transparent url(images/header.jpg) no-repeat scroll 0 0;

	display:block;

	height:321px;

	margin:0;

	width:980px;

	}	

#site-title a span {

	display:none;

	}

#site-description {

	font: italic normal normal 13px/22px Georgia, Times, 'Times New Roman', serif;

	color: #666;

	margin: 0;

	display: none;

	}



/* Utility: Header widget area */

#utility-header {

	overflow: hidden;

	float: right;

	width: 468px;

	height: 60px;

	}

#utility-header .widget {

	margin: 0;

	padding: 0;

	background: transparent;

	border: none;

	}



/**

* Containers

************************************************/

#container {

	background:#d9dcc5 none repeat scroll 0 0;

	float:left;

	overflow:hidden;

	width:940px;
	
	padding:10px 20px 20px;

}

.content {

	overflow: hidden;

	float: left;

	}

.content, .no-widgets .content, .no-default-widgets .content  {

    background:#d9dcc5;

 	width: 980px;

	}

.primary-active .content, .secondary-active .content {

	width: 620px;

	}



/**

* Content

************************************************/

.hentry, .breadcrumb {

	overflow: hidden;

	margin: 1px 10px 20px 0;

	padding: 1px 14px 0 1px;

	background: #d9dcc5;

	}



/* Entry titles. */

.entry-title {

	font-size:24px;

	font-weight:normal;

	color:#fff6d2;

	margin:0 12px 10px;

	}

.page-title, .singular-page-title {

    display:none;

	margin: 0 0 20px 0;

	}



/* Byline */

.byline {

	display:none;

	text-transform: lowercase;

	font-size: 14px;

	font-style: italic;

	color: #666;

	}

.blog .byline, .archive .byline, .search .byline {

	margin-bottom: 10px;

	}



.byline .author, .byline .published {

	font-size: 13px;

	font-style: normal;

	text-transform: uppercase;

	display:none;

	}

.byline a {

	color: #333;

	display:none;

	}



/* Entry meta */

.entry-meta {

	clear: both;

	font-size: 14px;

	font-style: italic;

	color: #666;

	}

.entry-meta a {

	font-style: normal;

	color: #333;

	}



.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {

	overflow: hidden;

	margin: 0 0 20px 0;

	padding: 20px 20px 0 20px;

	background: #3e4723;

	border: 1px solid #ccc;

	}



/* Page links <!--nextpage--> */

p.pages {

	font-style: italic;

	}

p.pages a {

	margin: 0 2px;

	padding: 4px 12px;

	color: #eee !important;

	background: #3e4723;

	border: 1px solid #eee;

	}



/* WP PageNavi */

.wp-pagenavi {

	overflow: hidden;

	}

.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {

	float: left;

	margin: 0 6px 0 0;

	padding: 4px 12px;

	color: #eee !important;

	background: #3e4723;

	border: 1px solid #eee;

	}



/* Navigation links */

.navigation-links {

	overflow: hidden;

	}

.next, .previous {

	max-width: 50%;

	font-size: 13px;

	}

.previous {

	float: left;

	}

.next {

	float: right;

	text-align: right;

	}

#comments-template .paged-navigation {

	text-align: center;

	}

#comments-template .paged-navigation .page-numbers {

	padding: 3px 6px;

	font-style: italic !important;

	border: 1px solid #eee !important;

	}

#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {

	float: none;

	text-align: left;

	border: none !important;

	}



/**

* Widgets

************************************************/

#primary {

	position: relative;

	float: right;

	width: 300px;

	}



#secondary {

	position: relative;

	clear: right;

	float: right;

	width: 300px;

	}



/* Widgets */

.widget {

	overflow: hidden;

	margin: 0 0 20px 0;

	padding: 1px 20px 0 20px;

	background: #D9DCC5;
	
	border: 3px solid #3e4723;

	}

#primary .widget, #secondary .widget {

	padding: 15px 15px 0 15px;

	}



/* Widget titles */

.widget-title {
	border-bottom:3px solid #3E4723;
	color:#3e4723;
	font-size:18px;
	font-weight:bold;
	margin:0 10px 10px;
	}


/* Widget content */

.widget ul {

	list-style: square;

	margin-left: 20px;

	}



/**

* Comments

************************************************/

#comments-template {

	overflow: hidden;

	padding: 20px 20px 0 20px;

	margin: 0 0 20px 0;

	border: 1px solid #ccc;

	background: #fff6d2;

	}



.comments-header {

	font-size: 18px;

	font-weight: bold;

	}



/* Comment list */

.comment-list, .comment-list ol {

	list-style: none;

	margin: 0;

	}

.comment-list li, .comment-list li li li, .comment-list li li li li li {

	overflow: hidden;

	margin: 0 0 20px 0;

	padding: 20px 20px 0 20px;

	background: #f7f7f7;

	border: 1px solid #ddd;

	}

.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {

	background: #fff6d2;

	border: 1px solid #ddd;

	}



/* Comment avatar */

.comment-list li .avatar {

	float: left;

	width: 37px;

	height: 37px;

	margin: 5px 10px 0 0;

	padding: 2px;

	border: 1px solid #ccc;

	background: #eee;

	}



/* Comment meta */

#comments .comment-meta-data {

	margin: 5px 0 20px 0;

	font-style: italic;

	color: #666;

	}

#comments cite {

	font-weight: bold;

	font-style: normal;

	}



/* Comment text */

#comments .comment-text {

	clear: left;

	}



/* Comments form */

#respond {

	overflow: hidden;

	margin: 0 0 20px 0;

	padding: 20px 20px 0 20px;

	background: #f7f7f7;

	border: 1px solid #ddd;

	}

.text-input {

	display: block;

	padding: 5px;

	width: 300px;

	margin:  0 0 20px 0;

	background: #fff6d2;

	border: 1px solid #ddd;

	}

#respond label {

	font-style: italic;

	}

#respond span.required {

	font-weight: bold;

	color: #3e4723;

	}

textarea {

	width: 98%;

	padding: 5px;

	margin: 0 0 20px 0;

	border: 1px solid #ddd;

	}

.button {

	width: 100px;

	padding: 7px;

	margin-right: 10px;

	font-weight: bold;

	color: #fff6d2;

	border: 7px double #333;

	background: #3e4723;

	}

.button:hover {

	cursor: pointer;

	background: #3e4723;

	}



/**

* Footer

************************************************/



/* Footer container */

#footer-container {

	clear: both;

	overflow: hidden;

	}



/* Subsidiary */

#subsidiary {

	overflow: hidden;

	width: 980px;

	padding: 30px 20px 10px 20px;

	background: #fff6d2;

	border-top: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	}

#subsidiary .widget {

	float: left;

	width: 170px;

	margin: 0 18px 0 0;

	padding: 0;

	border: none;

	}



/* Footer */

#footer {

	background:#3e4723 url(images/footer.gif) no-repeat scroll 0 0;

	clear:both;

	color:#FFF6D2;

	height:100px;

	margin:10px 0 0;

	overflow:hidden;

	padding:20px 0 0;

	}

#footer a {

	color: #ccc;

	font-style: italic;

	}

#footer .copyright {

	float: left;	

	margin-right: 9px;
        padding:65px;

	}

#footer .credit {

	text-align: right;

	}

#homebottom {

	background:#D9DCC5 none repeat scroll 0 0;

	height:525px;

	line-height:20px;

	margin:10px auto 0;

	padding:10px 0 0;

	width:980px;

	}	

#foodbottom {

	background:#D9DCC5 none repeat scroll 0 0;

	height:410px;

	line-height:20px;

	margin:10px auto 0;

	padding:10px 0 0;

	width:980px;

	}	



#makebottom {

	background:#D9DCC5 none repeat scroll 0 0;

	height:410px;

	line-height:20px;

	margin:10px auto 0;

	padding:10px 0 0;

	width:980px;

	}	



#homebottomleft {

	float:left;

	height:525px;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 1px;

	width:240px;

	}

#foodbottomleft {

	height:210px;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 1px;

	width:390px;

	}

#foodbottommiddle {

	height:210px;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 8px;

	width:510px;

	}

#makebottomleft {

	height:365px;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 1px;

	width:250px;

	}

#makebottommiddle {

	float:left;

	height:365px;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 8px;

	width:690px;

}

#makebottomleft2 {

	height:365px;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 1px;

	width:390px;

	}

#makebottommiddle2 {

	float:left;

	height:365px;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 8px;

	width:550px;

}



#chambottomleft {

	height:210px;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 1px;

	width:390px;

	}

#chambottommiddle {

	height:210px;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 8px;

	width:510px;

	}



#homebottommiddle {

	float:left;

	height:525px;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 8px;

	width:650px;

	}

#homebottomtext1 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0;

	width:455px;

	}	

#homebottomtext2 {

    background:#D9DCC5;

	float:left;

	margin:0 0 30px;

	overflow:hidden;

	padding:0 10px;

	width:455px;

	}		

#homebottomtext3 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0;

	width:500px;

	}	

#homebottomtext4 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 10px;

	width:425px;

	}		

#homebottomtext5 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0;

	width:495px;

	}	

#homebottomtext6 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 10px;

	width:460px;

	}		

#homebottomtext7 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0;

	width:495px;

	}	

#homebottomtext8 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 10px;

	width:460px;

	}		

#homebottomtext9 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0;

	width:495px;

	}	

#homebottomtext10 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 10px;

	width:460px;

	}		

#homebottomtext11 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0;

	width:495px;

	}	

#homebottomtext12 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 10px;

	width:460px;

	}		

#homebottomtext13 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0;

	width:495px;

	}	

#homebottomtext14 {

    background:#D9DCC5;

	float:left;

	margin:0 0 10px;

	overflow:hidden;

	padding:0 10px;

	width:460px;

	}		



#photobottomtext1 {

    background:#000028;

	float:left;

	margin:0 0 1px;

	overflow:hidden;

	padding:0;

	width:302px;

	}	

#photobottomtext2 {

    background:#000028;

	float:left;

	margin:0 0 1px;

	overflow:hidden;

	padding:0;

	width:302px;

	}	

#photobottomtext3 {

    background:#000028;

	float:left;

	margin:0 0 1px;

	overflow:hidden;

	padding:0;

	width:302px;

	}	

.gallery {

	border:1px solid #7d3517;

	clear:both;

	display:block;

	margin:0 auto;

	overflow:hidden;

	}	

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {

	border:1px solid;

	height:auto;

	margin:0 auto;

	max-width:89%;

	padding:1%;

	}	

#frontbottomleft {
	float:left;
	height:525px;
	margin:0 0 1px;
	overflow:hidden;
	padding:0 1px;
	width:233px;
}	
#frontbottommiddle {
	float:left;
	height:525px;
	margin:0 0 10px;
	overflow:hidden;
	padding:0 8px;
	width:729px;
}
.singular-page-14 .great-box {
	float:left;
	margin:10px 4px 0 0;
	width:321px;
}
.singular-page-16 .great-box {
	float:left;
	margin:10px 4px 0 0;
	width:321px;
}
.singular-page-5 .great-box {
	color:#D9DCC5;
	float:left;
	padding:5px 20px;
	width:455px;
	}
.singular-page-5 .great-pia {
	color:#D9DCC5;
	float:right;
	width:432px;
	}
.singular-page-5 .great-text {
	color:#D9DCC5;
	float:left;
	padding:5px 20px;
	width:745px;
	color:#000000;
	}
.singular-page-5 .great-pics {
	color:#D9DCC5;
	float:right;
	width:170px;
	}

.singular-page-6 .great-box {
	float:left;
	margin:10px 4px 0 0;
	width:432px;
}

.singular-page-5 h2 {
	color:#FFFFFF;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:24px;
	text-align:center;
	}
.singular-page-5 h3 {
    color:#70090A;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:24px;
	text-align:center;
	}
.singular-page-52 h3 {
	color:#70090A;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size:24px;
	font-size-adjust:none;
	margin-top:30px;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:24px;
	text-align:center;
	}

.singular-page-5 h4 {
	color:#70090A;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:14px;
	margin-right:25px;
	text-align:center;
}
#alsbottom {
	background:#3e4723 none repeat scroll 0 0;
	margin-bottom:30px;
	margin-top:30px;
	height:212px;
    font-size:21px;
	width:930px;
	border:2px solid #70090a;

	}	
.singular-page-52 .great-box {
	float:left;
	margin:1px 4px 0 0;
	width:230px;
	}
.singular-page-52 .big-box {
	float:none;
	margin:1px 4px 0 0;
	width:940px;
	}
.singular-page-115 .great-box {
	color:#D9DCC5;
	float:left;
	padding:5px 20px;
	width:430px;
	}
.singular-page-115 h3 {
	color:#70090A;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:24px;
	margin-left:35px;
	text-align:left;
	}
.singular-page-115 h4 {
	color:#70090A;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:14px;
	margin-left:35px;
}
