/**************************************
 * THEME NAME: mykineo
 *
 * Files included in this sheet:
 *
 *   mykineo/user_styles.css
 *   mykineo/nav_styles.css
 **************************************/

/***** mykineo/user_styles.css start *****/

#background {
	background: transparent url(pix/top-bg.jpg) no-repeat scroll center top;
	height: 452px;
}

#page {
	background-color: #ffffff;
	margin: 0 auto;
	width: 996px !important;
}

#page .kineocontent {
	padding: 8px;
}

#content {
	display: none;
}

body {
	background-color: #d9e8a2;
	margin: 0;
	padding: 0;
	color: #333333;
}

#layout-table #middle-column {
	padding-left: 8px;
	padding-right: 8px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color: #333333;
}

body, table, td, th, li {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
}

hr {
	color: #dddddd;
}

.navbar {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	background-color: #8bbf41;
	height: 22px;
	border-width: 0px;
}

.navbar .navbutton {
	margin-top: 0px;
}

.breadcrumb a:link {
	color: #ffffff;
}

.breadcrumb a:visited {
	color: #ffffff;
}

.sideblock h2 {
	font-size: 1.0em;
	color: #333333;
}

.sideblock .content {
	border-style: none;
	padding: 0px;
}

/* NOTE! all block header borders removed - Mike McGowan 14/01/2010 */
.sideblock .header, .sideblock h2.header {
	border: none;
}

.sideblock .content .mykineo_special_header {
	height: 30px;
}

.sideblock .content .mykineo_special_header .outer {
	background-image: url(pix/block-header-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
}

.sideblock .content .mykineo_special_header .outer .inner {
	background-image: url(pix/block-header-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
}

.sideblock .content .mykineo_special_header .outer .inner .title {
	float: left;
	padding: 8px;
}

.sideblock .content .mykineo_special_header .outer .inner .icon {
	float: right;
	padding: 6px;
}

.sideblock .content .mykineo_special_content {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 0px;
}

.sideblock .content .mykineo_special_content .event {
	padding-top: 2px;
	padding-bottom: 2px;
}

.sideblock .content .mykineo_special_content .forumheader {
	font-weight: bold;
}

.mykineologo  {
	background-color: #ffffff;
	height: 85px;
}

.mykineologo .left {
	float: left;
}

.mykineologo .right {
	float: right;
}

.dotted_border_horizontal {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0;
	background: url(pix/dotted-border-horizontal.png) repeat-x center left;
	height: 1px;
}

.dotted_border_horizontal_no_padding {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	background: url(pix/dotted-border-horizontal.png) repeat-x center left;
	height: 1px;
}

.forum_topic_title {
	font-weight: bold;
	padding-bottom: 5px;
}

.forum_topic_post {
	font-style: italic;
	padding-bottom: 5px;
}

.mykineolink {
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
}

.mykineolink a {
	background: transparent url(pix/narrow_box1_item_bg.jpg) no-repeat scroll right center;
	color: #646464;
	display: block;
	padding: 9px 5px 11px 10px;
	font-size: 100% !important;
	margin: 0;
	text-decoration: none;
}

.mykineolink a:hover {
	background: #DAE8A2 url(pix/narrow_box1_item_over_bg.jpg) no-repeat scroll right center;
	color: #646464;
	text-decoration: none;
}
/***** mykineo/user_styles.css end *****/

/***** mykineo/nav_styles.css start *****/

/* navigation bar */

#mykineo_navigation {
	margin-bottom: 10px;
	width: 996px;
	height: 38px;
	background: url(pix/nav/nav-bg.png) repeat-x top left;
}

#mykineo_nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mykineo_nav li {
	float: left;
}

#mykineo_nav li ul {
	position: absolute;
    left: -999em;
	z-index: 98;
}

#mykineo_nav li:hover ul, #nav li.sfhover ul {
	left: 92px;
	height: 45px;
}

#mykineo_nav_items {
	float: left;
	width: 800px;
}

.nav_link, .nav_link_leftmost {
	display: block;
	height: 38px;
}

.nav_item, .nav_item_leftmost {
	display: block;
	height: 45px;
}

.nav_item a {
	text-align: center;
	width: 129px;
    height: 45px;
	background: url(pix/nav/nav-button.png) no-repeat 0 0;
	color: #333333;
}

.nav_item_leftmost a {
	text-align: center;
	width: 127px;
    height: 45px;
	background: url(pix/nav/nav-button-leftmost.png) no-repeat 0 0;
	color: #333333;
}

.nav_item a:hover {
	width: 129px;
    height: 45px;
	background: url(pix/nav/nav-button.png) no-repeat scroll 0 -45px;
	color: #ffffff;
	text-decoration: none;
}

.nav_item_leftmost a:hover {
	width: 127px;
    height: 45px;
	background: url(pix/nav/nav-button-leftmost.png) no-repeat scroll 0 -45px;
	color: #ffffff;
	text-decoration: none;
}

/*
.nav_item_active {
	display: block;
	height: 45px;
	background-position: 0 -45px  !important;
}
*/

/*
.nav_item:hover, li.sfhover {
	background-position: 0 -45px  !important;
}
*/

.nav_item span, .nav_item_leftmost span, .nav_item_active span {
	padding-top: 13px;
	display: block;
	font-size: 0.8em;
}

/* search form */

#mykineo_search_form {
	float: right;
	width: 170px;
}

#mykineo_search_box {
	background: top right no-repeat url(pix/nav/search_bg.png);
	float: left;
	width: 120px;
	height: 38px;
}

#mykineo_search_field {
	background: transparent;
	border: 0px;
	width: 95px;
	height: 17px;
	margin: 10px 0 0 15px;
	font-size: 90%;
}

#mykineo_search_button {
	width: 46px;
	float: left;
}
/***** mykineo/nav_styles.css end *****/


