/*
Theme Name: Speechy
Theme URI: http://www.squigloo.com.au
Author: Kat Rosendorff
Author URI: http://wordpress.org/
Description: Custom theme design for Speech and Hearing
Version: 1.0.1
License: GNU General Public License
*/

@font-face {
    font-family: 'halohandletterregular';
    src: url('fonts/halohandletter-webfont.eot');
    src: url('fonts/halohandletter-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/halohandletter-webfont.woff') format('woff'),
         url('fonts/halohandletter-webfont.ttf') format('truetype'),
         url('fonts/halohandletter-webfont.svg#halohandletterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding:0px;
	margin:0px;
}
#page {
	margin: 0 auto;
	width: 960px;
}
#branding hgroup {
	margin: 0 20px;
}
#access div {
	margin: 0 20px;
}
#primary {
	margin: 0;
}
#content {
	margin: 0 0px;
	position: relative;
	width: auto;
	
}
#secondary {
	float: right;
	margin-right: 0px;
	width: 190px;
}

/* Sidebar pages */
.has-sidebar #primary,
.single #primary,
.search-results  #primary {
	float: left;
	margin: 0 -270px 0 0;
	width: 100%;
}
.has-sidebar #content,
.single #content,
.search-results #content,
.archive #content,
.tag #content,
.category #content {
	margin: 0 320px 0 0px;
	width: 680px;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 650px;
}


/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 70px;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


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

body, input, textarea {
	color: #7A7368;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
}
body {
	background-color: #F5F4F3;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.page-wrap {
	background-color: #FFF;
	background-image:url(images/bg-page.jpg);
	background-repeat:repeat-x;	
	overflow:hidden;
}
#page {
	padding-top:10px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: left;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 70px;
}


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

#branding {
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
.hTitles {
	width:600px;
	height:215px;
}
#site-title {
	margin: 0px 0px 0px 380px;
	padding: 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	line-height: 36px;
	text-decoration: none;
}
/* HEADER WIDGET AREA 
--------------------------------------------*/
#header-widgets {
	position: absolute;
	top: 70px;
	right: 0px;
	text-align: right;
	width:240px;	
}
#header-widgets .widget {
	margin:0px;
}

#header-widgets .widget-title {
	color: #E8831F;
	font-size: 13px;
	letter-spacing:0.1em;
	text-transform:uppercase;
	margin-bottom:2px;
}
#header-widgets .widget span {
	font-weight:400;
	display:block;
	margin-bottom:12px;
	 color: #E8831F;
	 font-style:italic;
}
#header-widgets p,
#header-widgets .textwidget {
	margin-bottom:5px;
	color:#4D4D4D;
	font-weight:300;
	font-size:13px;
	line-height:16px;
}
#header-widgets a {
	color:#232323;
}
/* Search Form */
#branding #searchform {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition: width 400ms ease;
	-moz-transition: ease;
	-o-transition: width 400ms ease;
	transition: width 400ms ease;
	width: 130px;
	background-color: #FFF;
	box-shadow:none;
	border:1px solid #CCCCCC !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#branding #s:focus {
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}


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

#access {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
	background-image:url(images/bg-nav.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:10px;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 -20px 0 0px;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #FFF;
	display: block;
	line-height: 30px;
	padding: 0 15px;
	text-decoration: none;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:0.1em;
	
	-webkit-transition: background-color 0.7s ease;
	-moz-transition:  background-color 0.7s ease;
	-ms-transition:  background-color 0.7s ease;
	-o-transition:  background-color 0.7s ease;
	transition:  background-color 0.7s ease;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	letter-spacing:normal;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #BF631F;
}
#access li:hover > a,
#access a:focus {
	background: #BF631F; /* Show a solid color for older browsers */
}
#access ul ul li:hover > a,
#access ul ul a:focus {
	background: #CCC; /* Show a solid color for older browsers */
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}



/* =Content
----------------------------------------------- */
.clearfix {
	clear:both;
}
#main {
	clear: both;
	padding: 20px 0 0;
	min-height:400px;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.entry-title {
	clear: left;
	color: #E8831F;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.3em;
	padding-bottom: 10px;
	padding-top: 10px;
}

.entry-title,
.entry-title a {
	color: #E8831F;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-header img {
	margin-top:15px;
	
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 0 0 0;
}
.entry-content h1,
.entry-content h2 {
	color: #E8831F;
	font-weight: bold;
	margin: 0 0 .8125em;
	font-size: 21px;
}
.entry-content h1 {
	font-size: 26px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 17px;
	color: #E8831F;
	font-weight: 400;
	line-height:normal;
	margin-bottom:5px;
}
.entry-content table{
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td{
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a{
	background-color: #ADE;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 12px;
}
.entry-meta .edit-link a:hover {
	background-color: #0CC;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;/*97.5%;  Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;  /*Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
img.shadows {
	background-color:#FFF;
	padding:3px;
	box-shadow:1px 1px 3px 1px #CDCDCD;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}


/* PAGE SPECIFIC STYLES */
.page-frequently-asked-questions .entry-content p,
.page-frequently-asked-questions .entry-content li {
	margin-left:30px;
}
.arrow-link,
a.arrow-link {
	background-color:#E8831F;
	padding:3px 25px 3px 5px;
	color:#FFF;
	background-image:url(images/arrow-link.png);
	background-position:right center;
	background-repeat:no-repeat;
}
a.arrow-link:hover,
a.arrow-link:active {
	background-color: #D27315;
	text-decoration: none;
}
/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding:  0.5em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	right: 20px;
	position: absolute;
	left: auto;
	top: 10px;
}
/* = Slideshow
----------------------------------------------- */
#sq-slideshow {
	height:370px;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
#sq-slideshow .slides {
	position:relative;
	height:370px;
	width:100%;
}
#sq-slideshow .slide {
	position:absolute;
	top:0px;
	left:0px;
	height:370px;
	width:960px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#282828;

	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
#sq-slideshow .slide  {
	opacity: 0;
	visibility: hidden;
}
#sq-slideshow #slide-1 {
	opacity: 1;
	visibility: visible;
}

.slide-txt {
	padding: 70px 445px 5px 50px;
	color:#FFF;
	font-size:18px;
	font-weight:300;
}
.slide-txt h2 {
	font-family:'halohandletterregular',sans-serif;
	font-weight:300;
	font-weight:normal;
	font-size:56px;
	line-height:60px;
	margin-bottom:10px;
	max-width:500px;	
}
.slide-txt p {
	font-weight:normal;
	line-height:normal;
}

/* Slide nav */
.slider-nav {
	overflow: visible;
	position: absolute;
	bottom:26px;
	left:45px;
	padding:2px;
	display:inline;
	z-index:999;
}
.slider-nav ul {
	list-style-type: none;
	margin: 0;
}
.slider-nav li {
	float: left;
	margin: 0 6px;
	width:15px;
}
.slider-nav a {
	background: transparent;
	display: block;
	width: 12px;
	height: 12px;
	line-height:12px;
	text-align:center;
	border: 1px solid #FFF;
	border-radius:6px;
}
.slider-nav a.current {
	background: #FFF;
	cursor: default;
	opacity: 1;
}
.slider-nav .slide-prev,
.slider-nav .slide-next {
	cursor:pointer;
}
.slider-nav img {
	vertical-align:top;
	margin-top:-2px;
}

/* SideNav Pages
----------------------------------------------- */
.page-template-sidenav-page-php #primary {
	width:760px;
	float:left;
	margin-right:0px;
}
#page-sub-menu {
	width:160px;
	float:left;
	margin-top:20px;	
	margin-right:40px;
}
#page-sub-menu ul {
	margin:0px;
	padding:0px;
	border-top:1px solid #E2E2E2;
	background-image:url(images/subnav_bg.png);
	background-repeat:repeat-y;
}
#page-sub-menu li {
	padding:0px;
	margin:0px;
	list-style:none;
}
#page-sub-menu li a {
	display:block;
	border-bottom:1px solid #E2E2E2;
	padding:8px 10px;
	text-transform:uppercase;
	color:#8E8778;
	font-size:12px;
}

#page-sub-menu li.current_page_item > a {
	color:#E8831F;	
}
#page-sub-menu li a:hover,
#page-sub-menu li a:active  {
	text-decoration:none;
	color:#E58309;
}
#page-sub-menu ul.children {
	display:none;
	border-top:none;
}
#page-sub-menu ul.children li a {
	text-transform:none;
	padding-left:20px;
}
#page-sub-menu li.current_page_item > ul.children,
#page-sub-menu li.current_page_ancestor > ul.children {
	display:block;
}

/*Sidebar content*/
.content-w-sidebar {
	width:500px;
	float:left;
}
.sidebar {
	float:right;
	background-color:#333333;
	width:190px;
	color:#FFF;
	margin-top:20px;
	text-align:center;
	background-image:url(images/sidebar-bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.sidebar .txt {
	padding:20px 10px 30px;
	background-image:url(images/sidebar-bg-top.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.sidebar h3 {
	font-family:'halohandletterregular',sans-serif;
	font-size:45px;
	font-weight:normal;
	line-height:45px;
	margin-bottom:10px;
}
.sidebar .txt a {
	color:#CCC;
	font-weight:bold;
}

/* = Boxes
----------------------------------------------- */
#box-slideshow {
	padding:20px;
	min-height:300px;
	background-color:#F0F0F0;
	margin-bottom:20px;
}
.box-thirds {
	width:30%;
	float:left;
	padding-right:5%;
}
#box-contactus,
#box-strategies,
#box-audiologists  {
	padding-right:0;
}

.home .box-thirds h3 {
	text-align:center;
	padding:65px 25px 0px;
	width:90px;
	height:75px;
	margin:0px auto;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:20px;
	line-height:24px;
	font-weight:300;
	margin-bottom:-50px;
	position:relative;
}
#box-quicklinks h3 { background-image:url(images/bg-quick-links.png); }
#box-blogfeed h3   { background-image:url(images/bg-blog.png); }
#box-contactus h3  { background-image:url(images/bg-consult.png); }

.home .box-thirds .txt {
	background-color:#FCEFDF;
	padding:70px 20px 15px;
	z-index:1;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:180px;
	
	outline: 2px solid #FFF;
	outline-offset: -8px;
}

.home .box-thirds .txt a {
	color: #BB661A;
	font-weight: 600;
}
.home .box-thirds ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.home .box-thirds li {
	list-style:none;
	border-bottom:1px dashed #FFF;
	margin:0px;
}
.home .box-thirds li a {
	background-image:url(images/arrow-right.png);
	background-repeat:no-repeat;
	background-position:right 5px;
	display:block;
	padding:5px 30px 5px 0px;
}
.home .box-thirds li a:hover,
.home .box-thirds li a:active  {
	color: #3A3A3A;
	text-decoration: none;
	 opacity:1;
}
a.book-btn {
	background-image:url(images/btn-book.png);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	text-align:center;
	text-transform:uppercase;
}
a.book-btn,
.home .box-thirds .txt a.book-btn {
	color:#fff;
}
.box-thirds h3 {
	clear:none;
}

/* sub pages*/
#box-assessment,
#box-chyrisse {
	margin-left:130px;
}
.box-thirds.circle-bg {
	background-image:url(images/bg-cicle-mask.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	color:#FFF;
	height:220px;
	width:220px;
	padding-right:0px;
	margin-right:20px;
	background-color:#E8831F;
	overflow:hidden;
}
.box-thirds.circle-bg.blue {
	background-color:#3185AA;
}
.box-thirds.circle-bg.magenta {
	background-color:#9E4992;
}
.box-thirds.circle-bg:hover { background-color:#C46C1C;}
.box-thirds.circle-bg.blue:hover { background-color:#2D798E;}
.box-thirds.circle-bg.magenta:hover {
	background-color: #8C4182;
}

.box-thirds.circle-bg a {
	color:rgba(255,255,255,0.8);
	display:block;
	text-align:center;
	padding-top:80px;
	min-height:180px;
	padding-left:12px;
	padding-right:12px;
}
.box-thirds.circle-bg h3 {
	font-weight:normal;
	font-size:14px;
}
.box-thirds.circle-bg h3 strong {
	font-size:21px;
	font-weight:300;
	color:#FFF;
}
.box-thirds.circle-bg a:hover {
	text-decoration:none;
	color:#FFF;
}
/* = Blog Date
----------------------------------------------- */
.hentry.summary {
	padding-left:70px;	
	margin-top:10px;
}
.post-date {
	margin-left:-70px;
	padding:3px 5px 5px;
	width:60px;
	height:32px;
	float:left;
	background-color:#E8831F;
	text-transform:uppercase;
	font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    font-weight: 600;
	color:#FFF;
	text-align:center;
	margin-top:0px;
}

.post-date span.mon,
.post-date span.year {
	display:block;
	font-size: 13px;
	line-height: 15px; 
	overflow:hidden;
}
.post-date span.year {
	font-size: 16px;
	letter-spacing:0.1em;
	line-height: 17px;	
}

.summary .entry-title {
	 background-color: #FAE8D6;
    clear: none;
    font-size: 21px;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 0;
    min-height: 34px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-top: 3px;
}
.summary .entry-summary {
	padding-left:15px;
}

/*Singel Post*/

.hentry.blog-item .entry-header {
	margin-left:0px;
	margin-bottom:20px;
	margin-top:
}
.hentry.blog-item  .entry-title {
	padding-top:0px;}

.hentry.blog-item .meta {
	 background-color: #EFEDEC;	
	 font-size:12px;
	 padding:5px;
}
.hentry.blog-item .meta a {
	color: #3A3A3A;
}
.hentry.blog-item .entry-meta {
	border-top: 2px solid #EFEDEC;
	background-color: #F9F9F9;
	clear: both;
	padding: 2px 5px;
}
/* =Aside (Removed)
----------------------------------------------- */


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery  (Removed)
----------------------------------------------- */
/* =Status  (Removed)
----------------------------------------------- */
/* =Quote  (Removed)
----------------------------------------------- */
/* =Image  (Removed)
----------------------------------------------- */

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase  (Removed)
----------------------------------------------- */
/* Recent Posts */
/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	line-height:18px;
	font-weight: 400;
	color: #E8831F;
	background-image: url("images/arrow-right.png");
    background-position: right 5px;
    background-repeat: no-repeat;
    display: block;
    padding: 5px 25px 5px 0;
	text-transform:uppercase;
}
#content .nav-previous a{
	background-image: url("images/arrow-left.png");
	background-position: left 5px;
	padding: 5px 0px 5px 25px;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}


/* Singular navigation */
#nav-single {
	clear:both;
}
#nav-single .nav-previous {
	float: left;
	width: 45%;
}
#nav-single .nav-next {
	text-align:right;
	float: right;
	width: 45%;
}

/* Contact form */
.page-contact .entry-content iframe {
	border:1px dotted #CCC;
	padding:5px;
}

.wpcf7 {
	width:410px;
	float:right;
	padding:5px !important;
	margin-left:20px;
	background-color:#333333;
	color:#FFF;
	margin-top:-60px !important;
}
.wpcf7 form {
	border:1px dashed #CCC;
	padding:15px 15px 45px;
}
.wpcf7,
.wpcf7 p,
.wpcf7 h3,
.wpcf7 h2 {
	color:#FFF;
}
.wpcf7 p {
	clear:both;
	min-height:26px;
	color:#FFF;
	margin-bottom:6px;
}
.wpcf7 label{
	width:95px;
	float:left;
	display:block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size:12px;
	line-height:30px;
}
.wpcf7 h3 {
	color:#FFF;
	font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-transform: uppercase;
}
.wpcf7 select {
	width:200px;
	padding:3px;
}
input.quizzy { width:30px; }
.wpcf7 .mand {
	font-size:12px;
	color:#B0B0B0;
	float:left;
	padding-top:5px;
}
.wpcf7 .sub {
	clear:none;
	float:right;
}
.wpcf7-submit {
	background-color:#E8831F;
	color:#FFF;
	border:none;
	outline:none;
	cursor:pointer;
	padding:5px 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
	color:#E8831F !important;
}
div.wpcf7-validation-errors {
    border: 2px solid #E8831F  !important;
	background-color:#4E4E4E;
	clear:both;
	margin:0px 0px -10px !important;
}
div.wpcf7-mail-sent-ok {
   border: 2px solid #E8831F  !important;
	background-color:#E8831F  !important;
	color:#FFF;
	clear:both;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 15px;
}
#secondary {
	background-image: url("images/sidebar-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	margin-top:10px;
}
#secondary .inner {
 	background-image: url("images/sidebar-bg-top.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 15px 15px 30px;
}
#secondary .widget {
	color:#FFF;
	font-size:13px;
	line-height:normal;
	margin-bottom:30px;
}
#secondary .widget-title {
	color: #FFF;
	font-size: 12px;
	font-weight:600;
	margin-bottom:8px;
	line-height:normal;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
#secondary .widget ul {
	margin: 0 0 0 20px;
}
#secondary .widget li {
	margin: 0 0 5px 0px;
	font-size:13px;
	list-style:disc;
}
#secondary .widget a {
	text-decoration: none;
	color: #FFF;
}
#secondary .widget a:hover,
#secondary .widget a:focus,
#secondary .widget a:active {
	text-decoration: underline;
}
#secondary .widget select {
	width:95%;
}
/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget  (Removed) */
/* Twitter  (Removed)*/

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}




/* Calendar Widget (Removed)*/
/* =Comments(Removed)
----------------------------------------------- */
.form-allowed-tags {
	display: none;
}

/* Blue Styles */
.blue-mode .entry-title,
.blue-mode .entry-content h1,
.blue-mode .entry-content h2,
.blue-mode .entry-content h3 {
    color: #3a91ab;
}
.blue-mode .arrow-link, .page-assessment a.arrow-link {
    background-color: #3a91ab;
}
.blue-mode #page-sub-menu li.current_page_item > a {
    color: #3a91ab;
}
/* Purple Styles */
.purple-mode .entry-title,
.purple-mode .entry-content h1,
.purple-mode .entry-content h2,
.purple-mode .entry-content h3 {
    color: #bb469f;
}
.purple-mode .arrow-link, .purple-assessment a.arrow-link {
    background-color: #bb469f;
}
.purple-mode #page-sub-menu li.current_page_item > a {
    color: #bb469f;
}

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

#colophon {
	clear: both;
	width:960px;
	margin:0px auto;
}
#supplementary {
	padding: 15px 0px 20px;
	overflow: hidden;
}

/* Three Footer Widget Areas */
#supplementary a,
#supplementary .widget-area a { 
	color:#666666;
	font-weight:normal;
}
#supplementary .widget-area {
	float: left;
}
#supplementary .widget-area ul {
	font-size:13px;
	margin-left:0px;
}
#supplementary .widget-area li {
	margin:0px 0px 6px;
}

#supplementary #first.widget-area {
	float: left;
	width: 310px;
	margin-right:20px;
}
/*#supplementary #second.widget-area {
	float: left;
	width: 130px;
}
#supplementary #third.widget-area {
	float: right;
	width: 455px;
}
#supplementary #third.widget-area li {
	float:left;
    padding-right: 20px;
    width: 125px;
	clear:right;
	line-height:15px;
}
*/
#supplementary #second.widget-area {
	float: left;
	width: 630px;
}
#supplementary #first.widget-area li {
	 width: 125px;
}
#supplementary #second.widget-area li {
	width: 190px;
}
#supplementary .widget-area li {
	float:left;
    padding-right: 20px;
    
	clear:right;
	line-height:15px;
	list-style:none;
}

#supplementary .widget-title {
	background-image:url(images/bg-footer-heading.png);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	font-size: 12px;
    letter-spacing: 0.1em;
	text-transform:uppercase;
	margin-bottom:10px;
}
#supplementary .widget-title span{
	background-color:#F5F4F3;
	padding:0px 10px;
}
/* Mini Footer Widget Areas */
#credits-and-copyright {
	padding: 1.625em 0px 3em;
}
#credits-and-copyright .widget-area {
	font-size:11px;
	color:#666;
}
#credits-and-copyright .widget-area a {
	color:#4B4B4B;
}/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body .page-wrap {
		min-width: 1024px;
	}
	#colophon {
		padding: 0px 32px;
	}
}