/*

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/

*/



/* This line sets up our clickable background image based on the site title's link */

/* DIY: Adjust the height &; width attributes to reflect the actual size of your image */




/* This line gets rid of the site title &amp;amp; tagline by casting them out to far left field */

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }



/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */


/* This is a bit of a kludge, but it seems to work. */

.custom #header #tagline { height: 0; }



/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

.custom #header { padding:0;border-bottom:0;margin-top:0em;position:relative;z-index:0; }



.custom .entry-title a {color:#59641f;



}





li#text-3 { background: url('http://interviewiq.com.au/wp-content/themes/thesis_16/custom/images/questionmark.gif');}



li#text-4 { padding:0.625em 3.125em 1.25em 0.625em;width:290px;height:230px;background: url('http://interviewiq.com.au/wp-content/themes/thesis_16/custom/images/emailbackground.gif') no-repeat;}



.counter{

	font-size:26px;

	color:#00F;

	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;

	font-weight:bold;

}

#execphp-3{

	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;

	font-size:16px;

}

.social { border: dashed #ddd; border-width:1px 0 1px 0; margin: -15px auto 10px; display:block; padding: 3px 0 1px 0px;  overflow: hidden; }

	.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }



	.social .social_button.dg { margin: 0px 0 0 20px ; padding-top: 4px;}

	.social .social_button.tm { margin: 0px 0 0 12px;  padding-top: 4px;}

	.social .social_button.fb { margin: 0 0 0 15px;  padding-bottom:0px;}

	.social .social_button.su { margin: 0px 0 0 30px;  padding-top: 2px;}

        .social .social_button.em { margin: 0 0 0 20px;  padding-top: 0px;}

        .social .social_button.em a{background:#eee url(images/emailthis.gif) 3px 50% no-repeat; padding:2px 3px 2px 20px;  font-size:10px; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

		.social .social_button.em a:hover {background:#ddd url(images/emailthis.gif) 3px 50% no-repeat}

	.social .social_button a img { border: 0; padding: 0; }

	.social strong { font-size: 11px; float: left; margin:2px 0 0 0; color:#555;}



.clear{clear:both;}



.aform{

padding:0.625em 3.125em 1.25em 0.625em;width:290px;height:230px;background: url('http://interviewiq.com.au/wp-content/themes/thesis_16/custom/images/emailbackground.gif') no-repeat;

}

.centralise {

    margin: 0 auto;

    width: 350px;

}

.titleform{

font-size:16pt;color:#F00;text-align:center;

}

#awf_field-3669264, #awf_field-3669265,#awf_field-awf_field-27530615, #awf_field-27530616, #awf_field-27530614{

width:260px;

}

.buttonContainer{

text-align:center;

padding-top:15px;

}

#author-bio-box {

		border: 1px solid #bbb;

		background: #eee;

		padding: 5px;

	}

	

	#author-bio-box img {

		float: left;

		margin-right: 10px;

	}

	

	#author-bio-box .author-name {

		font-weight: bold;

		margin: 0px;

		font-size: 14px;

	}

	

	#author-bio-box p {

		font-size: 12px;

		line-height: 1.571em;

		font-style: italic;

	}

	

	.spacer { display: block; clear: both; }

.welcome{

font-size:24px;

}

.categoryfont .headline_area  h2 {

	font-size:2em;

}



/ updates 08-11



/* Form Styling */

.custom input, .custom textarea { background: #f9f9f9; border: 1px solid #bbb; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; overflow:auto; padding:4px; }

.custom textarea { width:300px; }

.custom input:focus, .custom textarea:focus { border-color: #888; }

.custom input.button, .custom input[type=submit], .custom #commentform input.form_submit, .custom dl#comment_list dd p.reply a, .custom select { background: #fff url(images/form-bg-input.png) bottom repeat-x; padding:5px; text-shadow: 0 1px 0 #fff; color:#222; width: auto; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 2px;  border: 1px solid #bbb; font-weight: normal; }

.custom input.button:hover, .custom input[type=submit]:hover, .custom #commentform input.form_submit:hover, .custom dl#comment_list dd p.reply a:hover { background: #fff url(images/form-bg-input_active.png) top repeat-x; border: 1px solid #aaa; cursor: pointer; text-decoration:none; }

.custom input.button:active, .custom input[type=submit]:active, .custom #commentform input.form_submit:active, .custom dl#comment_list dd p.reply a:active { border: 1px solid #888; }



/* global */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

.custom .format_text a,

.custom .sidebar a { text-decoration:none; border-bottom:1px dashed #fff; }

.custom .format_text a:hover,

.custom .sidebar a:hover { color:#59641F; border-bottom:1px dashed #fff; }

.custom .entry-title a:hover { background:#eee; }



/* header */


.custom #header img { width:100%; height:auto; }

/* sidebar */

.custom li.widget ul { margin-left:20px; margin-bottom:15px; }

.custom li.widget ul li { list-style-image:url(images/bullet.jpg) }



.custom .sidebar h3 {

    border-bottom: 1px dashed #fff;

    border-top: 1px dashed #fff;

    line-height:20px;

	padding: 10px 0;

}



.custom .sidebar h4 {

	color: #6f6f6f;

	font-family: arial;

	font-size: 18px;

	font-style: italic;

	font-weight: normal;

	padding: 10px 0 15px;

	

}



/* navigation */

.custom #page {
    position: relative;
}

.custom ul.menu {
    float: right;
}






/* aweber form */

.custom #aweber { background:url(images/bg.gif) repeat; padding:15px; border:1px solid #ddd; }

.custom #aweber label { float:left; }

.custom #aweber input[type=submit] { padding: 5px 25px; }

.custom #awf_field-3669264, #awf_field-3669265, #awf_field-27530616{ margin: 0 0 8px 7px; width: 210px; height:15px; }



/* social links */

.custom #social { overflow:hidden; margin-left:0; }

.custom #social li { list-style-image:none; float:left; margin-left:18px; }

	.custom #social li:first-child { }

.custom #social li a {

	background:url(images/social_icons.jpg) no-repeat;

	border-bottom:none;

	display:block;

	float:left;

	list-style:none;

	height:60px;

	width:60px;

	text-indent:-999em;

	-moz-transition:all 250ms ease-out 0s;

	-o-transition:all 250ms ease-out 0s;

	-webkit-transition:all 250ms ease-out 0s;

	-ms-transition:all 250ms ease-out 0s;

	transition:all 250ms ease-out 0s;

}

	.custom #social li a:hover { cursor:pointer; }


.custom #social .tw { background-position:0 0; }

	.custom #social .tw:hover { background-position:0 -60px; }

.custom #social .ln { background-position:-60px 0; }

	.custom #social .ln:hover { background-position:-60px -60px; }

.custom #social .fb { background-position:-120px 0; }

	.custom #social .fb:hover { background-position:-120px -60px; }

.custom #social .rss { background-position:-180px 0; }

	.custom #social .rss:hover { background-position:-180px -60px; }



/* book */

.custom .book img { float:left; padding-top:10px; margin-left:-20px; }

.custom .book a { border-bottom:none; }

.custom .book p { padding-top:20px; }



/* logos */

.custom img.logos { width:270px; display:block; }



.custom .twtr-hd,

.custom .twtr-ft { display:none !important;}









.sign-up{

    background: #C82536;

    border-radius: 5px 5px 5px 5px;

    color: #FFFFFF;   

    padding-top: 10px;

padding-left:20px;

padding-right:20px;

padding-bottom:10px;

}

#fancyboxID-1{

text-align:center;

}

.popup_head{

font-size:20px;

line-height:20px;

margin-bottom:10px;

}

.af-element p{

display:none;

}

.af-textWrap input{

width:100%;

}

.form1 .af-element{

margin-bottom:20px;

}

.format_text p.alert{

padding:0.533em 0.733em;

}

.format_text p.alert {

background: #eeeeee;

border:1px solid #C82536;

}
/* Landing page customisation */
.landing-page{
	font-family:Arial, Helvetica, sans-serif;
}
.landing-page #header, .landing-page .menu, .landing-page #sidebars, .landing-page #comments,.landing-page .headline_area{
	display:none;
}
.landing-page #content{
	width:959px;
border:1px solid #fff;
padding:10px;
-moz-box-shadow: 0 0 5px 1px #888;
-webkit-box-shadow: 0 0 1px 5px#888;
box-shadow: 0 0 5px 1px #888;
}
.landing-page hr{
	margin-top:20px;
	margin-bottom:20px;
	border: 0px #D6D6D6 solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-bottom-color: white;
clear: both;
height: 0;
}
.landing-page h1{
	margin-bottom:20px;
	
}
.features{
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
width:285px;
margin-bottom:20px;
-moz-box-shadow: 0px 3px 3px #d6d6d6;
-webkit-box-shadow: 0px 3px 3px #D6D6D6;
box-shadow: 0px 3px 3px #D6D6D6;
border:1px solid #ccc;
}
.box{	
padding: 20px 15px 20px 15px;
margin: 10px 0 0 0;
min-height:230px;
}
.features-row{
	clear:both;	
}


.box li{
	
	list-style-type:disc;
	margin-bottom:15px;
}

.landing-page .full-width{
	background: white;
border: 1px solid #E6E6E6;
padding: 20px 15px 20px 15px;
margin: 10px 0 0 0;
-moz-box-shadow: 0px 3px 3px #d6d6d6;
-webkit-box-shadow: 0px 3px 3px #D6D6D6;
box-shadow: 0px 3px 3px #D6D6D6;
margin-bottom:20px;
width:880px;
clear:both;
}
.box h3{
	margin-top:0px;
font-size:25px;
}
.landing-page input.button,.landing-page input[type="submit"]{
	background:url('images/signup.png');
	background-repeat:no-repeat;
	width:188px;
	height:43px;
	text-indent:-9999px;
	border:0px;
	margin-left:-20px;
	margin-top:-20px;
}
.social-media {
	float:right;
}
.custom .format_text .social-media a{
	text-decoration:none;
	border-bottom:0px;
}
.more-info{
	text-align:center;
	clear:both;
	margin-bottom:20px;
	}
.custom .box #awf_field-3669264, .custom .box #awf_field-3669265, .custom .box #awf_field-27530616{
	height:25px;
}
.footer-col{
	float:left;
	width:280px;
	margin-right:20px;
	margin-top:30px;
}
.footer-columns{
	clear:both;
}
.videos{
	clear:both;
	margin:0 auto;
}
/*Free Updates page */
.subscribe .format_text{
	margin:0 auto;
	width:650px;
}
.free-updates h1{
	line-height:30px;
	margin-top:20px;		
}
.custom .free-updates #aweber{
	text-align:center;
}
.custom .free-updates #aweber label{
	float:none;
}
.landing-page .full_width #content_box .page{
margin:0px;
}
#af-body-1380212247 .af-textWrap input {
    height: 30px;
    margin-bottom: 20px;
    width: 240px;
}
#fancyboxID-2{
text-align:left;
font-size:12px;
}
.landing-header{
margin-bottom:18px;
}
.landing-page .post_box{
padding-top:0px;
}
.landing-page p{
margin-bottom:0px;
}
.landing-page td{
vertical-align:top;
padding-right:50px;
}

.landing-page table{
margin-bottom:28px;
}
.custom .teaser { 
	border-top: 1px dotted #bbb;
	float: left;
	margin: 0;
	padding: 1.1em;
	text-align: left;
	width: 100%;
}
 

