@charset "utf-8";

/*
|--------------------------------------------------------------------------
| (ac) Amedia Creative Community > Gallery
|--------------------------------------------------------------------------
|
| @package		Amedia Creative
| @subpackage	Frontend
| @company		Amedia Creative, Inc.
| @phone		310/651/8733
| @fax			310/388/1210
| @author		Joey Avino
| @email		joey@amediacreative.com
| @link			http://www.amediacreative.com
| @copyright	2009 Amedia Creative, Inc.
|
*/

/*
|--------------------------------------------------------------------------
| (ac) Amedia Creative Community > Gallery > Images
|--------------------------------------------------------------------------
|
| Declares all global images and some positioning.
| Additional positioning can be found following this section.
|
*/

/*
|--------------------------------------------------------------------------
| (ac) Amedia Creative Community > Gallery > Global Styles
|--------------------------------------------------------------------------
|
*/

/*
|--------------------------------------------------------------------------
| (ac) Amedia Creative Community > Gallery > Menu Override
|--------------------------------------------------------------------------
|
*/

	/* ----- Main Menu: Selects Current Page -------------- */
	#main_menu li#menu_gallery a span.left { }
	#main_menu li#menu_gallery a span.mid { }
	#main_menu li#menu_gallery a span.right { }
		#main_menu li#menu_gallery a { }









/*
|--------------------------------------------------------------------------
| (ac) Amedia Creative Community > Gallery > Layout
|--------------------------------------------------------------------------
|
*/

	/* ----- START: browse.community.css Override -------------- */
	.browse_node .item { width: 94px; }
		.browse_node .item h3 { }
	/* ----- END: browse.community.css Override -------------- */

	/* ----- View Main: Holds the master image. -------------- */
	#view_main { padding-bottom: 7px; margin-bottom: 7px; }
		#view_main .img { width: 100px; height: 100px; overflow: hidden; width: 600px; height: 350px; }

	/* ----- View Runner: Holds the toolbox. -------------- */
	#view_runner { padding-bottom: 7px; margin-bottom: 7px; }
		#view_runner .left { padding-top: 3px; }
	
/*
|--------------------------------------------------------------------------
| (ac) Amedia Creative Community > Gallery > Multiple Upload Form
|--------------------------------------------------------------------------
|
*/

#upload-status { /*background-color: #F9F7ED*/; padding: 10px 15px; width: 100%; }
	#upload-status .progress { margin-right: 0.5em; }
	#upload-status .progress-text { }

#upload-list { width: 100%; margin:	0; }
	#upload-list li.file {  }
	#upload-list li.file.file-uploading {  }
	#upload-list li.file.file-success {  }
	#upload-list li.file.file-failed {  }
	#upload-list li.file .file-name {
		margin-left:			44px;
		display:				block;
		clear:					left;
		height:					40px;
	}
	#upload-list li.file .file-size {
		float:					right;
		margin-top:				2px;
		margin-right:			6px;
	}
	#upload-list li.file .file-info {
		display:				block;
		margin-left:			44px;
		clear
	}
	#upload-list li.file .file-remove {
		clear:					right;
		float:					right;
		margin-right:			6px;
	}