html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #383839;
}

input, textarea {
	padding: 2px;
	font-family: Verdana;
	font-size: 11px;
}
textarea { margin-bottom: 10px; }

.center {
	margin: auto;
	text-align: center;
}

#layout {
	width: 719px;
	margin: auto;
	margin-top: 0px;
	border: none;
	font-family: Verdana;
	font-size: 10px;
}
#layout_top1 {
	width: 414px;
	height: 104px;
	float: left;
}
#layout_top2 {
	width: 305px;
	height: 104px;
	float: left;
	background-image: url('../../_images/default/800/lay_01.jpg');
}
#layout_middle {
	clear: both;
	height: 289px;
}
#layout_middle1 {
	width: 415px;
	height: 100%;
	float: left;
}
#layout_middle2 {
	width: 304px;
	height: 100%;
	float: left;
}
#layout_middle2_1 {
	height: 51px;
	background-image: url('../../_images/default/800/lay_02.jpg');
}
#layout_middle2_2 {
	height: 238px;
}
#layout_bottom1 {
	width: 100%;
	height: 39px;
	clear: both;
	background-image: url('../../_images/default/800/lay_03.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

.menu_item {
	width: 70px;
	height: 100%;
	float: left;
	margin-top: 55px;
	margin-left: 10px;
	font-size: 12px;
}
.menu_item img {
	vertical-align: middle;
	width: 18px;
	height: 18px;
}
.menu_item a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.menu_item a:hover {
	color: #ec008c;
}
.submenu {
	position: relative;
	top: -5px;
	margin-left: 23px;
	line-height: 13px;
	z-index: 100;
}

#content {
	width: 100%;
	height: 100%;
	float: right;
	margin-left: -10px;
	padding-left: 0px;
	/*padding-right: 8px;*/
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #383839;
	color: #9fbcd8;
	text-align: justify;
}

.footer {
	font-size: 11px;
	color: #616264;
}
.footer a {
	color: #616264;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	color: #ec008c;
}
#lang_switch {
	font-size: 12px;
	color: #ec008c;
	font-weight: normal;
}
#lang_switch:hover {
	color: #f8ef22;
}

/* ////////////////////////// PAGE CONTENTS ///////////////////////////// */
#content_loader {
	position: absolute;
	z-index: 999;
	margin-left: 220px;
	margin-top: 120px;
	display: none;
	* margin-left: -500px;
}

.element {
	margin-bottom: 20px;
}
.element * a, .page_switch a{
	text-decoration: none;
	color: #8cc63f;
	cursor: pointer;
}
.element * a:hover, .page_switch a:hover {
	color: #f8ef22;
}
.title {
	font-size: 12px;
	font-weight: bold;
}
.date {
	font-size: 10px;
	margin-bottom: 7px;
}
.mini_gallery, gallery {
	width: 100%;
	margin-bottom: 8px;
}
.gallery {
	width: 100%;
	text-align: center;
}
.gallery * img {
	width: 70px;
	height: 70px;
	background-color: #9fbcd8;
	border: 2px solid #9fbcd8;
}
.gallery * img:hover {
	border-color: #f8ef22;
}
.mini_gallery a, .gallery a {
	color: #9fbcd8;
	text-decoration: none;
}
.mini_gallery a:hover, .gallery a:hover {
	color: #f8ef22;
}
.mini_gallery * img {
	width: 50px;
	height: 50px;
	margin-right: 8px;
	border: 2px solid #9fbcd8;
}
.mini_gallery * img:hover {
	border-color: #f8ef22;
}
.text {
	line-height: 150%;
	text-align: justify;
}
.comments, .add_comment {
	text-align: right;
}
.comments a, .media_link a, .add_comment a{
	color: #8cc63f;
	text-decoration: none;
}
.comments a:hover, .media_link a:hover, .add_comment a:hover {
	color: #f8ef22;
}
.add_comment {
	margin: 10px;
}
.video_desc {
	width: 90%;
	vertical-align: top;
	text-align: left;
}

.page_switch {
	color: #5f6062;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}

#comment_form {
	margin: auto;
	width: 300px;
}
#comment_form * input, #comment_form * textarea {
	width: 100%;
	border: 1px solid #9fbcd8;
	background-image: url('../../_images/default/input_background.gif');
}
#comment_form * textarea {
	background-image: url('../../_images/default/textarea_background.gif');
}

.folding { float: left; }
.folding a {
	display: none;
	color: #ec008c;
}


/* LIGHTBOX FIX*/
#jquery-lightbox { margin-top: -70px; }