body {
	margin: 0;
	padding: 0;
	/* background: #ffffff url(/images/test_theme/bg.png) repeat-x center top; */
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #333333;
}


.rss {
	background: transparent url(/images/test_theme/rss.png) no-repeat;
	width: 23px;
	height: 23px;
	padding-right: 5px;
	float: right;
}

/* Lists */

.large_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.large_list h2 {
	width: 100%;
	border-bottom: 1px dotted black;
	color: black;
	text-align: center;
	padding-bottom: 1px;
}

.large_list h2 a {
	color: black;
}

.large_list_items {
	color: black;
}

.large_list_item {
	background: #f4f4f4;
	border: 1px solid grey;
	margin: 5px 0;
	padding: 3px;
}

.large_list_item:hover {
	background: #ffffff;
	color: black;
}


.large_list_item span {
	display: block;
	color: red;
}

.large_list_item strong {
	display: block;
	float: right;
	color: grey;
	font-weight: normal;
}

.large_list_item em {
	font-style: normal;
	color: #333;
	font-size: 1.2em;
}

.large_list_item img {
	height: 36px;
	width: 36px;
	float: left;
	margin-right: 7px;
	border: 1px solid lightgrey;
}

/* Events by season list on /events page */
.seasons_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.seasons_list h2 {
	width: 100%;
	border-bottom: 1px dotted black;
	color: black;
	text-align: center;
	padding-bottom: 1px;
}

.seasons_list h2 a {
	color: black;
}

.seasons_list h3 {
	font-size: 1.1em;
	font-weight: bold;
}

.seasons_list_items {
	color: black;
}

.seasons_list_item {
	background: #f4f4f4;
	border: 1px solid grey;
	margin: 1px 5px 5px 0px;
	padding: 0px 3px 4px 0px;
}

.seasons_list_item:hover {
	background: #ffffff;
	color: black;
}


.seasons_list_item span {
	display: inline;
	color: #333;
}

.seasons_list_item strong {
	display: block;
	float: right;
	color: grey;
	font-weight: normal;
}

.seasons_list_item em {
	display: inline;
	font-style: normal;
	color: #00d;
	font-size: 1.0em;
}

.seasons_list_item img {
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 7px;
	border: 1px solid lightgrey;
}

/* Sidebars */

/* Common blocks */

.left_block {
	background: #FFFFFF url(http://skating.com.ua/images/test_theme/block_bg.png) repeat-x scroll 0 100%;
	border: 1px solid #C8C8C8;
	margin-bottom: 10px;
	padding: 10px;
}

.left_block h1 {
	color: black;
}

.left_block h1 a {
	color: black;
}

.list_date {
	color: grey;
}

#sidebar-left {
	width: 732px;
	margin: 0px;
	float: left;
}

#sidebar-right {
	float: right;
	width: 242px;
	padding-bottom: 20px;
}

.fscontent {
	width: 779px;
	float: left;
}

/* Search */

#search_input {
	width: 80%;
	padding: 3px;
	background: #f2f2f2;
	border: 1px solid lightgrey;
}

#search_input:focus {
	background: white;
	border: 1px solid blue;
}

#search_input:hover {
	background: white;
	border: 1px solid blue;
}

#search_page {
	padding: 10px;
	color: black;
}

#search_page h1 {
	color: black;
}

#search_page h2 {
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 2px;
	color: grey;
}

#search_page h2 a {
	color: grey;
}

#search_page h2 a:hover {
	color: black;
}

#search_page h2 em {
	font-weight: normal;
	color: grey;
}

.search_results {
	padding-bottom: 20px;
}

.search_item {
	padding: 5px;
	margin: 3px;
	border: 1px solid lightgrey;
	background: #ffffdd;
}

div.search_item:hover {
	background: #ddddff;
}

.search_item h3 {
	color: #014D93;
	font-size: 1.1em;
}

.search_item span {
	color: red;
	float: right;
	font-weight: bold;
}

.search_item strong {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

.search_item em {
	color: grey;
}

.search_item img {
	float: left;
	margin-right: 7px;
	width: 128px;
	height: 128px;
	border: 1px solid lightgrey;
}

.search_item_special {
	min-height: 128px;
	height: auto;
}

.search_form {
	padding: 5px;
}

#search_btn {
	background: url(/images/test_theme/search_icon.png) no-repeat;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	margin-right: 4px;
	display: block;
	float: right;
	border: 0 none;
	cursor: pointer;
}

/* Blocks and Lists */

.block {
	background: #FFFFFF url(http://skating.com.ua/images/test_theme/block_bg.png) repeat-x scroll 0 100%;
	border: 1px solid #C8C8C8;
	margin: 0px 1px 5px;
	padding: 5px;
}


.red_block {
	background: url(/images/test_theme/block_header_red.png) repeat-x;
}

.green_block {
	background: url(/images/test_theme/block_header_green.png) repeat-x;
}

.blue_block {
	background: url(/images/test_theme/block_header_blue.png) repeat-x;
}

.grey_block {
	background: url(/images/test_theme/block_header_grey.png) repeat-x;
}

.block_header {
	width: auto;
	font-size: 1.2em;
}

.block_header a {
	text-decoration: none;
	color: white;
	border: none;
}

.block_header img {
	height: 22px;
}

.block_header {
	color: white;
	font-weight: bold;
	border: none;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 3px 0px 3px 7px;
	height: 22px;
}

.block_header span {
	float: right;
	margin-right: 5px;
}



.right_tail {
	text-align: right;
	padding-right: 0.5em;
}

.right_tail *:after {
	content: " → ";
}

/* Sidebar Big list */

.current_item {
	border: 1px solid red;
}

#selected_item {
	border: 1px solid green;
}

.simplepie {
	background: #F4F4F4;
	height: auto;
	padding: 3px;
	margin-bottom: 2px;
	min-height: 36px;
}

.biglist_item {
	background: #F4F4F4;
	height: auto;
	padding: 3px;
	margin-bottom: 2px;
	min-height: 36px;
}

.midlist_item {
	background: #F4F4F4;
	height: auto;
	padding: 3px;
	margin-bottom: 2px;
	min-height: 10px;
}

.biglist_item img {
	width: 36px;
	height: 36px;
	vertical-align: top;
	float: left;
	margin-right: 8px;
}

.biglist_item span {
	color: red;
	display: block;
}

.biglist_item em {
	color: grey;
	display: block;
	font-style: normal;
	padding-top: 2px;
}

.biglist_note {
	color: grey;
	float: right;
}

.biglist_note a {
	color: grey;
}

/* Static pages */
.static_breads {
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: black;
	text-align: left;
}


/* Page */
#page {
	margin: 0pt auto;
	padding: 5px 0pt;
	width: 1000px;
	/* background: #ffffff url(/images/test_theme/bg.png) repeat-x center top; */
}

h2 {
	margin: 0;
	font-weight: normal;
	color: #333333;
	font-size: 1.8em;
}

/* Header */

.main_header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: #ffffff url(/images/theme/header.jpg);
}

.main_header h1 {
	float: left;
	margin-top: 20px;
	padding: 100px 190px 0 0;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
}

.main_header h1 span {
	color: #CC0000;
}

.main_header h2 {
	float: left;
	margin: 5px 5px 10px 5px;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

.main_header h2 a {
	border-bottom: 0px;
	text-decoration: none;
	color: #ffffff;
}


.main_header h2 a:hover {
	background: #cccccc url(/images/theme/header-hover.png) repeat-x;
	color: #0000ff;
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}

/* Page */
#page {
	margin: 0pt auto;
	padding: 5px 0px;
	width: 1000px;
}



/* ------------------------- */
ul#menu {
	margin: 0;
	padding: 162px 0px 0px 0px;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 36px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica,Verdana,Tahoma,sans-serif;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #919191;
}

ul#menu li {
	display: block;

	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	display: block;
	border: none;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 10px 0 10px;
	height: 24px;
	background: transparent url("/images/theme/menu_divider.png") no-repeat top right;
}

ul#menu li a:hover {
	color: #000077;
	background: transparent url("/images/theme/menu_hover.png") no-repeat top right;	
}

#menu a.header_active {
	color: #ff0000;
}

/* JS Menu */
#jsddm
{	margin: 0;
	padding: 175px 0 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: transparent;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #1A4473}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			z-index: 200;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B}
		
		#jsddm li ul li a:hover
		{	background: #7F1616}


