/*
	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	: couldbe studios	
	Author Site	: http://www.couldbestudios.com
	Style Name	: rebecca4fitness
	Style URI	: http://www.rebeccca4fitness.com/
	Version		: 1.0
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
	#header{
	    background: #FFFFFF url(header.jpg);
	    }
		h1{
		display: none;
		}
		#header .description {
		display: none;
		}
	
	/*- Main Menu in Header */

	ul.menu {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 20px;
		width: 90%;
		}

	ul.menu li {
		display: inline;
		margin: 0;
		}

	ul.menu,
	ul.menu li a {
		padding: 5px 15px 6px;
		}

	ul.menu li a {
		font: 1.2em arial, Helvetica, verdana, sans-serif;
		color: white;
		margin: 0;
		background: #6ed1f6;
		}

	ul.menu li a:hover {
		background: #f9ad81;;
		color: #eee !important;
		text-decoration: none;
		}

	ul.menu li.current_page_item a,
	ul.menu li.current_page_item a:hover {
		color: #fff !important;
		background: #678015;
		text-decoration: none;
		}

	.admintab {
		position: absolute;
		right: 20px;
		color: Red;
		}	

	/*- Sidebar Subpages Menu */

	.sb-pagemenu ul {
		margin-left: 10px;
		}

	.sb-pagemenu ul .page_item a {
		font-size: 1.5em;
		padding: 0;
		color: #000;
		}

	.sb-pagemenu ul ul {
		margin-top: 2px;
		}

	.sb-pagemenu ul ul .page_item a {
		font-size: 1.5em;
		margin-left: 8px;
		padding: 0;
		color: #000;
		}

	.sb-pagemenu ul ul ul {
		margin-top: 2px;
		}

	.sb-pagemenu ul ul ul .page_item a {
		font-size: 1.5em;
		margin-left: 8px;
		padding: 0;
		color: #000;
		}

	.sb-pagemenu .current_page_item {
		color: Blue;
		}


.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	color: #207898;
	}
	.alert {
	background: #FFF6BF !important; /* background color of alert */
	border-left: 0px !important; /* these two override the borders in style.css */
	border-right: 0px !important;
	border-top: 2px solid #FFD324 !important; /* these two lines set up a border on the left and right */
	border-bottom: 2px solid #FFD324 !important;
	}


	.comments .commentlist li.authorcomment { /* Makes author comments look different */
	background: #D0F29D !important;
	_background: none; /* I think this was because Internet Explorer didn’t play well with backgrounds here */
	border-top: 2px solid #9CD941 !important;
	border-bottom: 2px solid #9CD941 !important;
	}
	
	.imp {
		background: #D0F29D ;
		border-top: 2px solid #9CD941;
		border-bottom: 2px solid #9CD941;
		margin: 10px auto;
		padding: 20px 20px 20px 65px;
		text-align: center;
		font-size: 1.7em;
		line-height: 115%;
		}
	/*- Links */

	#primary a:hover, #primary a:visited:hover,
	.secondary a:hover, .secondary a:visited:hover {
		text-decoration: underline;
		}

	h2 a:hover, h2 span a:hover {
		color: #f9ad81 !important;
		}

	a {
		color: #678015;
		text-decoration: none;
		}

	.entry-content a:visited {
		color: #f9ad81;
		}
