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

/* Banner Container */ 
#banner {
	background: #f5f5f5 url(banner.jpg) no-repeat center;
	height: 180px;
	margin: 0;
	padding: 0;
	}
				
				
	/* Title Strip */
	#banner-inner {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 22px;
		width: 1000px;
		background: rgb(255, 255, 255) transparent; /* Fallback Solid Color */
		background: rgba(255, 255, 255, 0.6); /* Opacity */
		/* IE */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
		zoom: 1;
		}


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

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


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

			/* Blog Description Font */
			#banner-description {
				color: #444;
				font-size: 90%;
				font-weight: 400;
				letter-spacing: 1px;
				line-height: 110%;
				}
						