/* End-User CSS file */


/* Changing main background display */
#userProfile {
	background:url('../images/snowboarder.jpg') #efefef no-repeat bottom right fixed;
}


/* Changing community menu display */
.user #community-menu {
	background:url('../images/menu.gif') #000000 top right;
  	border: none;
  	margin: 7 auto 7 auto;
  	color: white;
  	height: 25px;
}
.user #community-menu a {
  	color: white;
	border-right:none;
    border-left:none;
    line-height: 25px;
}
.user #community-menu a:hover {
 	color:#ff6600;
  	background: white;
}


/* Changing myprofile items display */
#my-profile h1 {
	color:#000000;
}
#my-profile .location, #my-profile .age {
	color:#999999;
}
#my-profile .last-login {
	color:#ff6600;
	font-weight:bold;
}
#my-profile p, #my-profile a, #my-profile a:hover {
	color:#330066;
	background:none;
}
#my-profile img {
	padding:0px;
	border:3px solid #ff6600;
	float:left;
	margin:0 9px 9px 0;
}

/* Changing myDetails display */
#userProfile #my-details {
	background: #fff;
	border: 2px solid #ff6600;
}
#userProfile #my-details .alt {
	background:#efefef;
}
#userProfile #my-details .name {
	color: black;
}
#userProfile #my-details .value {
	color:#ff6600;
}
#userProfile #my-details table td {
	border-bottom:1px solid #5E98E2;
}
#userProfile #my-details a {
	color:#5E98E2;
	background:none;
}



/* Changing myfriends display */
#my-friends {
	background: #fff;
	border: 2px solid #ff6600;
}
#my-friends h2 {
	background:url(../images/icon-friends-extreme.gif) no-repeat 0 50%;
	color:#ff6600;
	padding-left:25px;
}
#my-friends .friends-table a, #my-friends .friends-table a:hover {
	color:#ff6600;
	background:none;
}
#my-friends p a {
	color:#ff6600;
	background:none;
}

/* Changing mypolls display */
#my-polls {
	clear:both;
	background: #fff;
	border: 2px solid #ff6600;
	padding:5px;
	margin:9px 0 0 0;
}
#my-polls h2 {
	background:url(../images/icon-poll-extreme.gif) no-repeat 0 50%;
	color:#ff6600;
	padding-left:25px;
}
#my-polls h3 {
	color:black;
	padding-top:10px;
}
#my-polls p a {
	color:#5E98E2;
	background:none;
}
#my-polls li {
	color:#ff6600;
}

/* Changing myvideo display */
#my-videos {
	background: #fff;
	border: 2px solid #ff6600;
}
#my-videos h2 {
	background:url(../images/icon-video-extreme.gif) no-repeat 0 50%;
	color:#ff6600;
	padding-left:25px;
}
#my-videos h3 {
	color:black;
	padding-top:10px;
}
#my-videos p a {
	color:#6699cc;
	background:none;
}


/* Changing my pics display */
#my-pics {
	background: #fff;
	border: 2px solid #ff6600;
	clear:both;
  	padding:5px;
	margin:9px 0 0 0;
}
#my-pics h2 {
	color:#ff6600;
	background:url(../images/icon-pics-extreme.gif) no-repeat 0 50%;
	padding-left:25px;
}
#profile_photo_cur #curImg {
	border: solid 3px #de3600;
}
#profile_photos_list img {
  	border:none;
}
#profile_photos_list img.cur {
  	border: solid 2px #de3600;
}
#my-pics p a, #my-pics p a:hover {
	color:#5E98E2;
	background:none;
}
#my-pics a, #my-pics a:hover {
	background:none;
}


/* Changing my music display */
#media-player {
	background: #fff;
	border: 2px solid #ff6600;
	clear:both;
  	padding:5px;
	margin:9px 0 0 0;
}
#media-player h2 {
	color:#ff6600;
	background:url(../images/icon-music-extreme.gif) no-repeat 0 50%;
	padding-left:25px;
}
#media-player p a, #media-player p a:hover {
	color:#5E98E2;
	background:none;
}
#musicPlayer {
	margin: 0 -6px;
}


/* Changing comments display */
#friend-comments {
	background: #fff;
	border: 2px solid #ff6600;
	padding:5px;
	margin:9px 0 0 0;
}
#friend-comments h2 {
	color:#ff6600;
	background:url(../images/icon-comments-extreme.gif) no-repeat 0 50%;
	padding-left:25px;
}
#friend-comments .post, .user-comments .post {

	color:#ff6600;
}
#friend-comments .content p {
	color:#000;
}
#friend-comments .content p.date {
	color:#555;
}
#friend-comments #btn_add_comment, #friend-comments .btn-submit {
  	background:#ff6600;
  	color:white;
  	border:none;
}


/* Changing my groups display */
#my-groups {
	background: #fff;
	border: 2px solid #ff6600;
	padding:5px;
	margin:9px 0 0 0;
}
#my-groups h2 {
	color:#ff6600;
	background:url(../images/icon-groups-extreme.gif) no-repeat 0 50%;
	padding-left:25px;
}
#my-groups li a, #my-groups li a:hover {
	color:#5E98E2;
	background:none;
}



/* Overide for ric button to accomodate div specific changes above */
#my-details a:hover.ric-btn, #my-profile a:hover.ric-btn, #my-pics a:hover.ric-btn, #media-player a:hover.ric-btn, #friend-comments a:hover.ric-btn, #userProfile #my-details a:hover.ric-btn {
	background:white;
	color:#0a3c6c;
	border: 1px solid #0a3c6c;
}
#my-details .ric-btn, #my-profile .ric-btn, #my-pics .ric-btn, #media-player .ric-btn, #friend-comments .ric-btn, #userProfile #my-details .ric-btn {
  	background:#E6AF7E;
  	color:black;
	border: 1px solid #0a3c6c;
}