@charset "utf-8";

/*
|--------------------------------------------------------------------------
| Thevolstead.com > Frontend > Menu Style Sheet
|--------------------------------------------------------------------------
|
| @package		The Volstead
| @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.
|
*/

/*
|--------------------------------------------------------------------------
| Amediacreative.com > Frontend > Global Style Sheet > Primary Site Colors
|--------------------------------------------------------------------------
|
| White 			white
| Black	 			black
| Med Grey			#8a8a8a
| Maroon			#b30202
|
*/

/*
|--------------------------------------------------------------------------
| The Volstead > Frontend > Global Style Sheet > Global Images
|--------------------------------------------------------------------------
|
| Declares all global images and some positioning.
| Additional positioning can be found following this section.
|
*/

	/* ----- Main Section. -------------- */
	html, body { 						background: black url('http://thevolstead.com/images/layout/bg-global.jpg') repeat top left; }


/*
|--------------------------------------------------------------------------
| The Volstead > Frontend > Global Style Sheet > Global Classes
|--------------------------------------------------------------------------
|
*/

	/* ----- Global Divs. -------------- */
	div { position: relative; text-align: left; }
	img { border: 0px; }
	.left { float: left; display: inline; }
	.right { float: right; display: inline; }
	.clear { clear: both; }
	.spacer { width: auto; height: 10px; }





	/* ----- Header Styles. -------------- */
	h1 { }
	h2 { color: white; text-transform: uppercase; font-size: 13px; }
	h3 { color: white; font-size: 14px; }
	h4 { color: white; font-weight: bold; }
	 p { margin-bottom: 10px; }





	/* ----- Links And Text Classes. -------------- */
	a { color: white; text-decoration: none; outline: none; }
		a:hover { color: #b30202; }





	/* ----- Selections. -------------- */
	::-moz-selection { }
	::selection { }





	/* ----- Selections. -------------- */
	.no_right_margin { margin-right: 0px !important; }
	.no_bottom_margin { margin-bottom: 0px !important; }





	/* ----- Menus. -------------- */
	ul { list-style: none; }
		li { list-style: none; display: inline; }









/*
|--------------------------------------------------------------------------
| The Volstead > Frontend > Global Style Sheet > Global Layout
|--------------------------------------------------------------------------
|
*/

	html, body { 	height: 100%; margin: 0px; padding: 0px; text-align: left; font: 12px Arial, Helvetica, sans-serif;
					line-height: 18px; color: #8a8a8a; }


				
				.content, .holder { height: 100%; }
				
				