/** 
 * This stylesheet is for color and image styles related only to the green skin.  
 * The main structure styles are located in globalstylesheet.css in the main 
 * directory. 
 */ 
#fullcontainer {
	background: url('https://thefanlistings.org/skins/green/images/bow-bg.png') no-repeat center top;
	width:100%;
	height:100%;
	}
a, a:link, a:active, a:visited {
	color: #04b35d;
	}

#header {
	background: url('https://thefanlistings.org/skins/green/images/header.png') no-repeat ;
	}

#navigation {
	background: url('https://thefanlistings.org/skins/green/images/navigation.png') no-repeat #111 ;
	}


#lower {

	}

#footer {

	}

#mainarea {
	background: #FFF url('https://thefanlistings.org/skins/green/images/main-bg.png') no-repeat;
	}
/* shortcuts navigation */



/* Content */

h1 {
	color: #04b35d;
	}


h3 {
	color: #04b35d;
	}

h2 {
	color: #04b35d;
	}

h4 {
	border-top: solid 1px #18d879;
	}


.mainbg-bow {
	margin-left: -30px;
	background: url('https://thefanlistings.org/skins/green/images/low-bow.png') no-repeat left top;
	}
/* Sidebar & Menu */

#sidebar {
	border-left: solid 1px #18d879;
	}

.menutitle{
	color: #04b35d;
	border-bottom: solid 1px #18d879;
	}

.submenu{
        background: #FFEFF9;
	}

.rotation img {
margin: 0 3px;
background: #04b35d;
border: 5px solid #04b35d;
display:inline;
}
.rotation img:hover {
margin:0 3px;
background: #18d879;;
border: 5px solid #18d879;
display:inline;
}


/* Updates Blog */
h2.blog_date {
	color: #38b477;
	}

h3.blog_title {
	color: #04b35d;
	border-bottom: solid 1px #18d879;
	}

/* Forms */
input, textarea, option, select {
	border: solid 1px #04b35d;
	}


/* The Listings */
.thelistings span {
	background-color: #FFEFF9;
	}
	
.slide-button {
	background: url('https://thefanlistings.org/skins/green/images/skintfl.png') no-repeat;
	}
.slide-button span{
	display:none;
		}
		
	.content {
	background-color: #04b35d;
}