/*
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 {background:url('http://landtheinterview.com/wp-content/uploads/2010/03/bg-new2.jpg');}
#header{display:none;}
#newHeader {height:95px;background:url('http://landtheinterview.com/wp-content/uploads/2010/03/landtheinterview-header-final.jpg') no-repeat; text-align:center; padding:85px 240px 20px 155px; font-size:24px;font-weight:bold;}
#page{border:1px solid black;padding:0px;margin:15px 0px 0px 25px;background:url('http://landtheinterview.com/wp-content/uploads/2010/03/page-bg2.jpg');}
#myfooter {padding:10px;text-align:right;}

/*
Theme Name: Land the Interview
Theme URI: http://landtheinterview.com
Description: Custom WordPress template for LandTheInterview.com
Version: 1.0
Author: Michael Verner
Author URI: http://vernerwebstudio.com/
*/


/* !Reset */

a img, :link img, :visited img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

.clear { clear: both; }
.clickable { cursor: pointer; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }


/* !Typography & Colors */


#free_consultation { background-color: #fff; background-image: url(images/bg-consultation.gif); background-position: bottom left; background-repeat: repeat-x; border: 1px solid #bdbdbd; margin: 25px auto 25px auto; padding: 9px; width: 165px; }
#free_consultation .phone { border-top: 1px solid #d4d4d4; color: #ff0024; font-family: 'Courier New', Times, Georgia, serif !important; font-size: 20px; font-weight: bold; margin: 6px 0 0 0; padding: 6px 0 0 0; text-align: center; }
#free_consultation .phone span { display: block; font-size: 16px; font-weight: normal !important; text-align: center; }

strong.r { color: #ff0024; }
strong.em { font-style: italic; }
strong.u { text-decoration: underline; }
a.r { color: #ff0024 !important; }

.quote { background-image: url(images/bg-quote.gif); background-position: bottom left; background-repeat: no-repeat; min-height: 94px; margin: 0 0 20px 0; padding: 0; }
.quote strong { display: block; font-size: 21px; font-weight: bold; }
.quote .top { background-image: url(images/bg-quote-top.gif); background-position: top left; background-repeat: no-repeat; min-height: 94px; padding: 15px 18px 2px 15px; }

.package { border-bottom: 1px solid #E2E2E2; padding: 15px; }
.package h3 { font-size: 18px; margin: 0 0 3px 0; }
.package h3 span { font-size: 12px; }
.package .price { color: #ff0024; float: right; font-size: 17px; font-weight: bold; }
.package p { font-size: 13px !important; }
.package p.comment { font-size: 11px !important; font-style: italic; }
.package ul { margin-top: -10px !important; margin-bottom: 0 !important; }
.package ul li { border-bottom: 1px solid #EFEFEF; padding: 10px 0 5px 0 !important; }
.package ul li p { font-size: 12px !important; margin-bottom: 0 !important; }
.package ul li span.p { color: #ff0024; font-weight: bold; }
.package .button { float: right; margin: 0 0 0 20px; }

.about { border-bottom: 1px solid #E2E2E2; padding: 15px 0 15px 0; }
.about h3 { font-size: 18px; font-weight: bold; margin: 0 0 3px 0; }
.about p { font-size: 13px !important; }


.alignright { float: right; margin: 0 0 15px 15px; }
.alignleft { float: left; margin: 0 15px 15px 0; }
.wp-caption { background-color: #E9E9E9; border: 1px solid #D2D2D2; font-size: 11px !important; font-style: italic; padding: 7px 0px 7px 7px; }
.wp-caption p { font-size: 11px !important; line-height: 1.3em !important; margin: 0 8px 0 8px !important; text-align: center !important; }
.button  { margin: 1.5em 0 1em 0; text-align: center; }

.contact-field { border-bottom: 1px solid #E2E2E2; margin: 0 0 10px 0; padding: 0 0 10px 0; }
.contact-field label { display: block; float: left; font-weight: bold; margin: 0 0 4px 0; padding: 3px 0 0 0; width: 150px; }
.contact-field label.f { float: none !important; }
.contact-field label span { font-size: 11px; }
.contact-field input { border: 1px solid #030303; display: block; float: left; font-size: 14px; width: 250px; }
.contact-field textarea { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 14px; width: 450px; }
.contact-buttons { }

.testimonial { border-bottom: 1px solid #E9E9E9; margin: 0 0 1em 0; padding: 0 0 1em 0; }
.testimonial span { display: block; margin: 0.60em 0 0 0; }

.diggdigg { border-top: 1px solid #E9E9E9; margin: 0.75em 0 0 0; padding: 0.75em 0 0.75em 0; }
.diggdigg .dd { float: left; margin: 0 0 5px 0; overflow: hidden; text-align: center; width: 33%; }
.diggdigg .dd iframe { float: left; text-align: center; }
.diggdigg .dd_digg { width: 83px; }
.diggdigg .dd_digg div { margin: 2px 0 0 -25px; }
.diggdigg .dd_reddit { width: 129px; }
.diggdigg .dd_buzz { width: 139px; }
.diggdigg .dd_twitter { width: 77px; }
.diggdigg .dd_twitter { margin: 3px 0 0 0; }
.diggdigg .dd_fb { width: 75px; }
.diggdigg .dd_fb div { margin: 3px 0 0 -25px; }

