/* html 5 */
header, nav, footer, section, article, aside, hgroup { display: block; }

body {
	background: #738c49 url(background.jpg) center top repeat-y;
	font-size: .85em;
	afont-weight: bold;
}
header {
	background: url(background_header.png) left top repeat-x;
}
.container {
	width: 1000px;
	margin: auto;
	position: relative;
}
header .fluff {
	background: url(header.jpg) center top no-repeat;
	height: 182px;
}
#warning {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: yellow;
	display: none;
	padding: .5em;
	border: 2px solid orange;
	border-top: 0;
}
h1 {
	font-size: 55px;
	font-family: "Zapfino Forte LT Pro", "Palatino Linotype", Sylfaen, Apple Chancery, cursive;
	/* love */
	text-rendering:  optimizeLegibility;
	font-size-adjust: .5;
	position: relative;
	width: 850px;
	height: 110px;
	padding-left: 150px;
	padding-top: 72px;
	overflow: hidden;
	margin: 0;
}
h1 span {
	position: absolute;
	background: url(header.jpg) -26px top no-repeat;
	width: 1000px;
	height: 182px;
	top: 0;
	left: 0;
}
#smiley {
	background: url(ksmiletris.png) no-repeat;
	width: 128px;
	height: 128px;
	position: absolute;
	left: -2px;
	top: 100px;
}
nav {
	background: url(nav.jpg) center top no-repeat;
	height: 103px;
	font-size: 30px;
}
nav ul {
	margin: 0 auto;
	width: 1000px;
	list-style-type: none;
	position: relative;
}
nav li {
	position: absolute;
}
nav li img {
	/* stops the menu from shifting at large font sizes */
	vertical-align: top;
}
nav #navhome   { left: 186px; top: -1px; }
nav #navabout  { left: 324px; top: 14px; }
nav #navdrops  { left: 469px; top: 35px; }
nav #navcaps   { left: 609px; top: 44px; }
nav #navcertiv { left: 736px; top: 24px; }
nav #navhome.current { }
#content {
	color: white;
	background: url(largetext_home.png) 30px bottom no-repeat;
	font-family: calibri, "Helvetica Neue", arial, sans-serif;
	/* love */
	text-rendering:  optimizeLegibility;
	font-size-adjust: .5;
	text-shadow: 3px 2px 5px rgba(0,0,0,.125);
	width: 810px;
	padding-top: 20px;
	padding-bottom: 110px;
	padding-left: 45px;
	padding-right: 45px;
	margin: auto;
	margin-bottom: 12px;
}
#content p {
	margin-top: 0;
	
}
.col1 {
	width: 375px;
	float: left;
}
.col2 {
	width: 375px;
	padding-left: 60px;
	background: url(divider.png) 17px top repeat-y;
	float: left;
}
.imageblock {
	background: url(tilde.png) center 30px no-repeat;
	height: 5.75em; /* font height + line-height - padding */
	padding-top: .25em;
	margin-bottom: 1.5em;
	/* yes, this is horrible. */
	display: block;
}
p .imageblock {
	margin-top: 1.5em;
}
.imageblock img {
	float: left;
	margin-left: 25px;
	border: 1px solid #dddddd;
	-moz-box-shadow: 3px 2px 5px rgba(0,0,0,.125);
	-webkit-box-shadow: 3px 2px 5px rgba(0,0,0,.125);
	box-shadow: 3px 2px 5px rgba(0,0,0,.125);
}
.imageblock a:first-child img {
	margin-left: 0;
}
.section {
	padding-bottom: 1px;
	padding-left: .5em;
}
#content a {
	color: white;
	font-style: italic;
	/* coloring text decorations would have been nice.
	text-decoration: none;  */
}
.col1 p:first-child:first-line {
	font-weight: bold;
}
.col1 p:first-child:first-letter {
	font-weight: normal;
	font-size: 1.5em;
	line-height: .75em;
	float: left;
	margin-left: -.25em;
	/* margin-top: 5em; */
	/* note to self: could we use generated content floated with a top margin
	   to create a forward-slanting block of text without markup or images? */
	font-family: "Zapfino Forte LT Pro", "Palatino Linotype", Sylfaen, Apple Chancery, cursive;
}
.email {
	background: url(envelope.png) left 2px no-repeat;
	padding-left: 24px;
}
.clear { clear: both; };
.clearleft { clear: left; };
.clearright { clear: right; };