/*STYLESHEETS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import "layout.css"; 						/*FOR ALL GENERAL LAYOUT*/
@import "autocomplete.css"; 				/*AUTOCOMPLETE IN SEARCHBOXES */
@import "text.css"; 							/*ALL HEADERS, LINKS AND MENUITEMS*/
@import "formfields.css"; 				/*ALL INPUTS, SELECTS, ETC*/
@import "buttons.css"; 						/*ALL CSS BUTTONS UNDERNEATH FORMS ETC*/
@import "tables.css"; 						/*ALL TABLES RELATED*/
@import "navigation.css"; 				/*ALL NAVIGATION IN SEARCH RESULT*/
@import "selectionmenu.css"; 			/*MENU THAT POPSUP WHEN SELECTING AN IMAGE*/
@import "thumbsandpreviews.css"; 	/*ALL THUMBNAILS AND PREVIEWS*/
@import "youruploads.css"; 				/*ALL YOURUPLOADS */

/*INDEX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
#container-body
	#container-header
		#form-login
		#form-search
	#container-maincontent
		#menu-selection
		#container-sidebar
			#menu-main
		#container-content
			#container-text
			#container-recentlyadded
			#container-specials
	#container-footer
		
*/

/* CUSTOM RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.clear																					{ clear: both }
.clear.underline 																{ border-bottom: 1px solid #ededed; padding-bottom: 5px; margin-bottom: 10px }

/*AUTOCOMPLETE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AutoComplete                                   { display:none; float:left; position:absolute; border: 1px solid #012368; }


