
/**** SEARCH / LOGIN BAR **********************/

#search-login-bar {

}


/**** HEADER **********************************/

#header {

}
	#header h1.logo { }
	#header ul#nav { }


/**** USER NAVIGATION MENU ********************/

#userbar {

}


/**** ITEM OPTIONS NAVIGATION MENU ************/

#optionsbar {

}


/**** CONTENT *********************************/

#content {

}

	/* ---- Main Content Box ---------------- */
	
	#content-header {
		
	}	
		#content-header ul.content-header-nav { }
		
		
	/* ---- Main Content Box ---------------- */
	
	#content #main {
		
	}

		/* ---- Menu Column ----------------- */
	
		#content #main #page-menu {
		
		}
	
		/* ---- Main Column ----------------- */	

		#content #main #main-column {
		
		}
	
	
/**** FOOTER **********************************/

#footer {

}


/**** COMMON ELEMENTS *************************/

div.clear { clear: both; }

/* Content block wrapper on profile and group pages */
div.info-group { }

/* Button block wrapper on group and profile menus */
div.button-block { }

/* All buttons contain this class */
div.generic-button { }

/* Generic pagination link class on all pagination links */
div.pagination-links { }

/* Pagination status text - "Viewing X to X of X" */
div.pag-count { }

/* All lists of content contain this generic class "group-list, friend-list" etc. */
ul.item-list { }

/* Horizonal listing of content, for example random friends or groups on the profile page */
ul.horiz-gallery { }

/* Most forms contain this class */
form.standard-form { }

/* All avatar images have this class */
img.avatar { }

/* All feedback error/success messages contain this class */
div#message { }
