/*============ TypePad Theme // BANNER ======================================*/

/* Banner Container */ 
#banner {
	background: #fff;
	margin: 0;
	padding: 0;
	}
				
				
	#banner-inner {
		margin: 0;
		padding: 0;
		position: relative;
		top: 0px;
		left: 0px;		
		}


		/* Blog Title Positioning --------*/
		#banner-header {
			margin: 0;
			padding: 5px 15px;
			text-align: left;
			}

			/* Blog Title Font */
			#banner-header a {
				color: #444;
				font-size: 145%;
				font-weight: 400;
				letter-spacing: 1px;
				line-height: 110%;
				}


		/* Blog Description Positioning --------*/
		#banner-description {
			margin: 3px 15px 10px;
			padding: 0;
			text-align: left;
			}

			/* Blog Description Font */
			#banner-description {
				color: #444;
				font-size: 90%;
				font-weight: 400;
				}
						