@charset "utf-8";
/*
Theme Name: Dr. Heffetz
Theme URI: http://wordpress.org/
Description: Dr. Heffetz Theme for WordPress is a Custom stylish, customizable, simple, and readable specially design for Dr. Heffetz. Dr. Heffetz Theme supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has Testimonial page template and Problems page template.
Author: FTI Technologies
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face {
	font-family: 'MeodedPashut_OERegularRegular';
        src: url('./fonts/meodedpashut_oeregular.eot');
	src: local('☺'), url('./fonts/meodedpashut_oeregular.woff') format('woff'), url('./fonts/meodedpashut_oeregular.ttf') format('truetype'), url('./fonts/meodedpashut_oeregular.svg#MeodedPashut_OERegularRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MeodedPashut_OERegularbold';
        src: url('./fonts/meodedpashut_oebold.eot');
	src: local('☺'), url('./fonts/meodedpashut_oebold.woff') format('woff'), url('./fonts/meodedpashut_oebold.ttf') format('truetype'), url('./fonts/meodedpashut_oebold.svg#MeodedPashut_OERegularbold') format('svg');
        font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MeodedPashutLight';
        src: url('./fonts/meodedpashut_oelight.eot');
	src: local('☺'), url('./fonts/meodedpashut_oelight.woff') format('woff'), url('./fonts/meodedpashut_oelight.ttf') format('truetype'), url('./fonts/meodedpashut_oelight.svg#MeodedPashutLight') format('svg');
        font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}
*:focus {outline: none;}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 230px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: url(images/background.png) repeat top center #FFEEC1;
	color: #666;
	font-size: 15px;
	line-height: 20px;
}
input,
textarea {
	color: #9E936C;
}
input:focus,
textarea:focus {
	color: #666;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: normal;font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(158, 147, 108, 0.5);
	-moz-box-shadow: inset 1px 1px 1px rgba(158, 147, 108, 0.5);
	-webkit-box-shadow: inset 1px 1px 1px rgba(158, 147, 108, 0.5);
	padding: 2px;
	font-size:13px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
	display:none;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 24px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0 0 0 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	/*line-height: 38px;*/
	line-height: 20px;
	padding: 0 25px;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
	min-height: 700px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

#content input,
#content textarea {
	color: #9E936C;
}
#content input:focus,
#content textarea:focus { 
	color: #333;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-weight: normal;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 0 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 23px;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	/*padding: 12px 0 0 0;*/
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 12px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
	font-size:16px;
	margin: 0;
	font-family: 'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif !important;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
}
#respond label {
	color: #888;
	
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 13px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 30px 0 25px 0;
}
.widget-title {
	color: #222;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 13px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 13px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	position: absolute;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 13pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

#wrapper { margin:0 auto; background:none; padding:0; width:auto; }
#header {padding: 0; background:#ffeec1; }
#site-description { display:none; }
#access { width:780px; background:none; }
#main { padding:0; width:100%; padding-bottom:25px; }
#branding img { border:none; }
#site-title { width:auto; margin: 10px -30px 0 0; }
#branding {  width:auto; height:472px; }
#colophon { border-top:none; padding:10px 0; width: 1000px; }
#site-info { font-size:10pt; color:#9d874f; font-weight:normal; width:auto; }
#site-info a { color:#9d874f; }
#site-info a:hover { color:#000; }
#site-generator { color:#526745; font-size:10pt; width:auto; }
#content h1.entry-title { background:url(images/header_bg.png) repeat #77ad53; color:#fff; width:975px; font-size:42px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; padding-right:25px; line-height:90px;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }

#content h1.entry-title.loop{ margin-right:-255px;}


.entry-title a:link, .entry-title a:visited { color:#635230; }
.entry-title a:active, .entry-title a:hover { color:#77AD53; }
.hentry { margin: 0 0 10px; } /*border-bottom:1px dashed #77ad53; */
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img { padding-left:5px; }
input[type="text"], textarea { border: 1px solid #c9be97; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; width:156px; padding:5px; outline:none; margin:0;}
.home input[type="text"], .home textarea { width: 168px; margin:0; font-size:13px;}
.home textarea { height:97px;}
/*.home input[type="text"] { height:30px;}
.home textarea { height: 124px;}*/
.widget-area ul ul li { border-top:1px dashed #f3d998; list-style:none; padding:5px 15px 5px 0; font-size:14px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; }
.widget-area ul ul li a { color:#635230; }
.widget-area ul ul li a:hover { color:#6fa64d; text-decoration:none; }
.widget-area ul ul li:first-child { border-top:none;}

#access .menu-header li, div.menu li { font-size:18px; font-weight:normal; margin:0 3px 0; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; border-top: none;} /*margin:-1px 3px 0; */
#access a { color:#927f5f; padding-top: 30px; padding-bottom: 15px; border:solid 1px #ffeec1; border-top:none; }
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a { background: #fee197; color:#423b2f; border:#dec178 solid 1px; border-top:solid 1px #fee197; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; position: relative; z-index: 2; margin-top:-1px; }
#access li:hover > a,
#access ul ul :hover > a { background: #fee197; color:#423b2f; border:#dec178 solid 1px; border-top:solid 1px #fee197; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; position: relative; z-index: 2; margin-top:-1px}


.callu-us { color:#635230; font-size:24px; width:1000px; margin:0 auto; line-height: 30px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif;}
.callu-us span { font-size: 16px; font-family:'MeodedPashut_OERegularRegular',Arial,Helvetica,sans-serif;}
.main-content { width:1000px; margin:0 auto; }
.header-inner { background:#fee197; border-top:13px #6a5b41 solid; z-index:2; } /* position:relative; border-bottom:#dec178 solid 1px; */
.header-menu { width:1000px; margin:0 auto; }
.header-banner { width:1000px; margin:0 auto; padding-top: 54px; height:418px; background:url(images/banner-background.png) no-repeat center top;}
.banner-heading-text { color:#fff; font-size:56px; line-height:56px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; padding-bottom:15px; word-spacing:-3px; width:480px; text-align:justify; }
.banner-text { font-size:18px; line-height:23px; color:#423b2f; text-align:right; padding-bottom:30px; width:452px; text-align:justify; }
.banner-subheading { color:#fff; font-size:24px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; text-align:right; }
.banner-text-center { color:#435931; padding:0 17px 0 21px;}
.input-text { background:url(images/header-input-text-bg.png) repeat-x center top; border:#000 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:10px; cursor:pointer; font-size:21px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; margin-top:14px;}

.header-banner .input-text { background:url(images/home_banner_button.png) no-repeat; width:177px; height:52px; padding:0; border:none;}

.homepage-box:first-child { background:none; }
.select-text { background:url(images/header-input-text-bg.png) repeat-x center top; border:#000 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:8px; font-size:21px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; color:#87775b; }
.postform { background:url(images/header-input-text-bg.png) repeat-x center top; border:#000 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:10px; font-size:21px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; color:#87775b; }
.line { background:url(images/header-banner-line.png) repeat-y center top; padding:40px 32px 18px; float:right;}
.homepage-heading { color:#577945; font-size:23px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; text-decoration:none; padding-bottom:20px; padding-top:40px; }
.homepage-inner { border:1px solid #ded7aa; background:#fffbd0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; float: left;}
.homepage-box { background:url(images/homepage-box-line.png) repeat-y left top; min-height:345px; width:145px; float:left; padding:15px 21px 21px 21px; font-size:21px; color:#577945; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; line-height:30px; }
.homepage-box ul { list-style-type:none; padding:0; margin:0; color:#413c38;}
.homepage-box ul li { list-style-type:none; line-height:24px; }
.homepage-box ul li a { color:#413c38; text-decoration:none; }
.homepage-box ul li a:hover { color:#77AD53; }
.home-container { width:1000px; margin:0 auto; padding-top:30px; position: relative; }
.more { background:#ffc973; border:#D1B378 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; text-align:center; width:70px; margin-top:20px; }
.more a { text-decoration:none; color:#413c38; font-family: 'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; font-size: 16px; display:block; }
.home-about-heading { background:url(images/header_bg.png) repeat #77ad53; color:#fff; font-size:19px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; padding-right:15px; margin-bottom:15px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; line-height:40px;  }
.home-about-text { color:#6d685f; text-align:justify;}
.about-us { float:right; width:750px; padding:25px 0; }
.home-more a { text-decoration:none; color:#a48657; }
.home-more a:hover { color:#77ad53; }
.testimonials {  } /* width:100%; float:right;*/
.testimonials-heading { background:url(images/header_bg.png) repeat #77ad53; color:#fff; font-size:19px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; padding-right:15px; margin-bottom:15px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; line-height:40px; }
.testimonials-box { background:#fffbd0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #c9bc8b; margin-right:20px; width:233px; float:right; height:76px; }
.testimonials-box img{
-moz-border-radius:0px 6px 6px 0; -webkit-border-radius:0px 6px 6px 0; border-radius:0px 6px 6px 0;

-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:6px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 6px; 
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 6px;
}
.testimonials-box.last { margin-right:0; }
.testimonial-img { -moz-border-radius-topright:5px; -moz-border-radius-bottomright:5px; -webkit-border-top-right-radius:5px; -webkit-border-bottom-right-radius:5px; border-top-right-radius:5px; border-bottom-right-radius:5px; border-left:1px solid #afa37c; margin-left:5px; }
.testimonial-text { color:#6d685f; font-style:italic; font-size:16px; line-height:24px; padding:5px 5px 0 15px; text-decoration:none; height: 48px; overflow: hidden; width:120px; }
.testimonial-more a { color:#a48657; text-decoration:none; font-size:12px; font-style:normal; float:left;  margin-left:15px;}
.testimonial-more a:hover { color:#000; }
.testimonials-box .featured-thumbnail { width:67px; }

.post-heading { background:url(images/header_bg.png) repeat #77ad53; color:#fff; font-size:16px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; width:100%; margin-bottom:15px; line-height:90px; }
/*---------- footer ---------- */
#footer { margin-bottom:0; background:#FEE197; border-top: 1px solid #DEC178; }
.footer_bottom { background:#6a5b41; color:#fffbd0; height:40px; }
.footer-heading-wrapper-center { overflow: hidden; position: relative; text-align: center; width: 1000px; margin:0 auto; }
.footer-heading { color: #fffbd0; display: inline-block; margin-top: 10px; font-size:10pt; }
.footer-heading-after { background: url("images/footer_line.png") no-repeat right; display: block; height: 10px; position: absolute; right: 0; top: 16px; }
.footer-heading-before { background: url("images/footer_line.png") no-repeat; display: block; height: 10px; position: absolute; left: 0; top: 16px; }


.widget-title { background:url(images/header_bg.png) repeat #77ad53; color:#fff; line-height:36px; padding-right:15px; font-size:21px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; border-top-left-radius:5px; border-top-right-radius:5px; }
/*.widget-container { background:#FFFBD0; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; border:1px solid #543f1e; border-top:none; }*/
.widget-container { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:#FFFBD0; border:1px solid #ded7aa; border-top:none; float:right; margin-top:0; width:228px;}

.more-link { float:right;text-decoration:none; }
.widget-container .contact-form { padding:15px 30px 0; float:right; width:168px;}
.widget-container .contact-form p{ width:169px; float:right;}
.widget-container .contact-form span.wpcf7-form-control-wrap{ width:168px; float:right;}
.header-title { background:url(images/header_bg.png) repeat #77ad53; color:#fff; font-size:21px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; padding-right:25px; margin-bottom:25px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; line-height:90px; } /* width:975px;*/
.header-title.loop{margin-right:-255px;}
.blog #primary{ margin-top:115px;}
.single-post #primary{ margin-top:115px;}
.header-title h1 { color:#fff !important; line-height:90px !important; }
.testimonial { width:100%; float:left; } /* border-bottom:1px dashed #77ad53; padding:0 0 10px 0; */
#page-content { display:none; }
.testimonial-inner-heading { color:#625230; font-size:23px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; padding-bottom: 10px; }
.featured-thumbnail { padding:0; margin:0; float:right; margin-left:15px; }
.form-dropdown { float:right; }

.dropdown-menu {
    background: none repeat scroll 0 0 #000000;
    height: 460px;
    left: -9999em;
    padding: 0 10px;
    position: absolute;
    width: 938px;
    z-index: 9999;
}

.home-popup { position:absolute; z-index: 999; top:95%; left:45em; }
/*.popup { background:#fff; width:591px; padding:20px; float:left; }
.popup_header { height:150px; margin-bottom:20px; }
.popup_heading { font-size:27px; color:#0066a8; float:left; line-height:normal; width:180px; padding-right:20px; margin-top:2%; }
.popup_banner { float:right; }
.popup_block { width:187px; height:141px; background:#000; float:left; margin-right:15px; margin-bottom:15px; }
.popup_block.last { margin-right:0; }
.popup_block_boxcaption{ float: left; position: relative; background: #000; width: 100%; background:url(images/banner_bg.png) repeat; color:#fff; font-size:18px;  font-family:"Segoe UI"; text-transform:uppercase; text-align:center; font-weight:bold; margin-top: -38px; padding:10px 0 10px 0; }*/
.contact-form input[type="text"], textarea {  }
#content .send-btn { background:#ffc973; border:#d1b378 1px solid; color:#9E936C; text-decoration:none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:5px; cursor:pointer; width:80px; height:35px; line-height:normal;}
.contact-form p { margin-bottom:16px; }
.contact-form .contact-form-heading { font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; }
.textwidget .contact-title { display:none; }

span.wpcf7-not-valid-tip { width:auto !important; }
.ajax-loader { float:right; padding-right: 45%; }
.short-code { float:right; padding-top:20px; border-top:1px dashed #77ad53; width:745px;}
.short-code .contact-form input[type="text"] { width:136px; height: 24px } /*width:145px;*/
.short-code textarea { width:136px; height: 24px; }
.short-code .contact-form .contact-form-heading { display:none; }
.short-code p { margin-bottom:0 !important; float:right; width:146px; padding-left:13px;}
.short-code .contact-form { background:#fffbd0; border:1px solid #e1dbac; float: right; padding:13px 15px 3px 0; width:728px;}
.page-template-page-PoblemsCol-php .short-code { padding-top:10px; border-top:0 dashed #77ad53;}
.short-code .contact-title  { background:url(images/header_bg.png) repeat #77ad53; color:#fff; line-height:36px; padding-right:15px; font-size:16px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; border-top-left-radius:5px; border-top-right-radius:5px; }
.contact-us { display:none; }
.entry-content,
.entry-summary { margin-top: 13px;}

/*--------------------- one-column ---------------------*/
.one-column #content { width:auto; }

.homepage-box ul { list-style-type:none; padding:0; margin:0; font-size:17px; color:#413c38; height: 263px; }
.entry-content, .entry-summary { margin-top: -3px; }
.page-template-page-testi-php .home_img { padding-left: 0px; }
.left-indent { float:left; width:750px; }
.entry-content p { /*float: right; width: 560px; k*/ }

.blog .post.hentry{ border-bottom:1px dashed #77ad53; padding-bottom:10px;}
.home_img { float:right; padding-left:20px; padding-top: 4px; }
.home_img img{ width:103px; height:103px; border:1px solid #e7e1be; }
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.loop_readmore{ float:left;}
.loop_readmore a{ color:#77ad53; text-decoration:none;}
.loop_readmore a:hover{ color:#635230}
.loop_single_title{ font-size:35px; color:#635230; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; padding-top:25px; padding-bottom:10px;}
.excerpt_text{ color:#6d685f; font-size:21px; font-family:'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; }
.post_right{ float:left; width:620px}
.post_right .entry-title{ clear:none; float:none;}

#content .post_right p{ margin-bottom:15px;} 
.twentyten_posted_on-bottom{ float:left; color:#6d685f; font-style:italic; }

div.wpcf7 .watermark {
	color: #9E936C !important;
}

.archive #primary { margin-top:115px; }
 
.short-code h3 { margin: 0 !important; line-height:36px !important; color:#fff !important; }

#content .contact h3 { color:#fff; line-height:45px; margin: 0 0 10px; } /* margin:auto; */
.contact { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:#FFFBD0; border:1px solid #ded7aa; border-top:none; margin-top:30px; width: 500px; }
.contact .textwidget { padding: 0px 50px 0; }
.contact .contact-title { display:none; }
.contact .name { color:#9e936c; width: 110px; float: right; }
.contact p { margin-bottom:5px !important; }
.contact-send { padding-left: 30px; text-align:left;}
.contact-send input[type="submit"] { background:#ffc973; border:#D1B378 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; text-align:center;  width: 80px; padding-top:5px; padding-bottom:5px; cursor:pointer; }
.name {display :none;}

.home .contact-form .contact-title h3,
.page-template-page-testi-php .contact-form .contact-title h3 { display:none; }
.home .contact-send { margin-bottom:7px; padding-bottom:0;}
.home .contact-send,
.short-code .contact-send { padding-left:0; padding-top:0; width:80px; }


.page-template-onecolumn-page-php input[type="text"],
.page-template-onecolumn-page-php textarea { width:250px;/* color:#ffffff !important;*/}
/*.page-template-onecolumn-page-php input:focus,
.page-template-onecolumn-page-php textarea:focus { color:#333333 !important;}*/
.page-template-onecolumn-page-php table { border:none !important; }
.page-template-onecolumn-page-php tr td { border-top: none !important; padding:0 0 0 50px !important; }
.page-template-onecolumn-page-php .name { display:block;}

.page-template-page-testi-php .contact-form .contact-title h3 { display:none; }
.page-template-page-testi-php .contact-send { padding-left:0; padding-top:0; }

.single-problems #primary { margin-top:115px; }
.problems { border-bottom: 1px dashed #77AD53; margin:10px 0 0 0; } 
.tax-problem_category .entry-summary { margin-bottom: 10px; }
.single-problems .problems { border-bottom:none; }
.category .format-standard { border-bottom: 1px dashed #77AD53; margin:10px 0 0 0; padding-bottom:10px; }
.single-problems #categories-2 { display:none; }
.single-post #text-3 { display:none; }

#dvpopup { position: absolute; top: -60px; right: 0px; display:none; }
.widget-container.widget_as_facebook_mem_likebox{ padding: 20px; width: 188px;}
.widget-container.widget_as_facebook_mem_likebox .widget-title{ display:none;}
.widget-container.widget_as_facebook_mem_likebox #likeboxwrap{ border:solid 1px #3b5999;}
.widget-container.widget_as_facebook_mem_likebox #likeboxwrap + div{ display:none;}
.home .widget-container { margin-bottom:25px; } /*margin-bottom:38px;*/
.home .widget_categories {display:none;}

.footer-heading a { color:#FFFBD0; text-decoration:none;}
.footer-heading a:hover { text-decoration:underline;}

#footer-widget-area { float:right;}
#footer-widget-area .widget-area{ width:auto;}
#footer-widget-area .widget-area ul{ margin:0}
#footer-widget-area .widget-area ul ul{ margin:0}
#footer-widget-area .widget-area ul ul li{ display:inline; font-family:'MeodedPashut_OERegularRegular', Arial, Helvetica, sans-serif; background:url(images/footer_line.jpg) no-repeat right center; padding:0 9px 0 7px; float:right; border:none;}
#footer-widget-area .widget-container{ width:auto; background:none; border:none; margin:0;}
.home #footer-widget-area .widget-container{ margin:0;}
#footer-widget-area .widget-area ul ul li a{ color:#9D874F; }
#footer-widget-area .widget-area ul ul li a:hover{ color:#000;}
#footer-widget-area .widget-area ul ul li:first-child{ background:none;}

.fb_iframe_widget span {margin:20px 21px; background-color:#ffffff; height: 174px !important; overflow:hidden; border-bottom:1px solid #000;}


.styled-select { margin-top:12px; margin-right:0; cursor: pointer; float:right; }
.styled-select { width:200px; height: 46px; overflow: hidden; background: url(images/select-arrow.png) no-repeat right #fffbd0; border:1px solid #787762; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.styled-select select { width:222px; background: transparent; font-size: 21px; color:#87775B; font-family: 'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; padding: 8px 5px 5px 5px; border: none; -webkit-appearance: none; -moz-appearance: none!important; appearance:none; padding-right:50px; overflow:hidden; -webkit-box-align:right; outline:0;} /* width:222px;*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	.styled-select select { width:202px; text-align:right;}
}


.short-code span.wpcf7-form-control-wrap{ float:left;}
#masthead { border-top: 1px solid #DEC178; }
.page-id-114 #content p, #content ul, #content ol, #content dd, #content pre, #content hr { margin-bottom: 18px; }
.page-id-114 img.alignleft, .page-id-114 img.alignright, .page-id-114 img.aligncenter { margin-bottom: 0px; }
.page-id-114 .alignright, .page-id-114 img.alignright { margin-top: 0px; }

.poblemscol-border { border-bottom: 1px dashed #77AD53; padding-bottom:10px; margin-bottom:10px; }
.page-template-page-PoblemsCol-php .post_right {width:100%;}
.page-template-page-PoblemsCol-php .post_right img {width:100px !important; height:100px !important; padding-left:0;}
.page-template-page-PoblemsCol-php .older { float:left; }
.page-template-page-PoblemsCol-php .older a { color:#635230; }
.page-template-page-PoblemsCol-php .older a:hover { color:#77ad53; }
.page-template-page-PoblemsCol-php .newer { text-align:right; }
.page-template-page-PoblemsCol-php .newer a { color:#635230; }
.page-template-page-PoblemsCol-php .newer a:hover { color:#77ad53; }

.fb_iframe_widget iframe { position: static !important; }
.fb-link {width:186px; height:176px;margin:20px;padding:1px;background-color:#aaa;}
.testimonial-border { border-bottom: 1px dashed #77AD53; padding-bottom:10px; margin-bottom:10px; width:100%; float:left; }



/**
	sexy-combo 2.1.3 : http://code.google.com/p/sexy-combo/
	
	This is an example custom skin. 
*/
.styled-select_new{ float:right; width:207px; padding-top:11px; z-index:99999; position:relative; margin-right:-4px; }

.sbHolder{background: url(images/select_new_bg.png) no-repeat; color:#87775b; font-size:20px; font-family: 'MeodedPashut_OERegularbold',Arial,Helvetica,sans-serif; 	position: relative;	width: 207px; height:52px;}
.sbHolder:focus .sbSelector{}
.sbSelector{ display: block; height: 52px; left: 0; line-height: 50px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 149px;}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{ color: #58492F; outline: none; text-decoration: none; font-size: 21px;}
.sbToggle{ background: url(images/arrow.png) 0 0 no-repeat; display: block; height: 44px; outline: none; position: absolute; right: 5px; top: 2px; width: 54px;}
.sbToggle:hover{ background: url(images/arrow.png) 0 0 no-repeat;}
.sbToggleOpen{ background: url(images/arrow.png) 0 0 no-repeat;}
.sbToggleOpen:hover{ background: url(images/arrow.png) 0 0 no-repeat;}
.sbHolderDisabled{ background-color: #3C3C3C; }
.sbHolderDisabled .sbHolder{}
.sbHolderDisabled .sbToggle{}
.sbOptions{ list-style: none; left: 3px; margin: 0; padding: 0; position: absolute; width: 198px; z-index: 1; overflow-y: auto; background:#fffbd0; border:solid 1px #4e693c; top:45px !important;} /*left: -1px; width: 200px;*/
.sbOptions li{ border-bottom:solid 1px #e8e193}
.sbOptions li:first-child{ display:none;}
.sbOptions a{ display: block; outline: none; padding: 7px;}
.sbOptions a:link, .sbOptions a:visited{ color: #58492F; text-decoration: none; font-size:20px;}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{ color: #87775b; background:#e8e193;}
.sbOptions li.last a{ border-bottom: none;}
.sbOptions .sbDisabled{ color: #87775b; display: block; padding: 7px 0 7px 3px;}
.sbOptions .sbGroup{ color: #87775b; display: block; font-weight: bold; padding: 7px 0 7px 3px;}
.sbOptions .sbSub{ padding-left: 17px;}

.left_bg{position:absolute; width:50%; left:0; top:0; height:472px; background:url(images/left_bg.jpg) repeat-x;}
.right_bg{position:absolute; width:50%; right:0; top:0; height:472px; background:url(images/right_bg.jpg) repeat-x;}

.error404 #content { margin-right:0; }
.error404 #content p { padding-top:20px; }



.home.page-template-leading-page-php div.wpcf7-validation-errors{ border:none; background: none repeat scroll 0 0 #F7E700; border: medium none; position: absolute; top: 300px; padding:0.3em 1em;}
.home.page-template-leading-page-php div.wpcf7-mail-sent-ok{border:none; background: none repeat scroll 0 0 #398F14; border: medium none; position: absolute; top: 309px; color:#fff; padding:4px 10px}
.home.page-template-leading-page-php #primary{ position:relative;}
.home.page-template-leading-page-php span.wpcf7-not-valid-tip{right: -17px; top: 1px; width: 197px !important;}