@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_community.css
	Date:			April 8, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li.navCommunity a {
		background-position:-849px -74px !important;
	}
	
	.user a.im {
		display:none;
	}
	/*	commmunity nav Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.editButtons {
			width:258px;
		}
			.editButtons a.btnEdit {
				width:107px; height:23px;
				display:block;
				float:left;
				background:url(../../images/btn_edit.png) top left no-repeat;
			}
				.editButtons a.btnEdit:hover {
					background-position:0 bottom;
				}
			.editButtons a.btnReply {
				width:107px; height:23px;
				display:block;
				float:left;
				background:url(../../images/btn_reply.png) top left no-repeat;
			}
				.editButtons a.btnReply:hover {
					background-position:0 bottom;
				}
			.editButtons a.btnDelete {
				width:107px; height:23px;
				display:block;
				float:right;
				background:url(../../images/btn_delete.png) top left no-repeat;
			}
				.editButtons a.btnDelete:hover {
					background-position:0 bottom;
				}
		
		
		
	/*	commmunity nav Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.communityNavBar {
			margin:15px 0 0 18px; padding:0 0 0 11px;
			width:578px; height:25px;
			background:url(../../images/bg_communityNav.jpg) 0 bottom repeat-x;
		}
		ul#communityNav {
			list-style:none;
		}
			ul#communityNav li {
				margin:0 7px 0 0;
				display:inline;
				float:left;
			}
				ul#communityNav li a {
					height:23px;
					background:url(../../images/nav_community.png) 0 0 no-repeat;
					display:block;
				}
			ul#communityNav li#navCommProfile {
				
			}
				ul#communityNav li#navCommProfile a {
					width:64px;
					background-position:0 0;
				}
					ul#communityNav li#navCommProfile a:hover, ul#communityNav li#navCommProfile a:active {
						background-position:0 bottom;
					}	
			ul#communityNav li#navCommBlog {
			
			}
				ul#communityNav li#navCommBlog a {
					width:43px;
					background-position:-71px 0;
				}
					ul#communityNav li#navCommBlog a:hover, ul#communityNav li#navCommBlog a:active {
						background-position:-71px bottom;
					}	
			ul#communityNav li#navCommComments {
				
			}
				ul#communityNav li#navCommComments a {
					width:82px;
					background-position:-121px 0;
				}
					ul#communityNav li#navCommComments a:hover, ul#communityNav li#navCommComments a:active {
						background-position:-121px bottom;
					}	
			ul#communityNav li#navCommFriends {
				
			}
				ul#communityNav li#navCommFriends a {
					width:62px;
					background-position:-209px 0;
				}
					ul#communityNav li#navCommFriends a:hover, ul#communityNav li#navCommFriends a:active {
						background-position:-209px bottom;
					}	
			ul#communityNav li#navCommMessages {
				
			}
				ul#communityNav li#navCommMessages a {
					width:74px;
					background-position:-277px 0;
				}
					ul#communityNav li#navCommMessages a:hover, ul#communityNav li#navCommMessages a:active {
						background-position:-277px bottom;
					}	
			ul#communityNav li#navCommPhotos {
				
			}
				ul#communityNav li#navCommPhotos a {
					width:64px;
					background-position:-357px 0;
				}
					ul#communityNav li#navCommPhotos a:hover, ul#communityNav li#navCommPhotos a:active {
						background-position:-357px bottom;
					}