
#middle-banner {
    margin-top: -2em; /*butt up against top nav*/
}

#middle-banner #banner-img {
    float: left;
    width: 616px;
    height: 414px;
}
#middle-banner #banner-block {
    float: right;
    margin: 0 0 4px 4px;
    width: 380px; /* 1000px - 616px - 4px */
    height: 414px;
}

#notice {
    color: #f00;
    font-weight: bold;
    margin: 10px 0;
}

#container {
    width: 1000px;
    margin: 0 auto;
    /*padding: 50px 50px 15px 50px;*/
    padding: 0;
    /*background: #eee;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/

    /* for drop shadow... */
    position:relative;
    z-index:1;
}

/* http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/smashing-html5/files/index.html */


/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}
	
/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	/*color: #C74350;*/
	/*padding: 0 1px;*/
	text-decoration: underline;
}
a:hover, a:active {
	/*background-color: #C74350;
	color: #fff;*/
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #333;*/
}
	
/* Paragraphs */
p, ol, ul {margin-bottom: 1.143em; font-size: 14px; line-height: 25px;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}


#banner {
	margin: 0 auto;
	padding: 0 0 0 0;
}

	/* Banner */
	#banner h1 {font-size: 3.2em; line-height: .6;}
	#banner h1 a:link, #banner h1 a:visited {
		color: #63BCC4;
		display: block;
		font-weight: bold;
		margin: 0 0 .6em 0;
		text-decoration: none;
		width: 427px;
	}
	#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: #444;
		text-shadow: none;
	}
    
    #banner h1 {float: left;}
    #banner h2 {float: right;}
	
	#banner h1 strong {font-size: 0.36em; font-weight: normal;}
	
	/* Main Nav */
	#banner nav {
		background: #444; /* #000305; */
		font-size: 1.143em;
		height: 40px;
		line-height: 30px;
		padding: 0;
		text-align: center;

		width: 100%;
		margin: 0 0 2em 0;

        /*
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
        */
	}
	
	#banner nav ul {list-style: none; margin: 0 auto; width: 1000px; line-height: 30px;}
	#banner nav li {float: left; display: inline; margin: 0;}
	
	#banner nav a:link, #banner nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
	}
	#banner nav a:hover, #banner nav a:active,
	#banner nav .active a:link, #banner nav .active a:visited {
		background: #63BCC4; /*#C74451;*/
		color: #fff;
		text-shadow: none !important;
	}
    
    
#about {
	background: #fff;
	font-style: normal;
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
	width: 100%;
}

#about .primary {float: left; width: 350px;}
#about .primary strong {color: #C64350; font-size: 1.286em;}
#about .avatar {display:none;}
/* #about .avatar {float: left; margin: 5px 20px; width:135px; height:75px;}*/

#about a:link, #about a:visited {text-decoration: none;}

#about .bio {float: right; width: 450px; text-align: right;}



/* footer */

footer { margin-top: 3em; border-top: 1px solid #eee; }



/* blog stuff */

blockquote {
    font-style: italic;
    background: url(/img/quote.gif) 10px 0.75em no-repeat;
    margin: 0.25em 0 1.143em;
    padding: 0.75em 40px 0.25em;
}



/* contact page */

ul#sites-external {
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
}

ul#sites-external li {
    display: inline;
    margin-left: 1.5em;
}

ul#sites-external img {
    border: 0;
    background-color: #fff;
    margin: 10px;
}


/* CSS3 Vertical Curves + Drop Shadow */

#container:after {
    content:"";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    font-size:0;
}

.drop-shadow {
    position:relative;
    float:left;
    width:100%;
    padding:1em;
    margin:2em 10px 4em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}

.drop-shadow:before {
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
    box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:10px / 100px;
    border-radius:10px / 100px;
}

