
body {
	margin: 0px;
	padding: 0px;
	background: url(/core-index/ibooking/layouts/sportogtrim/bg.png);
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #175500;
}

a:hover {
	text-decoration: none;
	color: #5E3D85;
}

a img {
	border: none;
}

#container {
	background-color: white;
	width: 940px;
	margin: 0px auto;
	margin-top: 0px;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
/* Header */

#headerTop {
	width: 942px;
	margin: 0px auto;
	margin-top: 10px;
	height: 15px;
	background: url(/core-index/ibooking/layouts/sportogtrim/header_top.png) no-repeat center top;
}

#header {
	width: 940px;
	background: url(/core-index/ibooking/layouts/sportogtrim/header.png) no-repeat center top;
	height: 176px;
	margin: 0px auto;
	padding-top: 0px;
	padding-left: 0px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 99px;
	/*background: url(/core-index/ibooking/layouts/sportogtrim/logo.jpg) no-repeat left top;*/
	display: none:
	padding-left: 70px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	width: 100%;
	background: url(/core-index/ibooking/layouts/sportogtrim/menu_bg.png) repeat-x;
	margin: 0px 20px 0px 0px;
}

#menu ul,#topMenu ul {
	width: auto;
	display: table;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	width: 128px;
	height: 36px;
	display: table-cell;
	text-align: center;
	margin: 0px 0px 0px 1px;
	border-right: 0px solid #dedede;
}
#menu ul li.firstTopMenu a {
	border-left: 1px solid #dedede;
}

#menu a {
	display: block;
	width: auto;
	color: #666;
	text-decoration: none;
	height: 23px;
	border-right: 1px solid #dedede;
	padding: 12px 20px 0px 20px;
}

#menu a:hover {
	color: #000;
}

#menu .first {
	background: none;
}

#menu li#active a {
	font-weight: bold;
	color: #000;
	background-image: url(/core-index/ibooking/layouts/sportogtrim/menu_arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#menu li#active {
	background-color: rgba(255, 255, 255, 0.3);
}

.post h2.title a{
	text-decoration: none;
}

/* Page */

#page {
	width: 940px;
	margin: 0px auto;
	padding: 0px 0px;
}

/* Content */

#content {
	float: right;
	width: 630px;
	margin-top: 20px;
	margin-right: 20px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE solid 1px;
	color: #232F01;
}

.post .title a {
	color: #232F01;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin-top: 20px;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
	padding-top: 0px;
}

#sidebar ul,#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul,#navigation li ul {
	margin-bottom: 1.8em;
	padding-left: 20px;
	list-style: none;
}

#sidebar h2,#navigation h4,.menuBoxContainer h4 {
	padding: 4px 0px;
	background: inherit;
	border-bottom: 1px dotted #dedede;
	font-size: 1.4em;
	color: #666;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#sidebar .menuBoxContent {
}
.menuBoxContent p {
	margin-top: 0px;
	padding: 0px 0px;
}
#navigation ul li.in_path ul.deep li a {
	font-weight: normal;
}
#navigation ul li ul.deep {
	margin-bottom: 0px;
}
#sidebar a,#navigation a {
	text-decoration: none;
	color: #232F01;
}
#navigation {
	margin: 0px;
	padding: 0px;
}
#navigation ul.first,#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	margin-bottom: 0px;
}
#navigation ul.deep {
}
#navigation ul.deep li {
	border-bottom: 0px;
	padding: 0px;
}
#navigation ul li.in_path a {
}
#navigation a {
	display: block;
	font-size: 16px;
	padding: 7px 0px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
#navigation ul li:last-child a {
	border-bottom: 0px;
}
#navigation ul li.active a {
	font-weight: bold;
}
#navigation ul li.in_path ul.deep li.active a {
	font-weight: bold;
}

#navigation ul li.in_path ul.deep li.active li a {
	font-weight: normal;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	border-top: 2px solid #5E3D85;
	border-bottom: 1px solid #dedede;
	background-color: #fff;
}
#footer-end {
	background-image: url(/core-index/ibooking/layouts/sportogtrim/footer_bottom.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
	margin: 0px auto;
	margin-bottom: 30px;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	line-height: 16px;
	color: #666;
}

#footer p.footerText, #footer p.footerText p {
	border-top: 2px solid #5E3D85;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
	font-size: 12px;
	text-align: center;
}

#footer .menuBoxContainer {
	float: left;
	width: 190px;
	color: black;
	margin-left: 30px;
	margin-bottom: 25px;
	width: 200px;
}
#footer .menuBoxContent img {
}
#footer .menuBoxContainer h4 {
	padding: 0px;
	padding-bottom: 3px;
	margin: 15px 0px;
	color: #666;
	font-weight: normal;
	border-bottom: 1px dotted #dedede;
	font-size: 20px;
	background-color: inherit;
}
.socialicons {
	width: 10px;
}
#footer .menuBoxContainer p {
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	color: #666;
}
#footer .firstMenuBox {
	margin-left: 30px;
	width: 185px;
}
#footerTextWrapper {
	width: 1040px;
	margin: 0px auto;
}
#footerText {
	width: 960px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: white;
}


#footer a {
	color: #5E3D85;
}

div.newsContainer {
	width: 100%;
}
div.newsInfo {
	width: 65%;
}

table.memberListTable {
	background-color: #fff;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.memberListTable tr td.memberListImage {
	color: black;
	width: 150px;
	text-align: center;
}
table.memberListTable tr td.memberListImage img {
	width: 80px;
}

table.memberListTable tr td.memberListImage span.memberListName {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 0px;
}
table.memberListTable tr td.memberListInfo {
	background-color: #fff;
	padding: 10px;
}
#content>table.memberListTable tr td {
	border-top: 1px solid #5E3D85;
	padding-top: 15px;
	padding-bottom: 0px;
}
#content>table.memberListTable:first-child tr td {
	border-top: 0px solid black;
}
div.comment-reply-holder {
	background-color: transparent;
}

#content div.comment-reply-row input[type="submit"] {
	background-color: #5E3D85;
}

#content div.comment-reply-row input[type="submit"]:hover {
	color: #fff;
}

#sidebar ul.latest_news {
	padding-left: 0px;
}

ul.latest_news li {
	border-top: 1px solid #eaeaea;
	padding-top: 10px;
	line-height: 14px;
}
ul.latest_news>li:first-child {
	padding-top: 0px;
	border-top: 0px solid #eaeaea;
}

ul.latest_news li span.latest_news_date {
	font-size: 10px;
}

td.day.withEvents {
	background-color: #fff;
	color: #5E3D85;
}

td.day.withEvents span.dateNumber {
	color: #5E3D85;
}

