/*
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/

body.custom { background: #44443f; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }

		.custom #page { background: #fff; }
*/


/*
 .custom #content h2 { font-size:20pt; text-align:center; font-weight:bold; }

.custom a:hover {background: #f2e127; }
*/



.custom #sidebars { border-top: 0; font-weight:bold; }
.custom .sidebar h3 {background: #2361A1; text-align:center; }  /* SIDEBAR TITLES */

.custom a:hover {background: #DDDDDD; }

/*
.custom #header { padding-top:10px; font-size:5.5pt; height: 35px; }
*/

.custom #header { border-bottom:none;
height:5px;
padding-top:0px;
padding-bottom:0px;
center left no-repeat; }
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }


.custom .menu { padding: 0 1.1em;}   /* nav menu  */

/* header on individual blog posts */
.custom .entry-title { background:#2361A1 none repeat scroll 0 0; color:#FFFFFF; padding:0.3em 0; text-align:center; }  
.custom .entry-title a {color:#FFFFFF; background:#2361A1; } 
.custom .entry-title a:hover {color:#5FCBF3; text-decoration: none; background:none;}  /* hover over post titles */


/* header on individual pages */
.custom .headline_area h1, .headline_area h2 { background:#2361A1 none repeat scroll 0 0; color:#FFFFFF; padding:0.3em 0; text-align:center; } 



/* change space between widgets */
.custom li.widget {margin-bottom: 20px ;}


/*space between widget list items category */
.custom li.widget ul li { margin-bottom: 7px ; }




/*side bar widget area link style category

.custom li.widget ul li{
background:#F0F0F0;
border: 2px solid #C7C7C7;
-moz-border-radius:0px;
padding:1px;
margin:1px;
}




.custom #header { border-bottom:none;
height:100px;
padding-top:15px;
padding-bottom:5px;
background:url(http://www.awarealiveawake.com/Banner2.gif)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }







body.custom { background: #44443f; }

.custom #container { margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }

.custom #page { background: #fff; }





.custom .entry-title a:visited { font-weight: normal; }  

.custom h1.entry-title { background:#2361A1 none repeat scroll 0 0; color:#FFFFFF; padding:0.3em 0; text-align:center; }  /* header on individual blog post pages */
*/




.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;
}


































































































































































































































































































































































































































































































































































































































































































































































































































































































