/*
	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	: Mark Robinson
	Author Site	: EmbraceNI.org
	Scheme Name	: Embrace
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
}
	
#header {
	/* Contains the H1 and menu */
	height: 160px !important;
	background: #92bbcc !important;
}
	
.primary {
	/* Contains the main column */
	_margin-top: -8px!important;
}
	
.primary img {
	margin-left: 0;
	_margin-left: -5px !important;
	padding: 4px;
	border: none;
	max-width: 100%;
}

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

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

.secondary {
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 10px 0;
	margin: 0 0 20px 71%;
	width: 26%;
	color: #666;
	position: relative;
	/* The following are IE Fixes */
	_padding: 30px 0 10px;
	_margin-left: 0%;
	_margin-right: -4%;
	_width: 26.5%;
}
	
h1 {
	padding-top: 55px !important;
}
h1, h2, h3, h4 {
	font-family: Georgia, 'Trebuchet MS', Verdana, Sans-Serif!important;
}
ul.menu {
	padding: 0 !important;
	margin: 37px 0 0 0 !important;
	_margin: 37px 0 -28px 0 !important;
	position: relative !important;
	/*bottom: 0;
	left: 20px;*/
	width: 65% !important;
	_width: 200px !important;
}
.sb-categories ul {
	font-size: 12px;
	font-weight: bold;
}
.sb-categories li {
	border-bottom: 1px dotted #CCCCCC;
}
ul.children {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0em;
}
ul.children li {
	list-style: url(embrace/bullet.gif) inside!important;
	border: none;
}
ul.children ul {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	margin-left: 1.5em;
}
ul.children ul li {
	list-style: url(embrace/bullet.gif) inside!important;
	border: none;
}
a {
	color: #4681A9;
}
h2 a:hover, h2 span a:hover {
	color: #4681A9 !important;
}
.livesearchform {
	position: relative;
	width: 200px;
	height: 19px;
	margin: 26px 26px 0 0 !important;
	_margin: 26px 2px -28px 0 !important;
	padding: 0 !important;
	float: right;
}
#searchcontrols {
	border-bottom: 1px solid #CCCCCC !important;
	background: #fff !important;
	/*border-right: 1px solid #999999 !important;
	border-left: 1px solid #CCCCCC !important;*/
}
#LSResult {
	background: url('../images/livesearchbgdark.png') center repeat !important;
	border-bottom: 1px solid #666666 !important;
	border-right: 1px solid #999999 !important;
	border-left: 1px solid #CCCCCC !important;
}
.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background: url('../images/livesearchbghilight.png') center repeat !important;

}
.callout {
	background: #FFFF99;
	padding: 0.5em 2em 0.5em 2em;
	border-top: thin dashed #CCCCCC;
	border-right: 1em solid #FFFFCC;
	border-bottom: thin dashed #CCCCCC;
	border-left: 1em solid #FFFFCC;
}

/* search panel */
#supersearch input {
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
    font-size: 11px;
}
#supersearch input.inputbox {color: #80808C; height: 13px; width: 160px; border: 0; background: white url(embrace/search_bar_bg.jpg) repeat-x left top; padding: 3px;}

#supersearch .srchimgs {margin-bottom: 1px;}
html>body #supersearch .srchimgs {margin-bottom: 0;}
/*\*/
html>body*#supersearch input {font-size: 11px;}
html>body*#supersearch .srchimgs {display: none;}
html>body*#supersearch input.inputbox {width: 185px; color: #000;}
/**/
