/*
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/
*/

/* Background color */
body.custom {
    background: #67727b;
}
/* Body border with background */
.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
    background:transparent url(http://www.manageyourchild.com/blog/wp-content/themes/thesis/custom/images/bg-body.png) repeat-y scroll 0 0;
    padding:0 0.8em ;
    width:97em;
}

/* Blog header image */
.custom #header #logo a {
background:transparent url(http://www.manageyourchild.com/blog/wp-content/themes/thesis/custom/images/blogheader.png) no-repeat scroll 0 0;
display:block;
height:140px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-indent:-9999px;
width:720px;
}

/* NAVIGATION MENU CUSTOMIZATION */

/* Change Color of All Menu Tabs */
.custom #tabs li {
   background: #fff;     
}

/* Change Color of Active Menu Tab */
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a {
  background-color: #1F4864;
  color: #ffffff;
}

/* Change Colors of Menu Tabs When Hovering */
.custom ul#tabs li a:hover {
  background:#1F4864;
  color:#ffffff;
  border:px solid #fff;}

/* Remove Underline on Menu Tabs When Hovering */
.custom ul#tabs li a:hover {
  text-decoration: none;
}

/* Remove Uppercase Formatting on Menu Tabs Text */
/* .custom ul#tabs li a {
  text-transform: none;
}
*/

/* Change Color of Borders on Menu Tabs */
 .custom #tabs, .custom #tabs li {
   border: 0px solid #ddd;
}


/* Remove Borders around Menu Tabs */
/* .custom #tabs, .custom #tabs li {
  border-style: none;
}
*/

.custom #page {
    background: #fff;
}

/* Header's Bottom Border */
#header {
border-bottom:10px solid #50021B;
clear:both;
}

#header {
padding-bottom:0.5em;
padding-top:1em;
}

/* SIDEBAR CUSTOMIZATION */

/* Sidebar padding */
.sidebar ul.sidebar_list {
padding-left:0em;
padding-right:0em;
}

.sidebar ul.sidebar_list {
padding-top:0em;
}

/* Sidebar & Content bg color */
.custom #content_box {background-color:#fff;} /*f5f5f5 */
.custom #content {background-color:#fff;}

/* Sidebar Subscribe Image */
.custom li.widget_text h3 {
background:transparent url(http://www.manageyourchild.com/blog/wp-content/themes/thesis/custom/images/subscribe.png) no-repeat scroll 1em 0.5em;
height:64px;
text-indent:-9999px;
}

/* Subscribe widget bg */
li.widget_text {
background:#cee3f0 none repeat scroll 0 0;
border-bottom:1px solid #B6B4A1;
margin-bottom:0em !important;
}

/* Subscribe widget p */
li.widget p {
margin-bottom: 0.5em;
font-weight:bold;
padding: 0 5px 0 5px;
}

/* Popular articles widget bg */
li.widget_killer_recent_entries {
background:#f3f3f3 none repeat scroll 0 0;
border-bottom:1px solid #B6B4A1;
margin-bottom:0em !important;

}

/* Fresh artilces widget bg */
li.widget_rrm_recent_posts {
background:#f3f3f3 none repeat scroll 0 0;
border-bottom:1px solid #B6B4A1;
margin-bottom:0em !important;

}

/* Sidebar Popular Articles Image */
.custom li.widget_killer_recent_entries h3 {
background:transparent url(http://www.manageyourchild.com/blog/wp-content/themes/thesis/custom/images/popular-articles.png) no-repeat scroll 1em 0.5em;
height:27px;
text-indent:-9999px;
padding:5px;
}

/* Sidebar Popular Articles li */
.custom li.widget_killer_recent_entries li {
margin: 0 1.3em 1em 1.3em;
}

/* Sidebar Fresh Articles Image */
.custom li.widget_rrm_recent_posts h3 {
background:transparent url(http://www.manageyourchild.com/blog/wp-content/themes/thesis/custom/images/fresh-articles.png) no-repeat scroll 1em 0.5em;
height:27px;
text-indent:-9999px;
padding:5px;
}

/* Sidebar Fresh Articles li */
.custom li.widget_rrm_recent_posts li {
margin: 0 1.3em 1em 1.3em;
}

/* Sidebar Search Image */
.custom li.thesis_widget_search h3 {
background:transparent url(http://www.manageyourchild.com/blog/wp-content/themes/thesis/custom/images/search-this-site.png) no-repeat scroll 1em 0.5em;
height:27px;
text-indent:-9999px;
padding:5px;
}

/* Search widget bg */
li.thesis_widget_search {
background:#cee3f0 none repeat scroll 0 0;
border-bottom:1px solid #B6B4A1;
margin-bottom:0em !important;
}


/* FOR SOCIAL MEDIA */
.postauthor { background: #f5f5f5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

.socialmedia { background: #FFFBCC; border-top: 7px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center;}
.socialmedia p { color: #515151; font-size: 1.5em;}

/* IMAGE CAPTION - NOT USED

.format_text .alignleft { margin: 0 1.071em 1.071em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.071em 1.071em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.071em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.071em 0; clear: both; }
.format_text .wp-caption { background-color: #f3f3f3; border: 0.071em solid #ccc; text-align: center; padding: 0.714em; }
.format_text .wp-caption p { font-size: smaller; font-style: italic; margin-bottom: 0; }
*/


/* REMOVE VERTICAL LINE BETWEEN CONTENT & SIDEBAR - NOT USED */
.custom #content_box {background:none;}


/* Remove Category Titles on Category Pages */
#archive_info {display:none;}

/* Better Backgrounds for Author Replies in Comments */
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

/* CHANGE COLOR OF TAGLINE */
.custom #header #tagline {color: #000000;}

/* CHANGE COLOR OF SIDEBAR HEADER */
.custom .sidebar h3 {font-size: 22px; font-weight: bold; color: #000; padding: 0px 5px 5px 0px;} 

/* CHANGE REPLY TEXT TO BUTTON */
.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}

/* CSS for the profile box under post */
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

/* Sidebar width 
.custom #sidebar_1 {width: 40em; }
.custom #sidebar_2 {width: 15em; } */

/* Custom sidebar widget styling */
.custom #widget_content {
background: #fff;
color: #111;
padding-left: 1em;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
padding: 1em 0em 1em 1em;
border: 4px solid #777777;
}
 
.custom #widget_content .widget_icon {
float: right;
margin-right: 0.5em;}
 
.custom li.widget .my_widget_header {
background: #ffcc00;
-moz-border-radius:5px;
-webkit-border-radius:5px ;
border-radius:5px ;
}
 
.custom li.widget .my_widget_header h3 {
color: #111111;
font-size: 1.5em;
text-align: center;
}

/*Tabbed Widget Version 2.0*/

.tabbedwidget {
margin-top: 0em;
background: #eee;
padding: 7px;
padding-top: 20px;
border:  none; /*1px solid #DF7718 */
}

.tabnav {
margin-bottom: 0px;

}

.tabnav li {
display: inline;
list-style: none;
padding-right: 2px;

}

.tabnav li a {
background: #eee;
border: 1px 1px 0px 0px solid #ccc;
padding: 16px 10px;
font-size:14px;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background: #fff;
border: 0px solid #fff;
color :#cc0000;
}

.tabdiv {
margin-top: 16px;
background: #fff;
border: 0px;
padding: 7px ;
font-size:12px;
}

.tabdiv li {
list-style: none;
margin-bottom: 1em;
border-bottom: 1px dotted #bbb;

}


.ui-tabs-hide {
display: none;
}

/* CONTENT FORMATTING CUSTOMIZATION */

/* Post title color */
.custom h2 a {
color:#E95C40;
font-weight:bold;
}

.custom h2 a:hover {
color:#50021B;
}

/* Post title color for single post */
.headline_area h1, .headline_area h2 {
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size:2.4em;
line-height:1em;
color:#E95C40;
font-weight:bold;
}

/* Post h3 */
.custom h3 {
font-weight: bold;
}

/* Remove comments timestamp */
.comment_time a, .edit_comment a { color: #fff; }
.comment_time a:hover, .edit_comment a:hover { color: #fff; }

/* Note Background in Content */
.format_text p.note {
background:#FFCB35 none repeat scroll 0 0;
font-weight:bold;
}


a img {
border:medium none;
padding:5px 0 0 0px;
}