/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
/*---:[ layout structure ]:---*/
body {
	font-family: 'Calibri', sans-serif;
	font-size: 16px;
	line-height: $h_text+2;
	color: #4c5358;
	background-color: #FFFFFF;
	padding-top: 27px;
}
.fixed-width { width: 950px; margin-right: auto; margin-left: auto; }
position:fixed;
body.landing {
	padding-top: 0;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
.landing .container {
	width: 750px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 750px;
	float: right;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #efeee2;
}
.columns > .sidebar {
	width: 250px;
	float: left;
	padding: 27px 27px 0 27px;
}
/*---:[ links ]:---*/
a {
	color: #cc8770;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 10.5625em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 10.5625em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4c5358;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #efeee2;
	padding: 0.75em 1em;
}
.menu a:hover {
	background-color: #efeee2;
}
.menu_control {
	display: none;
	background-color: #FFFFFF;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #efeee2;
}
.menu .current-menu-item > a {
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #efeee2;
}
/*---:[ header ]:---*/
.header {
	border-bottom: 3px double #efeee2;
	padding: 27px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #4c5358;
}
#site_title a {
	color: #4c5358;
}
#site_title a:hover {
	color: #cc8770;
}
#site_tagline {
	font-size: 16px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 16px;
	line-height: 27px;
}
.grt .headline {
	font-size: 26px;
	line-height: 41px;
	margin: 0;
}
.grt h2 {
	font-size: 20px;
	line-height: 33px;
	margin-top: 41px;
	margin-bottom: 14px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 24px;
}
.grt .drop_cap {
	font-size: 54px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	margin-bottom: 27px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 27px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 27px;
	margin-right: 27px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 27px;
	margin-left: 27px;
}
.grt .caption {
	margin-top: -14px;
	color: #888888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 37px;
	width: 45%;
	margin-bottom: 14px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 27px 27px 0 27px;
	border-top: 1px dotted #efeee2;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #4c5358;
}
.headline a:hover {
	color: #cc8770;
}
.byline, .byline a {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #efeee2;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #4c5358;
}
.byline .post_edit {
	margin-left: 14px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #4c5358;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 14px;
	padding-left: 14px;
	border-left: 1px solid #efeee2;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #efeee2;
	padding: 14px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #efeee2;
	background-color: #efeee2;
	padding: 14px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 14px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 24px;
}
.post_box .author_description {
	border-top: 1px dotted #efeee2;
	padding-top: 27px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 65px;
	height: 65px;
	float: right;
	clear: both;
	margin-left: 14px;
}
.post_box .author_description .avatar {
	width: 81px;
	height: 81px;
	float: left;
	margin-right: 14px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 14px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #efeee2;
	border: 1px solid #efeee2;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 27px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 27px;
}
.bracket {
	color: #efeee2;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #efeee2;
}
.archive_intro .headline {
	margin-bottom: 27px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #efeee2;
	padding: 14px 27px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 54px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 14px;
	padding: 0 27px;
}
.comments_closed {
	font-size: 13px;
	line-height: 24px;
	color: #888888;
	margin: 0 27px 27px 27px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 54px;
	border-top: 1px dotted #efeee2;
}
.comment {
	border-bottom: 1px dotted #efeee2;
	padding: 27px;
}
.children .comment {
	list-style-type: none;
	margin-top: 27px;
	border-left: 1px solid #efeee2;
	border-bottom: 0;
	padding: 0 0 0 27px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #cc8770;
}
.comment .comment_head {
	margin-bottom: 14px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 14px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 24px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 14px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 54px;
	height: 54px;
	float: right;
	margin-left: 14px;
}
.comment_nav {
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #efeee2;
	padding: 14px 27px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -54px 0 54px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #4c5358;
	border: 1px solid #efeee2;
	background-color: #efeee2;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #efeee2;
	background-color: #FFFFFF;
}
textarea.input_text {
	line-height: 27px;
}
.input_submit {
	font-size: 20px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #efeee2;
	background: #efeee2 url('images/bg-button.png') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 54px 0;
	padding: 0 27px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 20px;
	line-height: 33px;
	color: #4c5358;
	margin: 0 -27px;
	border-bottom: 1px dotted #efeee2;
	padding: 0 27px 14px 27px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 14px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #cc8770;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #efeee2;
	background-color: #efeee2;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 13px;
	line-height: 19px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 17px;
	line-height: 24px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 19px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 38px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 13px;
	line-height: 24px;
	text-align: right;
	color: #888888;
	border-top: 3px double #efeee2;
	padding: 14px 27px;
}
.footer a {
	color: #888888;
}
.footer a:hover {
	color: #4c5358;
}
.landing .footer {
	text-align: center;
}
/*---:[ media queries ]:---*/
@media all and (max-width: 1000px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 750px;
	}
	.header {
		border-top: 1px solid #efeee2;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #efeee2;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #FFFFFF;
		padding: 1em 27px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #efeee2;
		padding-left: 27px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #FFFFFF;
		padding: 1em 27px;
	}
	.menu .current-menu-item > a {
		background-color: #efeee2;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 750px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 14px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 14px;
		padding-left: 14px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 14px;
	}
	.comments_closed, .login_alert {
		margin-right: 14px;
		margin-left: 14px;
	}
	.comment_form_title {
		margin-left: -14px;
		margin-right: -14px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: 'a';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
/*---:[ custom CSS ]:---*/
body{background:#8897a0 url('images/BodyBG.jpg');;}
.template-home .headline_area{margin-left:0px;
}
.template-home .headline_area a{
   font-size:29px;
}
.template-single .headline_area{margin-left:0px!important;
}
.template-single .headline_area h1{font-size:29px!important;}
.template-page .content{margin-top:-60px;}
.template-search .post_box{padding:10px;}
.template-search .content{margin-top:-60px;}
.welcome .content {margin-top:-60px!important;}
#main-menu-container {
/*    position: fixed;*/
  margin-top:-26px;
}
#header-image{width:1000px;margin:0px 0px 0px -67px;}
.footer, .menu {border:none!important;}
.menu a{background:transparent;border:none;
   color:white;text-align:center;
}
#main_menu{margin:-100px 0px 20px -33px;}
#main_menu ul{list-style:none;}
#main_menu li{margin-bottom:0px;
  background:url('images/menuBG.png') no-repeat;
  padding:0px 100px 5px 10px;
}
#main_menu a{font-size:22px;line-height:16px;  font-family:Rokkitt;}
#main_menu a:hover{color:#ffe5dc;background:none;}
.footer{margin-top:40px;background:#5e6c75;
   box-shadow:0px 0px 10px 0px rgba(0,0,0,0.7);
}
.columns{background:#efeee2;margin:-192px 0px 0px 0px;
   border:10px solid #a1a48f!important;
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.7);}
.sidebar{margin:130px 0px 0px -20px;}
.widget{margin-left:30px;box-shadow:0px 0px 4px 0px rgba(0,0,0,0.2);
   border:7px solid white;padding:10px;width:170px;margin-left:10px;
}
.widget_title{margin-bottom:30px!important;font-weight:bold;}
.footer{height:250px;}
#footer_widgets{margin-left:-40px;margin-right:-40px;
text-align:left;
}
.footer-widget{float:left;width:25%;margin:20px 4px;
  background:#efeee2;
  padding:15px;
  box-shadow:0px 0px 4px 0px rgba(0,0,0,0.5);
}
.footer-widget-3{float:left;margin:-300px 4px 60px 4px ;border:none;
  box-shadow:none;width:350px;
  font-size:15px;color:white; 
  line-height:18px;
  padding-left:20px;
}
.footer-widget-3 a{color:#ffc4b1;}
.attribution{
   font-size:15px;
   font-family:Rokkitt;
   text-align:center;
   color:white;
}
.attribution a{color:#ffc4b1;}
#intro_1{float:right;text-align:right;
margin-top:20px;    
}
#intro_1 p{background:white;padding:30px;line-height:33px;font-family:Rokkitt;
   box-shadow:0px 0px 2px 0px rgba(0,0,0,0.4);font-size:22px!important;
}
#intro_2{float:right;}
#intro_2 p{background:white;padding:30px;
  box-shadow:0px 0px 2px 0px rgba(0,0,0,0.4);
}
.archive_intro{background:none!important;border:none!important;box-shadow:none!important;margin:-35px 0px -60px 0px!important;}
.content{margin-bottom:200px;margin-top:0px;}
ul{margin-top:-18px;}
.post_box{background:white;padding:30px;
  box-shadow:0px 0px 2px 0px rgba(0,0,0,0.4);
  margin:10px;
}
.headline_area{text-align:left;font-family:Rokkitt;
  font-size:17px;margin-left:40px;
}
#blog_welcome{margin-left:150px;
   background:#4c5459;padding:15px;
  box-shadow:0px 0px 2px 0px rgba(0,0,0,0.4);
 color:white;font-size:20px;
}
#socials{width:40px;  margin:0px 0px -110px 991px;float:left;}
#socials a{float:left; background:#4c5459;padding:5px;
  box-shadow:0px 0px 2px 0px rgba(0,0,0,0.4);
  margin-bottom:10px;
  width:30px;
}
#thesis-search-widget-2{border:none;box-shadow:none;
 margin:10px 0px 0px 660px;padding:23px 0px 70px 70px;
 background:url('images/searchmonkey.png')no-repeat;
 position:relative;z-index:99;width:228px;
}
#thesis-search-widget-2 .input_text{margin:0px;font-size:15px;
float:left;width:210px;background:none;bordeR:none;}
.welcome .post_box{background:none;box-shadow:none;padding:15px;}
.template-page .headline{margin:30px 15px 0px 0px;}
/*CONTACT FORM STYLE**/
.wpcf7-text{height:20px;}
/**RESOURCE PAGE**/
ul#resources_post li{
  list-style-image:url('http://www.thecomputermonkey.com/wp-content/thesis/skins/classic-r/images/banana.png');
  margin:0px 0px 20px 0px;
}
#item_category{font-size:16px;font-weight:bold;}
#item_title{font-size:15px;margin-left:30px;}
#item_link{margin-left:30px;}
#appt_btn{margin:-10px 0px 10px 0px;text-align:right;}
#appt_btn a{ box-shadow:0px 0px 2px 0px rgba(0,0,0,0.3);padding:7px;background:#ca866f;color:white;
}
#appt_btn a:hover{background:#88969f;
}
.template-page .headline_area{margin-top:53px;}
.template-search .archive_intro{background:none;box-shadow:none;padding:30px 0px 0px 40px!important;
   margin-bottom:-30px!important;
}
.template-search .post_box{padding:30px}
.template-search .headline_area{margin-bottom:0px;}
#s2_form_widget-2{bordeR:1px solid #d5a591;
  background:url('images/SubscribeBG.png') no-repeat;
  padding:10px 0px 13px 90px;border-radius:10px;box-shadow:1px 1px 3px #333333;
  width:250px;float:left;margin:-80px 0px 35px 260px; 
position:relative;z-index:1000;}
#s2_form_widget-2 .widget_title{display:none;}
#s2_form_widget-2 label{display:none;}
#s2_form_widget-2 #s2email{width:155px;font-family: "Numans",sans-serif!important;float:left;padding:2px 1px 1px 6px;margin-top:1px;margin-right:5px;}
.post_content,.widget{font-size:18px;}