/*
	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	:	Alstan Jakubiec
	Author Site	:	http://www.jakubiec.net	
	Style Name	:	Aiya!
	Style URI	:	
	Version		:	1.0
	Comments	:	Aiya! Theme for steamed buns.
*/

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0;
	border: 1px solid #8f1512;
	}
	
.columns-two #page {
	width: 680px;
}

#primary {
	width: 440px;
}

#primary .entry-content h3, #primary .entry-content h4 {
	margin-top: 10px; !important /* shorten the entry spacing from the wordpress default */
	}

.columns-two #sidebar-main {
	width: 160px;
}

#header {
	/* Contains the H1 and menu */
	height: 80px;
	background: transparent url(./aiya_logo.gif) top center no-repeat;
	}
	
.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 */
	}

.secondary H4 {
	/* font-weight: bold; */
	/* color: white; */
	display: inline; 
	font-size: 1.25em;
	padding-bottom: 0;
	margin-bottom: 0;
}

.secondary H4:before {
	content: "\00BB \0020";
}

.secondary a, .secondary a:hover, .secondary a:visited {
	color: black;
	text-decoration: none; !important /* still wants to under-bar hover */
	border: none; !important /* i think k2 uses borders for this, how silly. */
}

.sb-latest, .sb-links {
	/* background: transparent url(./sb_headers.gif) top left no-repeat; */
	/* padding: 2px; */
}

body {
	font: 62.5% Verdana, Arial, Sans-Serif; !important /* changes first choice font to Verdana */	
}

.content{
	background: white url(./under_header.gif) top center no-repeat;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #cbcbcb;
	font-weight: bold;
}

ul.menu li a:hover {
	background: transparent url(./translucent_bg.gif) top center repeat;
	}

#footer {
	padding: 5px 0 10px 0;
	background: #e5e5e5;
}

.linkcat ul li, .sb-latest ul li, .categories ul li {
	list-style-type: disc;
	list-style-image: url(bullet.gif); !important
	list-style-position: inside; !important
}

.linkcat ul li:hover, .sb-latest ul li:hover, .categories ul li:hover {
	list-style-image: url(bullet_hover.gif); !important
}

.linkcat ul, .categories ul {
	padding-left: 1em;
	text-indent: -.25em;
}

.sb-latest ul {
	padding-left: 2em;
	text-indent: -.25em;
}

.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none; !important /* can I not prevent wordpress from being evil */
}


img {
	padding: 2px;
	border: 1px solid #8f1512;
}

.entry-head {
	/* background: transparent url(post.gif) bottom right no-repeat; 
	padding: 4px 4px 4px 34px;
	margin-left: -30px;
	border: 1px solid #8f1512;
	border-width: 0 0 1px 0; */
}


.entry-title {
	padding: 4px 4px 4px 34px;
	margin-left: -30px;
	border: 1px solid #8f1512;
	border-width: 0 0 1px 0; 
}


#footer a:hover {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #888;
	}




