* {
	
	font-family: Arial;
	font-size: 14px;	
}

body {
	
	margin: 0px;
	padding: 0px;
}


div.worktitle a b {
	
	font-size: 16px;
}

span.date {

	color: #808080;
}

span.domain {
	
	color: #008000;
	display: none;
}

span.facebook
{
	display: none;
}

div#rss {

	margin: 15px 10px 0px 10px;
	padding: 5px;
	width: auto;
	height: auto;
	border-top: 1px solid #6b90da;
	background-color: #ebeff9;
	font-weight: bold;
	display: none;
}

div#header {

	margin: 0 0 20px;
	/*border-bottom: 1px solid #c9d7f1;*/
	padding: 4px 10px 5px 9px;
	width: 100%;
}

div#main
{
	margin: 40px 20px;
}

h1
{
	font-size: 16px;
}

/*div.fb-follow iframe { margin-top: 0; }*/

div#header > *
{
	vertical-align: middle;
}

span#headerselect {
	
	font-weight: bold;	
}

/*iframe {

	overflow: hidden;
	vertical-align: text-top;
	border: 0px solid black;
	width: 235px;
	height: 28px;	
	margin-top: 2px;
}*/

ul
{
	padding: 0px;
	margin: 20px 0px 0px 25px;
}

li
{
	border: 0px solid silver;
	position: relative;
	list-style: none;
	display: inline-block;
	width: 450px;
	vertical-align: top;
	margin: 0 50px 50px 0;
	box-sizing: border-box;
}

li > a > img
{
	width: 200px;
}

li > a > img
{
	box-shadow: 0px 3px 10px gray;
}

li > div
{
	position: absolute;
	top: 0px;
	left: 215px;
	width: 235px;
}



#float-clear
{
	clear: both;
	height: 100px;
}



svg#flare
{
	/*width: 100%;
	height: 100%;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='overlay.png', sizingMethod='scale');
	background: none !important;
	-ms-filter: 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=overlay.png,  sizingMethod=scale)';
	background: none !important;
	pointer-events: none;
}