/* ================================================== basic layout elements */
#top {
	height: 115px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	background: transparent;
}
#mainmenu {
	height: 32px;
	background:url(../images/bg-menu.gif) no-repeat;
	margin-bottom: 40px;
	width:928px;
	padding:9px 10px 0 10px
}
#middle {
	margin: 0 auto;
	width: 950px;
}

#main {
	width: 608px;
	overflow: hidden;
	float: left;
	border: none;
	background: transparent;
	padding: 0 0px 10px 0px;
	margin-bottom: 300px;
	margin-top: -25px;
}

#right {
	width: 319px;
	float: right;
	
}

#footer {
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	width: 948px;
	height:30px;
	clear: both;
	margin: 5px 0 40px 0;
	padding-top: 10px;
	background:url(../images/bg-footer.png) no-repeat
}
#footer p {padding:10px 0 0 0}
#top_info {
	color: #fff;
	background: url(../grafika/black_bkg.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100px;
	width: 360px;
	padding-left: 10px;
	padding-right: 200px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	float: left;
	margin-bottom: 10px;
}

#copyright {float: left; font-size: 80%; color: #8f7847;}

/* ================================================== sidebar stuff */
.side_top {
	position: relative;
	display:block;
	height: 8px;
	top: 5px;
	background: transparent url(../images/bg-sidebar.png) no-repeat  0px 0px;
}
.side_top2 {
	position: relative;
	display:block;
	height: 8px;
	top: 5px;
	background: transparent url(../images/bg-sidebar2.png) no-repeat  0px 0px;
}
.side_middle {
	display: block;
	padding:0 10px;
	margin:0px 0 5px 0;
	background:transparent url(../images/bg-sidebar.png) no-repeat scroll 0px bottom;
}
.side_middle2 {
	display: block;
	padding:0px;
	margin:0px 0 5px 0;
	background:transparent url(../images/bg-sidebar2.png) no-repeat scroll 0px bottom;
}
.side_bottom {
	height: 0px;
	background: transparent url(../grafika/sidebar_bottom.png) center top no-repeat;
	margin: 0px 0px 15px 0px;
	padding: 0;
	clear: both;
}
.side_stuff {
	padding: 0px 10px 5px 10px;
}


#most_recent_stuff, #most_popular_stuff {
	text-align: left;
	clear: both;
}

.decorative_bar {
	height: 0px;
}

/* ================================================== message stuff */

.msg {
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 5px;
	height: 130px;
	clear: both;
	border: none;
	overflow: hidden;
	position: relative;
	width:98px
}
.msg.yellow {
	background:url(../images/bg-comment01.png) no-repeat scroll 0px bottom;
	width:588px;
	list-style:none;
	display: block;
	padding: 0 10px 2px 10px;
	margin:0 0 25px 0
}
.person.gray {
	background:url(../images/bg-comment01.png) no-repeat scroll 0px bottom;
	width:588px;
	list-style:none;
	display: block;
	padding: 0 10px 2px 10px;
	margin:-8px 0 25px 0;
	clear:both;
	height:75px
}
span.top_yellow {
	position: relative;
	display:block;
	height: 8px;
	top: 5px;
	background:url(../images/bg-comment01.png) no-repeat scroll 0px 0px;
	width: 608px;
}
span.top{
	position: relative;
	display:block;
	height: 8px;
	top: 2px;
	background:url(../images/bg-comment02.png) no-repeat scroll 0px 0px;
	width: 608px;
}
.msg {
	background:url(../images/bg-comment02.png) no-repeat scroll 0px bottom;
	width:588px;
	display: block;
	padding: 0 10px  2px 10px;
	margin:0px 0 25px 0
}
.person {
	background:url(../images/bg-comment02.png) no-repeat scroll 0px bottom;
	width:588px;
	display: block;
	padding: 0 10px  2px 10px;
	margin:-8px 0 25px 0;
	clear:both;
	height:75px
}
.msg_content {
	position: absolute;
	height: 90px;
	overflow: hidden;
	top: 5px;
	left: 80px;
	color: #323405;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 510px;
}
.mini_msg {
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 5px;
	height: auto !important;
	height: 40px;
	min-height: 40px;
	clear: both;
}

.when {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	background:url(../images/but-info.png) 0 0 no-repeat;
	position: absolute;
	right: 15px;
	bottom: 6px;
	width:153px;
	height:18px;
	color:#fff;
	padding:2px 0 0 35px
}
.msg_controls {
	position: absolute;
	bottom: 5px;
	left: 7px;
	width: 200px;
	height: 25px;
	overflow: hidden;
}


#profile_header {
	background: #39ba00;
	color: #0F1108;
	padding:10px 5px;
	font-weight: normal;
	position: relative;
}
#profile_header .when {
	color: #0F1108;
	font-weight: bold;
	text-align: left;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	width:103px;
	padding:0 0 0 20px;
	background: transparent url(../grafika/time.png) top left no-repeat;
}




/* ================================================== settings page */
#settings_menu {
	float: left;
	width: 124px;
	padding: 0px 10px 10px 10px;
	background:url(../images/bg-menu.png) no-repeat;
	height:485px
	
}
#settings_content {
	float: right;
	width: 415px;
	background:url(../images/bg-settings.png) no-repeat scroll 0px bottom;
	display: block;
	padding: 0 10px 10px 10px;
	margin:0px 0 15px 0
}

#settings_content .top {
	position: relative;
	display:block;
	height: 8px;
	top: -8px;
	background:url(../images/bg-settings.png) no-repeat scroll 0px 0px;
	width: 435px;
	margin:0px -10px 0 -10px
}
#picture_set {
	height: 250px;
	overflow: scroll;
}

/* ================================================== misc */
.clear {clear: both; font-size: 0px; height: 1px; margin:0; padding:0;}
#last_msg_tooltip {
	width: 200px;
	overflow: hidden;
	position: absolute;
	color: #000;
	font-size: 1em;
	text-align: center;
	background: #d8deba;
	border: 2px solid #5B5E26;
	padding: 5px;
	font-size: 90%;
}
#contact_list {
	height: 300px;
	width: 550px !important;
	width: 530px;
	overflow: scroll;
}
#del_pass_form {margin-top: 10px; position: relative;}
#top_text {
	float: right;
	width: 580px;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	position: absolute;
	right: 0px;
	top: 35px;
}
#avatar_preview {
	width: 200px;
	float: right;
	text-align: center;
}
#bglib {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#profile_header {
	background:url(../images/bg-profile.png) no-repeat scroll 0px bottom;
	width:588px;
	display: block;
	padding: 0 10px 0px 10px;
	margin:0px 0 15px 0
}
div#profile_header .top {
	position: relative;
	display:block;
	height: 8px;
	top: -8px;
	background:url(../images/bg-profile.png) no-repeat scroll 0px 0px;
	width: 608px;
	margin:10px -10px 0 -10px
}

