h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

p {
	color: #666;
	line-height: 1.5em;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: red;
}

a.Red,a.red {
	color: red !important;
}

a.Grey {
	color: #666;
}

a.Underline, .Underline {
	text-decoration: underline;
}

div#Main .subNav h1 {
  border-right: 1px dotted #ccc;
	color: black;
	display: inline;
	float: left;
	font-size: 13px;
	margin-right: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

div#Main .subNav a {
	color: #999;
}

.Paginator {
	text-align: center;
}

.Paginator a {
	background-color: #efefef;
	border: 1px solid #ccc;
	margin: 0 4px;
	padding: 4px 8px;
}

.Paginator .here {
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
	margin: 0 4px;
	padding: 4px 8px;
}

.Entry .Title h1 {
	font-size: 18px;
}

.Entry .Body h1 {
	font-size: 16px;
}

.Info .Box h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.section h3 {
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	margin-bottom: .5em;
	padding-bottom: .5em;
}

.section .Release h4 {
	font-size: 11px;
}

.section .Release h5 {
	font-size: 10px;
}

.strikethrough {
	text-decoration: line-through;
}

.red {
	color: #ff0000;
}
