body {
	margin: 0px;
	background-color: #FFC010;
	height: 100%;
	font-family: "Gill Sans", sans-serif;
	font-size-adjust: 0.46;
}

/* "vitaphone.net" banner */

div#pagetopbox {
	background-color: #CB720D;
	margin-top: 48px;
	margin-bottom: 32px;
	width: 93%;
	height: 74px;
	float: left;
}

div#pagetopleft {
	width: 30px;
	float: left;
}

div#pagetopcenter {
	background-image: url(/vitaphone-page.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 72px;
	margin-left: 7%;
}


/* main container of content and sidebars */

div.container {
	margin: 0px 7% 0px 7%;
	/* clear: both; */
}

div.content {
	float: left;
	padding: 1em;
	background-color: #FFF2AA;
	margin-bottom: 32px;
	width: 66%;
}

h3.blosxom-date {
	color: #000000;
	padding-top: 2px;
	border-top: solid;
	border-width: 3px;
	border-color: #CB720D;
	font-family: "Georgia", "Futura", serif;
	font-size: 130%;
	clear: both;
}

p.info_line {
	color: #CB720D;
	margin-bottom: 2em;
}

/* blog-specific stuff */
div#bloghead {
	background-color: #FFFFFF;
	background-image: url(/kaiser-eyes.png);
	background-repeat: no-repeat;
	width: 100%
	margin: 2em;
	height: 79px;
	display: block;
}

div.content img {
	padding-top: .4em;
	padding-left: .8em;
	padding-bottom: .8em;
	float: right;
	border: none;
	clear: both;
}

img.blog {
	clear: both;
}

hr {
	border-style: solid;
	height: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 96%;
	color: #CB720D;
}

/* sidebar within main container */

div.sidebar {
	float: right; 
	width: 27%;
}

div.sidebox {
	background-color: #CB720D;
	margin-bottom: 32px;
}

div.sidebox-inner {
	padding: .1em 1em; 
}


div.sidebox img {
	margin: .5em;
	clear: both;
}


div.sidebox h1 {
	font-size: 13pt;
}

div.sidebox h2 {
	font-size: 10pt;
}

div.sidebox a:link {
	color: #38F4F2;
}


/* bottom banner */
div.bottombox {
	background-color: #CB720D;
	height: 64px;
	margin-bottom: 48px;
	margin-left: 7%;
	clear: both;
}

div.bottombox p {
	padding: 1em;
}


/* fonts and stuff */

table, p, li {
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Futura", sans-serif;
}

img.centered {
	display: block;
	margin: 0px auto;
}

a:link { color: #0785C5 }

div.content strong {
	font-family: "Futura", sans-serif;
	font-size: small;
}

div.pict_with_caption {
	display: block;
	float: right;
	margin: 0% 0.5em 0.5em 1em;
}

div.pict_with_caption p {
	font-family: serif;
	font-style:  italic;
	text-align:  center;
	margin: 0px;
	padding: 0px;
}

div#loginform {
	font-family: "Gill Sans", sans-serif;
}



