body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: 
		#d8d1be
		url('../img/bg.jpg')
		no-repeat
		30% 0%;
}

#wrapper {
	width:1004px;
	position:relative;
	margin-left:-502px;
	left:50%;
	padding:0;
	}

#header {
	width:100%;
	height:60px;
}


#header_logo {
	float:left;
	width:156px;
	height:59px;
}

#header_search {
	float:right;
	width:184px;
	height:58px;
}

#footer {
	margin-top:15px;
}
#footer, #footer_links  a {
	text-decoration:none;
	color:#918a75;
	font-size:11px;
}

#footer_links {
	float:right;
	width:400px;
	word-spacing:15px;
	text-align:right;
}

#footer_links  a:hover {
	color: #635f53;
}

#footer_copy {	
	float:left;
	width:150px;
	font-weight:bold;
}


#requests {
	float:left;
	margin-left:4px;
	margin-top:10px;
	background:url('../img/requests_bg.png') no-repeat 0 1px;
	width:398px;
	height:129px;
	font-size:11px;
}


.requests_left {
	float:left;
	width:160px;
	height:84px;
	margin:18px 0 0 21px;
}

.requests_left a {
	background:url(../img/buttons_shift.gif) no-repeat;
	width:150px;
	height:15px;
	float:left;
	padding:0 0 0 20px;
	margin:0 0 6px 0;
}

.requests_left a:hover {
	text-decoration:underline;
	cursor:pointer;
}
.requests_left a img {
	position:absolute;
	border:0;
	margin:1px 0 0 -18px;
}

#requests_notifications {
	color:#FFF;
	text-decoration:none;
	letter-spacing:2px;
	font-weight:bolder;
	font-family:arial, serif;
	text-align:center;
	font-size:8px;
	clear:both;
	margin:12px 0 0 0;
	height:15px;
	width:398px;
	float:left;
}

#requests_notifications:hover{
	text-decoration:underline;
}

#status {
	width:599px;
	height:129px;
	background:url(../img/status_bg.png);
	margin:10px 0 0 -2px;
	float:left;
}

#status_name {
	color:#918a75;
	width:315px;
	font-size:24px;
	font-weight:bolder;
	margin:11px 0 0 24px;
	padding:0;
	float:left;
}

#status_photo {
	float:left;
	width:104px;
	height:104px;
	margin:11px 0 0 11px;
}

.status_text {
	margin:3px 0 0 24px;
	float:left;
	width:315px;
	color:#bab39b;
}

#status_comments {
	background:url(../img/status_bg_comments_baloon.gif) no-repeat;
	margin:9px 0 0 26px;
	width:315px;
	float:left;
	height:22px;
	font-size:8px;
	letter-spacing:1px;
	text-decoration:none;
	cursor:pointer;
}
#status_comments:hover { /* this does not work in IE6 I don't know why...*/
	font-weight:bold;
}
#status_comments_text {
	margin-left:1px;
	letter-spacing:0px;
	color:#FFF;
	font-size:11px;
	font-weight:bolder;
	width:22px;
	height:15px;
}

#status_seen {
	text-transform:uppercase;
	background:url(../img/status_bg_seen.gif) no-repeat -1px 0;
	font-size:8px;
	letter-spacing:1px;
	float:left;
	width:100px;
	height:30px;
	margin:4px 0 0 20px;
	padding:0 0 0 25px;
}

#status_update_status {
	width:108px;
	height:24px;
	float:left;
	margin:0 0 0 10px;
	cursor:pointer;
}

#live_feed {
	margin:7px 0 0 0;
	/*background:url(../img/livefeed_bg.png) repeat-y;  */
	background:url(../img/livefeed_bg_top.png) no-repeat;
	/*background-color:#d8d2c1;*/
	height:549px;
	width:400px;
	float:left;
}
#live_feed_content {
	height:490px;
	width:375px;
	margin-left:20px;
	padding:5px 20px 0 0;

}
#live_feed h3, #events h3 {
	margin:0 0 0 7px;
	padding:6px 0 0 18px;
	background:url(../img/livefeed_header_ico.gif) no-repeat 0 7px;
	height:23px;
	width:400px;
	color:#918a75;
	font-weight:bold;
	font-size:12px;
}

#live_feed_bg, #events_feed_bg {
	background:url(../img/livefeed_bg.png) repeat-y;
	width:101%;
	height:500px;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
#events_feed_bg {
	/*background:url(../img/events_feed_bg.png) repeat-y;*/
}
#livefeed_bg_bottom, #events_feed_bg_bottom {
	background:url(../img/livefeed_bg_bottom.png) no-repeat;
	height:18px;
	width:100%;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
#events {
	margin:7px 0 0 4px;
	float:left;
	width:399px;
	height:549px;
	/*background-color:#d8d2c1;*/
	background:url(../img/livefeed_bg_top.png) no-repeat;
}

#events_content {
	height:490px;
	width:375px;
	margin-left:20px;
	padding:5px 20px 0 0;
}

.feed_item h5 {				
	margin:12px 0 0 0;
	padding:0;
	height:12px;
	width:345px;
	color:#a29d90;
	font-size:8px;
	text-transform:uppercase;
	border-bottom:1px solid #c0baa7;
	letter-spacing:1px;
}


.feed_item_title {
	padding-top:5px;
	padding-left:19px;
	height:20px;
	font-size:11px;
	color:#635f53;
}

.feed_item_title img{
	position:absolute;
	margin-top:2px;
	margin-left:-20px;
}

.live_feed_video {
	width:347px;
	float:left;
	font-size:11px;
	color:#635f53;
	margin: 2px 0 0;
}

.live_feed_video h4 {
	font-weight:bolder;
	width: 193px;
	height: 20px;
	border-bottom:1px solid #c0baa7;
	margin:0 0 0 10px;
	padding:0;
	float:left;
}
.live_feed_video img {
	float:left;
	width:125px;
	padding-left:17px;
}

.live_feed_video p{
	width:180px;
	float:left;
	margin: 8px 0 0 10px;
	padding: 0 15px 0 0;
}

 .live_feed_video table {
	float:left;
	margin:5px 0 0 5px;
 }
 .live_feed_video td {
	padding-left:5px;
 }
 .live_feed_video_info {
	color:#a29d90;
 }

.add_comment {
	width:67px;
	height:10px;
	font-size:8px;
	text-decoration:none;
	background:url(../img/ico_plus.png) no-repeat 84px 0;
	color:#817c6c;
	padding: 2px 16px;
	position:absolute;
	letter-spacing: 1px;
	right: 7px;
}

.add_comment:hover {
	text-decoration:underline;
}


.live_feed_photo_cover, .feed_item_container_left{
	font-size:11px;
	
	width:132px;
	/*min-height:200px;*/
	color:#a29d90;
	float:left;
}
.feed_item_standard_text {
	font-size:10px;
	color:#635f53;
	margin:0 15px 10px 0;
	max-width:320px;
}
.live_feed_photo_container, .feed_item_container {
	padding-left:17px;
	display:block;
	width:350px;
	/*min-height:200px;*/
} 

.live_feed_photo_comments, .feed_item_container_right{
	float:left;
	width: 195px;
}


.live_feed_photo_cover h4 {
	font-size:11px;
	color:#635f53;
	width:125px;
	border-bottom:1px solid #C0BAA7;
	padding-bottom:5px;
	margin:8px 0;
}

.live_feed_photo_cover table {
	margin:0;
}

.live_feed_photo_cover_info {
 	padding-left:5px;
	color:#635f53;
}
 
.comment {
	width:195px;
	padding:0;
	margin:0;
	color:#FFF;
 }

.comment_left_top {
	width:195px;
	height:2px;
	display:block;
	background: url(../img/comment_left.png) 0 -11px;
	margin:0;
	padding:0;
	float:left;
}
.comment_left_top , .comment_right_top{
	width:195px;
	height:2px;
	display:block;
	background: url(../img/comment_left2.png) 0 -11px;
	margin:0;
	padding:0;
	float:left;
}

.comment_left_bottom , .comment_right_bottom {
	width:195px;
	height:11px;
	display:block;
	background: url(../img/comment_left2.png) 0 0;
	float:left;
}

.comment_right_bottom  {
	background: url(../img/comment_right.png) 0 0;
}
.comment_right_top  {
	background: url(../img/comment_right.png) 0 -11px;
}
.comment_content {
	width: 195px;
	margin:0;
	font-size:11px;
	float:left;
}
.comment_left_content {
	/*background:#c3bba6;*/
	background:url(../img/clc2.png) 0 100%;
}

.comment_right_content {
	/*background:#c3bba6;*/
	background:url(../img/comment_right_mid.png) 0 100%;
}

.comment_content img{
	float:left;
	margin:4px;
}

.comment_content h4{
	font-size:11px;
	padding-left:15px;
	margin:5px 0 0 5px;
}

.comment_content p {
	font-size:10px;
	margin:5px 0 5px 5px;
	padding:0 10px 0 51px;
}

.comment_content div {
	text-transform:uppercase;
	color:#eeebe2;
	font-size:8px;
	letter-spacing:1px;
	height:10px;
	padding:0 0 0 0;
	margin:5px 0 10px 56px
}


 
 
 
 #middle_column {
	float:left;
	width:192px;
	height:463px;
	margin: 7px 0 0 6px;
	background:url(../img/middle_column.png);
 }
 
 
 
 #middle_freespace {
	margin-top:463px;
	width:192px;
	height:85px;
	background:url(../img/freespace_bg.png);
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
 }
 
.middle_freespace_percent {
	width:150px;
	margin:10px 0 0 15px;
	float:left;
}
.middle_freespace_free {
	width:150px;
	color:#7f8080;
	margin:1px 0 0 15px;
	float:left;
}
 #middle_freespace_progressbar  {
	height:21px;
	float:left;
	margin:11px 10px 10px 15px;
	height:21px; 
	background:url(../img/progress_bar_blue.png);
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /************* scrollbarz ************************/
a.jScrollArrowUp {
	background: url(../img/scrollbar_livefeed_arrow_up.png) no-repeat 4px 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../img/scrollbar_livefeed_arrow_down.png) no-repeat 4px 0;
	height: 12px;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.jScrollPaneTrack {
	background: url(../img/scrollbar_livefeed_track.png) repeat-y 4px 0;
}
.jScrollPaneDrag {
	background: url(../img/scrollbar_livefeed_drag.png) no-repeat 0 0;
}