/*
Theme Name: Titanium
Theme URI: http://titanium.ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.2.2
Description: Titanium is a premium WordPress business theme.
Tags: business, corporate, CMS, website
All the CSS, XHTML, design, and images are copyrighted. Please don't steal.

Version History
	1.0.0 - 2008-10-03
		First Release
	1.1.0 - 2008-10-06
		Code Updates to Featured Images
	1.2.0 - 2008-10-07
		Code Updates to Featured Images to enhance support for older versions of PHP
	1.2.1 - 2008-11-03
		New Feature Image version - fixed bugs
	1.2.2 - 2008-12-03
		Updated lib/iThemesFileUtility.php to version 1.1.2
*/
/*CSS Reset*/
@import url(css/reset.css);
/*Get the grid, baby!*/
@import url(css/grid.css);

body { /* This is where you set many of the universal defaults */
	background: #aaaaaa url(images/body-bg.jpg) top repeat-x; color: #fff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px; padding: 10px 0px;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #000099;
	text-decoration: underline;
}
a:hover { 
	color: #000099; 
	text-decoration: none; 
}

/*********************************************
		Universal Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #000000;
}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	color: #000000;
	margin-bottom: 5px;
}
h1 { /* This style is generally used as title on single posts and pages */
	font-size: 25px;
	border-bottom: 4px double #9b9b9b;
        font-family: Georgia, Times New Roman, serif;
        font-weight: bold;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 22px;
	border-bottom: 4px double #9b9b9b;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px double #9b9b9b;
        font-family: Georgia, Times New Roman, serif;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
        font-weight: bold;
	color: #111;
	border-bottom: 4px double #9b9b9b;
}
h4 a {
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.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;
}

/*********************************************
		Container Div
*********************************************/
#container {
	border: 5px solid #f1f1f1;
        background: #ffffff url(images/container-bg.png) repeat-y;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	background: #111 url(images/header.jpg) no-repeat;
	width: 900px; height: 85px;
	margin: 0px 0px 5px 0px;
}
#header a#title {
	display: block; float: left;
	width: 350px; height: 85px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}
/*********************************************
		Horizontal Navigation Styles 
				(with dropdowns)
*********************************************/
#menu {
	display: block; float: right;
	background: url(images/menu-bg.gif) repeat-x;
	border: 1px solid #FFF;
	border-right: none;
	font-size: 11px;
	width: auto; height: 20px;
	margin: 30px 20px 0px 0px; padding: 0px;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	display: block; float: left;
	background: transparent;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px;
	border-right: 1px solid #FFF;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: #8f0f0e; color: #FFF;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 190px; /* the width of the dropdown */
	left: -999em;
	text-transform: none;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 3000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 20px; line-height: 20px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #FFF;
	border-top: none;
	z-index: 2000;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 190px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
	border: none;
	background: #333;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #8f0f0e; color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
}


/*********************************************
		Top Div (homepage)
*********************************************/
#top {
	margin: 0px 0px 5px 0px;
}
#top #video {
	padding: 0px 0px 0px 5px;
}
#top #video h4 {
	display: block;
	background: url(images/video-h4.gif) repeat-x;
	height: 32px; line-height: 32px;
	font-size: 12px; font-weight: bold; color: #FFF;
	margin: 0px 0px 1px 0px; padding: 0px 5px;
	border: none;
}
#top #video embed,
#top #video object {
	width: 295px; height: 237px;
}

/*********************************************
		Blue Boxes (homepage)
*********************************************/
#blueboxes {
	overflow: hidden;
	color: #000;
}
#blueboxes p, #blueboxes ul, #blueboxes ol, #blueboxes blockquote {
	color: #000;
}
#blueboxes h4 {
	background: url(images/red-block.gif) left 50% no-repeat;
	color: #000;
	padding-left: 22px;
	font-size: 16px; font-weight: bold;
}
#blueboxes .box {
	margin-bottom: -2000px; padding-bottom: 2000px; /*Equal hight columns*/
	background: #fafafa url(images/post-bg-fade.gif) repeat-x;
        border-top: 2px solid #aaaaaa;
}
#blueboxes .right {
	width: 295px;
	border-left: 5px solid #FFF;
}
#blueboxes .widget {
	padding: 10px;
}

/*********************************************
		Flickr (homepage)
*********************************************/
#flickr {
	margin-top: 5px;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
#flickr img {
	display: inline;
	float: left;
	width: 80px; height: 80px;
	margin: 5px 0px 5px 5px;
}
	
/*********************************************
		Content Div
*********************************************/
#content {
}

/*********************************************
		Post Styles
*********************************************/
.post {
	background: #ffffff url(images/post-bg-fade.gif) repeat-x;
	padding: 10px;
	margin-bottom: 5px;
        border-top: 2px solid #aaaaaa;
}
.post p, .post ul, .post ol, .post blockquote {
	color: #000000;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-top a {
	color: #00000;
	text-decoration: none;
	font-weight: bold;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-date {
        color: #000000;
}
.meta-author {
        color: #000000;
}
.meta-comments {
        color: #000000;
}
.meta-category {
        color: #000000;
}

#breadcrumb {
	margin-bottom: 10px;
        color: #000000;
}
.morelink {
        padding: 6px 10px 6px 10px; 
        background-color:#EDEDEE;
}
.morelink a{
       text-decoration: underline;
}
.morelink a:hover{
       text-decoration: none;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: right;
}
.page-nav a {
	color: #333;
	text-decoration: underline;
}
.page-nav a:hover {
	text-decoration: none;
}

/*********************************************
		Page Styles
*********************************************/
.page {
	background: #ffffff url(images/post-bg-fade.gif) repeat-x;
	padding: 10px;
	margin-bottom: 5px;
}
.page p, .page ul, .page ol, .page blockquote {
	color: #000000;
}

/*********************************************
		Widget Styles
*********************************************/
.teamscore, .teamname {
	display: inline;
	width: 100px;
	float: left;
	margin: 0px 18px;
}
.teamscore {
	background: #a21e0e;
	color: #FFF;
	padding: 5px 0px;
	text-align: center;
	font-size: 40px;
}
.teamname {
	text-align: left;
	font-size: 13px;
}
.socialicon {
	padding: 0px 6px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	color: #222222;
}
.sidebar a {
	color: #000099;
}
.sidebar .widget {
	margin: 0px 0px 10px 5px; padding: 10px ;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
.sidebar .widget h4 {
	margin-bottom: 10px;
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	text-align: center;
}
.sidebar form {
	margin: 5px; padding: 0px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.sidebar ul li {
	padding-left: 15px;
        background-image: url(images/sq-bullet.gif);
        background-repeat: no-repeat;
        background-position: 0 .5em;
}
.sidebar ul li a {
	
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}
/*********************************************
		Feedreader Page Styles
*********************************************/
.feed {
	color: #333;
}
.feed a {
	color: #333;
}
.feed .widget {
	margin: 0px 0px 10px 5px; padding: 10px ;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
.feed h2 {
	font-size: 18px;
	color: #111;
	border-bottom: 4px double #9b9b9b;
	margin: 10px 0px 5px 0px;
}
.feed h3 a {
	text-decoration: none;
	border:none;
	}
.feed h3 a:hover {
	text-decoration: underline;
}
.feed p, 
.feed .textwidget {
}
.feed img {
	text-align: center;
}
.feed form {
	margin: 5px; padding: 0px;
}
.feed ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.feed ul li {
	margin: 0px; padding: 0px;
}
.feed ul li a {
	text-decoration: none;
	}
.feed ul li a:hover {
	text-decoration: underline;
}
.feed ul li ul {
	margin: 0px; padding: 0px;
}
.feed ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	width: 100%;
        padding: 0px 20px 0px 20px;
}
#comments a {
	color: #333;
}
#comments .comment { /* Even Comments: 2,4,6,8,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	overflow: hidden;
}
#comments .alt { /* Odd comments: 1,3,5,7,9,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	color: #333;
	overflow: hidden;
}
#comments .gravatar {
	display: block; float: left;
}
#comments .commentmeta {
	display: block; float: left;
	padding-left: 8px;
}
#comments .commenttext {
	clear: both;
}

#respond {
         padding: 0px 10px 0px 10px;	
}
#respond a {
	color: #333;
}
#respond #author,
#respond #email,
#respond #url {
	width: 50%;
}
#respond #comment {
	width: 100%;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	background: #000;
	margin: 5px 0px 0px 0px; padding: 20px 0px;
}
#footer p {
	color: #999999;
	padding: 0px;
        font-size: 12px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*Social Media*/

#social{
     margin-left: 0px;
     margin-bottom: 0px;
     text-align: center;
     background-color: #ffffff;
     padding: 10px;
}

#social td {
     height: 56px;
     width: 56px;
     vertical-align: middle;
     text-align: center;
     background: #ffffff;
     border: 1px solid #ffffff;
}
#social td:hover {
     height: 56px;
     width: 56px;
     vertical-align: middle;
     text-align: center;
     background: #cecece;
     border: 1px solid #eeeeee;
}
#youtube{
     margin-left: 0px;
     margin-bottom: 0px;
     text-align: center;
     background-color: #ffffff;
}

#youtube td {
     background: #ffffff;
     border: 1px solid #ffffff;
}
#youtube td:hover {
     background: #cecece;
     border: 1px solid #eeeeee;
}

/*Aweber Form*/

#af-form-510744836 .af-body .af-textWrap{width:98%;display:block;float:none;}
#af-form-510744836 .af-body .privacyPolicy{color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-510744836 .af-body a{color:#094C80;text-decoration:underline;font-style:normal;font-weight:normal;}
#af-form-510744836 .af-body input.text, #af-form-510744836 .af-body textarea{background-color:#FFFFFF;border-color:#919191;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-510744836 .af-body input.text:focus, #af-form-510744836 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-510744836 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-510744836 .af-body{padding-bottom:15px;padding-top:15px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-510744836 .af-footer{padding-right:15px;padding-left:15px;background-color:#transparent;border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#000000;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-510744836 .af-header{padding-bottom:9px;padding-top:9px;padding-right:10px;padding-left:10px;background-image:url('http://forms.aweber.com/images/auto/body/009/5ff/005/999');background-position:top left;background-repeat:repeat-x;background-color:#005999;border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#FFFFFF;font-size:16px;font-family:Verdana, sans-serif;}
#af-form-510744836 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-510744836 .af-quirksMode{padding-right:15px;padding-left:15px;}
#af-form-510744836 .af-standards .af-element{padding-right:15px;padding-left:15px;}
#af-form-510744836 .bodyText p{margin:1em 0;}
#af-form-510744836 .buttonContainer input.submit{background-image:url("http://forms.aweber.com/images/auto/gradient/button/07c.png");background-position:top left;background-repeat:repeat-x;background-color:#0057ac;border:1px solid #0057ac;color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:14px;font-family:Verdana, sans-serif;}
#af-form-510744836 .buttonContainer input.submit{width:auto;}
#af-form-510744836 .buttonContainer{text-align:right;}
#af-form-510744836 body,#af-form-510744836 dl,#af-form-510744836 dt,#af-form-510744836 dd,#af-form-510744836 h1,#af-form-510744836 h2,#af-form-510744836 h3,#af-form-510744836 h4,#af-form-510744836 h5,#af-form-510744836 h6,#af-form-510744836 pre,#af-form-510744836 code,#af-form-510744836 fieldset,#af-form-510744836 legend,#af-form-510744836 blockquote,#af-form-510744836 th,#af-form-510744836 td{float:none;color:inherit;position:static;margin:0;padding:0;}
#af-form-510744836 button,#af-form-510744836 input,#af-form-510744836 submit,#af-form-510744836 textarea,#af-form-510744836 select,#af-form-510744836 label,#af-form-510744836 optgroup,#af-form-510744836 option{float:none;position:static;margin:0;}
#af-form-510744836 div{margin:0;}
#af-form-510744836 fieldset{border:0;}
#af-form-510744836 form,#af-form-510744836 textarea,.af-form-wrapper,.af-form-close-button,#af-form-510744836 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-510744836 input,#af-form-510744836 button,#af-form-510744836 textarea,#af-form-510744836 select{font-size:100%;}
#af-form-510744836 p{color:inherit;}
#af-form-510744836 select,#af-form-510744836 label,#af-form-510744836 optgroup,#af-form-510744836 option{padding:0;}
#af-form-510744836 table{border-collapse:collapse;border-spacing:0;}
#af-form-510744836 ul,#af-form-510744836 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-510744836,#af-form-510744836 .quirksMode{width:225px;}
#af-form-510744836.af-quirksMode{overflow-x:hidden;}
#af-form-510744836{background-color:#F0F0F0;border-color:#CFCFCF;border-width:1px;border-style:solid;}
#af-form-510744836{overflow:hidden;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-header,.af-footer{margin-bottom:0;margin-top:0;padding:10px;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}
body {
}

/*RSS Feed Page Divs*/

.rssfeed{
     margin-top: 20px; 
     padding-top: 5px; 
     padding-bottom: 10px;
     border-top: 1px solid #bbbbbb;
     border-width: 90%;
     background-image: url(http://www.executive-leadership-coaching.net/wp-content/themes/Titanium/images/post-bg-fade.gif);
     background-repeat: repeat-x;
}

/*Testimonial Box*/

.testimonial {
    background-image: url(http://www.executive-leadership-coaching.net/images/what-my-clients-say.png);
    background-repeat: no-repeat;
    margin: 10px 25px 10px 25px;
    padding: 45px 20px 20px 20px;
    border: 1px solid #aaaaaa;
    background-color: #fafafa;
    color: #000000;
}
.testimonialsig {
    font-size: 11px;
    font-style: italic;
    padding-left: 30px;
}
