.custom #page { background: 66ccff; }

/*

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/

*/



/* 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; }





.custom #content { border-right: none; }



body.custom { background:url(images/bkg.png); }

	

.custom #container { margin-top: 0em; margin-bottom: oem; padding: 1em; background: #33332f; border: 1em solid #3e3e3a; }



.custom #page { background: #fff;}



.custom #page {padding: 0 2em 2em;}







.custom ul#tabs {

border-color:#BBBBBB;

border-style:solid;

border-width:0 0 1px 1px;

list-style-image:none;

list-style-position:outside;

list-style-type:none;}





/* This line changes the color of article sub-headings */



.custom h3 {

color:#897E7C;

}





/* this should stretch the nav bar background color full width */
.custom .menu {background:#72A876;}





/* this might fix photo and text wrapping*/



wp-caption.alignleft, wp-caption.left { float: left; }



wp-caption.alignright, wp-caption.right { float: right; }



wp-caption.aligncenter, wp-caption.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }



wp-caption.alignnone, wp-caption.block { display: block; clear: both; }





/* this changes the appearance of the popular post widget */

.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }





/* this adjusts line hight */

.custom .format_text p { line-height: 1.4em; }





/* Header - Image Banner */

.custom #header #logo a { display: block; height: 300px; width: 800px; background: url('http://anothernewseason.com/wp-content/themes/thesis_16/custom/images/AnotherNewSeasonLogo.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; } .custom #header { padding: 0; }
.custom #header {border-bottom:none;}







/* custom block quote */

.custom blockquote { color: #FCC95C; padding-top: 10px; padding-bottom: 0.5px; padding-right: 5px;

font: italic 1.2em Georgia, "Times New Roman", Times, serif; -moz-border-radius: 5px;



-webkit-border-radius: 5px;



/* this centers the nav menu bar */
custom ul.menu {text-align:center;}
	.custom ul.menu li {display:inline; float:none;}
		.custom ul.menu li a {display:inline-block;}

.custom #nav_area .page {background:#80BD85;}

/* this centers the Ads */
.custom .ads {
	text-align: center;
}
.custom .ads img {
	margin: 5px;
}