/* Default Settings */
body { 
	margin:0; 
	padding:0; 
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000;
	background: transparent;
	line-height: 150%; 
	background-image: url("../images/bg_image_topright.jpg");
	background-repeat: no-repeat;
	background-position: right top;	
	}

a { color: #000; text-decoration: underline; font-weight: bold; }
a:hover { text-decoration: none; }

a.navigation:link, a.navigation:visited { font-size:16px; text-decoration: none; font-weight: bold; }
a.navigation:hover, a.navigation:active { font-size:16px; text-decoration: underline; font-weight: bold; }

a.on { font-size:16px; text-decoration: underline; font-weight: bold; }
a.up { text-transform: uppercase; }

hr { border: 0; width: 100%; background-color: #000; height: 1px; }

img { border: none; }

#post-title {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}

#just-a-title {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
}

#post-date { 
	text-transform: uppercase;
	color: #ccccff; 
}

#post-finep {
	text-transform: uppercase;
	padding-top: 20px;
	margin-bottom: 20px;
	color: #cccccc;
}

img.featured { padding-bottom: 20px; }
img.featured-speaker { padding-top: 10px; padding-bottom: 20px; }

li { list-style: none; }