/* @override http://www.s2ki.com/home/wp-content/themes/primepress/custom.css */

/*-----attach body.custom to any style you add here-----*/

/* Header styles */

#header {
	white-space: nowrap;
	margin-bottom: 0px;
	text-align: left;
}

#header form {
	padding: 0;
	margin: 0;
}

#logobar {
	background-image: url(/images/logobar_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 58px;
	text-align: left;
}

#logobar > a {
	display: block;
	float: left;
}

#logobar > ul {
	list-style: none;
	float: right;
	text-align: right;
	margin: 0.5em;
}

#logobar > ul li {
	display: inline;
	padding: 0 0.5em;
	color:  white;
	font-size: 115%;
}

#logobar > ul li a {
	color:  white;
}

#logobar > ul li a:hover {
	color: #ff6;
}

/* Header search widget styles */
#logobar input {
	font-size: 100%;
	border: none;
	padding: 1px;
	margin: 4px;
	width: 14em;
	vertical-align: middle;
}

body.custom .tbborderwrap {
	border-top: 1px solid black;
}

/* Menubar styles */

#menubar {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #666;
	background-color: #ddd;
	white-space: nowrap;
	text-align: left;
	font-size: 150%;
}

#menubar ul {
	list-style: none;
	margin: 0 0.5em;
}

#menubar li {
	display: inline;
	line-height: 1.4em;
	margin: 0 0.4em;
}

#menubar a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menubar a:hover {
	color: #339;
}

#menubar li > a > img {
	background-image: url(/images/engine_start_down.png); /* preload */
	background-image: url(/images/engine_start_up.png);
	margin: 0 0 -2px 0;
}

#menubar li > a:hover > img {
	background-image: url(/images/engine_start_down.png);
}
/* Memberbar styles */

#memberbar {
	background-image: url(/images/member_bg.png);
	background-repeat: repeat-x;
	white-space: nowrap;
	width: 100%;
	height: 27px;
	line-height: 1.2em;
}

#memberbar ul.menu {
	float: right;
	padding: 0;
	position: static;
}

#memberbar ul.menu li {
	background: none;
}

#memberbar ul.menu li a {
	padding: 7px;
	color:  #000;
}

#memberbar ul.menu li a:hover {
	color: #339;
	background: none;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover
{
	color:#339; 
	background:none;
}

.homelink {
	position:  absolute;
	top: -5000px;
}

.alignright {
	margin-left: 10px;
}

.alignleft {
	margin-right: 10px;
}

.entry-content p { text-align:justify; }
