/* Structure */
html, body, #container {height: 100%;}
body {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #333; /* negru usor pal */
	margin: 0;
	padding: 0;
	text-align: left;
	background: #000 url('../imagini/fundal.jpg') center top repeat;
	}

/* Structure */
#container {
	background: transparent url('../imagini/grid-overlay.png') repeat center top;
	width: 100%;
	height: 120%;
	padding-bottom: 0;
	}
	.wrapper {
		width: 920px;
		margin: 0 auto;
		padding: 0;
		}

			/* Player & Social bookmarks */
			div#supra-meniu {
				width: 920px;
				height: 42px;
				margin-left: 0px;
				background: transparent none;
				}
				div#supra-meniu #player {
					float: left;
					display: inline;
					width: 223px;
					height: 24px;
					margin-top: 9px;
					background: transparent url('../imagini/player.png') no-repeat;
					}

			/* Content*/
			.content {
				float: none;
				display: block;
				position: absolute;
				width: 364px;
				width: 379px;
				height: 306px;
				margin-left: 0px;
				margin-top: 20px;
				padding: 34px 19px 34px 24px;
				background: transparent url('../imagini/fundal_post.png') repeat;
				}
				.content div.inner-content {
					width: 100%;
					height: 100%;
					height: 306px;
					overflow: auto;
					}
					/* Post */
					div.hentry {
						width: 342px;
						padding-right: 12px;
						height: auto;
						}
					div.category-media-cat {
						padding-bottom: 30px;
						}
						div.hentry div.entry-content {
							width: 100%;
							height: auto;
							padding-bottom: 20px;
							}

			/* Logo & Menu */
			div#activeband {
				float: left;
				display: inline;
				width: 100%;
				margin-left: 0;
				position: relative; zoom: 1;
				margin-top: 157px;
				background: transparent none;
				}
				#logo,
				#logo:link,
				#logo:visited {
					float: left;
					display: inline;
					width: 491px;
					height: 158px;
					margin: 0;
					padding: 0;
					text-decoration: none;
					background: transparent url('../imagini/logo.png') no-repeat;
					}
			
			/* Latest Tweet box */
			div#subtitle-holder {
				float: left;
				display: inline;
				width: 920px;
				height: auto;
				margin: 10px 0 0;
				background: transparent none;
				}
				div#subtitlu1,
				div#subtitlu2,
				div#tweet {
					float: left;
					display: inline;
					width: 366px;
					height: 80px;
					background: transparent none;
					}
				div#subtitlu1 {
					margin-left: 3px;
					width: 212px;
					background: transparent url('../imagini/subtitlu1.png') no-repeat;
					}
					div#subtitlu1 a,
					div#subtitlu1 a:link,
					div#subtitlu1 a:visited {
						display: block; 
						width: 104px; 
						height: 31px; 
						margin: 26px 0 0 115px;
						}
				div#subtitlu2 {
					margin-left: 16px;
					width: 257px;
					background: transparent url('../imagini/subtitlu2.png') no-repeat;
					}
				div#tweet {
					margin: 0 0 0 60px;
					}
	
			div#footer {
				width: 920px;
				height: 80px;
				margin: 94px auto 0;
				border-top: 1px solid #fff;
				background: transparent none;
				}
				div#footer .wrapper {
					width: 920px;
					margin-left: 0px;
					position: relative; zoom:1;
					}

			#facebook-like {
				float:right;
			}

/* jScrollPane */
.jScrollPaneTrack {
	background: #fafafa none;
	}
.jScrollPaneDrag {
	background: #f00 url('../imagini/jScrollPaneDrag.png') no-repeat center center;
	}

/* Misc */
.clearfloat {
	clear: both;
	}
