/*======================================================================
	BROOKLYN INDUSTRIES: Layout
	--------------------------------------------------------------------
	COLOR PALETTE:
	Red:			#ff2800;
	Dark Red:		#8a1e04;
	White:			#ffffff;
	Dark White:		#cbcaca;
	Light Grey:		#f4f4f4;
	Light Grey:		#dcddd5;
	M-L Grey:		#a0a6a2;
	Medium Grey:	#615f60;
	Medium Grey:	#818181;
	Dark Grey:		#4a4d45;
	Light Black: 	#231f20;
	Black: 			#000000;
	
	GRID:
	960px / 16 column grid
	column: 40px;
	margin: 0 10px;
	
	Z-INDEX:
	1000: Interface
	2000: Content
	3000: Zoom Image
	4000: Secondary Navigation
	5000: Main Navigation
	7000: Modal
----------------------------------------------------------------------*/

/*======================================================================
	LAYOUT STRUCTURE
----------------------------------------------------------------------*/		
		#content-container
			{
			width: 590px;
			float: left;
			padding: 20px;
			}
	
		#content
			{
			background: #fff;
			border: none;
			padding: 20px;
			}
			
		body.search #content
			{
			width: 590px;
			float: left;
			}
			
			.navigation
				{
				height: 20px;
				}
			
			.navigation .alignleft
				{
				float: left;
				width: 50%;
				}
			
			.navigation .alignright
				{
				float: left;
				width: 50%;
				text-align: right;
				}
	
		#sidebar
			{
			width: 329px;
			float: left;
			border-left: 1px solid #DCDDD5;
			border-bottom: 1px solid #DCDDD5;
			font-family:Verdana,sans-serif;
			font-size-adjust:none;
			font-size: 1.1em;
			font-style:normal;
			font-variant:normal;
			font-weight:normal;
			line-height:normal;
			text-align:left;
			}
	
			#sidebar ul
				{
				padding: 0;
				margin: 0;
				list-style: none;
				}
		
				#sidebar ul li
					{
					padding: 0 0 0 0;
					margin: 0;
					list-style: none;
					}
					
					#sidebar ul ul
						{
						padding:15px 15px 20px;
						}
						
						#sidebar li li, #BlogArchive1 li 
						{
						border-bottom:1px solid #E6E6E6;
						line-height:1.4em;
						list-style-type:square;
						margin:0 0 6px 15px;
						padding:0 0 6px;
						}
							
					#sidebar ul li h2
						{
						padding: 5px;
						margin: 0;
						background-color: #DCDDD5;
						color: #4C4C4C;
						font-weight: bold;
						font-size: 90%;
						text-transform: uppercase;
						}
						
						#sidebar .textwidget
							{
							z-index: 1;
							}
	

/*======================================================================
    HEADER
----------------------------------------------------------------------*/
#main-container #header
    {
        background: #403e3e url(images/logo_bg_watertower.png) top right repeat-x;

    }
#main-container #header .logo
    {
        padding-left: 0;
        margin-bottom: 0
    }
#main-container #header #util-nav
    {
        display: none;
        padding-left: 40px;
        width: 670px;
    }

/*======================================================================
	CONTENT STYLING
----------------------------------------------------------------------*/
.post h2 
{
color:#4C4C4C;
font-family:Verdana,sans-serif;
font-size: 2.0em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4em;
text-align:left;
text-decoration:none;
padding: 0;
margin: 0;
}

.post h2 a, .post h2 a:visited 
{
color:#4C4C4C;
text-decoration:none;
}

.post .subtitle
	{
	border-bottom: 1px solid #E6E6E6;
	margin:3px 0 20px;
	padding:0 0 8px;
	-x-system-font:none;
	color:#5F6163;
	font-family:Verdana,sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	}
	
/*======================================================================
	WIDGET STYLING
----------------------------------------------------------------------*/
	
	.widget_sp_image
		{
		text-align: center;
		}
	
	.textwidget
		{
		padding: 5px;
		text-align: center;
		}
		
		.textwidget #twitter_div
			{
			padding: 0 5px 5px 0;
			text-align: left;
			}
	
