﻿/*Global*/
body
{
    background-color: black;
    font-size: 10pt;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: silver;
}

a
{
	color:#6D00A0;
}

a.dark
{
	color:silver;
}
div.menu
{
	height:25px;
	margin-left:0px;
}

div.menu ul
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;	
}

div.menu li
{
	float:left;
	margin-left:15px;
}

div.menu a
{
	color:silver;
	text-decoration:none;
	font-size:10px;
}

div.menu a:hover
{
	text-decoration:underline;
}

div.page
{
	width:100%;
}

div.pageContent
{
	background-color:#D1D1D1;
	color:black;
	background-image:url("../../Images/back.png");
	background-position:right top;
	background-repeat:no-repeat;
	margin-right:345px;
	padding:10px;
}

div.rightContent
{
	margin-left:5px;
	margin-right:5px;
	width:330px;
	float:right;
}

div.header
{
	background-color:black;	
	background-image:url("../../Images/header.png");
	width:320px;height:155px;	
}

div.rightData
{
	background-color:black;	
	background-image:url("../../Images/calendar.png");
	width:320px; min-height:200px;
	margin-top:15px;
	background-repeat:no-repeat;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
}

/*Entry*/
div.entry
{
	margin-left:15px;
	margin-right:5px;
}

div.entryTitle
{
	font-size: 16pt;	
	color:#6d00a0;
	margin-top:10px;
	margin-bottom:5px;
}

.entryTitle a
{
	font-size: 16pt;	
}

div.entryMeta
{
	font-size:8pt;
}

span.entryLabel
{
	font-weight:bold;
}

span.entryValue
{
	margin-left:5px;
}

div.entryRightData
{
	float:right;
	z-index:10;
	max-width:120px;
	font-size:0.85em;
	margin-right:10px;
	margin-top:-10px;
	text-align:center;
}

div.entryContent
{
	margin-top:15px;
	margin-bottom:15px;
}

div.entryTags
{
	margin-top:15px;
}

.entryTags a
{
	text-decoration:none;	
}

div.entryLinks
{
	background-image:url('../../Images/comments.png');
	background-position:left top;
	background-repeat:no-repeat;
	height:36px;
	text-align:right;
}
.entryLinks ul
{
	background-image:url('../../Images/comments_right.png');
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:19px;
	list-style-type:none;
	float:none;
	height:36px;
}
.entryLinks ul li
{
	float:right;
	margin-left:5px;
	margin-top:10px;
}
.entryLinks a
{
	color:silver;
}
.entryLinks2 ul
{
	list-style-type:none;
	font-size:8pt;
	margin-left:0px;
	padding-left:0px;
}
.entryLinks2 ul li
{
	float:left;
	margin-left:5px;
}

.entryLinks2 a
{
	text-decoration:none;
}

div.entryBreak
{
	display:block;
	height:1px;
	background-color:Black;
	margin-top:50px;
	margin-bottom:25px;
}
.entryBreak hr
{
	margin-bottom:1px;
	display:none;
}

/* LJ Calendar*/
.rightData div.hr
{
	display:none;
}

.sidebar-cal dt
{
	display:none;
}
.calendar-wrap
{
	margin-left:5px;
	margin-right:15px;
	margin-top:5px;
}

.calendar-wrap table
{
	width:100%;
}

.calendar-wrap thead
{
	font-size:7px;
	text-align:center;
}

.calendar-wrap table caption
{
	font-size:12pt;
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	margin-bottom:5px;
}
.calendar-wrap table caption a
{
	color:Silver;
	font-size:12pt;
}

.calendar-wrap table th
{
	border-right: solid 1px;
	border-left: solid 1px;
	padding-top:4px;
	padding-bottom:4px;
}

.calendar-wrap table td
{
	border-right: solid 1px;
	border-left: solid 1px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}

.calendar-wrap table td a
{
	color:Silver;
}

/*LJ Tags*/
.sidebar-tags dt
{
	font-size:15px;
	margin-bottom:5px;
}

.tags
{
	margin-left:15px;
	margin-right:15px;
	text-align:center;
}

.tags a
{
	color:silver;
	margin-left:4px;
	margin-right:4px;
	margin-top:10px;
	margin-bottom:10px;
	vertical-align:middle;
	height:20px;
	text-decoration:none;
}

.comma
{
	display:none;
}

.tags-all
{
	position:absolute;
	text-align:center;
	right:20px;
	display:block;
	top:400px;
}