/*
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/
*/


/*---:[ Set 7: Teal background color ]:---*/

body.custom { background: #69717a; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.1em; background: #666666; border: 0.3em solid #666666; }

		.custom #page { background: #fff; }

/*---:[ end Set 7 ]:---*/

/*---:[ Teaser Box Style ]:---*/

.post_box, .teasers_box {
	border-style:dotted;
	border-top:none;
	border-bottom:dotted;
	border-bottom-width:thin;
	margin-top: -4px;
	border-color:#DDD
}

.post_box {
margin-left:0;
margin-right:0;
padding-left:15px;
padding-right:20px;
padding-top:4.2em;
position:relative;
}

.teasers_box {
margin-left:1px;
margin-right:0;
padding:3.2em 17px 2.2em 16px;
position:relative;
}


/*---:[ End Teaser Box Style ]:---*/


/*---:[ Nav Menu Styling ]:---*/

.custom #header {position:relative;}
	.custom ul.menu {position:absolute; top:2.2em; right:1.1em; width:auto;}
		
.custom .menu .current a, .menu .current-cat a {
border-bottom:2px solid #ff6600;

}

.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
border-bottom:2px solid #ff6600;

}

.custom .menu a {
line-height:.273em;
}

.custom .menu .current a, .menu .current-cat a  {
  padding: 7px 0;
  margin: 0 9px;
}

.custom .menu {
  margin-top: 2.0em;
}


.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
padding: 7px 0;
 margin: 0 9px;
}

/*---:[ Header Border ]:---*/

.custom #header {
border-style:solid;
border-color:#000066;
padding-bottom:0.8em;
padding-top:0.1em;
}

/*---:[ End Header Border ]:---*/

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

.custom #feature_box {
background:none repeat scroll 0 0 #FFFFFF;
height:280px;
margin:1em 0 0;
padding:0;
}

#inner_container{
background-image: src=}

#feature_image {
float:left;
}

#feature_video {
margin-left:auto;
margin-right:auto;
width:460px;
position: relative;
background: #FFFFFF;
}

#feature_box {
border-color:#FFFFFF;
}

#feature_banner {
margin-left:auto;
margin-right:auto;
width:940px;
position: relative;
background: #ffffff;
}

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


/*-------------- Feature Box 2 ------------*/


.custom #feature_box {
background:none repeat scroll 0 0 #FFFFFF;
height:280px;
margin:1em 0 0;
padding:0;
}



#feature_banner {
	background: #fff url(images/featured-banner.jpg) no-repeat top;
	width: 940px;
	height: 277px;
}
#feature_banner h3 {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: 600;
	text-align: center;
	padding-top: 54px;
	padding-right: 45px;
	color: #fff;
} 
#feature_banner p.top-copy {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 600;
	text-align: center;
	padding-top: 38px;
	padding-left: 200px;
	margin-bottom: 15px;
	color: #666;
	width: 500px;
}

	
.af-body {padding-left: 210px;}
#feature_banner .af-textWrap {margin-left: 100px;}
#feature_banner .af-textWrap input {
	width: 120px;
	float: left;
	margin-right: 10px;
	border: 2px solid #6c6c6c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 15px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 599;
	color: #999;
}
#feature_banner .buttonContainer input {
	border: 2px solid #83573a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 599;
	background: #ff6600;
	color: #fff;
	padding: 2px 15px;
}

#feature_banner .buttonContainer input:hover {
cursor:pointer;
}



#feature_banner p.bottom-copy {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 600;
	text-align: center;
	padding-left: 200px;
	margin-top: 9px;
	color: #666;
	width: 500px;
}


/*--------Invite Box--------*/

.custom div.invite_box {
	background-color: #FFFFA0;
	padding: 12px 16px;
	margin-bottom: 10px;
	border: 3px solid #cccc81;
}
.custom div.invite_box h4 {
	font-size: 18px;
	color: #314B77;
	margin: 0 0 10px 0;
}
.custom div.invite_box input[type="text"] {
	width: 200px;
	margin-right: 10px;
	border: 2px solid #6c6c6c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 15px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 599;
	color: #999;
}
.custom div.invite_box input[type="submit"] {
	border: 2px solid #83573a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 599;
	background: #ff6600;
	color: #fff;
	padding: 2px 15px;
	width: auto;
}

.custom .format_text .post-opt-in {margin-bottom: 20px;}
.custom .format_text .post-opt-in input[type="text"] {
	width: 200px;
	margin-right: 10px;
	border: 2px solid #6c6c6c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 15px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 599;
	color: #999;
}
.custom .format_text .post-opt-in input[type="submit"] {
	border: 2px solid #83573a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 599;
	background: #ff6600;
	color: #fff;
	padding: 2px 15px;
	width: auto;
}

/*-------------- End Feature Box 2 ------------*/





.one_third {
overflow:hidden;  
border-top:dotted lightgray 1px;
border-bottom:dotted lightgray 1px;
    
    
}

.side_photo{
padding:5px 0px 0px 5px;
}
.side_text {
margin:0px 0px 0px 108px;
padding-top:5px
}

/*---:[ headlines and bylines ]:---*/

.headline_area {
margin-bottom:2.2em;
margin-top:-16px;
}
 
.custom #content h2 a { color: #183A52; text-align:center;}

.custom	#content h2 a:hover { color: #ff6600; }

.custom #content h2 a:visited {color: #ff6600; }

.custom #content h1 { text-align: center; color: #314b77; font-size: 2em; font-weight: bold; }

.custom #content h2,h3 {font-weight: bold;}

/*---:[ end headlines and bylines ]:---*/


/*---:[ Remove "comments closed" ]:---*/
.custom .comments_closed p {
  display: none;
}

/*---:[ end remove "comments closed" ]:---*/

/*---:[ Custom Footer Links ]:---*/

.custom .ifyouwant {font-size:1.3em; text-align: center;}

/*---:[ Teaser Divider ]:---*/


.custom div.teaser_right {padding-left:1em; border-left:0px dotted #cccccc;}

.custom .special_book {
margin-top:15px;
padding-left:25px;
position:relative;
z-index:100;
}
/*---:[ End Teaser Divider ]:---*/

/*---:[ Container top margin ]:---*/
.custom #container {
margin-top:0.0em;
}


/*------------- Social Icons ----------------


.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 40%; left: 0.25%; }

.custom #feedback a { display: block; text-indent: -9999px; height: 32px; outline: none; }

.custom #feedback #twitter { background: url('http://www.strategymatters.com/wp-content/themes/thesis/custom/images/twittericon.png') no-repeat 0 -32px; }
	.custom #feedback #twitter:hover { background-position: 0 0; }

.custom #feedback #facebook { background: url('http://www.strategymatters.com/wp-content/themes/thesis/custom/images/facebookicon.png') no-repeat 0 -32px; }
	.custom #feedback #facebook:hover { background-position: 0 0; }

.custom #feedback #rss { background: url('http://www.strategymatters.com/wp-content/themes/thesis/custom/images/rssicon.png') no-repeat 0 -32px; }
	.custom #feedback #rss:hover { background-position: 0 0; }

.custom #feedback #email { background: url('http://www.strategymatters.com/wp-content/themes/thesis/custom/images/emailicon.png') no-repeat 0 -32px; }
	.custom #feedback #email:hover { background-position: 0 0; }

/*------------- Remove Footer double-border------------*/

#footer {
    border-color: #FFFFFF;
    
}

#feature_box {
    border-color: #FFFFFF;
}

/*-------------- Landing Pages ------------*/

.landing-page .no_sidebars #content {width:62.4em; float:left; margin:0;}


.landing-page #content h1 {font-size: 28pt; color: #183A52;letter-spacing: -0.02em;}

.landing-page #content .headline_area h1, .headline_area h2, #archive_intro h1 {
    
    line-height: 1.0em;}
    
.landing-page #header{display:none;}
.landing-page #feedback{display:none;}
.landing-page #footer{display:none;}

.landing-page .no_sidebars #content h1 { color: #990000; font-weight: bold;font-size: 5em; line-height: 1.214em; }

.landing-page.no_sidebars .format_text .alert { font-weight: bold; font-size: 1.0em; margin-bottom: 1.111em; padding: 0.5em 0.688em; background: #fbfbcb; text-align: center; }


/*-------------- End Landing Pages ------------*/

/*----------------- Sales Letter-------------------*/

.salesletter #content h1 {font-size: 28pt; color: #183A52;letter-spacing: -0.02em;line-height: 1.0em;}

    
.salesletter #header{display:none;}
.salesletter #feedback{display:none;}
.salesletter #footer{display:none;}

.salesletter .format_text input, #commentform input, #commentform textarea {
    padding: 0.214em;
    width: 100%;
}

/*------------------ Sales Letter ---------------------*/

/*---:[ Bullets/Lists ]:---*/

.landing-page #content ul {
   list-style-image:url("images/bullet.png");      
      
   }
.landing-page #content .format_text ul {
    margin: 0 0 1.571em 7.571em;}
    
.salesletter #content ul {
 list-style-image:url("images/bullet.png");
}

.salesletter #content .format_text ul {
    margin: 0 0 1.571em 4.571em;}

/*---:[ End Bullets/Lists ]:---*/

/*-----------------testimonial sidebar-------------------*/

.test-box {
    background: none repeat scroll 0 0 #E9F0FC;
    border: 3px solid #CCCCCC;
    color: #808080;
    float: right;
    margin-left: 10px;
    padding: 10px;
    width: 200px;
}

/*-----------------Opt-insidebar-------------------*/

.optin {
    background: none repeat scroll 0 0 #E9F0FC;
    border: 2px solid #CCCCCC;
    color: ;
    float: right;
    margin-left: 10px;
    padding: 10px;
    width: 280px;
}



/*------------- Special Call Out Boxes ----------------*/

.box-yellow { 
margin-bottom: 1.571em; 
padding: 20px 50px 0px 50px; 
background: #ffffa0; 
border: 1px solid #e5e597; 
}

/*---------Sidebar Widget Home Page-----------*/

.custom li.widget .widget_gray {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    padding-left:5px;
}

/*---:[ no sidebars pages ]:---*/

.custom .no_sidebars #content { width: 60em; margin: 0 auto; float: none; }

.no_sidebars .format_text .alert { font-weight: bold; font-size: 1.0em; margin-bottom: 1.111em; padding: 0.5em 0.688em; background: #fbfbcb; text-align: center; }


/*---:[ end no sidebars pages ]:---*/

/*====== VIDEO FEATURE BOX ======*/
.custom #feature_box {height: auto;}
#feature_box_video {
	background: #fef7da url(images/feat_logos.png) no-repeat 15px bottom;
	border: 4px solid #f3d04e;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	color: #1d2c63;
	padding: 10px 20px 60px 20px;
	margin-bottom: 20px
}
#feature_box_video h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 36px;
} 
#feature_box_video .video {
	float: right;
	margin-top: -20px;
}
#feature_box_video p {
	margin-bottom: 20px;
} 
#feature_box_video ul {
	margin: 0 0 20px 15px;
	padding: 0;
	list-style: none;
} 
#feature_box_video ul li {
	margin: 0;
	padding: 12px 0 12px 25px;
	font-weight: bold;
	background: transparent url(images/obull.png) no-repeat left center;
}
#feature_box_video .af-body {padding-left: 0;}
#feature_box_video .af-textWrap {margin-left: 42px;}
#feature_box_video .af-textWrap input {
	width: 120px;
	float: left;
	margin-right: 10px;
	border: 2px solid #6c6c6c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 15px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 599;
	color: #999;
}
#feature_box_video .buttonContainer input {
	border: 2px solid #83573a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 599;
	background: #ff6600;
	color: #fff;
	padding: 2px 15px;
}

#feature_box_video .buttonContainer input:hover {
cursor:pointer;
}

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


.one_third {
overflow:hidden;  
border-top:dotted lightgray 1px;
border-bottom:dotted lightgray 1px;
    
    
}

.side_photo{
padding:5px 0px 0px 5px;
}
.side_text {
margin:0px 0px 0px 108px;
padding-top:5px
}

