/*

File:			custom.css

Description:	Custom styles for Thesis





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/

*/



/* Content Container */

.custom #container {

margin-top: 1em;

margin-bottom: 1em;

padding: 0.6em;

background: #ffffff;

border: 0.1em solid #333333;

}







    /* This line sets up our clickable background image based on the site title's link */

    /* Adjust the height & width below to reflect the actual size of your image */

    /* Change the filename of your image to reflect the actual header's file name */

    .custom #header #logo a { display: block; height: 185px; width: 737px; background: url('images/sherena.gif') no-repeat; outline: none; }



    /* This line gets rid of the site title & tagline by casting them out to the far left */

    .custom #header #logo, .custom #header #tagline { text-indent: -9999px; }



    /* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */

    .custom #header #tagline { height: 0; }



    /* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

    .custom #header { padding: 0; }





body.custom { background: #ffffff }

/*url('images/background1.jpg') 25% 0 repeat;}


/*this line cahnge the widget header*/
/*.custom .sidebar h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #ffd2f2;}*/

/*change space between widgets*/
.custom li.widget {margin-bottom: 2em;}


 

.custom #container { margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.2em; background: #FFFFFF; border: 0.5em solid #FFffff }*/

/*  .custom container border url('images/brown_border.jpg') 25% 0 repeat; */

/* .custom #container {margin-top: 2em ; margin-bottom: 2em ; padding: 0.2 em; background: #ffffff;}

.custom #page { background: #fff; }




.custom .entry-title a {color:#6E82B7; }

.custom .entry-title a:hover {color:#9BCA60; text-decoration: none; background:none;}

.custom .entry-title a:visited { font-weight: normal; }

.custom .headline_area h1, .headline_area h2 {color:#6E82B7;}



.custom a { color: #6E82B7; text-decoration:none; }

.custom a:hover { color:#6E82B7;text-decoration:underline; 



}

.custom ul#tabs li {background:#6E82B7;}
.custom ul#tabs li.rss {background:none;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#6E82B7;}

.custom ul#tabs li.rss a:hover {text-decoration: underline;
background: url(http://wpresser.com/wp-content/themes/thesis/images/icon-rss.gif) no-repeat;
background-position: right;}
.custom ul#tabs li a:hover {text-decoration:none; background:#6E82B7}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#6E82B7;}
.custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#6E82B7;}


/*submit form text color*/
.custom #commentform .form_submit { color: #6E82B7 ;}


