/* style.css copyright (c) 2009 thespeakeasys.com. All rights reserved */

body {
	background: #FFFFFF;
	font-family: Segoe Media Center, Segoe, Segoe UI, Frutiger, Arial, sans-serif;
}

.body {
	margin-left: 200px;
	margin-right: 0px;
}

.entry {
	margin-left:0px;
	margin-right:14px;
	font-size: 10pt;
}

li {
	margin-bottom: 4px;
}


h1 {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 22pt;
	font-weight: bold;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 3px;
}

h2 {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 16pt;
	font-weight: bold;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 3px;
}

h3 {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 13pt;
	font-weight: bold;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 3px;
}


/* Fix font on tables pasted from myspace */
td span {
font-size:9pt !important;
}


A:link {
	color: #111111;
}
A:visited {
	color: #000000;
}
A:hover {
	color: blue;
}



.logo {
	position:absolute;
	left:18px;
	top:18px;
	font-size:9pt;
}

a#logo { background-image:url(/media/logo_168_172.jpg); background-repeat:no-repeat; height: 172px; width:168px; display:block; }
a#logo span { display:none; }
a#logo:hover { background-image:url(/media/logo2_168_172.jpg); }


.copyshort {
	position:absolute;
	right:10px;
	top:10px;
	font-size:8pt;
	color: #ccc;
	text-align: right;
}


.post-info {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 9pt;
}

.postmetadata {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 9pt;
}


.archivelinks {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 9pt;
	width:100%;
	clear:both;
	float:left;
	border-top: solid 1px #c0c0c0;
	padding-top: 9px;
	left: 0;
}

.archivelinks ul{
	margin:0;
	padding:0 0 0 0;
	list-style:none;
	float:left;
}

.archivelinks li{
	margin:0;
	padding:1px 8px 2px 8px;
	border-right: solid 1px #c0c0c0;
	color:#000;
	float:left;
}

.archivelinks a{
	padding: 0;
	background: #e0e0e0;
	display:block;
}


.pagelinks {
	font-family: Segoe Media Center, Segoe, Segoe UI, Frutiger, Arial, sans-serif;
	font-size: 11pt;
	position:absolute;
	top: 300px;
	left: 0;
}

.pagelinks ul{
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}

.pagelinks li{
	margin:0;
	padding:1px 8px 6px 8px;
	color:#000;
}

.pagelinks a{
	padding: 0;
	display:block;
}


.mediaplayer
{
	position:absolute;
	top:230px;
	left:0;
	height:70px;
	width:200px;
	margin:0;
	padding:0;
}

