/* Reset and remove all browser default styling */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Let's get busy! */

/*===== default styles ====*/

body, html {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	}
body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #770948 url(/images/gfx/body_background.jpg) repeat-x top left;
	color: #000;
}

a {
	outline: none;
	text-decoration: none;
	color: #ff6c00;
}
	a:hover {
		text-decoration: underline;
	}

	a img {
		border: 0;
	}

p {
	line-height: 20px;
	padding: 0;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #770948;
	padding: 0;
	margin: 0 0 15px 0;
}



h2 {
	font-size: 16px;
	font-weight: bold;
	color: #770948;
	padding: 0;
	margin: 10px 0 5px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #770948;
	padding: 0;
	margin: 10px 0 5px 0;
}

select
{
	border: 1px solid #33021d;
}

div#left_nav h1, div#left_nav h2, div#left_nav h3
{
	white-space:nowrap;
}

.clear {
	clear:both;
	border:0;
    margin:0;
    padding:0;
	font-size: 0px;
	height: 0;
	line-height: 0;
}

form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

button {
	cursor: pointer;
}
/*=========*/

/*===== separators styles ====*/
.sep_default {
	background: #dadada url(/images/gfx/sep_background.png) repeat-x top left;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	margin-bottom: 25px;
}
.sep_big {
	background: #dadada url(/images/gfx/sep_background.png) repeat top left;
	height: 2px;
	line-height: 2px;
	font-size: 0;
	margin-bottom: 15px;
}
/*=========*/

#container {
	1height: 100%;
	1min-height: 100%;
}

/*===== top language bar styles ====*/
#top_bar {
	height: 27px;
	background: #980c5c url(/images/gfx/top_bar_background.png) repeat-x top left;
}
#language_buttons {
	width: 894px;
	margin: 0 auto;
	padding-top: 1px;
	text-align: right;
}
	#language_buttons img {
		1width: 30px;
		height: 20px;
	}
/*=========*/

#header {
	background: transparent url(/images/gfx/head_background_beta.jpg) no-repeat top left;
	width: 894px;
	margin: 4px auto 0 auto;
	height: 222px;
	padding: 0;
}

/*===== login styles ====*/
#user_zone {
	width: 350px;
	height: 96px;
	float: right;
	1background-color: Fuchsia;
	text-align: right;
}
	#user_zone fieldset {
		margin:0;
		padding: 30px 0 0 0;
	}
	#user_zone input {
		border: 1px solid #33021d;
		background-color: #e9dbe3;
		width: 98px;
		height: 18px;
		margin: 0 0 0 5px;
		padding: 0;
	}
	#user_zone #login_btn {
		border: 0;
		background: url(/images/gfx/buttons/login.png) no-repeat top left;
		width: 64px;
		height: 22px;
		line-height: 22px;
		margin: 0 0 -1px 5px;
		padding: 0;
	}
	#user_zone a {
		padding: 10px 0 0 20px;
		float: right;
	}
	#user_zone h3 {
		color: #ff6c00;
		padding:0;
		margin:0;
	}
/*=========*/
/*===== menu styles ====*/
#menu {
	position:relative;
	right:20px;
	width: 621px;
	height: 52px;
	background: #0c0308 url(/images/gfx/menu_background.jpg) repeat-x top left;
	float: right;
	margin: 38px 0 0 0;
	padding: 0;
}
	#menu li {
		list-style: none;
		float: left;
		display: block;
		height: 45px;
	}
		#menu li a {
			display: block;
			1margin: 15px 1px 0 0;
			height: 45px;
			text-indent: -10000%;
		}
	#menu #home {
		width: 78px;
		background: url(/images/gfx/titles/menu_home.png) no-repeat 50% 19px;
	}
	#menu #users {
		width: 79px;
		background: url(/images/gfx/titles/menu_users.png) no-repeat 50% 19px;
	}
	#menu #statistic {
		width: 99px;
		background: url(/images/gfx/titles/menu_statistic.png) no-repeat 50% 19px;
	}
	#menu #future {
		width: 87px;
		background: url(/images/gfx/titles/menu_future.png) no-repeat 50% 19px;
	}
	#menu #useful_links {
	width: 125px;
	background: url(/images/gfx/titles/menu_useful.png) no-repeat 50% 19px;
	}

	#menu #help {
		width: 87px;
		background: url(/images/gfx/titles/menu_help.png) no-repeat 50% 19px;
	}
		#menu #home.active {
			width: 78px;
			height: 52px;
			background: url(/images/gfx/titles/menu_home_active.png) no-repeat 0 7px;
		}
		#menu #users.active {
			width: 79px;
			height: 52px;
			background: url(/images/gfx/titles/menu_users_active.png) no-repeat 0 7px;
		}
		#menu #statistic.active {
			width: 99px;
			height: 52px;
			background: url(/images/gfx/titles/menu_statistic_active.png) no-repeat 0 7px;
		}
		#menu #future.active {
			width: 87px;
			height: 52px;
			background: url(/images/gfx/titles/menu_future_active.png) no-repeat 0 7px;
		}
		#menu #useful_links.active {
			width: 125px;
			height: 52px;
			background: url(/images/gfx/titles/menu_useful_active.png) no-repeat 0 7px;
		}
		#menu #help.active {
			width: 87px;
			height: 52px;
			background: url(/images/gfx/titles/menu_help_active.png) no-repeat 0 7px;
		}
/*=========*/

/*===== bread crumb styles ====*/
#crumb {
	position:relative;
	right: 45px;
	width: 571px;
	float: right;
	vertical-align:middle;
	margin: 7px 0 7px 0;
	padding: 0;
}
	#crumb li {
		display: inline;
		list-style: none;
	}
		#crumb li.active a {
			color: #6c6c6c;
			text-decoration: none;
		}
/*=========*/

/*===== IMPORTANT ====*/
#canvas_container {
	width: 894px;
	margin: 0 auto;
	padding: 0;
}
#canvas {
	background-color: #33021d;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 868px;
	margin: 0 0 0 24px;
	padding-bottom: 20px;
}
#canvas_inner {
	width: 830px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(/images/gfx/left_nav_background.png) repeat-y 0 20px;
}
/*=========*/

/*===== left nav styles ====*/
#left_nav {
	width: 179px;
	float: left;
	padding: 80px 15px 30px 15px;
	margin: 0;
	background: #F1E6EC url(/images/gfx/head_background_bottom.jpg) no-repeat top left;
	text-align: right;
}
#beta {
	position: absolute;
	top: 550px;
	left: 0px;
	z-index:1000;
	background: url(/images/gfx/beta.gif) no-repeat top left;
}
#left_nav h3 {
	font-size: 18px;
	font-weight: normal;
	color: #770948;
	padding: 0;
	margin: 0 0 10px 0;
}

	/*===== Real shit table ====*/
	#search {
		border-collapse: collapse;
		margin-bottom: 25px;
	}
		#search tr td {
			padding: 3px;
		}
		#search input, #search select {
			border: 1px solid #33021d;
			background-color: #fff;
			width: 130px;
			1height: 18px;
			padding: 0;
			margin: 0;
		}
		#search select {
			width: 132px;
		}
		#search #ch1 {
			width: 13px;
			height: 13px;
			border: 0;
		}
		.set_btn {
			background: url(/images/gfx/buttons/set.png) no-repeat top left;
			border: 0;
			width: 32px;
			height: 22px;
		}
		.search_btn {
			background: url(/images/gfx/buttons/search.png) no-repeat top left;
			border: 0;
			width: 32px;
			height: 22px;
		}
	/*=========*/

#categories {
	padding: 0;
	margin: 0 0 20px 0;
}
	#categories li {
		list-style: none;
		padding: 11px 0 13px 0;
		margin: 0;
		display: block;
		background: url(/images/gfx/sep_categories.png) no-repeat bottom left;
	}
		#categories li.last {
			background: none;
		}
	#categories li a{
		color: #000;
		font-weight: bold;
	}
		#categories li a:hover, #categories li.active a {
			text-decoration: none;
			color: #ff6c00;
		}
#add_hobby {
	border: 0;
	background: url(/images/gfx/buttons/add_hobby.png) no-repeat top left;
	width: 131px;
	height: 37px;
	margin: 0;
	padding: 0;
}
/*=========*/

/*===== Content styles ====*/
#content {
	width: 571px;
	float: right;
	background-color: #fff;
	padding: 0 25px 30px 25px;
	margin: 0;
}
#tags_hobbies, #tags_groups {
	margin-bottom: 15px;
}
.home #tags_hobbies {
	background: transparent url(/images/gfx/hobbycloud_back.gif) no-repeat right center;
}
.home #tags_groups {
	background: transparent url(/images/gfx/groups_back.gif) no-repeat right center;
}
.size14{
	font-size: 14px;
}
.size18{
	font-size: 18px;
}
.size24{
	font-size: 24px;
}

.top_hobbie {
	width: 105px;
	border: 1px solid #d4d4d4;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
	.top_hobbie .last {
		margin: 0;
	}
	.top_hobbie .image {
		text-align:center;
		overflow: hidden;
		border: 1px solid #d4d4d4;
		margin: 5px;
		width: 93px;
		height: 55px;
	}
	.top_hobbie img {
		width: 93px;
		1height: 55px;
	}
.top_hobbie .caption {
		background-color: #ebebeb;
		height: 164px;
		margin: 0;
		padding: 5px;
	}
		.top_hobbie .caption h2 {
			margin: 0;
			padding: 0;
			color: #720944;
			font-size: 12px;
		}
		.top_hobbie .caption h2 a {
			color: #720944;
			margin: 0;
			padding: 0;
		}
		.top_hobbie .caption h2 a img {
			float:right;
			width: 18px;
			height: 12px;
			margin: 0px;
			padding: 0;
		}

		.top_hobbie .caption .users {
			color: #818181;
			font-size: 11px;
			font-weight: bold;
			padding: 0 0 5px 0;
			margin: 0;
		}
		.top_hobbie .caption p {
			color: #4c4c4c;
			font-size: 9px;
			line-height: 15px
		}
/*=========*/
#admin_menu{
	position:absolute;
	top:144px;
	width:130px;
	right:10px;
	display:block;
	padding: 10px;
	background-color: white;

	}
/*===== footer styles ====*/
#footer {
	background-color: #3a0422;
	height: 50px;
	color: #e2e2e2;
	padding: 0;
	margin: 10px 0 0 0;
}
	#footer dt {
		display: none;
	}
	#footer dd {
		padding: 0;
		margin: 0;
	}
	#footer ul {
		width: 870px;
		text-align: right;
		margin: 0 auto;
		padding: 0;
	}
	#footer li {
		padding: 0;
		margin: 0;
		display: inline;
		line-height: 40px;
	}
		#footer li a {
			color: #e2e2e2;
			padding-left: 10px;
		}
/*=========*/
