/* 
Theme Name: Focus Finder
Theme URL: http://www.focusfinder.com/
Description: , Developed by Lion Heart Web Development
Author: Michael Madison
Author URI: http://www.lionheartwebdevelopment.com/
Version: 2.0
*/

html, body, div, span, applet, 
object, iframe,h1, h2, h3, h4, 
h5, h6, p, blockquote, pre,a, abbr, 
del, dfn, em, font, img, ins, 
kbd, q, s, samp, acronym, address, 
big, cite, code,small, strike, strong, 
sub, sup, tt, var,dl, dt, dd, ol, 
ul, li,fieldset, form, label, 
legend,table, caption, tbody, tfoot, 
thead, tr, th, td {
	font-size: 100%;
	font-family: sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before, blockquote:after, 
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

* {margin:0;padding:0;}

/* -------------------------------------------------------------- 
   
   SET DEFAULT TYPOGRAPHY BASED ON BLUEPRINTCSS
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color: #000;    
    font: 12px Arial,sans-serif;
    line-height: 18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; line-height: 1; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; border-bottom: 1px solid; }
a           { color: #009; text-decoration: none; border-bottom: 1px dotted; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Basic Architecture
-------------------------------------------------------------- */

body {
	background: url('img/body_bg.jpg') top left repeat-x #fff;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

#bloglink {
	position: absolute;
	height: 135px;
	width: 135px;
	top: 0;
	right: 0;
}

#bloglink a {
	background: url('img/bloglink.png') top left no-repeat;
	display: block;
	height: 135px;
	width: 135px;
}

#bloglink a:hover {
	background-position: bottom left;
}

#bloglink span {
	margin-left: -9999px;
}

/* Header
-------------------------------------------------------------- */

#header {
	height: 135px;
}

#logo {
	width: 307px;
}

#logo a {
	background: url('img/focusfinder.png') top center no-repeat;
	display: block;
	height: 125px;
	width: 307px;
	border: none;
}

#logo p a span {
	margin-left: -9999px;
}

#headertext {
	float: right;
	width: 500px;
	margin-left: 350px;
	text-align: right;
}

#headertext p {
	font-family: "Helvetica";
	color: #333;
	font-size: 19px;
	text-transform: uppercase;
	padding-top: 56px;
	letter-spacing: -1px;
}

/* Navigation
-------------------------------------------------------------- */

#navigation {
	height: 50px;
}

#dropmenu, #dropmenu ul {
	margin: 0;
	position: relative;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 44px/*1.5em*/;
	z-index:300;
	width: 100%;
/*	background:#fff*/;
	font-weight:bold;
	font-size: 120%;
}
#dropmenu a {
	display:block;
	padding:0.25em .75em;
	color:#fff;
	border-right:1px solid #c8c8c8;
	text-decoration:none;
	background: url('img/navigation.gif') bottom left repeat-x;
}

#dropmenu a:hover {
	background: url('img/navigation.gif') top left repeat-x;
	color:#fff;
}
#dropmenu li {
	float:left;
	position:relative;
}
#dropmenu ul {
	position:absolute;
	display:none;
	width:12em;
	top:35px/*1.9em*/;
	left:-1px;
}
#dropmenu ul a {
	border-left:1px solid #c8c8c8;
}
#dropmenu ul a:hover {
	background:#888;
}
#dropmenu li ul {
	border-top:1px solid #c8c8c8;
	width:14.1em;
	line-height: 22px;
	margin-top: 15px;
	font-size: 100%;
}
#dropmenu li ul a {
	width:12em;
	height:auto;
	float:left; 
	border-bottom:1px solid #c8c8c8;
	color: #888;
	}
#dropmenu ul ul {
	top:auto;
}
#dropmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
	background: #fff;
}

#dropmenu li a.home {
	background: url('img/home.png') center center no-repeat;
	width: 40px;
}

#dropmenu li a.home span{
	margin-left: -9999px;
}

/* Feature
-------------------------------------------------------------- */

#feature {
	clear: both;
	background: url('img/findyourway.png') top left no-repeat;
	height: 210px;
	text-align: right;
}

#featurehome {
	background: url('img/findyourwayBIG.png') top right no-repeat;
	height: 350px;
}

#heading {
	height: 140px;
	width: 600px;
}

#quotecontainer {
	height: 235px;
	width: 500px;
	float: left;
}

#quotes {
	list-style: none;
	cursor: pointer;
}

#quotes blockquote {
	background: url('img/quote.gif') top left no-repeat;
	color: #740106;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	border-right: 2px solid #ccc;
	line-height: 110%;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 10px 30px 0 20px;
	text-indent: 20px;
}

#quotes cite {
	font-style: normal;
	font-size: 14px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	color: #444;	
}

/* SUBHEADER
-------------------------------------------------------------- */

#subheader h1 {
	font-family: "Helvetica";
	font-weight: bold;
	color: #1c1c1c;
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 62px;
	letter-spacing: -1px;
}

#subheader h1 span {
	color: #740106;
}

/* Content
-------------------------------------------------------------- */

#contentwrapper {
	clear: left;
}

#content {
	width: 670px;
	padding: 10px;
	float: left;
}

#content pre {
	border-bottom: 1px solid #CCC;
	padding: 0;
	margin: 0 50px 20px 10px;
}

#content pre span {
	display: none;
}

#content.home {
	width: 580px;
}

#content img {
	border: 1px solid #999;
	padding: 1px;
}

#content ul {
	margin-left: 30px;
}

#content h4 {
	font-weight: bold;
}

/* Content HOME
-------------------------------------------------------------- */
#content.home {
	font-size: 110%;
}

#content.home h2 {
	font-weight: bold;
	color: #800000;
}

/* BLOG POST STYLING
-------------------------------------------------------------- */

.blog h2 {
	margin-top: 20px;
}

.blog h2 a {
	margin-left: 80px;
	font-weight: bold;
}

.blog .clearfix {
	margin-bottom: 30px;
}

.date {
	float: left;
	margin-top: -50px;
	background: url('img/date_bg.png') no-repeat scroll top left;
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
}

.date .datemonth {
	height: 12px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.date .dateday {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 6px;
	font-size: 26px;
	color: #29140a;
}

.date .dateyear {
	padding-top: 3px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #29140a;
}

.postmeta {
	background: #F4F9FF;
	margin: 10px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D4D9DF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #D4D9DF;
}

.postmeta p {
	margin: 0;
	padding; 5px 0;
}

/* LINK BUTTON BACKGROUNDS
-------------------------------------------------------------- */

#linkbutton {
	margin: 10px;
	border-top: 2px solid #FFC;
	border-bottom: 2px solid #FFC;
	background: #FFE;
}

#linkbutton p {
	padding: 20px 0;
}

#linkbutton a {
	border: 0;
}

#linkbutton span {
	display: none;
}

#linkbutton.job-seekers a {
	background: url('img/buttons/getyourreport.png') top center no-repeat;
	width: 200px;
	height: 200px;
}

#linkbutton.success a {
	background: url('img/buttons/success.png') top center no-repeat;
	width: 335px;
	height: 100px;
}

#linkbutton a:hover {
	background-position: bottom center;
}

/* Sidebar .SNAPSHOT / Both Home Page and Report Pages
-------------------------------------------------------------- */

#sidebarHOME {
	width: 400px;
	float: right;
}

div.snapshot, div.widget {
	border: 2px solid #ddd;
	margin-bottom: 10px;
	padding: 10px;
}

div.snapshot img {
	border: 1px solid #999;
	padding: 1px;
	height: 80px;
	width: 80px;
	margin: 0 10px 0 0;
	float: left;
}

div.snapshot h3 a {
	border: 0;
}

div.snapshot a {
	color: #333;
}

div.snapshot a:hover {
	color: #000;
}

div.snapshot p.samplereport a {
	text-transform: uppercase;
	float: left;
	margin-left: 10px;
	color: #855;
	font-weight: bold;
	border: 0;
}

div.snapshot p.samplereport a:hover {
	color: #800;
}

div.snapshot small a {
	color: #66c;
	text-transform: uppercase;
	float: right;
	font-style: italic;
	margin-right: 10px;
	border: 0;
}

div.snapshot small a:hover {
	color: #00f;
}

div.snapshot div.sb_ordernow {
	clear: both;
	padding-top: 10px;
}

div.snapshot .sb_ordernow a {
	background: url('img/sb_ordernow.png') top center no-repeat;
	width: 130px;
	height: 22px;
	padding-top: 2px;
	padding-right: 15px;
	text-align: right;
	color: #111;
	font-size: 13px;
	font-family: 'Times New Roman', Times, serif;
	border: none;
}

div.snapshot .sb_ordernow a:hover {
	background-position: bottom center;
}

div.snapshot .sb_ordernow a span{
	margin-left: -9999px;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	width: 280px;
	padding: 10px;
	margin-left: 10px;
	float: right;
	color: #666;
	text-align: center;
}

#sidebar a {
	text-decoration: none;
	color #666;
}

#sidebar h3 {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#sidebar div.snapshot h3 {
	text-align: left;
	padding: 0;
	border: 0;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

#sidebar ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

#sidebar ul li a:hover {
	background: #F4F9FF;
}

#sidebar small {
	display: none;
}

/* Bottom
-------------------------------------------------------------- */

#bottom {
	background: url('img/bottom_bg.jpg') top left repeat-x #252525;
}

#banner {
	padding: 26px 0;
}

#banner img {
	border: 3px solid #d5e0ed;
}

/* Footer
-------------------------------------------------------------- */

#footer {
	padding: 0;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	display: table-cell;
	width: 900px;
	height: 80px;
	vertical-align: middle;
}

#footer a {
	border: 0;
}


#footer p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#footer p a:hover {
	border-bottom: 1px solid;
}

/* Universal Classes
-------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.textcenter {
	text-align: center;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

img.alignleft {
	float: left;
	margin: 0 10px 0px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}







