@charset "utf-8";

/*
|--------------------------------------------------------------------------
| Amedia Creative Frontend Framework > Kwick
|--------------------------------------------------------------------------
|
| @package		Amedia Creative
| @subpackage	Frontend - Kwick
| @company		Amedia Creative, Inc.
| @phone		310/651/8733
| @fax			310/388/1210
| @author		Joey Avino / Ever Barreto
| @email		joey@amediacreative.com / ever@amediacreative.com
| @link			http://www.amediacreative.com
| @copyright	2008 Amedia Creative, Inc.
| @requires		mootools.1.2.js
|
*/

/*
|--------------------------------------------------------------------------
| Amedia Creative Frontend Framework > Kwick > Setup > Flexible Attributes
|--------------------------------------------------------------------------
|
| NOTE: Do not change the names of these classes.
|
*/

	/* ----- 1: Specify the max width you would like your kwick container to be. -------------- */
	#kwicks_container { width: 673px; padding: 20px 7px 20px 22px; }

			/* ----- 2: Specify widths you want when the kwick is expanded, contracted, and at normal state. -------------- */
				/* ----- JS will read these attributes -------------- */
				#kwicks .kwick { width: 219px; height: 257px; margin-right: 7px; }
				#kwicks .expand { width: 378px; }
				#kwicks .compress { width: 140px; }

			/* ----- 3: Set the wdith of the style_wrap. -------------- */
				/* ----- This style wrap will contain all of your data. By default, overflow is set to hidden. -------------- */
				/* -----  Your items will appear when the kwick is active. -------------- */
				#kwicks .style_wrap { width: 499px; padding: 7px; }
					#kwicks .content { }










/*
|--------------------------------------------------------------------------
| Amedia Creative Frontend Framework > Kwick > Setup > Dynamic Lead
|--------------------------------------------------------------------------
|
| NOTE: Do not change the names of these classes.
|
*/

	#dynamic_lead .header { padding: 3px 0px 0px 0px; margin-bottom: 7px; }
	#dynamic_lead h2 { }
		#dynamic_lead  h3 { /* Global */ }
			#dynamic_lead .style_wrap .left { width: 205px; }
			#dynamic_lead .style_wrap .right { width: 280px; }

				#dynamic_lead .style_wrap .item { }
					#dynamic_lead .style_wrap .right .item { margin-bottom: 10px;  }
					#dynamic_lead .style_wrap .img { }
						#dynamic_lead .style_wrap .left .img { width: 203px; height: 130px; } /* Orig width: 219px; height: 170px; */
						#dynamic_lead .style_wrap .right .img { width: 106px; height: 56px; } /* Orig width: 129px; height: 83px; */
						#dynamic_lead .style_wrap .img img { }
					#dynamic_lead .style_wrap .text_wrapper { }

						#dynamic_lead .style_wrap .text_wrapper p { }
						#dynamic_lead .style_wrap .text_wrapper p.preview { /* Global */ }
							#dynamic_lead .style_wrap .text_wrapper p a { }

		/* ----- Dynamic Lead Divs -------------- */
		#dl_top_events { }
			#dl_top_events .header { padding-lefT: 7px; }
		#dl_top_articles { }
		#dl_ads { margin-right: 0px !important; }







/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/*
|--------------------------------------------------------------------------
| Amedia Creative Frontend Framework > Accordion > Kwick > Necessary Attributes
|--------------------------------------------------------------------------
|
| Do not edit below this line. Experienced CSS developers only.
|
*/

	#kwicks .expand { height: 0px; overflow: hidden; visibility: hidden; }
	#kwicks .compress { height: 0px; overflow: hidden; visibility: hidden; }
	#kwicks .kwick { display: block; cursor: pointer; float: left; overflow: hidden; }
	#kwicks_container { }
