/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Brad
	Author Site	: bananapeelproject.org
	Scheme Name	: bananapeel
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	background: #FFFFFF;
	padding: 0 0 0 0;
	
	}
	
#header {
	/* Contains the H1 and menu */
        background: #FFFFFF url('bananapeel_files/headers/bananapeel_header_cputext2.jpg');
	}

	h1{
	display: none;
	}
	#header .description {
	display: none;
	}
	
#footer {
	/* The footer */
	background: url('bananapeel_files/bananapeel_footer.jpg') bottom center no-repeat !important;
	}

.primary {
	/* Contains the main column */
	}

   .primary h3 a:link {
        color: #000099;
        text-decoration: none;
        }

   .primary h3 a:hover {
        color: #FF0066;
        text-decoration: none;
        }

   .primary h3 a:visited {
        color: #000099;
        text-decoration: none;
        }
   .primary h3 a:visited:hover {
        color: #FF0066;
        text-decoration: none;
        }

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}
  
   .itemtext a:link {
        color: #FF0066;
        }

   .itemtext a:hover {
        color: #000099;
        text-decoration: none;
        }

   .itemtext a:visited {
        color: #000099;
        text-decoration: none;
        }

   .itemtext a:visited:hover {
        color: #FF0066;
        text-decoration: none;
        }

.secondary {
	/* Contains the sidebar */
	}

   .secondary a:link {
        color: #000099;
        }

   .secondary a:hover {
        color: #FF0066;
        text-decoration: none;
        }

   .secondary a:visited:hover {
        color: #FF0066;
        text-decoration: none;
        }
