/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

#header {
    padding-top: 0em;
}

#menu_container {
    overflow: hidden;
}
.menu {
    background-image: url("http://www.bellebellebeauty.com/belle/wp-content/uploads/2011/10/nav-bg.gif");
    margin: left;
    left: 0px;
    position: relative;
}
.menu li {
    float: left;
    height: 44px;
    margin-right: 7em;
    margin-top: 3px;
    position: relative;
    right: -3.5em;
}
.menu a {
    display: block;
    float: left;
    background: transparent;
}
.menu .current a, .custom ul.menu a:hover{
    background: transparent;
}
.ul tabs {
    margin-left: 2em;
}

.custom #content .headline_area .bubble { position: relative; float: left; margin: 0px 10px 0 0px; padding: 0; background: url('http://yourstudiosite.com/bellebellebeauty/wp-content/uploads/2011/09/date-bubble2.gif') no-repeat scroll 0 0; width: 36px; height: 20px; }
.custom #content .headline_area .bubble p { text-align: center; margin-top: 3px; margin-left: 4px; }
.custom #content .headline_area .bubble a { position: relative; color: #FFFFFF; font-size: 12px; font-weight: bold; display: block; outline: none; width: 25px; height: 24px; }

/* Sidebar -------------------------------------------------------------------- */

#sidebar {
    float:center;
    width:300px;
}
#sidebar p {
    margin:10px 0 10px 0;
}
#sidebar .widget {
    float:left;
    margin:0 0 20px 0;
    width:300px;
}
#sidebar .widget input {
    width:278px;
    margin:0;
}
#sidebar .widget .details {
    float:left;
    width:70px;
}

/* Search -------------- */
#sidebar .widget_search {
    margin: 0 0 25px 0;
}