/* clear all */

* {
	margin: 0;
	padding: 0;
	font-family: "MyriadPro", Arial, Freesans, sans-serif;
	font-size: 1em;
}

/* elements */

body {
	color: #000;
}

a {
	outline: none;
}

/* layers */

#site {
	width: 993px;
	min-width: 993px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	padding: 0 0 40px 0;
}
	#header {
		color: #fff;
		height: 128px;
		background: transparent url("images/header.png") no-repeat center top;
	}
		#header h1 {
			width: 140px;
			height: 128px;
			float: right;
		}
			#header h1 a {
				display: block;
				width: 140px;
				height: 128px;
				text-indent: -5000px;
				outline: none;
				background: transparent url("images/logo.gif") no-repeat center center;
			}			
		#profile_header {
			float: left;
			height: 128px;
		}
			#profile_header #profile_photo {
				padding: 66px 14px 4px 22px;
				float: left;
				background: transparent url("images/header_photo_back.gif") no-repeat 20px 64px;
			}
			#profile_header #profile_navigation {
				float: left;
				width: 360px;
			}
				#profile_header #name {
					font-size: 36px;
					height: 109px;
					position: relative;
				}
					#profile_header #name_inner {
						position: absolute;
						bottom: 0;
						white-space: nowrap
					}
					#profile_header #name .name {
						font-weight: normal;
						padding-left: 2px;
					}
					#profile_header #name .surname {
						font-weight: bold;
						padding-left: 6px;
					}
					#profile_header #stars {
						display: inline;
						width: 100px;
					}
						#profile_header #stars img {
							display: inline;
							margin: 0 1px;
						}
				#profile_header ul li {
					float: left;
					list-style-type: none;
					margin-right: 2px;
				}
					#profile_header ul li a {
						display: block;
						width: 84px;
						height: 20px;
						text-indent: -5000px;
						outline: none;
					}
						#ha_profile  { background: transparent url("images/menu.gif") no-repeat -680px 0px; }
						#ha_friends  { background: transparent url("images/menu.gif") no-repeat -765px 0px; }
						#ha_networks { background: transparent url("images/menu.gif") no-repeat -850px 0px; }
						#ha_mail     { background: transparent url("images/menu.gif") no-repeat -935px 0px; }
				
						#ha_profile:hover  { background: transparent url("images/menu.gif") no-repeat 0px 0px; }
						#ha_friends:hover  { background: transparent url("images/menu.gif") no-repeat -85px 0px; }
						#ha_networks:hover { background: transparent url("images/menu.gif") no-repeat -170px 0px; }
						#ha_mail:hover 	   { background: transparent url("images/menu.gif") no-repeat -255px 0px; }
						
			#profile_details {
				float: left;
				margin: 12px 0 0 20px;
				width: 210px;
			}
			#profile_header table {
				font-size: .75em;
				line-height: .9em;
				width: 210px;
			}
				#profile_header table th {
					text-align: left;	
					width: 50px;
					padding: 2px;
				}
				#profile_header table td {
					text-align: left;	
					width: 150px;
					padding: 2px;
				}
#contents {
	background: #fff url("images/grey_icons_background.png") no-repeat left top;
}
	#big_profile_photo {
		width: 256px;
		height: 315px;
		float: left;
	}
		#big_profile_photo_overlay {
			width: 206px;
			height: 24px;
			background: transparent url("images/change_hp_photo_back.gif") no-repeat 38px bottom;
			padding: 291px 0 0 50px;
		}
			#big_profile_photo_overlay a {
				display: block;
				color: #fff;
				font-size: .8em;
				text-decoration: none;
			}
		#big_profile_menu {
			margin: 0 0 0 280px;
			padding: 15px 0 0 0;
			height: 55px;
		}
			#big_profile_menu li {
				float: left;
				list-style-type: none;
				margin-right: 15px;
			}
				#big_profile_menu li a {
					display: block;
					width: 70px;
					height: 55px;
					text-indent: -5000px;
					outline: none;
				}
					#a_debate 		{ background: transparent url("images/icons.gif") no-repeat 0px 0px; }
					#a_scraps		{ background: transparent url("images/icons.gif") no-repeat -70px 0px; }
					#a_bookmark		{ background: transparent url("images/icons.gif") no-repeat -140px 0px; }
					#a_block		{ background: transparent url("images/icons.gif") no-repeat -210px 0px; }
					#a_images		{ background: transparent url("images/icons.gif") no-repeat -280px 0px; }
					#a_show_love	{ background: transparent url("images/icons.gif") no-repeat -350px 0px; }
	#search {
		margin: 4px 0 4px 264px;
		width: 700px;
	}
		#search a {
			font-size: .8em;
			color: #999;
			text-decoration: none;
		}
		#search form {
			display: inline;
			color: #00B0D8;
			font-size: .8em;
			vertical-align: middle;
		}
			#search form p {
				display: inline;
			}	
		#search form #form_q {
			width: 200px;
			height: 16px;
			border-top: 1px solid #000;
			border-left: 1px solid #000;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			font-size: .8em;
			color: #808184;
			padding: 2px 18px 0 5px;
			margin-left: 10px;
			margin-right: 10px;
			vertical-align: middle;
			background: transparent url("images/search_box.png") no-repeat center right;
		}
		#search form button {
			width: 85px;
			height: 20px;
			background: transparent url("images/search.png") no-repeat bottom right;
			text-indent: -5000px;
			border: 0;
			cursor: pointer;
			margin-left: 10px;
			vertical-align: middle;
		}
		
	.scrollbox {
		float: left;
		margin: 0 0 10px 2px;
		height: 215px;
		display: inline;
	}
		.scrollbox_header {
			width: 100%;
			overflow: auto;
			background: transparent url("images/scroll_box_header_red.png") repeat-x left top;
		}
		.scrollbox_header h3 {
			color: #fff;
			padding: 6px 10px;
			font-size: .8em;
			font-weight: normal;
			background: transparent url("images/scroll_box_header_blue.png") no-repeat left top;
			float: left;
			height: 16px;
		}
		.scrollbox_header a {
			display: block;
			width: 28px;
			height: 28px;
			background: transparent url("images/show_all.png") no-repeat right top;
			float: right;
			outline: none;
			text-indent: -5000px;
		}
		.scrollbox_inner {
			border-top: 0;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			height: 170px;
			overflow: auto;
		}
			.scrollbox_inner_menu {
				background: #e7e8e9;
				padding: 2px 0;
				color: #00B0D8;
				font-size: .8em;
				width: 100%;
				overflow: auto;
			}
				.inner_menu_links {
					float: left;
					margin-left: 10px
				}
				.scrollbox_inner_menu a {
					color: #00B0D8;
					text-decoration: none;
					outline: none;
					font-weight: normal;
				}
					.scrollbox_inner_menu .menu {
						float: left;
						padding-left: 9px;
						font-weight: bold;
					}
					.scrollbox_inner_menu .see_all {
						float: right;
						padding-right: 2px;
					}
	
	#scrollbox_new_messages {
		width: 232px;
		height: 170px;
	}
	#scrollbox_new_friends {
		width: 477px;
	}
	#scrollbox_album {
		width: 450px;
		margin-left: 40px;
	}
	#scrollbox_books {
		width: 239px;
	}
	#scrollbox_movies {
		width: 236px;
	}
	
	#scrollbox_new_messages .scrollbox_inner {
		padding-top: 10px;
		height: 160px;
	}
	.messages {
		padding: 5px 10px;
		width: 190px;
		border-bottom: 1px solid #BFBFBF;
	}
		.messages .sender {
			color: #4d4d4d;
			font-size: 1em;
			line-height: .9em;
			font-weight: bold;
			padding-bottom: 2px;
		}
		.messages .message {
			color: #000;
			font-size: .8em;
			line-height: .9em;
			padding-bottom: 2px;
		}
		.messages a {
			display: block;
			float: right;
			color: #00B0D8;
			text-decoration: none;
			font-size: .8em;
		}
		.messages .date {
			color: #000;
			font-size: .6em;
		}
	.friends { 
		width: 84px;
		text-align: center;
		float: left;
		margin: 15px 0 10px 6px;
	}
		.friends .friend {
			color: #4d4d4d;
			font-size: .8em;
			font-weight: bold;
		}
		.friends .date {
			color: #000;
			font-size: .6em;
		}
	.books { 
		width: 84px;
		text-align: center;
		float: left;
		margin: 15px 0 10px 6px;
	}
		.books .book {
			color: #4d4d4d;
			font-size: .8em;
			font-weight: bold;
		}
		.books .date {
			color: #000;
			font-size: .6em;
		}
		
.clear {
	clear: both;
}
