/*
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/
*/

.custom #header { border-bottom:none;
height:190px;
padding-top:1 1.1em;
padding-bottom:1 1.1em;
background:url(http://www.theballetbag.com/wp-content/themes/thesis_16/custom/images/bb041050p.jpg)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom .menu { padding: 2 1.1em; font-weight: bold; text-decoration: none; letter-spacing:0px; text-transform: lowercase; }

.custom .menu a, .menu_current ul a, .menu .current-cat ul a {text-transform:none;}

/* Style the headers on sidebars  */

.custom .sidebar h3 {
font-variant:normal;
}

/* Get rid of underlines */

.custom .format_text a {text-decoration:none;}

div.textwidget a {text-decoration:none !important;}
div.widget_box p a {text-decoration:none;}

/* Similar Posts Teasers */

#similar-posts li {
        margin-left: 1px;
        float: left;
        font-weight: lighter;
        font-family: Tahoma, Verdana, Helvetica, sans-serif;
        line-height: 1.4em;
        overflow: hidden;
        padding: 1.2em;
};
#similar-posts img {float: left; border: 2px solid #222; margin-top:4px;   }
#similar-posts h1 {
clear:left;
font-size:12px;
font-weight:normal;
height:auto;
line-height:20px;
margin:0;
overflow:hidden;
text-transform:capitalize;
width:120px
}


/* Top Nav bar */  
.custom ul#topnav {
border: 1px solid #ddd; border-width: 0 0 1px 1px;
border-bottom:none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background-color:#ffffff;
width: 100%;
float: right;
}
.custom ul#topnav li { margin-bottom: -0.1em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; }
.custom ul#topnav li a { color:#454545;
display:block;
letter-spacing:2px;
line-height:1em;
font-size:1.1em;
font-weight: bold;
padding:0.9em 3.7em; } /* padding controls size of tab */
.custom ul#topnav li a:hover { color: #111; background-color: #ffffff; }
.custom ul#topnav li ul {position:absolute; display:none; list-style:none;}
.custom ul#topnav li:hover ul {display:block;}
.custom ul#topnav li ul li {float:none;}


/* Justify teasers * /

.custom .teaser {text-align:justify;}

/* image caption classes */
/* .custom .wp-caption { background: white; border: none; } */
/*.custom .wp-caption img { border: solid 0px #fff; } */
.aligncenter, div.aligncenter {  display: block; margin-left: auto; margin-right: auto; }
.wp-caption p.wp-caption-text { font-family: verdana, arial; font-size: 11px; font-style: normal; line-height: 15px; padding: 5px 5px 5px; }
/* End captions */

.catcloud a {text-decoration: none !important;}
.catcloud a:hover {color:#090}
/*.catcloud a {display:inline!important;}*/

/*Tabbed Widget Version 2.0*/
/* DOMtabs skin by Michael Martin - http://www.problogdesign.com */
/* DOMtabs script - http://www.onlinetools.org/tools/domtabdata/ */
/* Install guide: http://www.problogdesign.com/general-tips/how-to-install-domtabs-on-wordpress/ */

/* speak to @spoiltchoice - works for NBT - re CSS issues */
ul.domtabs li.active {background:#ffffff;}		/* Active tab background color */
ul.domtabs li:active a {color:#454545;}		        /* Active tab font color */

.domtab div {border:1px solid #DDDDDD;}	                /* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#ffffff;}			/* Box background color */

div.domtab div {
	display:none;
	}

ul.domtabs {
	margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
	}

ul.domtabs li {
	float:left;
        padding:2 5px; line-height:2em; font-size: 16px;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
        display: inline;
        list-style: none;
	}
ul.domtabs li {margin-right:0em;}		/* Space between each tab. Set to 0 for no space. */
ul.domtabs li {border-color:#DDDDDD;}		/* Tabs border color */
ul.domtabs li {background:#EFEFEF;}		/* Inactive tabs background color */

ul.domtabs li a { padding: 14px 12px;} /* Controls tabs spacing originally 14 & 12*/
ul.domtabs li a {color:#454545; font-size:11px; font-weight:bold;}  /* Inactive tabs font color but font of tabs! */

.domtab div {
	border-width:0 1px 1px 1px;
	padding:3em;    /* padding around text on the box */
	clear:both;
	}

/* Footer */

#footer{
 background: #eeeeee;
}
.custom #footer {
padding:0em;
}
.custom #footer a{
 border-bottom: 1px solid #c2c2c2;
}
.custom #footer {
 text-align:center;
}
/* footer widget area setup */
#footer_setup {
 /* widgetized footer background (not footer background) */
 background: #ffffff;
 /* widget padding */
 padding:1.5em;
 /* margin at bottom of widgets */
 margin-bottom: 10px;
 /* do not change this! */
 overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
 /* contents alignment */
 text-align: left;
 /* widget width */
 width: 33.3%;
 /* space between widgets */
 padding-right: 0px;
 /* text color */
 color: #000000; 
 /* do not change these! */
 display: inline-block;
 float: left;
 height: 100%;
}

/* widget item headers */
#footer_setup .footer_items h3 {
 /* font size */
 font-size: 1.5em;
 /* bold or not */
 font-weight: none;
 /* uppercase or not */
 text-transform: none;
 /* space out the letters*/
 letter-spacing: 0px;
 /* font color*/
 color: #1D3320;
font-family:Helvetica;letter-spacing:.5px;
 /* padding under header text */
 padding-bottom: 8px;
 /* border under header text */
 border-bottom: 0px solid #cccccc;
 /* distance between border and widget text */
 margin-bottom: 8px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
 font-size:1.2em; 
 line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }


/*Flexipages*/

.flexipages_widget a { color: #0f0; font-size:1.2em; }

/* Custom Previous Posts */

.prev_next a {font-size: 12px;  text-transform: capitalize; font-family: Helvetica;}



/* Feature Content Box */

div#featured {margin-top:20px; margin-bottom:20px; height:345px;} /*Control space around feat content */

#archive_info {display:none;}

