/*
Theme Name: Hebetim
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten 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 an optional one-column page template that removes the sidebar.
Author: Dan Stramer
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: none;
	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: right;
	margin: 0 0px 0 0;
	width: 640px;
}
#content {
	margin: 0 0px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 240px;
}
#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: 900px;
}

/*
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: 920px;
}
#wrapper {
	background: url(images/page_bg.png) repeat-y center top;
	margin-top: 0px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin:0 20px;
	width: 900px;
	
}
#footer-widget-area .widget-area .widget-container {width:900px; text-align:center; margin:0 auto;}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}
#footer .credit {float:left; margin:20px 0 0 10px;}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
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-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
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"],
input[type="tel"],
input[type="email"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:active,
a:hover {
	color: #EE2654;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 50px 20px 0 0;
	width: 280px;
	clear:none;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
	display:none;
}

/* This is the custom header image */
#branding {height:172px; background:url(images/header-bg.png) repeat-x right top; position:relative;}
#branding img {
	display: block;
	float: left;
}
#branding .people {position:absolute; left:0; bottom:-1px;}

/* =Menu
-------------------------------------------------------------- */

.secondary-menu {background:url(images/subnav-bg.png) no-repeat left top; width:225px ;height:52px; font-size:14px; float:left; padding:5px 0 0 0;}
.secondary-menu ul {margin:0; padding:0; list-style:none; float:left;}
.secondary-menu ul li {float:right; padding:0 8px; border-left:1px solid #fff;}
.secondary-menu ul li:last-child {float:right; padding:0 8px; border-left:0px solid #fff;}
.secondary-menu ul li a:link, .secondary-menu ul li a:visited {color:#fff; text-decoration:none;}
.secondary-menu ul li a:hover, .secondary-menu ul li a:active {color:#ccc; text-decoration:none;}
#access {
	background:url(images/nav-bg.png) repeat-x right top;
	display: block;
	float: left;
	margin: 0 auto;
	width: 920px;
	height:39px;
}
#access .menu-header,
div.menu {
	font-size: 16px;

	
	
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
		margin:0 20px 0 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin:1px 0 0 0;
}
#access .menu-header li li {margin:0;}
#access a {
	color: #ee2654;
	display: block;
	line-height: 35px;
	padding: 0 14px;
	text-decoration: none;
	padding-top:0px;
}
#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: 36px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul.sub-menu {margin-right:0;}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {

	line-height: 1em;
	padding: 10px;
	/*width: 160px;*/
	height: auto;
	font-size:16px;
	display:block;
}
#access ul li:hover > a
 {
	background:url(images/nav-hover-bg.png) repeat-x right top;
	border-top:1px solid #919191;
	color:#ee2654;
}
#access ul ul li {margin:0; border-top:1px solid #CBCBCB; background:#EBEBEB}
#access ul ul li:hover > a {background:#E1DFDF; padding-top:9px; border-top:1px solid #CBCBCB;}
#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 {
	background: #ee2654;
	border-top:1px solid #b40e33;
	
	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 {
	background: #ee2654;
	border-top:1px solid #b40e33;
	
	color:#fff;
}


/* =Content
-------------------------------------------------------------- */

/* =HomePage
-------------------------------------------------------------- */
.services {height:225px;}
.services a {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 225px;
	height: 225px;
	background: url(images/services.png) no-repeat ;
	float:right;
	margin:0 0 0 5px;
	
		}
.services span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(images/services.png) no-repeat;
	
}

.services .cbt {background-position:-740px 0;}
.services .cbt span {background-position: -740px -218px;}
.services .clean {background-position:-494px 0;}
.services .clean span {background-position: -494px -218px;}
.services .pro {background-position:-250px 0;}
.services .pro span {background-position: -250px -218px;}
.services .mind {background-position:-20px 0;}
.services .mind span {background-position: -20px -218px;}
.hp-content {padding:20px; font-size:14px; line-height:20px; }
.hp-content .about{float:right; width:228px; text-align:justify;}

.hp-content .boxes {float:right; width:398px; margin:0 17px 0 0;}
.hp-content .quads {font-size:12px; line-height:16px; /*width:368px;*/ overflow:hidden;}





.hp-text {padding:20px;}
.hp-text h1 {font-size:14px; font-weight:bold; text-align:center;}
.hp-text > div  {/*border:1px solid #ccc;*/ text-align:center; margin:20px 0; background-color: #eee; width:850px;  padding:10px; font-size:14px; font-weight:bold; border-radius:5px;}
.hp-text div .skype {padding:8px 42px 8px 8px; background:url(images/skype-sidebar.png) no-repeat right center ; }
.hp-text div.self-service {background-color:#9A4A9F; color:#fff; padding:20px; width:830px;}
.hp-text div.self-service a {color:#fff;}

.hp-text div.box {width:385px; padding:20px; float:right; margin:0 0 20px 20px; min-height:40px;}
.hp-text div.box:last-child {margin:0;}


.quads .item {
	background-color: #eee;
    border-radius: 5px;
    float: right;
    height: 194px;
    margin: 0px 0 8px 10px;
    padding: 10px;
    width: 174px;}
.quads .item:nth-child(even) {margin-left:0; float:left;}
.quads .item img {width:100%;}
.quads .item.book img {float:left; width:80px; box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.5); margin:0 4px 0 0;}

 .home #primary {width:900px; margin:0;}

 .home #primary ul li {float:right; width:256px; margin:0 0 0 44px;}
  .home #primary ul #black-studio-tinymce-4 {float:left; margin:0 0 0 30px;;}
 #main .breadcrumbs {padding:3px 20px 5px 0; background-color:#fff; border-bottom:1px solid #eee;}
  #main .breadcrumbs a:link, #main .breadcrumbs a:visited {text-decoration:none; color:#999;}
    #main .breadcrumbs a:hover, #main .breadcrumbs a:active {text-decoration:underline; color:#009AD8;}
	
	
.home .hp-form {background-color:#f5f5f5; border-radius:5px; padding:5px 5px 15px 5px; /*width:870px;clear:both; */display:table; content:''; float:left; width:205px; margin:0 0 0 5px;}
.home .hp-form > div { border:none;}
.home .hp-form h4 {font-weight:bold; color:#0066cc; margin:0 0 10px 0; text-align:center;} 
.home .hp-form form{ margin:0px auto;}
.home .hp-form p {float:right; /*width:240px*/; margin:0 10px 2px }
.home .hp-form form label {float:right; width:44px; text-align:right; margin:0 0 0px 10px; line-height:23px;}
.home .hp-form form input[type="text"],
.home .hp-form form input[type="tel"],
.home .hp-form form input[type="email"],
.home .hp-form form textarea{border-radius:4px; margin:0 0 6px 0; width:160px; background: none repeat scroll 0 0 #F9F9F9; border: 1px solid #CCCCCC; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;padding: 4px;}
.home .hp-form form textarea {height:50px;}
.home .hp-form span.wpcf7-not-valid-tip {width:130px; font-size:11px; right:2%; border:none; background:none; top:5%;}
.home .hp-form form p.btn {float:left; margin:10px 0 0 54px; width:140px;}
.home .hp-form form input[type="submit"] {float:left; border:none; border-radius:4px; background-color:#EE2654; color:#fff; padding:4px 40px; font-weight:bold; font-size:14px;}
.home .hp-form form input[type="submit"]:hover {cursor:pointer; background-color:#009AD8;}
.home .hp-form .wpcf7-response-output {clear:both; margin:6px 0 0 0; font-size:12px; float:right;}
	
/* =Pro Network
-------------------------------------------------------------- */	
.pronetwork .wpcf7 {background-color:#eee; border-radius:10px; padding:10px 10px 10px 20px; width:260px; margin:20px 0; overflow:auto;}
.pronetwork .wpcf7 h4 {color:#EE2654; font-size:18px; margin:0 0 5px 0;}
#primary .pronetwork .wpcf7 label {display:block; float:right; font-weight:bold; width:108px; margin:0 0 6px 0; text-align:right;}
.pronetwork .wpcf7 p {clear:both;}
.pronetwork .wpcf7 input[type=text] {padding:5px 3px; width:180px;}
.pronetwork .wpcf7 input[type=submit] {font-size:14px; padding:3px 10px; margin:10px 0 10px 0;}
.pronetwork .wpcf7 span.wpcf7-not-valid-tip {width:160px;}
.pronetwork .wpcf7 div.wpcf7-response-output {margin:10px 5px;}
#main {
	clear: both;
	overflow: hidden;
	padding: 0px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 21px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 14px;
}
#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.2em;
	margin: 0 0 20px 0;
}

#content h2 {
	border-bottom: 1px solid #CCCCCC;
    color: #2068A4;
    font-size: 1.4em;
    margin: 10px 0 0;
    padding: 0;
	font-weight:bold;
	}
#content h3 {
	
    color: #333;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 0;
	font-weight:bold;
	}
#content h4 {font-weight:bold; margin:4px 0; border-top:1px solid #eee; padding: 0;}
.page-id-138 #content h3 {font-size:26px; color:#ee2654;}
.page-id-174 #content h3 {
	border-bottom: 1px solid #EAEAEA;
    color: #009AD8;
    font-size: 1.3em;
    margin: 25px 0 3px;
    padding: 0 0 3px;	
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	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 28px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	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 {
	
    border-bottom: 1px solid #CCCCCC;
    color: #EE2654;
    font-size: 2em;
	font-weight:bold;
    margin: 0;
    padding: 0 15px 0 0;
}
.category #content .entry-title {font-size:22px; color:#0066cc; border:none; padding:0 20px 0 0;}
.category #content .entry-summary { border-bottom: 1px solid #CCCCCC; padding:0 0 10px 0;}
.entry-title a:link,
.entry-title a:visited {
	color: #0066cc;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	padding:0 20px 0 0;
}
.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;
	margin:0 20px 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-weight: bold;
	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;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.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-weight: bold;
	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: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:none;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
/*sub pages menu
---------------------------------------------------------------*/
.subpages {float:right; width:196px; margin:0px 0px 10px 20px; border-radius:10px 0px 0px 0; background-color:#eee; list-style:none; padding:10px; list-style:none; line-height:16px; font-size:12px;}
#content .subpages h3 {margin:5px 0 10px 0;}
.subpages li {margin:0 0 5px 0; padding:0 5px 0 0; }
.subpages li:before {content:'\f104'; display:inline-block; margin:0 0 0 5px; font-family: FontAwesome;}
.subpages li a:link,
.subpages li a:visited {text-decoration:none; color:#333;}
.subpages li a:hover,
.subpages li a:active {text-decoration:none; color:#ee2654; text-decoration:underline;}
.subpages li.current_page_ancestor,
.subpages li.current_page_parent {font-weight:bold; padding:0;}

.subpages li.current_page_item > a{ color:#ee2654; font-weight:bold;}
.subpages li .children {list-style:none; margin:5px 0 0 0;}
.subpages li.page_item_has_children >a {font-weight:bold;}


.special {border-radius:10px; padding:10px 15px; margin:0 0 20px; background-color:#eee;}


#container .entry-content .wpcf7 {border-radius:10px; background:#eee; overflow:auto; padding:2px 10px;}
#container .entry-content .wpcf7 input[type="text"],
#container .entry-content .wpcf7 input[type="email"],
#container .entry-content .wpcf7 input[type="tel"],
#container .entry-content .wpcf7 textarea {width:190px; padding:4px;}
#container .entry-content .wpcf7 textarea {height:60px;}
#container .entry-content .wpcf7 p {float:right; margin:0 10px 10px 0}
#container .entry-content .wpcf7 h4 {margin:10px 0 18px; border:none;}
#container .entry-content .wpcf7 label {line-height:29px;}

#container .entry-content input[type="submit"] {margin:0 35px 0 0; padding:4px 46px;}

#container .entry-content .button input[type="submit"] {margin:0 20px 0 0; padding:4px 18px;}



/* =Caretakers Category page
-------------------------------------------------------------- */
.archive-meta p {margin:0 20px 0 0;}
.category .caretakers .hentry {float:right; width:160px; height:340px; line-height:16px; font-size:12px; margin:0 25px 10px 4px; overflow:hidden; border: 1px solid #eee; border-radius: 5px; padding:5px;}
.category .caretakers .hentry img {width:auto; height:200px; }
.category #content.caretakers .hentry h2 {font-size:15px; margin:0 0 5px 0; padding:0;}

.more-caretakers .item {float:right; width:80px; margin:10px 15px 0 10px;}
#content .more-caretakers h3 {border-bottom:1px solid #EEEEEE; padding:0 15px 5px 0; margin:0 0 5px 0; color:#666;}
#content .more-caretakers a h4 {border:none; font-size:14px; color:#009AD8; text-decoration:none;}

#content .more-caretakers img {width:80px; height:auto; border: 1px solid #cccccc;padding: 1px;}

.single .caretakers .featured {float:right; margin:0 0 10px 10px;}

.single.postid-2213 .caretakers .featured {display:none;}

/* =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
-------------------------------------------------------------- */
.entry-content img { border: 1px solid #CCCCCC;
       margin: 3px 3px 3px 0;
    padding: 1px;}
/*
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: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 8px;
	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;
	font-size: 12px;
	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;
	font-size: 12px;
	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;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	display:none;
}
.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: none;
}
#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: bold;
	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-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	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 {
	font-size: 12px;
	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;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#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-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
.fb-sidebar {
    background: url(images/fb-sidebar.png) no-repeat scroll right 0 transparent;
    border-bottom: 1px solid #4165A3;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 19px 0 10px;
    padding: 0 39px 5px 0;
    text-decoration: none;
    width: 170px;
	line-height:17px;
	}
.skype-sidebar {
	background: url(images/skype-sidebar.png) no-repeat scroll right 0 transparent;
    
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px;
    padding: 0 39px 5px 0;
    text-decoration: none;
    width: 170px;
	line-height:17px;
	 border-bottom: 1px solid #4165A3;
	}
	
.yt-sidebar {
    background: url(images/youtube.png) no-repeat scroll right 0 transparent;
    border-bottom: 1px solid #4165A3;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 19px 0 10px;
    padding: 0 39px 5px 0;
    text-decoration: none;
    width: 170px;
	line-height:17px;
	}
	
#primary.sidebar-2 {margin-top:1px;}
.sidebar-2 .fb-sidebar,
.sidebar-2 .skype-sidebar,
.sidebar-2 .yt-sidebar {display:inline-block; border:none;float:right; width:50px; height:50px; margin:0; padding:0;}
.sidebar-2 .contact {/*border-bottom:1px solid #2068a4;*/ clear:both;margin:0 0 10px 0; padding:0 0 7px 38px; overflow:auto;}
.sidebar-2 h3 {font-size:16px; font-weight:bold; color:#2068a4; padding:0 0 8px 0; margin:0 0 8px 0; border-bottom:1px solid #2068a4; clear:both;}
.sidebar-2 .more-info {list-style:none; margin:0 !important; padding:0 !important;}

.sidebar-2 .more-info li {}
.sidebar-2 .more-info a {padding:9px 41px 9px 0; margin:1px 0; display:inline-block; font-weight:bold;} 
.sidebar-2 .more-info a.location {background:url(images/location.png) no-repeat right center; }
.sidebar-2 .more-info a.forum {background:url(images/forum-icon.png) no-repeat right center; }
.sidebar-2 .more-info a.qa {background:url(images/qa.png) no-repeat right center; }
#primary .contact {width:202px; margin: 0 0 30px 0;}
#primary .contact h4 {font-size:14px; font-weight:bold; background:url(images/email.png) no-repeat right 6px; padding: 3px 45px 2px 0; color:#666; line-height:17px; margin:0 0 7px 0;}
	
#primary .nl {width:194px; border-bottom:1px solid #4165A3; padding:0 0 20px 0; margin:10px 0 20px 0; overflow:auto; padding:8px; background-color:#eee; border-top: 1px solid #4165A3;}
#primary .nl h4 {font-size:14px; font-weight:bold; background:url(images/nl-icon.png) no-repeat right center; padding: 3px 40px 2px 0; color:#0066cc; line-height:17px;}
#primary form {margin:0px 0; }
#primary form label {float:right; width:42px; text-align:left; margin:0 0 6px 0px;}
#primary form input[type="text"],
#primary form input[type="tel"],
#primary form input[type="email"],
#primary form textarea{border-radius:4px; margin:0 0 6px 0; float:left; width:140px; background: none repeat scroll 0 0 #F9F9F9; border: 1px solid #CCCCCC; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;padding: 2px;}
#primary form textarea {height:50px;}
#primary form input[type="submit"] {float:left; border:none; border-radius:4px; background-color:#EE2654; color:#fff; padding:4px 20px; font-weight:bold; font-size:14px;}
#primary form input[type="submit"]:hover {cursor:pointer; background-color:#009AD8;}


#container .nl {width:660px; padding:0 0 20px 0; margin:10px 0 20px 0; overflow:hidden; padding:8px; background-color:#eee; height:35px; border-radius:6px;}
#container .nl h4 {font-size:14px; font-weight:bold; background:url(images/nl-icon.png) no-repeat right center; padding: 3px 40px 2px 0; color:#0066cc; line-height:17px;}
#container form {margin:0px 0; }
#container form div {margin:4px 0; height:20px; float:right}
#container form label { width:42px; text-align:left; margin:0 8px 0px 4px; font-size:14px; font-weight:bold; color:#666; float:right;}
#container form input[type="text"],
#container form input[type="email"],
#container form input[type="tel"]{border-radius:4px; margin:0 0 6px 0; float:right; width:180px; padding:4px 2px;}
#container form input[type="submit"] {float:left; border:none; border-radius:4px; background-color:#EE2654; color:#fff; padding:4px 20px; font-weight:bold; font-size:14px; margin:0 10px 0 0;}
#container form input[type="submit"]:hover {cursor:pointer; background-color:#009AD8;}

#container form .book {float:right; width:143px; margin-top:20px; margin-bottom:0; margin-right:7px;}
#container form .book input[type="text"],
#container form .book input[type="tel"],
#container form .book input[type="email"],
#container form .book input[type="number"] { background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	border-radius: 4px;
    float: right;
    margin: 0 0 6px;
    padding: 4px 2px;
    width: 130px;
	}
#container form .book input[type="number"] {width:80px; text-align:center;}
	
#container form .book label {
    color: #666666;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0px 0 4px;
    text-align: right;
    width: 110px;
	
	
}
#container form .book.btn {width:536px;}
#container form span.wpcf7-not-valid-tip {clear:both;}

/* Self Service Form
----------------------------------------------*/
#container form.self-service {clear:both; width:100%; overflow:hidden;}
#container form.self-service p{float:right; clear:both;}
#container form.self-service p.float {clear:none; width:190px;}
#container form.self-service p.float input {width:170px; }
#container form.self-service p.box {float:right; width:320px; clear:none;}
#container form.self-service p.box input,
#container form.self-service select{margin-bottom:10px;}


#container form.self-service label{ width:100%; display:block; margin:0 0 5px 0; text-align:right;}
#container form.self-service span.wpcf7-list-item {display:block;}
#container form.self-service input[type="text"],
#container form.self-service input[type="tel"],
#container form.self-service input[type="email"] { float:none; margin:0 0 6px;}

#container form.self-service input[type="submit"] {float:right; margin:0;}
.widget-area ul {
	list-style: none;
	margin-left: 0;
	font-size:14px;
	color:#333;
	line-height:20px;
}
.widget-area ul p {margin-bottom:6px;}
.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: 0 0 18px 0;
	width:210px;
}
.widget-title {
	color: #333;
	font-weight: bold;
	font-size:18px;
	border-bottom:1px solid #999;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
.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: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#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 {
	margin:20px 0 0 0;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	background:url(images/footer_bg.jpg) no-repeat right top;
	width:960px;
	margin:0 auto;
	height:126px;
}
#colophon {

	overflow: hidden;
	padding: 44px 0 0 0;
}
#site-info {
	font-weight: bold;
}
#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: 11pt;
	}
	#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;
	}
}
.single-course a.cat-link {display:block; float:right; margin:5px 17px 3px 0; font-size:16px;}
.single-course a.cat-link:link,
.single-course a.cat-link:visited {text-decoration:none;}
.archive #content h1 {padding:0 20px 0 0; margin:0; font-size:36px; color:#98BC7C;}
#content .course h1 {font-size:1.5em; line-height:1.2em; margin-top:8px;}
.course .featured {float:left; width:200px;}
.course .featured img {max-width:200px;}
.course .tech {width:400px; float:right; clear:right;}
#content .course .tech h4 {border-top:none; border-bottom:1px dashed #eee; margin:7px 0 4px;}
.archive .course .featured {float:right; width:auto; margin:0 0 0 10px;}
.archive .course .tech {float:right; clear:none; width:450px;}
.archive .course .featured img {max-width:120px;}
.archive .course .hentry {overflow:auto; margin:10px; background-color:#F4F4F4; border-radius:10px;}
.archive #content .course .entry-title {font-size:1.2em; padding:0; line-height:1.2em; border:none;}
.archive #content .course a:link, .archive #content .course a:visited,
.archive #content .course .entry-title a:link, .archive #content .course .entry-title a:visited {
    color: #4b8521;
    text-decoration: none;
}
#content .course .entry-content {padding:12px; margin:0px; overflow:auto;}
a.backtocourses {display:block; float:right; clear:both; margin-top:10px;padding:5px 15px; background-color:#BEE1AB; border-radius:10px; text-decoration:none; color:#333; transition:all ease 0.3s}
a.backtocourses:hover {background-color:#86B070; color:#fff; }

.course-desc {padding:0 20px;}
.course-desc img {float:left; width:240px; margin:0 10px 10px 0;}