/* CLEARS AND STUFF */

.clearall {
	clear: both;
}

/* LOSE THE BORDERS */

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor .format_text,
.custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment,
dl#comment_list dl dt, dl#comment_list dl dd .format_text {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

.custom #content_box, .custom #column_wrap {
	background: none;
}

.full_width > .page {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
}

/* LINKS / COLOURS */

.custom a, custom a:active {
	color: #20739f;
	text-decoration: none;
}

.custom a:hover {
	color: #52a2cc;
}

.custom .entry-title a, .custom .entry-title a:active {
	color: #2f333a;
}

.custom .entry-title a:hover {
	color: #52a2cc;
}

.custom #header #logo a, .custom #header #logo a:active {
	color: #FFF;
}

.custom #header #logo a:hover {
	color: #d688bc;
}

.custom #tabs li.current_page_item a{
	color: #fff;
	border-bottom: #ba4c99 4px solid;
}

.custom #tabs a:hover, .custom #tabs li.current_page_item a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: #ba4c99 4px solid;
}

.custom #footer a, .custom #footer a:visited {
	color:  #A1985A;
	text-decoration: none;
	border-bottom: none;
}

.custom #footer a:hover {
	text-decoration: underline;
}

/* HEADER */

.custom #header {
	margin-bottom: 7.5em;
	position: relative;
	height: 0px;
}

.custom #logo {
/*	width: 40%;
	float: left;
	left: 0px; */
	position: absolute;
	top: -33px;
	z-index: 100;

}

.custom #header, .custom #footer {
	padding-left: 0px;
	padding-right: 0px;
}

.custom #header #logo a { 
	display: block; 
	height: 70px; 
	width: 325px; 
	background: url(images/logo.png) no-repeat; 
	outline: none; 
}

.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}

.custom #header_area {
	background: transparent url(images/textured_bg-header.png) repeat-x scroll 0 0 ;
}

.custom #header_area .page {
	padding-left: 0px;
	padding-right: 0px;
}

.custom #header #tagline {
	color: #fff;
	float: left;
	clear: both;
}

/* NAV */

.custom .menu li.current a {
	color: #fff;
	border-bottom: #a1985a 4px solid;
	margin-bottom: 0px;
}

.custom .menu a:hover, .custom .menu li a.current:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: #a1985a 4px solid;
	background: none;
	margin-bottom: 0px;
}

.custom .menu a {
	margin-bottom: 4px;
}

.custom #navbar {
	float: right;
	width: 60%;
	margin-top: 2em;
}

.custom .menu {
	background: none;
	border: none;
	float: right;
	margin-top:20px;
	width: auto;
}

.custom .menu li a, .custom .menu li ul {
	border: none;
	color:  #bbbbbb;
	padding-right: 5px;
}

.custom .menu li a.current {
	background: none;
}

.custom .menu a, .custom .menu a:active {
	letter-spacing: normal;
	color: #fff;
	margin-left: 1.2em;
	text-transform: none;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: normal;
	background: none;
}

.custom #tabs {
	background: none;
	border: none;
	width: auto;
	float: right;
}

.custom #tabs li {
	border: none;
	background: none;
}

.custom #tabs li.current_page_item {
	background: none;
}

.custom #tabs a, .custom #tabs a:active {
	letter-spacing: normal;
	color: #afafaf;
	margin-left: 1.2em;
	text-transform: none;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: normal;
}

.custom #secondary_menu {
	font-size: 1.6em; 
	margin-bottom: 30px;
}

.custom .menu .submenu li {
	background-color:#F4F4F4;
	border:1px solid #D6D6D6;
}

.custom .menu .submenu li a {
	color:#20739F;
	padding: 5px 0px;
	text-decoration: none;
	margin-bottom: 0px;
}

.custom .menu .submenu li a:hover {
	border: none;
	text-decoration: underline;
	color:#52A2CC;
}

.custom .menu li.current ul a { 
	background: none;
	border: none;
}

.custom .menu li ul li.current a {
	background: none;
	border: none;
}


/* FEATURE BOX */
.custom #feature_box  {
	background: url("images/textured_bg.png") repeat scroll 0 0 ;
	border-color: #DDDDDD;
	border-style: solid;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 1.1em;
}

.custom #feature_box a {
	padding-right: 1.5em;
}



/* BODY */
.custom .page {
	padding-left:2.3em;
	padding-bottom: 2em;
}

.custom #container #page {
	background: none;
}

body.custom {
	background: transparent url(images/textured_bg.png) repeat scroll 0 0; 
/*	background: #20739f url(images/body-bg.jpg) center top no-repeat; */
/*	background: #fff; */
	color: #494c51;
}
.custom #content_box {
	background: #FFF;
/*	border: #53849e 1px solid; */
/*	border-top: #b6c4ce 1px solid; */
	padding-bottom: 1.5em;
/*	-moz-border-radius: 10px; */
/*	-webkit-border-radius: 10px; */
}

.custom .post_box, .full_width #content_box .page {
	margin: 0 2.5em 0 2.5em;
}

#archive_info p {
	letter-spacing: normal;
	text-transform: none;
}
	
/* HEADING STYLES */
.custom h1, h2 {
	color: #a1985a;
}	
/* #ba4c99; */


.custom h3 {
	color: #439aa9;
}

.custom h5 {
	text-indent: 30px;
	background: url(images/InkDrop.png) no-repeat;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}

/* My Comment */

/* SIDEBAR */

.custom #sidebars #sidebar_2 .sidebar_list {
	padding-left: 0px;
}

.custom .sidebar .widget #aweber {
	background-color: #fff;
/*	-moz-border-radius: 1em; */
/*	-webkit-border-radius: 1em; */
	border: 1px solid #a1985a; 
/*	padding: 5%; */
/*	width: 95%; */
	color: #3e4146;
}

.custom .sidebar .widget {
	background-color: #fff;
/*	-moz-border-radius: 1em; */
/*	-webkit-border-radius: 1em; */
/*	border: 1px solid #a1985a; */
/*	padding: 5%; */
/*	width: 95%; */
	color: #3e4146;
}

.custom .sidebar .widget ul {
	border-left: thin dotted #5386aa;
	padding-left: 10px;
}


.custom .widget  #wg h3 {
	font-variant: small-caps;
	letter-spacing: normal;
	color: #A96943;
	padding-bottom: .5em;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
}

.custom .widget  #clients h3 {
	font-variant: small-caps;
	letter-spacing: normal;
	color: #A96943;
	padding-bottom: .5em;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
}

.custom .widget h3 {
	font-variant: small-caps;
	letter-spacing: normal;
	color: #A1985A;
	padding-bottom: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
}

.custom .sidebar_list {
	margin-right: 1.5em;
	margin-left: 1.5em;
}

.custom #multimedia_box #custom_box {
	margin-right: 1.5em;
	margin-left: 1.5em;
}
	

/* POST */

.custom .headline_meta * {
	text-transform: none;
}

.custom .headline_meta {
	font-style: normal;
	text-transform: capitalize;
}

.custom .tt_post .headline_meta {
	padding-left: 42px;
}

.custom .tt_post .headline_area .entry-title {
	padding-left: 40px;
}


.custom .tt_post .headline_area {
	margin-bottom: .5em;
}

.custom .tt_post .post .entry-content {
	padding-left: 42px;
}


/* COMMENTS */

.custom #comment_list .children dt.comment, .custom #comment_list .children dd.comment {
	background: none;
	border: 0px;
	border-left: 2px solid #CFDBE4;
}

.custom #comments {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.custom .bracket {
	display: none;
}

.custom #comment_list dt.comment, .custom #comment_list dd.comment {
	background: #f7fafd;
}

.custom #comment_list dd.comment {
	margin-bottom: 1em;
	border: 1px solid #cfdbe4;
	border-top: 0px;
	margin-left: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
}

.custom #comment_list dt.comment {
	border: 1px solid #cfdbe4;
	border-bottom: 0px;
	margin-left: 1em;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

.custom #comment_list dt.comment-author-admin, .custom #comment_list dd.comment-author-admin {
		background: #d9eaf5 url(images/admin-bg.jpg) bottom center repeat-y;
}

/* COMMENT FORMS */

.custom #commentform input, .custom #commentform textarea {
	border: 1px solid #cfdbe4;
	background-color: #f7fafd;
}

.custom #commentform input:hover, .custom #commentform textarea:hover, .custom #commentform textarea:focus, .custom #commentform input:focus  {
	border: 1px solid #b6c4ce;
}

.custom #commentform #submit {
	padding: 5px 15px;
	color: #2f333a;
}



/* th */
.custom .teaser .entry-content {
	padding-right: 2em;
}

.custom .teaser .entry-title {
	padding-right: 2em;
}

.custom .teasers_box {
	padding-left: 1.5em;
}

.custom .prev_next p {
	padding: 0px 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f4f4f4;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border: 1px solid #d6d6d6;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.3em;
}


/* WIDGET FOOTER */

.custom #main_footer_area {
/*	background: url(images/general_bg.gif); */
/*	border-top: 1px solid #2d2d2d; */
/*	border-bottom: 1px solid #2d2d2d; */
	background: transparent url(images/textured_bg-header.png) repeat-x scroll 0 0;
	float: left;
	padding-top: 3em;
	padding-bottom: 0em;
	color: #999;
}
.custom #main_footer_area a {
	color: #FFF;
}
.custom #main_footer_area a:hover {
	color: #439AA9;
}
.custom #main_footer_area .footer_space {
	width: 1.98%;
	float: left;
	height: 1px;
}
.custom #main_footer_area div.col {
	float: left;
	width: 32%;
}
.custom #main_footer_area h3 {
	border-bottom: 1px solid #6a6a6a;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #439AA9;
}
.custom #main_footer_area .widget {
/*	background-color: #fff; */
	padding-top: 0px;
/*	border: 1px solid #ba4c99; */
	padding: 5%;
	width: 90%;
	color: #bbbbbb;	
}

.custom li.widget .widget_box {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
 	background: transparent none repeat scroll 0 0; 
	border-color: transparent; 
	border-style:solid;
}


.custom #main_footer_area .widget li {
	list-style-image: none;
	margin-left: 0px;
	margin-bottom: 15px;
}



/* FOOTER */

.custom #footer_area {
	background: transparent url(images/textured_bg.png) repeat scroll 0 0; 
/*	background: transparent url(images/textured_bg-header.png) repeat-x scroll 0 0; */
}

.custom #footer {
	font-size: 1em;
	padding-top: .8em;
	padding-bottom: 1.2em;
	color: #bbbbbb;	
}	

/* TT COMMENTS */

.custom .tt_comment_box {
	background: url(images/comments.gif) no-repeat;
	float: left;
	width: 30px;
	height: 31px;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

/* TT SPECIAL HEADER */

.custom #tt_special_header {
	background: url(images/Clouds960x125.png) top center no-repeat;
	height: 1em;
/*	border: #53849e 1px solid; */
	border-bottom: 0px;
	margin-right: -2px;
	padding: 3em 3em 9em;
}
/* http://blogartisans.com/images/menu_bkg.png PRIOR IMAGE */

.custom .tt_icon {
	width: 201px;
	height: 197px;
	background: url(images/storefront3.png) no-repeat;
	float: left;
	padding-right: 40px;
}

.custom #tt_special_header h3 {
	font-size: 4.4em;
	color: #464e5c;
	padding-bottom: 10px;
}

.custom #tt_special_header p {
	font-size: 1.7em;
	line-height: 1.5em;
	color: #4d515a;
}


/* CUSTOM HEADLINE (text or images highlighted above the fold) */
.custom .headline {
	font-size: 1.4em;
	padding-top: 5em;
}


/* CUSTOM WP-POST-FOOTER */
.custom #wp_post_footer {
	border: 2pt dashed #c9bd6d;
	padding: 2em;
	margin-bottom: 1em;
}


/* MEDIA BOX */

.custom .custom_box {
	text-align: left;
	background: none;
	padding: 5%;
	padding-top: 2.4em;
	padding-bottom: 0em;
	margin-bottom: 3em;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 0px;
}

.custom #custom_box {
	font-size: 1em;
	padding-top: 2.4em;
}

.tt_rss {
	display:  none;
}

.tt_rss a {
	background: url(images/rss_icon.png) no-repeat left;
	padding: 15px 0px 15px 50px;
	line-height: 43px;
}

.tt_rss, .tt_twitter {
	padding-bottom: 15px;
	font-size: 1.5em;
}

.tt_twitter a {
	background: url(images/twitter_icon.png) no-repeat left;
	padding: 15px 0px 15px 50px;
	line-height: 43px;
}

#s {
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px 5px;
	border: 1px solid #e1e1e1;
	background: #fff url(images/search_bg.gif) repeat-x;
	font-size: 1.4em;
	color: #5b5b5b;
	width: 95%;
}



/* GRAVITY FORMS */
ul.gfield_radio li input, ul.gfield_checkbox li input {
	width:5%!important;
	}
	
.gform_footer input[type=image] {
	border:none!important; 
	border-color:none!important; 
	background-color:none!important;
	}
		
	
/* AWEBER BUTTON */
.custom .sidebar_list input[type=image] {
	width:50%!important;
}

	/* PAYPAL BUTTON */		
.custom form input[type=image] {
	width:25%!important;
}





/* CUSTOM LANDING PAGE STUFF */

.landing #container {
	border-width: 2em; 
	border-color: #BA4C99;
}


body.landing {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(images/textured_bg.png) repeat scroll 0 0;

}

.landing #header_area {
	background: transparent url(images/textured_bg-header.png) repeat-x scroll 0 0 ;
}

.landing #sidebars {
	border: none
}

.landing #header {
	position: relative;
	height: 80px;
}

.landing #logo {
	left: 0px;
	position: absolute;
	top: -33px;
	z-index: 100;
}

.landing .full_width > .page {
	background: transparent; 
}


.landing #content_box {
	background: #ffffff;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.landing .post_box {
	padding-top: .5em;
}

.landing .form {
	margin-left: 7em;
}



/* CUSTOM HOME PAGE STUFF */


.homepage #content_box {
/*	background: transparent; */
	background: #fffeff;
	}


.homepage .top-three {
		/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}


.homepage .top-three-content {
	background: #212121 url(images/featureBox300x360.png) repeat-y scroll 10px 0; 
	margin-bottom:0px;
	margin-top: 0px; 
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 276px;
	/* space between widgets */
	padding-left: 18px;
	padding-right: 25px;
	/* text color */
	color: #333333;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

.homepage h3.t3-title {
	letter-spacing:1.3px;
	margin-bottom:14px;
	margin-left:12px;
	padding:4px 0 0;
	width:246px;
	color: #a1985a;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
}

.homepage h3.t3-title span {
	background:url("images-lumin/widget-heading-bg.png") no-repeat scroll 6px 1px transparent; 
	display:block;
	line-height:24px;
	padding:0 0 11px 35px;
}

.homepage .widget-content {
	padding-left: 20px;
	padding-right: 20px;
	height: 250px;
}

.homepage .description {
	background: #ffffff;
	padding: 20px 20px 20px 20px;
	display: block;
	clear: both;
}

.homepage .description p {
	font-size:1.5em;
	line-height:1.467em;
	margin-bottom:1.467em;
}

.homepage .description ul {
	font-size:1.5em;
	line-height:1.467em;
	margin:0 0 1.467em 1.467em;
}

.homepage .description ul {
	list-style:square outside none;
}

.homepage .widget-content {
	font-size:1.5em;
	line-height:1.467em;
	margin-bottom:1.467em;	
}

.homepage .spacer {
	clear: both;
	background: transparent url(images/textured_bg.png) repeat scroll 0 0;
	height: 25px;
}

.homepage .headline_area {
/* 	display: none;   */
}



.custom .category-articles .headline_meta {
	display: none;
}



/* CUSTOM eBOOK STUFF */

.twitter-ebook #tt_special_header {
	display: none;
}

.twitter-ebook .headline_area {
 	display: none;   
}

.twitter-ebook .format_text p.alert { 
	background: #dfdcc7; 
	border: 2px solid #a1985a;
	font-variant: small-caps;
}

.twitter-ebook .large_text {
	font-size: 1.4em;
	color:#A1985A;
}

.twitter-ebook .semi-large_text {
	font-size: 1.2em;
	color:#A1985A;
}

.twitter-ebook .box_text {
	font-variant: small-caps;
	border: 2px solid #439aa9;
	color: #439aa9;
	margin-right: 2em;
	margin-left: 2em;
	font-size: 1.1em;
	padding: 1em;
}

.twitter-ebook #content li {
	margin-left: 2em;
	margin-bottom: .5em;
	margin-right: 2em;
}

.twitter-ebook #content ul li {
	margin-left: 2em;
	margin-bottom: .5em;
	margin-right: 2em;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/TealBullet.png);
}


.twitter-ebook .format_text ul {
	margin-top: -.75em;
}

.twitter-ebook .format_text img[title="TwitterEcourseTitle"] {
	margin: -22px auto 1.467em;
}

.twitter-ebook .widget h3 {
	background: #783c86 repeat-x;
	color: white;
}
	
.twitter-ebook .sidebar .widget_pages  {
/*		background: #eae8da; */
/*		background: #783c86; */
}
	