/*/*



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



/*/*





/*  Backgrounds and Images */

.custom div#header_area.full_width {

    background: url("images/headerbg.png") repeat scroll 0 0 transparent;

    height: 182px;

}

.custom div#header_area.full_width div.page, .custom div#footer_area.full_width div.page {

    background: none transparent;

}

html body {

    background: url(images/bg.jpg) repeat;

}

html body.custom div#content_area.full_width div.page {

    background: url(images/contentbg.jpg) repeat;

    border: 3px solid #c57200;

}

.custom div#footer_area.full_width {

    background: url(images/footerbg.png) repeat;

    height: 70px;

}
html body.custom div#content_area.full_width div.page div#content_box div#content div#post-1771.post_box div.headline_area {
    display: none;
}





/* HEADER AREA */



.custom #tagline {

    color: #AB8343;

    float: right;

    font-size: 28px !important;

    font-style: italic;

    font-family: 'Bad Script', cursive;

    padding-top:15px;

}

#logo {

    float: left;

}

#header {

    margin: 0;

    padding: 0;

}





/* MENUS */



.menu {

    float: right;

}

.menu, .menu a, .menu li ul {

    border: medium none;

}

.menu .current a, .menu .current-cat a, .menu .current-menu-item a {

    border-bottom-color: #FFFFFF;

}

.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a, .menu ul .current-menu-item a {

    border-bottom-color: #DDDDDD;
    background: none repeat scroll 0 0 #72797F;

}

.menu a, .menu .current ul a, .menu .current-cat ul a {

    background: none repeat scroll 0 0 transparent;

    color: #C57200;

    font-family: 'Bilbo', cursive;

    font-size: 22px;

    text-transform: Capitalize;

    padding-top: 0;

}

.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover {

    background: none repeat scroll 0 0 transparent;

    color: #f6b966;

}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {

    background: none repeat scroll 0 0 transparent;
    color: #de8811;

}

.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a {

    background: none repeat scroll 0 0 transparent;

    color: #de8811;

}

.menu ul a, .menu .current-menu-item ul a {
    background: #4a5156;
    border: 1px solid #999;
    color: #C57200;
    font-family: 'Bilbo',cursive;
    font-size: 22px;
    padding-top: 0;
    text-transform: capitalize;
    width: 6em;
}
.menu .current-cat ul a:hover, .menu .current-menu-item ul a:hover, .menu .sub-menu a:hover {
    background: #5c646a;
}


/* FOOTER AREA */

#credit, #copy {

    padding-top: 30px;

    height: 10px;

}

#copy {

    float: left;

}

#credit {

    float: right;

}

#copy {

    color: #C57200;

}

#credit {

    color: #C57200;

}

#credit a {

    text-decoration: none;

    border: none;

    color: #C57200;

}







/* SIDEBARS */



.custom #sidebar_1 ul li h3 {

    background: url("http://lailahalaby.net/wp-content/uploads/2012/08/sidebarbg.png") no-repeat scroll 0 0 transparent;

    color: #ADB6BB;

    font-family: 'Bilbo', cursive;

    font-size: 18px;

    font-weight: bold;

    padding: 5px 0 2px;

    text-align: center;

    text-transform: capitalize;

    width:241px;

    height:40px;

}

.ai1ec-subscribe-buttons {

    display:none;

}

#books_left {

    float: left;

    padding-right: 30px;

}

.custom .ai1ec-agenda-widget-view .ai1ec-date {

    margin: 0 !important;

    overflow: hidden;

    padding: 0 !important;

    background:none transparent;

    border: none;

}





/* STYLES */



blockquote, #content blockquote {

    background: url("images/blockquote.png") no-repeat scroll 0 0 transparent;

    clear: both;

    font-family: Georgia,"Times New Roman",Times,serif;

    font-size: 15px;

    font-style: italic;

    line-height: 18px;

    min-height: 70px;

    padding: 20px 0 0 70px;

    border: 0;

}

cite {

    float: right;

    clear: both;

}

.format_text p a {
text-decoration:none;
border-bottom:none;
}
html body.custom div#content_area.full_width div.page div#content_box div#content div#post-2022.post_box div.headline_area h1 {
display:none;
}