/*[fmt]1A90-1A0B-3*/
/*
Theme Name: Alchemy Body And Soul
Description: Custom Built Wordpress Theme.
Version: 1.0
Author: Chris Cooper
Author URI: http://www.webfreelancer.net.au/

---------------------------------------------------------------------------------

[Table of contents]

1. CSS Reset - This avoids many common cross-browser issues and is standard on all my work.

2. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2.1. Typography - These are the base style for all typography.

3. Header Region - Styles specific to header region, title, slug, top menu, etc.
3.1 Main Site Navigation - The Styling for the Main Horizontal Site Navigation.

4. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4.1 - Common Elements - Basic Styles For Common Elements

5. Comments Region - Styles for comment thread, forms, etc.

6. Footer Region - Styles specific to the footer region.

7. Media Queries - Styles Targeting Mobile Devices In Various Configurations.

8. Misc. & Plugins - Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------
=== START SECTION 1 - CSS Reset ===*/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

img {
	display: block;
}

a img {
	border: none;
	outline: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/*Set this For The HTML5 Elements, Mainly So That Internet Destroyer Knows What To Do With Them.*/
article, aside, footer, header, hgroup, nav, section {
	display: block;
}

/*=== END SECTION 1 - CSS Reset ===
=== START SECTION 2 - Initial Styling ===*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #545454;
}

.inner {
	width: 916px;
	margin: 0 auto;
}

header {
}

.description {
	font-style: italic;
	padding-left: 60px;
	padding-top: 10px;
}

#post-list article {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 32px;
	background: url( images/post_sep.png ) no-repeat bottom left;
}

#content_wrapper {
	background: url( images/main_bg.jpg ) no-repeat 50% 1px;
}

.home #content_wrapper {
	background: url( images/main_bg_home.jpg ) no-repeat 50% 3px;
}

#content_header {
	height: 237px;
	position: relative;
}

#content_header img {
	position: absolute;
	right: 26px;
	bottom: 0;
}

#content_header_ {
	display: block;
	height: 237px;
	overflow: hidden;
	background: url( images/header_frame.png ) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#content_wrapper_inner {
	background: url( images/content_bottom.png ) no-repeat bottom center;
	padding-bottom: 9px;
	position: relative;
	z-index: 10;
}

#content_wrapper_inner_ {
	background: url( images/content_bg.png ) repeat-y center top;
	padding: 30px 8px 16px 28px;
    margin-left: 1px;
}

/*=== START SECTION 2.1 - Typography ===*/
h1, h1 a {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
	color: #53A1B4;
}

h2, h2 a {
	font-size: 20px;
	margin-bottom: 25px;
	color: #451DA0;
	clear: both;
    font-weight: 500;
}

h2.list-title {
	margin-bottom: 5px;
}

h2.page_title {
	margin-bottom: 15px;
    margin-left: 32px;
}

h3, h3 a,  #comments {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
	color: #451DA0;
}

h4, h4 a, h5, h5 a, h6, h6 a {
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}

#home_content_wrapper_inner .widgettitle {
    
    font-size: 21px;
	margin-bottom: 0px;
	color: #451DA0;
	clear: both;
   
    
}

p, ul, ol {
	margin-bottom: 10px;
}

a {
	color: #61ADC0;
	text-decoration: none;
}

a:hover {
	color: #451DA0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.dosis {
	font-family: Dosis, sans-serif;
}

.georgia {
	font-family: Georgia, serif;
}

/*=== END SECTION 2.1 - Typography ===
=== END SECTION 2 - Initial Styling ===
=== START SECTION 3 - Header Region ===*/
hgroup {
	float: left;
}

header.inner {
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
}

/*=== START SECTION 3.1 Main Site Navigation ===*/
nav.main_nav {
	display: block;
	margin-bottom: 42px;
	height: 36px;
	text-align: center;
        position:relative;
        z-index:900;
}

nav.main_nav ul ul {
	position: absolute;
	top: 26px;
	background-color: #A48BC4;
	z-index: 1000;
	display: none;
        left:0;
}

nav.main_nav li {
	display: inline;
	position: relative;
	height: 36px;
	line-height: 39px;
	background: url( images/nav_sep.png ) no-repeat 100% 5px;
        padding:0 0 10px 0;
}

nav.main_nav li li {
	float: none;
	display: block;
	white-space: nowrap;
	background: none;
	border-bottom: 1px solid #8A71AA;
	line-height: 20px;
	height: auto;
	padding: 4px 0;
    text-align: left;
}

nav.main_nav li li.current-menu-item, nav.main_nav li li:hover {
	background: #7958A8;
}

nav.main_nav li:hover ul {
	display: block;
}

nav.main_nav li a {
	height: 36px;
	padding: 0 0 20px;
	overflow: hidden;
	margin: 0 15px 0 13px;
	font-family: Dosis, sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
}

nav.main_nav li li a {
	color: #FFF !important;
	font-size: 14px;
}

nav.main_nav li a:hover, nav.main_nav li.current-menu-item a {
	color: #88D6EA;
}

/*=== END SECTION 3.1 Main Site Navigation ===
=== END SECTION 3 - Header Region ===
=== START SECTION 4 - Content Region ===
== START SECTION 4.1 - Common Elements ====*/
blockquote {
	padding: 10px;
	font-style: italic;
}

section ul {
	padding-left: 20px;
	list-style: disc;
}

section ol {
	padding-left: 20px;
	list-style: decimal;
}

section img {
	max-width: 98%;
}

section img.aligncenter {
	margin: 10px auto;
}

section img.alignleft, article img.alignnone, .wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}

section img.alignright, .wp-caption.alignright {
	margin: 0 0 10px 10px;
}

.wp-caption {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

.wp-caption img {
	margin: 0;
}

section table {
	width: 100%;
}

section td, #content th {
	padding: 10px;
}

section th {
	font-weight: bold;
}

section dt {
	padding: 5px;
	font-weight: bold;
}

section dd {
	font-style: italic;
	padding: 5px 5px 15px;
}

section code {
	font-weight: bold;
}

section abbr, section acronym, section cite, section var {
	font-style: italic;
}

section big {
	font-size: 1.2em;
}

section small {
	font-size: 0.8em;
}

section pre {
	font-family: "Lucida Console", Monaco, monospace;
}

section sup {
	vertical-align: super;
	font-size: 0.8em;
}

section sub {
	vertical-align: sub;
	font-size: 0.8em;
}

section .gallery-icon img {
	margin: 0 auto;
}

section .commentlist, section .commentlist .children {
	padding: 0;
	list-style: none;
}

/*== END SECTION 4.1 - Common Elements ====*/
#page-section, #post-list {
	float: left;
	width: 632px;
	margin-right: 0px;
	overflow: hidden;
}

#page-section article {
	padding-left: 32px;
}

aside {
	float: right;
	width: 241px;
}

nav.prev_next {
	background: #6B4AB6;
	margin-right: 20px;
        padding:0 10px;
}

nav.prev_next a {
	display: block;
	color: #FFF;
        padding:10px 0;
}

.blog-meta {
	margin-bottom: 10px;
}

.widget {
	margin-bottom: 20px;
	padding: 0 20px;
}

aside .widget_search form {
	width: 212px;
	height: 77px;
	position: relative;
	background: url( images/search_bg.png ) no-repeat top left;
}

aside .widget_subscribe_widget form{
    width:212px;
    height:77px;
    background:url( images/subscribe_bg.jpg ) top left no-repeat;
    position:relative;
}

aside .widget_subscribe_widget label{
    display:none;
}

.widget_search input[type=text], .widget_subscribe_widget input[type=text]{
	position: absolute;
	bottom: 19px;
	left: 16px;
	border: 1px solid #6D57AA;
	height: 18px;
	width: 155px;
    padding-left: 4px;
    font-size: 12px;
}

.widget_search input[type=submit], .widget_subscribe_widget input[name=subscribe] {
	position: absolute;
	bottom: 17px;
	right: 13px;
	background: url( images/search_btn.png ) no-repeat top left;
	width: 17px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.widget_subscribe_widget input[name=unsubscribe]{
    display:none;
}

.blog aside .widget {
	background: url( images/blog_widget_sep.png ) no-repeat bottom left;
	padding-bottom: 10px;
}

aside .widget ul {
	margin-bottom: 0;
}

aside .widget ul li {
	padding: 8px;
	border-bottom: 1px dotted #000;
	line-height: 16px;
	font-size: 13px;
}

aside .widget_alchemy_recent_entries ul li{
    padding:8px 0;
}

aside .widget_alchemy_recent_entries ul li:last-child {
	border-bottom: 1px dotted #000!important;
}

aside .read_more_widget{
    display:inline-block;
    margin:10px 0;
    padding-right:10px;
    background:url( images/read_more_arrows.png ) 100% 50% no-repeat;
    color:#451da0;
}

aside .widget_alchemy_recent_entries ul li span{
    padding-right:10px;
    font-size:12px;
    color:#545454;
    font-style:italic;
    font-family:Georgia, serif
}

.widgettitle {
	font-weight: 500;
    font-size: 18px;
	margin-bottom: 0px;
    padding-bottom: 10px;
	color: #451DA0;
    	border-bottom: 1px dotted #000;
         margin-left: 5px;
}

.post_meta {
	font-size: 12px;
	color: #545454;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
}

.post_meta p {
	margin-bottom: 0;
}

.post_meta .sep {
	font-size: 23px;
	position: relative;
	top: -3px;
	padding: 0 4px;
}

.post-meta a {
	color: #451DA0;
}

/*=== END SECTION 4 - Content Region ===
=== START SECTION 5 - Comment Region ===*/

#respond, #comments, .commentlist {
    margin-left: 35px;
    margin-top: 15px;
}

#commentform input, textarea{
    float: left;
    clear:both;
    text-align: left;
    margin: 0px !important;
    border: 2px solid #cfcfcf;
        padding: 5px;
        font-size: 12px;
        width: 300px;  
    
}

#respond #submit {
    
    width: 107px;
    height: 42px;
    margin-top: 15px !important;
    background-image: url('images/btn_submit.jpg');
    text-indent: 1000px;
    overflow: hidden;
    border: none !important;
        cursor: pointer;
}

ul.commentlist li ul.children {
	margin-left: 80px;
}

.comment-author img {
	float: left;
	padding: 0 10px 10px 0;
}

li.comment div.comment-body {
	margin-bottom: 30px;
}

li.comment p {
	margin: 5px 0;
}

#respond label {
	float: left;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
    clear: both;
}

#respond span.required {
	float: left;
	color: #FF0000;
	width: 8px;
	margin-left: -8px;
}

#respond .comment-notes .required {
	float: none;
	margin-left: 0;
}

.commentlist p {
	clear: both;
}

.commentlist .comment-body {
	padding: 10px;
	background-color: #f9f9f9;
}

/*=== END SECTION 5 - Comment Region ===
=== START SECTION 6 - Footer Region ===*/
footer {
	background: url( images/footer_bg.jpg ) no-repeat 50% top;
	height: 422px;
	margin-top: -62px;
	padding-top: 70px;
	position: relative;
	z-index: 1;
}

#footer_social {
	float: right;
	width: 100px;
}

#footer_social a {
	float: left;
	margin-left: 7px;
}

#footer_social img {
	display: inline;
}

#copyright {
	float: left;
	margin-right: 20px;
	font-size: 12px;
	color: #FFF;
	margin-top: 10px;
}

nav.footer_nav {
	width: 530px;
	float: left;
	margin-top: 10px;
}

nav.footer_nav li {
	display: inline;
	background: url( images/footer_nav_sep.png ) no-repeat 0px 50%;
}

nav.footer_nav li a {
	padding: 0 3px 0 10px;
	color: #FFF;
	font-size: 11px;
}

nav.footer_nav li a:hover {
	color: #53a1b4;

}

/*=== END SECTION 6 - Footer Region ===
=== START SECTION 7 - Media Queries ===
Portrait Configuration Styles*/
@media screen and (orientation:portrait) {
	#page-section, #post-list, aside 	{
		float: none;
		width: 100%;
	}

	header .searchform_wrapper.alignright 	{
		display: block;
		float: none;
		margin-top: 10px;
	}

	hgroup 	{
		float: none;
	}
}
/*=== END SECTION 7 - Media Queries ===
=== START SECTION 8 - Misc And Plugins === */


.validation_error,  .gfield_required {
display: none;    
}



.gform_body ul, .wpsqt_multiple_question {
    
        padding: 0px !important;
        margin: 0px !important;
        list-style: none !important;
        list-style-image: none;
}

.gform_body input, .gform_body textarea, .gform_body select {
        border: 2px solid #cfcfcf;
        padding: 5px;
        font-size: 12px;
        width: 300px;
}

.gform_body select {
width: 313px;
}


.gfield {
    margin-bottom: 10px;
}

.gform_body select {
    
    width: 313px;
}

.gform_footer {
    float: left;
    clear: both;
    margin-top: 15px;
}

/*=== END SECTION 8 - Misc And Plugins ===*/




#JackieSlider {
     position: absolute;
    float: right;
    z-index: 30;
    right: 140px;
    margin-top: -10px;
    
}

#slider_prev, #slider_next {
	position: absolute;
	width: 38px;
	height: 38px;
	background-image: url('images/slider_btns.png');
	top: 111px;
	z-index: 1000;
}

#slider_prev {
	left: 40px;
	background-position: 0px 0px;
}

#slider_next {
	right: 40px;
	background-position: 100% 0px;
}

nav.main_nav li:last-child {
	background: none;
}

#content_header h1 {
	position: absolute;
	bottom: 17px;
	left: 55px;
	margin-bottom: 0;
	z-index: 1000;
}

aside .widget ul li:last-child {
	border-bottom: none;
}

aside .widget .current-menu-item a {
    color: #451DA0 !important;
    font-weight: bold;
}

#copyright span {
	font-size: 17px;
	line-height: 20px;
	position: relative;
	top: -3px;
}

a.read_more {
	color: #451DA0;
}

.home nav.main_nav {
	margin-bottom: 0;
}

#slider_wrapper {
	height: 277px;
	position: relative;
}

#slider_wrapper .slide_content {
	font-family: Dosis, sans-serif;
    font-weight: 300;
	text-align: right;
	color: #3F2182;
	font-size: 18px;
    font-weight: bold; 
	padding-top: 30px;
    width: 550px;
    padding-left: 50px;
    
}

#slider_wrapper .quote_author{
    font-style:italic;
    font-size:13px;
    font-weight:normal;
}

#slider_wrapper img.slide_img {
	float: right;
	position: absolute;
	bottom: 2px;
	right: 103px;
}

#slider_wrapper .slide {
    
   background-color: transparent !important;
}

#home_content_wrapper_inner {
	background: url( images/home_content_glow.png ) no-repeat 50% 0px;
}

.home #content_wrapper_inner_ {
	padding: 0px 8px 16px 28px;
}

#tagline {
	text-align: center;
	color: #53A1B4;
	font-size: 40px;
	line-height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.home aside {
	width: 315px;
}

.home #page-section {
	width: 510px;
}

.purple_button .pbutton_left {
	float: left;
	width: 9px;
	height: 38px;
	background: url(images/purple_button_sprite.png ) no-repeat top left;
}

.purple_button .pbutton_text {
	height: 38px;
	float: left;
	line-height: 38px;
	white-space: nowrap;
	color: #FFF;
	font-size: 17px;
	font-family: Dosis, sans-serif;
	font-weight: 600 !important;
	background: url( images/purple_button_sprite.png ) repeat-x 0px -44px;
	padding: 0 5px;
}

.purple_button .pbutton_right {
	float: left;
	height: 38px;
	background: url( images/purple_button_sprite.png ) no-repeat 0px -88px;
	width: 30px;
    margin-right: 30px;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs-nav {
	display: block;
	width: 203px;
	height: 34px;
	padding-top: 7px;
	padding-left: 8px;
	background: url( images/tab_widget_title_bg.png ) no-repeat top left;
}

aside .widget .ui-tabs-nav li {
	float: left;
	display: inline;
	width: 95px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	clear: none;
	padding: 0;
	margin: 0 2px 0 0;
	text-align: center;
	border-bottom: none;
	background: url( images/white_arrows.png ) no-repeat 95% 50%;
}

aside .widget .ui-tabs-nav li a {
	color: #FFF;
	font-family: Dosis, sans-serif;
	font-size: 14px;
}

aside .widget .ui-tabs-nav li.ui-tabs-selected {
	background: url( images/tab_active_bg.png ) no-repeat top left;
}

#content_header_single h1{
    margin-bottom:0;
    padding: 0 40px 20px 40px;
    background:url( images/single_title_sep.png ) 50% 100% no-repeat; 
}

#content_header_single_top{
    height:47px;
    background:url( images/single_title_top.png ) center top no-repeat;
}

#content_header_single_{
    background: url( images/content_bg.png ) repeat-y center top;
}

.content th {
    Padding: 10px;
    background-color: #b698fa;
    color: #FFF;
    border: 2px solid #FFFFFF;
    
}

.content td {
    Padding: 10px;
    background-color: #eaeaea;
    border: 2px solid #FFFFFF;
    
}

.page-id-70 #page-section .content img {
margin: 0px auto !important;

}