/*
Theme Name: Web Hab 2
Theme URI: http://websitehabitat.com/
Author: Dawud Miracle
Author URI: http://websitehabitat.com/
Version: 2
Description: Based on Edmond.

*/
@import url(reset.css);

/* This is where you set many of the universal defaults */
body { 
	background: #20160c; 
	color: #323232;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	margin: 0; padding: 5px 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #00417f;
	text-decoration: underline;
}
a:hover {
	color: #00417f; 
	text-decoration: none; 
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 0 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: square; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	font-family: "Myriad Pro", Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 1.2em;
	color: #000;
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-size: 210%;
	color: #3a2a1b;
}
h3 a {
	color: #517e02;
}
h3 a:hover {
	text-decoration: underline;
}

/* Sub-Headings in Posts */
h2 {
	color: #555;
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0;
}

/* Comment/Respond Titles */
h4 {
	margin: 0 0 15px 0;
}

/* Widget Titles */
h5 {
	font-size: 160%;
	color: #422a12;
	margin: 0 0 10px 0; padding: 8px 0;
}

/* Archive/Search Title */
h6 {
	font-size: 170%;
	margin: 0; padding: 20px 0 0 0;
}


/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	height: 120px;
	background: #3a2a1b url(images/header-bg.jpg) repeat-x;
	text-align: center;
	border-top: 1px solid #503d2b;
}
#header .wrap {
	width: 900px;
	margin: 0 auto; padding: 0;
	text-align: left;
}
#title {
	/*width: 900px; */
	height: /* height is defined in "lib/custom-header.php"  line 6*/
	float: left; overflow: hidden;
	font-size: 30px; line-height: 1.35em;
	font-family: "Myriad Pro", Trebuchet, Arial, sans-serif;
	margin: 0; padding: 0;
}
#title a {
	color: #f8f8f8;
	text-decoration: none;
}
#title a:hover {
	text-decoration: underline;
}

/*********************************************
Horizontal Navigaion Styles (with dropdowns)
*********************************************/
#menu {
	float: left;
	margin: 10px 0 0 0; padding: 0;
	height: 35px;
	width: 600px;
	font-size: 15px;
	overflow: hidden;
}
#menu ul {
	list-style: none;
	width: auto;
	height: 35px;
	float: left;
	margin: 0 auto; padding: 0;
	overflow: hidden;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0 2px;
}
#menu li a {
	color: #FFF;
	display: block;
	font-weight: normal;
    margin: 0; padding: 6px 20px;
	text-decoration: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#menu li.current_page_item a,
#menu li.current_page_parent a,
#menu li a:hover {
	color: #3b2b1b;
	background: #c7baad;
}
 
/* second level stuff */
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
	border-top: 1px solid #c7baad;
}
#menu li li {
	padding: 0;
}
#menu li li a {
	width: 168px;
	float: none;
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #c7baad;
	border-top: none;
	background: #3a2a1b;
	color: #FFF;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#menu li li a:hover {
	padding: 5px 10px;
	background: #654e37;
	color: #FFF;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#menu li ul ul {
	margin: -37px 0 0 189px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover,
#menu li.sfhover { 
	position: static;
}

ul#littlenav {
	list-style: none;
	float: right;
	padding-top: 15px;
}

ul#littlenav li {
	float: left;
}

ul#littlenav li a {
	color: #c7baad;
	font-size: 13px;
	margin-right: 30px;
	text-decoration: none;
}

ul#littlenav li a:hover,
ul#littlenav li.current_page_item a,
ul#littlenav li.current_page_parent a {
	text-decoration: none;
	color: #c6e7aa;
}

ul#littlenav li.current_page_item a,
ul#littlenav li.current_page_parent a {
	font-size: 14px;
}

/*********************************************
		Feature Content Styles
*********************************************/
#feature {
	clear: both;
	background: #c7baad;
	font-size: 13px;
	overflow: auto;
}
#feature .wrap {
	width: 900px;
	margin: 0 auto;
}

#feature #feature-text {
	width: 440px;
	float: left;
	padding: 20px 20px 0 0;
}
#feature #rotator-wrapper {
	border: 10px solid #ebe1d7;
	margin: 20px 0;
	float: right;
}

#feature #feature-text-nolink {
	padding: 16px 0;
}

#feature #feature-text h1,
#feature #feature-text-nolink h1 {
	font-size: 250%;
}

#feature #feature-wrapper {
	background: none;
	float: right;
	width: 400px;
	margin: 20px 0;
	font-size: 150%;
	text-align: right;
}

/*********************************************
		Container / Wrap Styles
*********************************************/
#container {
	clear: both;
	background: #fefefe url(images/container-bg.jpg) repeat-x;
	margin: 0; padding: 20px 0;
	overflow: auto;
}
#container .wrap {
	width: 900px;
	margin: 0 auto;
}

/*********************************************
		Content Styles
*********************************************/
#content {
	width: 600px; float: left;
	margin: 0; padding: 0 40px 0 0;
}

#content .post,
#content .page {
	clear: both;
	margin: 0; padding: 20px 0;
/*	border-bottom: 1px solid #c7baad; */
}
.single #content .post,
.page #content .page {
	border: none;
}

#content .byline {
	margin: 0 0 20px 0; padding: 0;
	font-style: italic;
	font-size: 90%;
}

#content .postcontent h1,
#content .postcontent h2,
#content .postcontent h3,
#content .postcontent h4,
#content .postcontent h5,
#content .postcontent h6 {
	background: none;
	font-family: "Myriad Pro", Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 1.2;
	text-align: left;
	color: #000;
	margin: 0; padding: 0 0 8px 0;
}
#content .postcontent h1 {
	font-size: 200%;
}
#content .postcontent h2 {
	font-size: 190%;
}
#content .postcontent h3 {
	font-size: 180%;
}
#content .postcontent h4 {
	font-size: 170%;
}
#content .postcontent h5 {
	font-size: 160%;
}
#content .postcontent h6 {
	font-size: 150%;
}

a.more-link {
}

.meta-bottom {
	background: #e0f3d8;
	border-top: 1px dashed #8b9887;
	border-bottom: 3px solid #b7c8b2;
	font-size: 90%;
	padding: 4px 5px;
	margin: 20px 0;
	overflow: auto;
}
.meta-bottom a {
}
.postnav {
	clear: both;
	margin: 0; padding: 30px 0;
	overflow: auto;
}

div.two-col,
div.two-colh {
	line-height: 21px;
	margin: 1em 0 2em 0;
	clear: both;
}

div.two-col h3,
div.two-colh h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0 6px;
}

div.two-colh h3 {
	font-size: 135%;
}

div.col-one, div.col-two {
	float: left;
	width: 47%;
}

div.col-two {
	margin: 0 0 0 30px;
}

ul#features {
	font-size: 11px;
	margin: 3.5em 0 3.5em 0;
	clear: both;
}

ul#features li {
	float: left;
	line-height: 18px;
	list-style: none;
	margin: 0 20px 0 0;
	width: 160px;
}

ul#features li.last {
	margin: 0;
}

ul#features li img {
	margin: 0 0 9px;
	display: block;
	float: none;
}

ul#features h4 {
	font-size: 11px;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
}

ul#features p {
	margin: 0;
	padding: 0;
}

ul.vids li {
        margin-bottom: 1.7em;
}

.bigbold strong{
	font-size: 110%;
}


/*********************************************
		Content - No Sidebar Styles
*********************************************/
#content-noside {
	width: 900px;
}

.narrow {
	width: 224px;	
}

.wide {
	width: 276px;
}

.superwide {
	width: 440px;
}

.superwidef {
	width: 340px;
}

.floatbar {
	float: right;
	background: #e8f3d9;
	border: 1px solid #ccdfd3;
	border-top: none;
	margin-left: 28px;
	padding: 0 0 12px 0;
	font-size: 12px;
}

.floatbar p {
	margin-left: 18px;
	margin-right: 18px;
}

.floatbar ul {
	margin-bottom: 12px;
}

.floatbar h5 {
	background-image: none;
	background-color: #cfe7b3;
	border-bottom: 2px solid #ccdfd3;
	font-size: 140%;
	border-top: 1px solid #ccdfd3;
	padding: 8px 12px;
}

/*********************************************
		Content Overview Pages
*********************************************/
#content-overview {
	width: 600px;
	float: right;
}

/*********************************************
		Content Forms
*********************************************/
.contentform {
	padding: 28px;
}

.contentform h6 {
	font-size: 13px;
	margin: 0 0 1.5em 0;
	padding: 0;
}

.contentform .row {
	margin-bottom: 12px;
}

.contentform label {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
}

.contentform label.fname {
	width: 50%;
	float: left;
	margin-bottom: 6px;
}

.contentform input {
	width: 98%;
	margin: 0;
	padding: 0;
	display: inline;
}

.contentform input.formname {
	width: 47%;
}

.contentform textarea {
	width: 98%;
	height: 70px;
	margin: 7px 0 0 0;
	padding: 0;
}

.contentform input.submit {
	width: 68%;
	margin-left: 60px;
	margin-top: 10px;
}


/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	width: 260px; float: right;
}
#sidebar .widget {
	background: #fcf7f2;
	border: 1px solid #c6beb6;
	margin: 10px 0; padding: 0 0 10px 0;
}
#sidebar .widget .widget-inside {
	padding: 0 10px;
}

/* Sidebar links */
#sidebar a {
	color: #2f2f2f;
	text-decoration: none;
}
#sidebar a:hover {
	color: #517e02; 
	text-decoration: underline; 
}

/* Sidebar lists */
#sidebar ol, #sidebar ul { 
	margin: 0 15px; padding: 0;
}
/* Sidebar paragraphs */
#sidebar p {
	padding: 10px 0;
}


/*********************************************
		Sidebar Overview Features Styles
*********************************************/
#sidebar-overview {
	width: 242px;
	float: left;
	margin-top: 20px;
}

#sidebar-overview ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccdfd3;
}

#sidebar-overview li a {
	text-decoration: none;
	display: block;
	color: #30598e;
}

#sidebar-overview ul.overview-main {
	margin-bottom: 5em;
}

#sidebar-overview ul.overview-main li a {
	border: 1px solid #ccdfd3;
	border-bottom: none;
	font-size: 18px;
	padding: 12px 8px 12px 65px;
}

#sidebar-overview ul.overview-main li a:hover {
	background: #f4fef1;	
}

#sidebar-overview ul.overview-sub {

}

#sidebar-overview ul.overview-sub li a {
	border: 1px solid #ccdfd3;
	border-bottom: none;
	font-size: 14px;
	padding: 6px 8px 6px 50px;
	background: #effef4;
}

#sidebar-overview ul.overview-sub li a:hover {
	background: #f4fef1;	
}

/*********************************************
		Sidebar Overview Specific Links
*********************************************/
#sidebar-overview ul.overview-main li.page-item-10 a {
	background: url(images/css-images/website4.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-main li.page-item-20 a {
	background: url(images/css-images/your-content.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-main li.page-item-13 a {
	background: url(images/css-images/social-media.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-main li.page-item-22 a {
	background: url(images/css-images/attract-clients.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-main li.page-item-18 a {
	background: url(images/css-images/analytics.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-main li.page-item-24 a {
	background: url(images/css-images/support.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-main li.page-item-10 a:hover,
#sidebar-overview ul.overview-main li.page-item-20 a:hover,
#sidebar-overview ul.overview-main li.page-item-13 a:hover,
#sidebar-overview ul.overview-main li.page-item-22 a:hover,
#sidebar-overview ul.overview-main li.page-item-18 a:hover,
#sidebar-overview ul.overview-main li.page-item-24 a:hover {
	background-color: #f4fef1;
}

#sidebar-overview ul.overview-main li.page-item-10.current_page_item a,
#sidebar-overview ul.overview-main li.page-item-20.current_page_item a,
#sidebar-overview ul.overview-main li.page-item-13.current_page_item a,
#sidebar-overview ul.overview-main li.page-item-22.current_page_item a,
#sidebar-overview ul.overview-main li.page-item-18.current_page_item a,
#sidebar-overview ul.overview-main li.page-item-24.current_page_item a {
	background-color: #3d7a1a;
	color: #fff;
} 


/*---------------------sub------------------*/
#sidebar-overview ul.overview-sub li.page-item-32 a {
	background: #effef4 url(images/css-images/bizhab.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-sub li.page-item-26 a {
	background: #effef4 url(images/css-images/faq.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-sub li.page-item-28 a {
	background: #effef4 url(images/css-images/detailed-tour.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-sub li.page-item-30 a {
	background: #effef4 url(images/css-images/complete-feature-list.png) no-repeat 12px center;
}

#sidebar-overview ul.overview-sub li.page-item-32 a:hover,
#sidebar-overview ul.overview-sub li.page-item-26 a:hover,
#sidebar-overview ul.overview-sub li.page-item-28 a:hover,
#sidebar-overview ul.overview-sub li.page-item-30 a:hover {
	background-color: #f4fef1;
}

#sidebar-overview ul.overview-sub li.page-item-32.current_page_item a,
#sidebar-overview ul.overview-sub li.page-item-26.current_page_item a,
#sidebar-overview ul.overview-sub li.page-item-28.current_page_item a,
#sidebar-overview ul.overview-sub li.page-item-30.current_page_item a {
	background-color: #3d7a1a;
	color: #fff;
}



/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 20px 0;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
	border-bottom: 1px solid #bbb;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	border-top: 1px solid #bbb;
	margin: 0; padding: 10px 0 10px 10px;
}
#comments li.comment .avatar {
	float: right;
	padding: 3px;
	border: 1px solid #bbb;
}
#comments ol ul {
	list-style-type: none;
	border-bottom: 1px solid #bbb;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 20px 0;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #bbb;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #FFF;
}
#respond input:focus {
	background: #EEE;
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 0 0; padding: 2%;
	width: 95%; height: 200px;
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	cursor: pointer;
}
#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
		Bottom Styles
*********************************************/
#bottom {
	clear: both;
	background: #3d2c1c url(images/bottom-bg.jpg) top center no-repeat;
	color: #FFF;
	overflow: auto;
}
#bottom .wrap {
	width: 900px;
	margin: 0 auto;
}

#bottom a {
	color: #FFF;
	text-decoration: none;
}
#bottom a:hover {
	color: #FFF;
	text-decoration: underline;
}

#bottom h5 {
	background: #74a24e;
	color: #FFF;
	text-align: center;
}
#bottom .widget {
	margin: 0; padding: 0 0 10px 0;
}

#bottom #bottomleft,
#bottom #bottommiddle,
#bottom #bottomright {
	width: 264px; float: left;
	margin: 0; padding: 0 18px;
}

#bottom li {
	line-height: 1.6em;
	margin-bottom: 1em;
}


/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	color: #726c66;
	padding: 20px;
	overflow: auto;
}
#footer .wrap {
	width: 900px;
	margin: 0 auto;
}

#footer a {
	color: #887c6a;
}

#footer .alignleft {
	font-size: 16px;
	color: #887c6a;
}

#footer .alignright {
	font-size: 12px;
	color: #543c26;
}




/*********************************************
		Form Widget Styles
*********************************************/
.widget-form {
	width: 254px;
	background: #3d2c1c;
}

.widget-form h4 {
	font-size: 115%;
	color: #ebfeeb;
	margin: 0;
}

.widget-form h6 {
	color: #ebfeeb;
	font-size: 100%;
	margin: 0 0 8px 0;
}

.widget-form .row {
	width: 98%;
	margin-bottom: 8px;
}

.widget-form label {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
}

.widget-form input {
	width: 98%;
	margin: 0;
	padding: 0;
	display: inline;
}

.widget-form textarea {
	width: 98%;
	height: 70px;
	margin: 7px 0 0 0;
	padding: 0;
}

.widget-form input.submit {
	width: 60%;
	margin-left: 40px;
}


/*********************************************
		7 Keys Widget Styles
*********************************************/
.footer-7-keys {
	text-align: center;
}

.footer-7-keys img {
	border: none;
	margin: 0 auto;
}

.footer-7-keys p.ftitle {
	font-size: 100%;
	line-height: 1.5em;
	color: #ffa43a;
	font-weight: bold;
}

.footer-7-keys strong {
	color: #ffa43a;	
	font-size: 115%;
}

#bottom .footer-7-keys p.flink a {
	text-decoration: underline;
	color: #8fd1fe;
	font-size: 115%;
	font-weight: bold;
}

#bottom .footer-7-keys p.flink a:hover {
	text-decoration: none;
}


/*******************
Order Now button for 97 dollar website
*******************/

<style type="text/css">
/* Alex Button v4 */
a.alexButton_v4I {
	font-size: 18px;
}
a.alexButton_v4I:link,a.alexButton_v4I:visited {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    outline: #cc0000;
    padding: 15px 8px;
    border: 2px outset;
    background: #FFFFFF url(https://alex.infusionsoft.com/Download?Id=91075) repeat-x bottom;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.alexButton_v4I:hover {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    outline: #00cc00
    padding: 15px 8px;
    border: 2px outset;
    background: #FFFFFF url(https://alex.infusionsoft.com/Download?Id=91077) repeat-x top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.alexButton_v4I:active {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000000;
    outline: #00cc00;
    padding: 15px 8px;
    border: 2px outset;
    background: #FFFFFF url(https://alex.infusionsoft.com/Download?Id=91079) repeat-x top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
div.alexButton_v4O_Default {
    padding: 6px;
    background-color: #cc0000;
}
div.alexButton_v4O_Hover {
    padding: 6px;
    background-color: #00cc00;
}
div.alexButton_v4O_Pressed {
    padding: 6px;
    background-color: #00cc00;
}

</style>







/* =========== GALLERY SETTINGS =============== */

.postcontent #gallery-1  {
	letter-spacing: .1em
}

.postcontent #gallery-1 dl.gallery-item {
	display: block;
	border: 2px solid #c4bfb1;
	width: 266px;
	margin-left: 5%;
	padding: 2px;
}

.postcontent #gallery-1 dl.gallery-item dt.gallery-icon {
	float: none;
	margin: 3px auto 2px auto;
	width: 266px;
	padding-top: 0px;
}

.postcontent #gallery-1 dl.gallery-item dt.gallery-icon img {
	border: 1px solid #a2a2a2;
	padding: 4px;
	background: #fff;
}

.postcontent #gallery-1 dl.gallery-item dd.gallery-caption {
	float: none;
	border-top: 2px solid #dad5bd;
	padding-bottom: 8px;
	background: #f7f2e0;
}

.postcontent #gallery-1 dl.gallery-item dd.gallery-caption h6 {
	text-transform: capitalize;
	font: bold 110% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.postcontent #gallery-1 dl.gallery-item dd.gallery-caption a {
	font-size: 130%;
	font-weight: bold;
	padding: 4px 8px;
}



.pullquote {
	float: right;
	width: 32%;
	margin: .5em 14px;
	font: italic 16px/1.5em Georgia, "Times New Roman", Times, serif;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	padding: 14px 0px 14px 5px;
	text-align: right;
}


.phpform {
	margin: 18px 30px;
	background: #e8f3d9;
	border: 1px solid #ccdfd3;
	padding: 20px;
}
.phpform img {
	display: none;
}