/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body{
/*-- DISABLED by =ck 25may10 per mario 	
background-image:url('images/orangeflame.jpg');
--*/ 
background-position:top center;
background-repeat:repeat-y;
background-color:#fb9a26;
}

#header {
/* background-color:pink; */
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:990px;
	border:0 none;
	height:100px;
	position:relative;
}

#content_box {
/* background-color:red; */
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:970px;
	background-color:#fff;
	overflow:hidden;
}

#header_area .page {
	background-image:url('images/white_tile.gif');
	padding-top:0;
	height:80px;
	overflow:hidden;
}

.full_width .page {
	width:100%;
	background-color:transparent;
	padding:20px 0 0 0;
}

#content {
	width:660px;
}

#sidebars {
	background-color:#f0f0f0;
	border:0 none;
	float:left;
	width:310px;
}


.home #header #logo a{
	top:8px;
}

#header #logo a {
	text-indent:-9000px;
	display:block;
	width:217px;
	height:66px;
	background-image:url('images/careersparx_newlogo_trimmed.gif');
	position:absolute;
	top:18px;
	left:0;
}



.headline_area{
/*--- 
DISABLED by =ck 25may10 per mario
background-image:url('images/BG_paper.gif'); 
---*/ 
background-color:white;
margin-bottom:0;
padding:20px 20px 0;
}

.full_width .page {
background-image:url('http://careersparx.com/public/wp-content/themes/thesis_16_careersparx/custom/images/blackflame.jpg');
background-position:top center;
background-repeat:repeat-x;
}

#footer{
border:none;
background-color:#fb9a26;
}

#footer_area .page{
/*-- REPLACED by =ck 26may10 per mario
background-image:url('images/orangeflame.jpg');
--*/
	background-image:url('images/orange.jpg');
	background-position:center center;
	background-repeat:repeat-y;
	background-color:#fb9a26;
	height:120px;
	margin-top:60px;
}

#footer h3{
color:#fcbd74;
font-size:12px;
padding-top:10px;
}

.format_text{
/*--
background-image:url('images/BG_paper.gif');
--*/
background-color:white;
padding:10px 20px 20px;
clear:both;
}

.format_text hr {
border: none;
}

.format_text h2{
margin-top:0px;
color:#100601
padding:8px 0px;
}

.format_text h3{
margin-top:0px;
padding-top:0px;
}

.headline_area h2{


color:#100601;
}

.post_box{
padding-top:0px;
border:none;
}

.custom img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}


.col_left{
width:280px;
float:left;
}

.col_right{
width:280px;
float:right;
}



.image_box{
background-color:transparent;
}

.menu_wrapper{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:right;
	background-color:pink;
}

#hero_content{
	float:right;
	display:block;
	margin-bottom:20px;
	margin-right:10px !important;
	margin-right:5px;
}


.menu, .menu a, .menu li ul {
border-style:none;

}

.menu li{
text-align:right;
}


.menu{
	position:absolute;
	right:10px;
	width:440px;
	top:58px;
	z-index:10;
}

.home .menu {
	top:40px;
}

/*---:[ join page -- added 7may10 by =ck ]:---*/ 
p.testimonial { margin-bottom:2px !important; }
p.quoted { font-style: italic; text-align: right; }
.optleft { width:220px; height: 165px; margin-right: 20px; background-color: #d7d7d7; border: solid 2px; border-color: #474747; padding: 15px; font-size: 13px; line-height: 120%; }
.optright { width:220px; height: 165px; margin: -199px 0 0 270px; background-color: #d7d7d7; border: solid 2px; border-color: #474747; padding: 15px; font-size: 13px; line-height: 120%; }
.ordleft { width: 248px; height: 22px; margin-right: -30px; background-color: #111; padding: 3px; font-size: 14px; color: #ffffff; text-align: center; }
.ordright { width: 248px; height: 22px; margin: -28px -200px 0 270px; background-color: #111; padding: 3px; font-size: 14px; color: #ffffff; text-align: center; }
.ordleft a, .ordright a { color: #fff; text-decoration: none; }
.ordleft a:hover, .ordright a:hover { color: #eee; text-decoration: underline; }
.ordprochead { width: 576px; margin-top: 10px; height: 22px; background-color: #111; padding: 3px; text-align: center; color: #fff; }
.ordprocmain { width: 548px; background-color: #d7d7d7; border: solid 2px; border-color: #474747; padding: 15px; font-size: 13px; line-height: 120%; }
.guarantee { margin-top: 10px; line-height: 120%; }
span.guarancopy { font-size: 13px; line-height: 120% !important; }


/*-- more added by =ck 25may10 per mario --*/
.prev_next a { font-size: 11px; }
.format_text .to_comments { padding-bottom: 17px; margin-bottom: -20px; border-bottom: 1px dotted black; }


.submit{
	background-color:black;
	background-image:url('http://careersparx.com/public/wp-content/themes/thesis_16_careersparx/custom/images/bg_orange_arrow.gif');
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	text-indent:-3000px;
	float:left;
	border:none;
	color:transparent;
	line-height:5;
}

#signup{
text-align:left;
}

#signup th{
background-color:#cccccc;
padding:20px 8px;
margin-bottom:10px;
line-height:100%;
font-weight:normal;
}

#signup td{

padding-left:20px;

}

#signup_membership{

}

#awf_field-4025492{
	padding-left:10px;
	width:220px;
	height:27px;
	float:left;
	font-size:15px;
}

.privacyPolicy a{
color:black;
margin-top:0px;
display:block;
color:#666666;
text-decoration:underline;
display:none;
}

.menu a {
background-color:transparent;
color:#777777;
}

.menu a:hover {
background-color:transparent;
color:darkorange;
}

.menu .current a{
background-color:transparent;
color:darkorange;
font-weight:bold;

}

.menu .current a:hover{
background-color:transparent;
color:darkorange;
}

.menu li {
background-color:transparent;
border-right:1px dotted black;
}

.menu .tab-5{
border:none;
}


.sidebar ul.sidebar_list {
/* background-color:white; */

}



#sidebar_1 li.widget {

margin-bottom:0px;
}


#download_pdf{

}


#get_freeguide{
	background-image:url('http://careersparx.com/public/wp-content/themes/thesis_16_careersparx/custom/images/hdr_get_the_free_career_guide.png');
	width:261px;
	height:100px;
	display:block;
	text-indent:-6000px;
	margin:23px 0 35px 18px;
}


.sidebar_inner{
padding:12px;
}

.sidebar_inner a{

}



#TTL_igniteyourcareer{
	background-image:url('http://careersparx.com/public/wp-content/themes/thesis_16_careersparx/custom/images/TTL_igniteyourcareer.png');
	width:220px;
	height:30px;
	text-indent:-3000px;
	background-repeat:no-repeat;
	margin:4px 0 12px 8px;
}


.teaser_copy{
	font-size:15px;
	color:#0d0803;
	line-height:16px;
	font-family: "lucida sans unicode", "lucida grande", verdana, arial, helvetica, sans-serif;
	margin:0 0 0 6px;
}

.format_text p {
font-size:13px;
line-height:120%;
}

/*
.format_text .more-link{
background-color:black;
width:120px;
height:20px;
display:block;
background-image:url('http://careersparx.com/wp-content/themes/thesis_16_careersparx/custom/images/tiny_orangearrow.gif');
background-repeat:no-repeat;
background-position:center right;
padding-left:4px;
text-decoration:none;
}
*/

.format_text .more-link:hover{
background-color:#f89723;
color:black;
background-image:url('http://careersparx.com/public/wp-content/themes/thesis_16_careersparx/custom/images/tiny_blackarrow.gif');
background-repeat:no-repeat;
background-position:center right;
padding-left:4px;
text-decoration:none;
}

#comments{
background-color:white;
/*--
background-image:url("images/BG_paper.gif");
--*/
margin:-4em 1em 0 2.2em;
}

#respond{
margin:0px;
padding:0px;
}

#respond_intro {
margin-bottom:1.1em;
margin-top:4em;
}

.comments_closed{
display:none;
}

.comments_intro {
margin-top:4em;
}

.prev_next {
color: white;
border:none;
}





#BTN_login, #BTN_back, #BTN_getpassword, #wp-contactform input, #BTN_subscript, #BTN_order{
width:140px;
background-color:#e5861e;
color:white;
background-image:url('http://careersparx.com/public/wp-content/themes/thesis_16_careersparx/custom/images/BTN_BG_orange.gif');
background-position:center center;
padding:4px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
margin-top:20px;
border:solid 1px #e5861e;
font-size:12px;
font-weight:bold;
}


#wp-contactform textarea{
width:400px;
}

#wp-contactform input.wpcf7-validates-as-email, 
#wp-contactform input.wpcf7-validates-as-required, 
#wp-contactform input.wpcf7-validates-as-required, 
#wp-contactform .wpcf7-form-control-wrap input{
background-color:#EEEEEE;
width:400px;
background-image:none;
border:solid 1px #dedede;
border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
-moz-border-radius:0px;
-webkit-border-radius:0px;
color:#222222;
margin-top:2px;
font-weight:normal;
}

#BTN_password, #BTN_username{
width:200px;
}

#BTN_email{
width:270px;
}

/*
#post-6{
text-align:center;
}
*/

.table_hilite{
background-color:#FFFCDB;
border:1px solid #DEDEDE;
padding:4px;
}

#thankyou-message{
float:right;
width:220px;
margin-left:60px;
}

.no_sidebars #content {
margin-top:45px;
width:1000px;
}

.errmsg{
color:red;
}

#BTN_username, #BTN_password{
width:120px;
margin-left:20px;
}

#BTN_login, #BTN_back{
width:110px;
}

.format_text{
font-size:13px;
}


/** UPDATE **/

.format_text a {
	color:#fb9a26;
}

.widget_links h3 {
	font-variant:normal;
	font-weight:bold;
	color:#000000;
	letter-spacing:normal;
}

.blogroll a {
	color:#333333;	
}

#footer {
	margin:0 auto;
	width:990px;
	position:relative;
	padding:0 0 70px 0;
}


#social {
	position:absolute;
	top:12px;
	left:18px;
}

#social a {
	position:relative;
	background:transparent url(images/bg_social_icons.png) no-repeat 0 0;
	width:27px;
	height:27px;
	display:block;
	float:left;
	margin:0 10px 0 0;
	overflow:hidden;
	text-indent:9000px;
	border:none;
}

#social a.twitter {
	background-position:-27px 0;
}

#social a.linkedin {
	background-position:-53px 0;
}

#social a.youtube {
	background-position:-81px 0;
}

#header_area .page { 
	height:100px;
	background-color:#fff;
}

.home #header_area .page { 
	height:80px;
}

.af-element input {
	background-color:#fff;
	border:1px solid #000;	
}

.af-element input.submit {
	background-color:#000;
	margin:0 0 0 5px;
	height:29px;
	width:31px;
}

.af-textWrap {
	margin:0 0 0 8px;	
}


/*
 * FREE Guide page
*/

.freeguide #sidebars {
	float:none;
	width:auto;
	padding-top:60px;
	padding-left:180px;
	padding-bottom:25px;
}

.freeguide #content {
	float:none;
	width:auto;
	padding:0 160px;
}

.freeguide #content ul {
	margin-left:0;	
}

.freeguide #content li {
	list-style:none outside none;
	background:transparent url(images/bg_li_checkmark.png) no-repeat 0 0;
	padding:0 0 0 55px;	
	margin:0 0 15px 0;
}

.freeguide .guide_book {
	float:left;	
}

.freeguide #sidebars h1 {
	font-size:40px;	
}

.freeguide #get_freeguide {
	margin-bottom:20px;
	margin-left:10px;
	margin-top:0;
}

.freeguide #TTL_igniteyourcareer {
	margin-left:10px;
	margin-top:60px;
	font-size:26px;	
	margin-bottom:0;
}

.freeguide #sidebar_1 {
	display:none;
}

.freeguide .af-textWrap {
	margin:0;	
}

.freeguide .af-form-wrapper {
	
}

.freeguide .af-element input {}


