/*
Theme Name: Financially Smitten
Theme URI: 
Description: 
Author: 
Author URI: 
version: 
Tags: 
*/



@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html{
	min-height: 100%;
	padding-bottom: 1px;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; outline: none; }

html {
	margin-bottom: 1px;
	min-height: 100%;
}

/* UNIVERSAL CLASSES */

.clear, .spacer_{
	clear: both;
	display: block;
}

.left{
	float: left;
}

.right{
	float: right;
}

.no-show{
	display: none;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

small{

}

a{
	text-decoration: underline;
	color: #eb5357;
	outline: none;
}

a:hover{
	text-decoration: underline;
}

a:visited{

}

h1{
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #eac34c;
	line-height: 28px;
	margin: 0px;
}

h2{
	font-size: 19px;
	font-weight: normal;
	line-height: 25px;
	margin: 0px 0px 12px 0px;
	font-style: italic;
}

h3{
	font-size: 16px;
	line-height: 20px;
	margin: 12px 0px;
}

h4{
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
}


big{
	font-size: 15px;
}

p{
	margin: 12px 0px;
}

ul{
	list-style-type: disc;
	margin: 15px 0px;
}


ol{
	list-style-type: decimal;
}

ol li, ul li{
	margin: 8px 0px 8px 20px;
}

.txt_highlight{
	color: #eb5357;
}

.txt_highlight_2{
	color: #eabb2b;
}

.txt_huge{
	font-size: 25px;
	line-height: 22px;
}

.txt_uppercase{
	text-transform: uppercase;
}

.txt_inline{
	display: inline;
}

.img_left{
	margin: 0px 15px 15px 0px;
}
.img_right{
	margin: 0px 0px 15px 15px;
}

.img_border{
	border: 6px solid #2a2122;
}

.txt_error{
	display: block;
	width: 450px;
	text-align: center;
	padding: 5px;
	background-color: #f0c0c3;
}

img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

.postmetadata{
	font-size: 11px;
}

/* BEGIN CONTAINERS */

body{
	background-color: #2a2122;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}

#wrapper{
	width: 995px;
	margin: 0px 0px 0px 5px;
}

#header{
	height: 324px;
	width: 830px;
	margin: 0px 0px 0px 165px;
	overflow: hidden;
	border-bottom: 10px solid #2a2122;
}

#logo{
	width: 633px;
	float: left;
	overflow: hidden;
}

#main{
	background-image: url('images/page_bg.gif');
	background-repeat: repeat-y;
	background-position: top right;
}

#column_left{
	width: 155px;
	float: left;
	overflow: hidden;
}

#column_middle{
	width: 633px;
	float: left;
	margin: 0;
	border-left: 10px solid #2a2122;
}

#column_middle .content{
	padding: 12px 17px;
}

#column_right{
	width: 175px;
	float: right;
}

#footer{
	width: 830px;
	margin-left: 162px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}


/* FORMATTING */

.box_highlight{
	background-color: #eb5357;
	padding: 5px 10px;
	color: #ffffff;
	display: block;
}

.box_highlight_2{
	background-color: #eac34c;
	padding: 5px 10px;
	display: block;
}

.box_icons{
	margin: 15px 0px;
	text-align: right;
}

.btn_submit{
	padding: 2px 5px;
	background-color: #eac34c;
	display: inline-block;
	color: #2a2122;
	font-size: 13px;
}

#column_middle .content ul{
	margin: 10px 0px;
	padding: 0;
}

#column_middle .content ul li{
	margin: 8px 0px 8px 18px;
	list-style-type: disc;
}

#column_right .box_events{
	color: #2a2122;
	font-size: 14px;
	padding: 0px 5px 10px 5px;
}

#column_right .box_events h4{
	color: #2a2122;
	margin-bottom: -10px;
	margin-top: 8px;
}

#column_right .box_events a{
	color: #2a2122;
	font-size: 14px;
	text-decoration: none;
}

#column_right .box_events h3{
	color: #eac34c;
	margin-bottom: 0px;
}

#column_right .box_events h2{
	display: none;
}

#column_right .box_events ul{
	margin: -5px 0px 0px 0px;
}

#column_right .box_events ul li{
	list-style-type: none;
	background-image: 0;
	margin: 10px 0px;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
	#column_right .box_events ul li{
		margin-left: -40px;
	}
}

#column_right .box_events .txt_date{
	font-size: 19px;
	color: #eac34c;
	line-height: 21px;
	font-style: italic;
}

ul.list-horizontal, ul.list-wide{
	clear: both;
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
}

ul.list-horizontal li{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	width: 180px;
}

ul.list-wide li{
	text-transform: uppercase;
	font-weight: bold;
}

/* BOX STYLES */

.box_255{
	width: 255px;
	margin: 0px 0px 20px 20px;
}

.box_330{
	width: 330px;
}


#column_middle .box_gold .content{
	padding: 1px 10px;
	margin: 0;
	background-color: #eac34c;
}

.box_swirls-top_gold{
	height: 20px;
	background-image: url('images/img_swirls-top_gold.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.box_swirls-top_pink{
	height: 20px;
	background-image: url('images/img_swirls-top_pink.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.box_swirls-bottom_gold{
	height: 20px;
	background-image: url('images/img_swirls-bottom_gold.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.box_swirls-bottom_pink{
	height: 20px;
	background-image: url('images/img_swirls-bottom_pink.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.box_swirls-bottom_pink_lg{
	height: 29px;
	background-image: url('images/img_swirls-bottom_pink_lg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.box_swirls-bottom_gold_lg{
	height: 29px;
	background-image: url('images/img_swirls-bottom_gold_lg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.box_swirls-top_gold_lg{
	height: 29px;
	background-image: url('images/img_swirls-top_gold_lg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.box_pink{
	margin: 20px 0px;
}

#column_middle .box_pink .content{
	padding: 10px;
	background-color: #eb5357;
	color: #ffffff;
}

#column_middle .box_pink .content p, #column_middle .box_pink .content li{
	font-size: 14px;
	font-weight: bold;
}

#column_middle .box_pink .content a, #column_middle .box_pink h2, #column_middle .box_pink .content h3, #column_middle .box_pink .content h4{
	color: #ffffff;
}

#column_middle .box_gold .content a{
	color: #2a2122;
}

.box_swirls-left_pink{
	background-image: url('images/img_swirls-left_pink.gif');
	background-position: left 50%;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-left: 22px;
}

.box_seminar{
	margin: 20px 0px;
}

.box_seminar p{
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

.box_seminar p big{
	font-style: normal;
}


.box_claim-kit{
	float: right;
	width: 187px;
	background-color: #eb5357;
	height: 324px;
	overflow: hidden;
}

.box_claim-kit .content{
	padding: 10px 2px 0px 2px;
	color: #ffffff;
}

.box_claim-kit .content h3{
	color: #eac34c;
	font-size: 18px;
	font-style: italic;
	margin: 0px 0px 4px 0px;
	text-align: center;
	font-weight: normal;
}

.box_claim-kit .content ul{
	margin: 6px 0px;
}

.box_claim-kit .content ul li{
	list-style-type: disc;
	font-size: 12px;
	margin: 2px 0px 2px 15px;
	line-height: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.box_claim-kit .content ul li, .box_events ul li{
		margin-left: -18px;
		padding-right: 5px;
	}
}

.box_claim-kit input{
	border: none;
	width: 120px;
	text-align: left;
	display: inline-block;
	padding: 1px 1px;
	margin: 2px 0px;
}

.box_claim-kit p{
	font-size: 12px;
	font-style: italic;
	margin: 4px 6px 0px 0px;
	text-align: center;
}

.box_claim-kit p small{
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	text-align: center;
	padding-right: 10px;
}

.box_claim-kit p label{
	width: 40px;
	padding-right: 5px;
	display: inline-block;
	text-align: right;
}

.box_claim-kit .btn_header{
	display: block;
	padding-left: 52px;
	width: 104px;
	margin-bottom: -15px;
}

.box_claim-kit .btn_header input{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	padding: 1px 2px;
	margin: 2px 0px 4px 0px;
	background-color: #eac34c;
	font-weight: bold;
	width: 104px;
	text-align: center;
}


/* POSTS */

.post{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eac34c;
}

/* TEMPLATE STYLES */

#template_testimonials p, .txt_paragraph-highlight{
	padding: 5px;
	margin: 5px 0px 12px 0px;
	background-color: #eac34c;
}

#column_middle #template_calendar ul{
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

#column_middle #template_calendar ul li{
	font-size: 19px;
	font-style: italic;
	margin: 15px 0px;	
	list-style-type: none;	
}

#template_calendar a{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	display: block;
}

#template_coaching .box_coaching p{
	font-size: 14px;
	line-height: 20px;
}

#template_coaching .box_coaching big{
	font-size: 16px;
	line-height: 20px;
}

#template_coaching .box_coaching .box_highlight_2 a{
	color: #2a2122;
}

/* TEXT STYLES */

.txt_claim-your-free-money-makeover-kit{
	display: block;
	height: 63px;
	background-image: url('images/txt_claim-your-free-money-makeover-kit.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.txt_upcoming-events{
	display: block;
	height: 18px;
	background-image: url('images/txt_upcoming-events.gif');
	background-repeat: no-repeat;
}

.txt_free-20-minute-phone-consult{
	height: 25px;
	background-position: center;
	display: block;
	background-image: url('images/txt_free-20-minute-phone-consult.gif');
	background-repeat: no-repeat;
}

.txt_free-money-makeover-kit{
	height: 22px;
	display: block;
	background-image: url('images/txt_free-money-makeover-kit');
	background-repeat: no-repeat;
	background-position: center;
	margin: 2px 0px;
}

.txt_gift1-money-mojo-meter{
	height: 30px;
	display: block;
	background-image: url('images/txt_gift1-money-mojo-meter.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}

.txt_gift2-meet-your-inner-money-wisdom{
	height: 30px;
	display: block;
	background-image: url('images/txt_gift2-meet-your-inner-money-wisdom.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}


.txt_gift3-the-flirting-with-finance-diaries{
	height: 30px;
	display: block;
	background-image: url('images/txt_gift3-the-flirting-with-finance-diaries.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}

.txt_relax-these-gifts-are-on-the-house{
	height: 50px;
	display: block;
	background-image: url('images/txt_relax-these-gifts-are-on-the-house.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.txt_free-financially-smitten-money-makeover-kit{
	height: 22px;
	display: block;
	background-image: url('images/txt_free-financially-smitten-money-makeover-kit.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin: 2px 0px;
}

.txt_3-simple-steps-first{
	height: 30px;
	display: block;
	background-image: url('images/txt_3-simple-steps-first.gif');
	background-repeat: no-repeat;
	background-position: center;
}


.txt_{
	height: 22px;
	display: block;
	background-image: url('images/.gif');
	background-repeat: no-repeat;
	background-position: center;
}




/* NAVIGATION */

#nav{
	font-size: 10px;
	text-align: right;
	color: #ffffff;
}

#nav a{
	color: #ffffff;
	text-decoration: none;
}

#nav ul{
	margin: 0;
	padding: 0;
}

#nav ul li{
	margin: 10px 0px;
	display: block;
}

#nav ul li a{
	display: block;
	height: 18px;
	background-position: right 0px;
	background-repeat: no-repeat;
}

#nav ul li a:hover, #nav ul li.nav_selected a{
	background-position: right -18px;
}

.nav_home a{
	background-image: url('images/nav_home.gif');
}

.nav_meet-lora a{
	background-image: url('images/nav_meet-lora.gif');
}

.nav_services a{
	background-image: url('images/nav_services.gif');
}

.nav_calendar a{
	background-image: url('images/nav_calendar.gif');
}

.nav_blog a{
	background-image: url('images/nav_blog.gif');
}

.nav_tips-and-tools a{
	background-image: url('images/nav_tips-and-tools.gif');
}

.nav_shoppe a{
	background-image: url('images/nav_shoppe.gif');
}

.nav_contact a{
	background-image: url('images/nav_contact.gif');
}

.nav_free-consult a{
	background-image: url('images/nav_free-consult.gif');
}

#nav ul li ul li{
	margin: 2px 0px;
}

#nav ul li ul li a, #nav ul li.nav_selected ul li a{
	background-image: url('images/bullet_circle_gold.gif');
	text-transform: propercase;
	background-position: right 8px;
	background-repeat: no-repeat;
	padding: 1px 8px 1px 1px;
	font-size: 14px;
	height: auto;
	color: #ffffff;
}

#nav ul li ul li a:hover, #nav ul li ul li.current_page_item a, #nav ul li.nav_selected ul li.current_page_item a{
	color: #eac34c;
	background-position: right 8px;
}

/* FORM STYLING */

textarea{
	width: 595px;
	padding: 2px;
	background-color: #eac34c;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d9b445;
}

.input_txt{
	width: 250px;
	padding: 2px;
	background-color: #eac34c;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #d9b445;
	margin: 2px;
}

.btn_submit{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	border: 1px solid #d94c51;
	color: #ffffff;
	padding: 4px 6px;
	background-color: #eb5357;
}

#respond{
	margin-top: 20px;
}

#respond h3{
	font-weight: bold;
}


/* EMAIL CAPTURE */

.wp_email_capture{
	display: inline-block;
}

.wp_email_capture input
{
	width: 250px;
	margin-right: 20px;
	text-align: left;
}


.wp-email-capture-name, .wp-email-capture-email{
	text-align: right;
	width: 120px;
	display: inline-block;
}