/*   
Theme Name: Intervention Counselors
Theme URI: http://interventioncounselors.com
Description: Them for InterventionCounselors.com
Author: Brain2Brand
Author URI: http://brain2brand.com
Version: 1.0
.
This theme was created for InterventionCounselors.com and may not be used by any other individual
.
*/



body {
	margin:0px; padding:0px;
	background-color: #002b44;
	color: silver;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva,  sans-serif;
	letter-spacing: .05em;
}

#header {
	padding-top:20px;
	margin-top: -20px;
}

#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}

h2 {
	color: white;
	font-size: 30px;
	margin-bottom: 20px;
}

h4 {
	background: url(./images/welcome.jpg) no-repeat;
	height: 34px;
	width: 128px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

h5 {
	color: #007bd5;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -4px;
}

h6 {
	color: #007bd5;
	letter-spacing: 1px;
	font: italic bold 11px Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

strong {
	color: #007bd5;
	
}


a:link {
	color:#0f72c3;
	text-decoration:none;
}
img {
	border-style: none;
}

a:visited {
	color:#0f72c3;
	text-decoration:none;
}


#logo {
	width:100%;
	height:81px;
	margin-top: 29px;
	float: left;
}

#block_content {
    width: 590px;
    float: left;
    /*margin-left: 200px;*/
    margin-top: 10px;
    /*clear: both;*/
    height: 70%;
    color: silver;
}

#block_content2 {
    width: 590px;
    float: left;
    /*margin-left: 200px;*/
    margin-top: 30px;
    /*clear: both;*/
    height: 84%;
    color: silver;
	margin-bottom: 20px;
}

/**comment form stuff**/
#comments_template {
	width: 590px;
}

textarea {
	background-color: #004b78;
	color: #fff;
}

input {
	background-color: #023c62;
	border: 1px solid #275f80;
	color: #fff;
	width: 150px;
	height: 100%;
}

input:hover{
	background-color: #005993;
	border: 1px solid #275f80;
	color: #fff;
	width: 150px;
	height: 100%;
	font-weight: bold;
}


/**comment form stuff end**/

/**main menu**/
ul#menu {
	margin: 0px 100px 0 0px; padding:0px;
	position:absolute;
	right:0px;
	top: 11px;
}
ul#menu li {
	display:inline;
	margin-left:12px;
}
ul#menu li a {
	text-decoration:none;
	color:#716d6a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
	color: white;
}
/**main menu end**/



#sidebar {
    margin-top: 30px;
    float: left;
    width: 200px; /*just for testing, remove when done*/
}

#ads_right {
	height: 543px;
	float: right;
	width: 127px;
	background: #22211f url(./images/ad_here.jpg) bottom no-repeat;
	margin-top: 30px;
	border: 1px solid #393534;
	padding: 10px 9px 10px 11px;
}

/**side menu**/
ul#side_menu {
    line-height: 12px;
    margin: 0; /*remove edfault left margin in IE ul*/
    padding: 0;
    float: left;
    /*clear: both;*/
}
ul#side_menu li {
    background: url(./images/s_menu_mid.jpg) no-repeat 0 0;
    height: 48px;
    width: 178px;
    float:left;
    margin:0;
    padding:0;
    list-style-type:none;
}
ul#side_menu li a {
    text-decoration:none;
    color:#716d6a;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    width: 176px;
    height: 29px; /*was 49px (29px plus 20px top padding = 49px*/
    /*display: block;*/
    padding-top: 20px;
    padding-left: 10px;
    float:left; /*display block not needed above since a float is a block level*/
}

ul#side_menu li a:hover {
    background: url(./images/s_menu_mid.jpg) no-repeat 0 -48px;
    color: white;
    padding-left: 24px; /*24px plus 176px = 200px (you cannot exceed the sidebars width of 200px) */
}

ul#side_menu li.current_page a {
    background: url(./images/s_menu_mid.jpg) no-repeat 0 -48px;
    color: white;
    padding-left: 24px;
}
ul#side_menu li a.registernow {
    color: #00fff2;
}



/** ul#side_menu li#top {
    color: yellow;
    background: url(./images/s_menu_mid.jpg) no-repeat 0 -51px;
    height: 52px;
    width: 178px;
    display: block;
}

ul#side_menu li#top a:hover {
    color: white;
    background: url(./images/s_menu_m.jpg) 0 1px;
}**/

/**side menu end**/

#reco {
    width: 150px;
    height: 100%;
    border: 1px solid #393534;
    margin-top: 15px;
    background: #24201f url(./images/reco.jpg) no-repeat;
    font-size: 10px;
    color: gray;
    line-height: 12px;
    padding: 40px 12px 12px;
    float: left;
    /*clear: right;*/
}

#reco a {
	text-decoration: underline;
}

#testimonials {
	background: #24201f url(./images/test.jpg) no-repeat;
    width: 158px;
    height: 100%;
    margin-top: 15px;
    font-size: 11px;
    text-align: center;
    letter-spacing: .5px;
    line-height: 14px;
    margin-bottom: 5px;
    border: 1px solid #393534;
    float: left;
	padding: 40px 8px 10px;
	list-style-type: none;
}

.quote_text {
	background-image: url(./images/quote_back.jpg);
	z-index: 1;
	height: 155px;
	margin-right: auto;
	margin-left: auto;
	width: 162px;
}

/**#top_l_quote {
	background: url(../images/top_l_quote.jpg) top left no-repeat;
	height: 32px;
	width: 40px;
}

#top_r_quote {
	background: url(../images/top_r_quote.jpg) bottom right no-repeat;
	height: 32px;
	width: 40px;
	float: right;
}**/

#blog_box {
	height: 250px;
	width: 261px;
	margin-top: 15px;
	background: #282524 url(./images/blog.jpg) no-repeat;
	color: gray;
	float: left;
	padding: 30px 10px 10px;
	border: 1px solid #393534;
}

#media_box {
	height: 163px;
	width: 281px;
	float: right;
	margin-top: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#media_box p {
	margin-left: 2px;
}

#main_wrap {
	color: silver;
	background: #002b44 url(./images/top_repeat.jpg) repeat-x;
	margin-top: 0;
	height: 100%;
	min-height:1000px;
	padding-top: 0;
}

#main_wrap .container {  
    background-image: url(./images/background_wgradient.jpg);  
    background-repeat:no-repeat;  
    min-height:472px;
	margin-top: 0;
	height: 100%;
	padding-top: 0;
}
/**Comment styles**/
.commentlist {
	list-style-type: none;
}
#main_pic {
	width: 596px;
	height: 323px;
	margin-top: 30px;
	float: left;
	clear: right;
}
   
#footer {
	background: #22211f url(./images/footer_repeat.jpg) repeat-x;
	height: 200px;
	padding:40px;
	clear: both;
}
.container {
	width: 970px;
	margin:0 auto;
	/**border: 1px solid #009dff;**/
	height: 100%;
}

#top_ad {
	margin-top: -82px;
	float: right;
}
#b2b_logo {
  display: block;
  width: 200px;
  height: 50px;
  background: url(./images/b2b_logo.jpg) no-repeat 0 0;
}

#b2b_logo:hover {
  display: block;
  height: 50px;
  background: url(./images/b2b_logo.jpg) no-repeat 0 -52px;
}
#menu2 {
	width: 180px;
	float: right;
	margin-right: 90px;
	margin-left: 0;
	padding-left: 0;
}
#menu2 li {
	list-style-type: none;
}
#meta li {
		text-indent: 1px;
}
#post_text {
	color: silver;
	line-height: 13px;
	font-size: 90%;
}



