/*
	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	: QuemProcuraAcha.net
	Author Site	: http://www.quemprocuraacha.net
	Style Name	: Zoelma Lima Teen
	Style URI	: http://teen.zoelmalima.com
	Version		: 1.0
	Comments	: Estilo personalizado para o site de Zoelma Lima, produzido por QuemProcuraAcha.net.
*/
	

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 5px 5px 5px;
	}

ul.menu li a {
	font-size: 1em;
	color: #a47fa6;
	margin: 0;
	}

ul.menu li a:hover {
	color: #fff !important;
	text-decoration: none;
	background:#5d0101 url(menuitem_bg.gif) bottom repeat-x;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	position:relative;
	color: #fff !important;
	text-decoration: none;
	background:#5d0101 url(menuitem_bg.gif) bottom repeat-x;
	font-weight:bold;
	/*
	border-bottom:#c12aca 3px solid;
	top:-3px;
	*/
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }

/* end of menu styles */

#page {
	/* The entire design is contained within the 'page' id */
	padding:0px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: url(header_bg.gif) center repeat-x;
	height:151px;
	}

#header h1,#header .description {
	display:none;
}

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

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

