* {
	margin: 0;
	padding: 0;
}


body {
	background: #171717 url(../images/site_images/bg.gif);
	color: #fff;
	font: 76%/1.6em Verdana, Tahoma, Arial, sans-serif;
}

#outer_wrapper {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}

img {
	border: none;
	padding: 5px;
	display: block;
	outline: none;
}

img.right {
	float: right;
	margin: 10px 0 0 10px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

object {
	outline: none;
}

/* LINK DEFINITIONS */

a {
	color: #FF9000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a.view_more {
	padding-right: 10px;
	background: url(../images/site_images/right_arrow_bullet.gif) right 3px no-repeat;
	font-size: 0.9em;
}

a.view_more:hover {
	color: #FF9000;
}

h1, h2, h3, h4, h5, h6 {
	color: #FF9000;
}

/* HEADER */
#header {
	clear: both;
	color: #FFFFFF;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}

	#header h1 {
		font-size: 1.8em;
		height: 60px;
		background: url(../images/site_images/logo2.png) no-repeat;
	}

	#header h1 a {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		width: 225px;
		height: 60px;
		text-indent: -9999px;
	}

	#header h2 {
		font-size: 1.4em;
		font-weight: normal;
		margin-bottom: 0.4em;
		position: absolute;
		top: 45px;
		left: 225px;
	}

	#languages {
		position: absolute;
		right: 0;
		top: 16px;
		color: #FF9000;
		list-style: none;
	}

	#languages li {
		float: left;
		padding: 0;

	}

		#languages a,
		#languages span {
			padding-left: 22px;
			font-size: 11px;
			line-height: 16px;
			text-decoration: none;
			margin-left: 12px;
		}

		#languages span {
			color: #FFF;
		}

		#languages #lang_bg a,
		#languages #lang_bg span {
			background: url(../images/site_images/bg_flag.gif) no-repeat;
		}

		#languages #lang_en a,
		#languages #lang_en span {
			background: url(../images/site_images/en_flag.gif) no-repeat;
		}
		
		#facebook {
			position: absolute;
			top: 238px;
			right: 0;
			color: #FFF;
			height: 14px;
			line-height: 14px;
			padding-bottom: 2px;
			padding-left: 23px;
			text-decoration: none;
			font-size: 11px;
			background: url(../images/site_images/facebook_icon.gif) no-repeat left;
		}
		
		#facebook:hover {
			color: #FF9000;
		}

	/* LOGIN FORM */
	#login {
		position: absolute;
		right: 0px;
		top: 42px;
		color: #FF9000;
		font-size: 0.8em;
		display: none;
	}

		#login input {
			background: #333 url(../images/site_images/form-bg.gif) repeat-x top;
			border: #FF9000 1px solid;
			color: #FFFFFF;
			font-size: 0.9em; /*10px*/
			padding: 2px;
			width: 60px;
		}

		#login input:hover {
			border: 1px solid white;
		}

		#login #submit {
			color: #333;
			margin: 0px;
			padding: 1px;
			cursor: pointer;
			background: #D88F12;
			font-weight: bold;
		}

	#breadcrumb {
		list-style: none;
		overflow: hidden;
		padding: 4px 0 4px 0;
		font-size: 0.9em;
		text-transform: lowercase;
	}

		#breadcrumb li {
			float: left;
			padding: 0 4px 0 15px;
			color: #DFDFDF;
			background: transparent url(../images/site_images/right_arrow_bullet.gif) no-repeat scroll 0 6px;
		}

		#breadcrumb li.first {
			background: none;
			padding-left: 2px;
		}

			#breadcrumb li a:hover {
				color: #FF9000;
			}

#wrapper {
	background: #3c3c3c;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	margin-top: 27px;
}

#wrapper.inner {
	margin-top: 0;
}

#navigation {
	background-image: url(../images/site_images/orange-li.gif);
	background-position: center;
	background-repeat: repeat-x;
	border: 1px solid #FF9000;
	border-bottom: none;
	height: 38px;
	font-size: 12px;
	position: relative;
	margin-bottom: 3px;
}

	#navigation a,
	#navigation li a,
	#navigation li.current li a {
		background: #eeeeee;
		background: url(../images/site_images/orange-li.gif) 0 center repeat-x;
		border-right: 1px solid #1e1e1e;
		color: #000;
		display: block;
		font-weight: bold;
		padding: 9px 15px 9px 15px;
		text-decoration: none;
	}

	#navigation li.last a{
		border-right: 0;
	}

		#navigation ul li {
			float: left;
			list-style-type: none;
			overflow: hidden;
			z-index: 10;
		}

			#navigation li a:hover,
			#navigation li.current a{
				background: url(../images/site_images/orange-li-hover.gif) center top no-repeat;
				color: #FF9000;
			}

			#navigation li ul li a:hover{
				background: url(../images/site_images/li-hover.gif) 0 top repeat-x;
				color: #FF9000;
			}

				#navigation ul li ul {
					position: absolute;
					top: 37px;
					display: none;
					z-index: 10;
					font-size: 11px;
				}

				#navigation ul li:hover ul {
					display: block;
				}

					#navigation ul li ul li {
						float: none;
						z-index: 100;
					}

					#navigation ul li ul li a,
					#navigation ul li.current ul li a {
						border-left: 1px solid #FF9000;
						border-right: 1px solid #FF9000;
						border-bottom: 1px solid #1e1e1e;
					}


					#navigation li.last a,
					#navigation ul li ul li.last a {
						border-bottom: 1px solid #FF9000;
					}


#main-image{
	width: 990px;
	height: 120px;
	background:url(../images/site_images/orange-banner.jpg) no-repeat center;
	border: 0;
}

#drop-shadow {
	background-image: url(../images/site_images/drop-shadow.gif);
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 2px;
	width: 202px;
}

	#content {
		width: 735px;
	}

	.inner #content {
		float: left;
	}

	h3 {
		font-size: 1.3em;
		margin-bottom: 0.5em;
	}

	a.back {
		float: right;
		padding-left: 10px;
		background: url(../images/site_images/left_arrow_bullet.gif) left 2px no-repeat;
		font-size: 0.9em;
		line-height: 0.9em;

	}
		a.back:hover {
			color: #FF9000;
		}

/* RICH-TEXT CONTAINER */
.rich_text {
	padding-bottom: 10px;
}

	.rich_text h4{
		font-size: 1.2em;
		margin-bottom: 0.3em;
	}

	.rich_text img {
		border: 1px solid #000;
		margin: 5px;
	}

	.rich_text ul {
		list-style-image: url(../images/site_images/bullet.png);
		margin: 0 1em;
		padding: 0 1em;
	}

	.rich_text ol {
		list-style-type: decimal;
		margin: 1em;
		padding-left: 2em;
	}

	.rich_text p {
		line-height: 1.8em;
		margin-bottom: 0.5em;
	}

	.rich_text a {
		xborder-bottom: #FF9000 1px dashed;
	}

	.rich_text a:hover {
		text-decoration: underline;
	}

	.rich_text a.map {
		text-decoration: none;
		float: left;
		margin: 0 5px 5px 0;
	}

	.rich_text li {
		line-height: 1.6em;
		margin: 0 0 0.3em 0;
		padding: 0;
	}

	.rich_text #flash_video {
		border: 1px solid #777;
		float: left;
		margin: 0 10px 10px 0;
		padding: 3px;
	}

	.rich_text #flash_video .title {
		font-weight: bold;
		color: #FF9000;
		text-align: center;
	}

	.rich_text img.photo {
		float: left;
		margin: 0 10px 5px 0;
	}


/* THUMBED ITEMS LISTING - listing that have thumbs, like on "clubs" and "best_of" */
	#thumbed_items_list {
		list-style-type: none;
		pading: 0;
		margin: 0;
	}

		#thumbed_items_list li {
			padding-bottom: 0.5em;
			border-bottom: 1px solid #FF9000;
			position: relative;
			margin-bottom: 10px;
		}

			#thumbed_items_list li.last {
				border-bottom: 0;
			}

			#thumbed_items_list li h3 {
				margin-bottom: 0.2em;
			}

				#thumbed_items_list li h3 a {
					color: #FF9000;
					text-decoration: none;
				}

			#thumbed_items_list li img {
				margin: 0px 10px 5px 5px;
				border: 1px solid #000;
				float: left;
				xdisplay: block
			}

			#thumbed_items_list li a:hover img {
				border: 1px solid #DFDFDF;
			}

			#thumbed_items_list li a.view_more {
				position: absolute;
				right: 4px;
				bottom: 4px;
				line-height: 13px;
			}

		#thumbed_items_list.left_right li {
			padding-bottom: 10px;
		}

			#thumbed_items_list.left_right li div{
				background: black;
				position: relative;
				padding: 10px;
			}

			#thumbed_items_list.left_right li a.view_more {
				right: 8px;
				bottom: 8px;
			}

			#thumbed_items_list.left_right li.right a.view_more {
				right: 180px;
			}

				#thumbed_items_list.left_right li img {
					width: 150px;
					border: 1px solid #FF9000;
					margin: 0 10px 0 0;
				}

				#thumbed_items_list.left_right li.right img {
					margin: 0 0 0 10px;
					float: right;
				}

				#thumbed_items_list.left_right li span.created_at,
				#thumbed_items_list.left_right li span.total_videos {
					position: absolute;
					left: 180px;
					bottom: 22px;
					color: #FF9000;
					font-size: 0.9em;
				}

				#thumbed_items_list.left_right li.right span.created_at,
				#thumbed_items_list.left_right li.right span.total_videos {
					left: 10px;
				}

				#thumbed_items_list.left_right li span.total_videos {
					bottom: 6px;
				}

		/* BOOKS LISTING */
		#thumbed_items_list .book_info {
			color: #FF9000;
			font-size: 0.9em;
			list-style-type: none;
			position: absolute;
			bottom: 15px;
			left: 107px;
		}

		.books .book_info li,
		#thumbed_items_list .book_info li {
			position: static;
			padding: 0 20px 0 0;
			margin: 0;
			border: 0;
			float: left;
			line-height: 15px;
		}

		/* BOOKS DETAILS */
		.books .book_info {
			color: #FF9000;
			font-size: 0.9em;
			list-style-type: none;
		}

			.books .book_info li {
				padding: 0 20px 0 0;
				margin: 0;
				border: 0;
				float: left;
				line-height: 15px;
			}

			.books .rich_text {
				color:#FF9000;
				font-style: italic;
			}

				.books .rich_text div{
					font-size: 1.1em;
					color: #FFFFFF;
					margin-top: 24px;
				}

			#author {
				border-bottom: 1px solid #FF9000;
				text-align: right;
				color: #FF9000;
				margin-bottom: 5px;
			}

				#author span{
					padding: 5px 0;
					border-top: 1px solid #FF9000;
					float: right;
				}


	a.view_map {
		padding: 12px 52px 12px 6px;
		margin-left: 5px;
		font-size: 0.9em;
		float: right;
		border: 1px solid #777;
		background: url(../images/site_images/icon_view_map.png) right center no-repeat;
	}

	a:hover.view_map {
		color: #FF9000;
	}

	.gallery {
		text-align: center;
		border: 1px solid black;
		padding: 5px 0;
	}

		.video #flash_video {
			border: 1px solid #777777;
			float: left;
			margin: 10px 5px 0 3px;
			padding: 1px;
		}

		.gallery ul {
			list-style-type: none;
			padding: 5px 0 0 15px;
		}

		.gallery.video ul {
			padding-left: 0px;
		}

		.gallery ul li {
			float: left;
			margin: 0 10px 10px 0;
		}

		.gallery.video ul li {
			margin-right: 15px;
		}

		.gallery ul li img {
			border: #000 1px solid;
		}

		.gallery ul li a:hover img {
			border: #fff 1px solid;
		}

		.gallery .gallery_title {
			text-align: center;
			font-weight: bold;
			color: #FF9000;
		}

/* VIDEO/PHOTO GALLERY PAGE */
.photo_gallery .rich_text,
.video_gallery .rich_text {
	background: #000;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
	position: relative;
}

	.video_gallery #flash_video {
		margin-bottom: 0;
	}

	.photo_gallery img#album_default_image {
		float: left;
		margin: 0;
		padding: 0;
	}

	.photo_gallery div#views_counter,
	.video_gallery div#views_counter {
		position: absolute;
		right: 1px;
		top: 1px;
		color: #FF9000;
		font-size: 0.9em;
		padding-right: 5px;
		background: #3C3C3C;
		padding: 0 4px;
	}

	.photo_gallery .rich_text p {
		padding-top: 15px;
	}

	.photo_gallery .rich_text h4,
	.video_gallery .rich_text h4 {
		margin-top: 1em;
	}

	.photo_gallery .gallery ul,
	.video_gallery .gallery ul {
		padding-left: 25px
	}

	.photo_gallery .gallery ul li,
	.video_gallery .gallery ul li {
		position: relative;
		background: #000;
		padding: 4px;
		border: 1px solid #000;
		margin-right: 25px;
		color: #FF9000;
	}

	.video_gallery .gallery ul li.current_video {
		border: 1px solid #FF9000;
	}

	.photo_gallery .gallery ul li:hover,
	.video_gallery .gallery ul li:hover {
		border: 1px solid #777777;
	}

	.photo_gallery .gallery ul li img,
	.video_gallery .gallery ul li img {
		padding: 0;
		border: 0;
	}

	.photo_gallery .gallery ul li img:hover,
	.video_gallery .gallery ul li img:hover {
		border: 0;
	}

	.video_gallery .gallery ul li span.duration{
		position: absolute;
		right: 8px;
		bottom: 44px;
		padding: 0 5px;
		font-size: 0.9em;
		color: #FF9000;
		background: #000;
	}
	
	.video_gallery .gallery ul li span.title{
		font-size: 0.9em;
		display: block;
		width: 200px;
		height: 36px;
	}

/* EVENTS LISTING */
	#thumbed_items_list .event_info {
		color: #FF9000;
		font-size: 0.9em;
		list-style-type: none;
		margin-bottom: 10px;
	}

	#thumbed_items_list .event_info li {
		position: static;
		padding: 0 20px 0 0;
		margin: 0;
		border: 0;
		float: left;
		line-height: 15px;
	}


/* PREV/NEXT BOTTOM NAVIGATION */
#prev_next_navigation {
	padding: 10px 5px;
}

	#prev_next_navigation a.prev,
	#prev_next_navigation a.next {
		font-size: 11px;
		line-height: 1.0em;
	}

	#prev_next_navigation a.prev {
		padding-left: 12px;
		float: left;
		background: url(../images/site_images/left_arrow_bullet.gif) left 2px no-repeat;
	}

	#prev_next_navigation a.next {
		padding-right: 12px;
		float: right;
		background: url(../images/site_images/right_arrow_bullet.gif) right 2px no-repeat;
	}

		#prev_next_navigation a:hover {
			color: #FF9000;
		}


/* SIDEBAR CONTAINER */
#sidebar {
	background-color: #292929;
	border: 1px solid #000;
	float: right;
	margin-left:10px;
	width: 220px;
}

	#sidebar #video_container {
		margin: 4px;
	}

.inner #sidebar {
	float: left;
	background: #4F4F4F url(../images/site_images/u5.gif) center bottom no-repeat;
	padding-bottom: 390px;
	margin: 0 10px 0 0;
}

	#sidebar img {
		border: 1px solid #000;
		margin: 4px;
	}

	#sidebar div.block_title {
		background: url(../images/site_images/cat-box-rep.png) top left repeat-x;
		border-bottom: 1px solid #000000;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		padding: 4px;
	}

		#sidebar div.block_title a {
			float: right;
			font-weight: normal;
			line-height: 13px;
			margin-top: 2px;
		}

		#sidebar div.block_title a:hover {
			text-decoration: none;
			color: #FF9000;
		}

	#sidebar div.block_content.text {
		padding: 5px;
		font-size: 0.9em;
	}

	#sidebar div.block_content.events {
		font-size: 0.9em;
	}

		#sidebar ul li {
			list-style-type: none;
		}

			#sidebar ul li a,
			.inner #sidebar ul li a {
				background-color: #292929;
				border-bottom: 1px solid #333333;
				color: #FF9000;
				display: block;
				padding: 5px;

				text-decoration: none;
			}

			.inner #sidebar ul li a {
				padding: 10px 5px 10px 10px;
			}

			#sidebar ul li a:hover,
			#sidebar ul li a.active {
				background: #111111 url(../images/site_images/li-hover.gif);
				background-position: top;
				background-repeat: repeat-x;
				color: #DFDFDF;
			}

/* FOOTER */
#footer {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 0 9px 0;
}

	#footer a,
	#footer a:hover {
		color: #FF9000;
		font-weight: bold;
		text-decoration: none;
	}