@font-face {
	font-family: "Oldbook ITC Std";
	src: url(../fonts/OldbookITCStd.otf);
}
@font-face {
	font-family: "Oldbook ITC Std";
	src: url(../fonts/OldbookITCStd-Bold.otf);
	font-weight: bold;
}
@font-face {
	font-family: "Oldbook ITC Std";
	src: url(../fonts/OldbookITCStd-Italic.otf);
	font-style: italic;
}
@font-face {
	font-family: "Oldbook ITC Std";
	src: url(../fonts/OldbookITCStd-BoldItalic.otf);
	font-weight: bold;
	font-style: italic;
}

div.clear {
	clear: both;
}

.spacer {
	width: 520px;
	height: 3px;
	background-color: #b3b3b3;
	margin-left: 40px;
	margin-bottom: 40px;
}

div#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

body {
	font: 16px Century, "Oldbook ITC Std", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #333;
	background-color: #e6e6e6;
}

h1 {
	color: #7c0807;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 48px;
}

a {
	color: #f80f0f;
}

a:visited {
	color: #7c0807;
}

a:hover {
	color: #f96767;
	text-decoration: none;
}

div#logo {
	background: url(../images/logo.png) no-repeat;
	height: 59px;
	margin-left: 40px;
	margin-bottom: 40px;
}

div#logo h5 {
	position: relative;
	top: -45px;
	left: 50px;
	font-size: 18px;
	font-style: italic;
}

div#logo * {
	display: none;
}

.header {
	font-size: 30px;
	font-weight: bold;
	margin-left: 40px;
}

li.header {
	position: relative;
	top: 20px;
	left: -40px;
	margin-bottom: 40px;
}

div.navbar {
	background-color: #7c0807;
	display: block;
	width: 100%;
	padding-top: 10px;
	clear: both;
}

ul.nav {
	list-style-type: none;
}

ul.nav li {
	display: block;
	float: left;
	background-color: #7c0807;
	color: #fff;
	margin-right: 40px;
	font-size: 18px;
}

ul.nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

ul.nav li a:hover {
	color: #f96767;
	text-decoration: none;
}

div.content {
	width: 600px;
	float: left;
}

div.content .pwads {
	margin-top: 10px;
	clear: both;
}

div.content .src {
	display: block;
	font-size: 12px;
	margin: 20px 40px;}

.addthis_toolbox {
	font-size: 12px;
	float: right;
	top: -5px;
	left: 10px;
	position: relative;
	margin-bottom: 15px;
}

.addthis_toolbox .hover_effect
{
    padding: 10px 6px 6px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 6px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #7c0807;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f8dfdf;
    color: #f96767;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}

div.content .news {
	clear: both;
	display: block;
	margin: 20px 40px 40px;
}


div.cmfad {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 47px;
}

div.buttons {
	margin: 20px 70px;
}

div.buttons img {
	border-width: 0;
	border-style: none;
}

div.rightcol {
	font-size: 12px;
	float: left;
	width: 220px;
	margin-top: 20px;
	margin-left: 80px;
	text-align: left;
}

div.rightcol * {
	font-size: 12px;
}

div.rightcol ul {
	list-style-type: none;
	margin-top: -10px;
	margin-left: -20px;
	margin-right: -10px;
}

div.rightcol ul li {
	padding-bottom: 5px;
}

div.footer {
	clear: both;
	display: block;
	padding: 40px;
	font-size: 12px;
}

ol {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.post_title, .post_link {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.post_date {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}

.post_player, .post_image {
	text-align: center;
}

.post_chatline_label {
	font-weight: bold;
	margin-right: 10px;
}

.post_quote {
	background: url(../images/quote.png) no-repeat;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	border-right: 3px solid #b3b3b3;
}

.post_quote_source {
	text-align: right;
	font-style: italic;
}

.post_quote .text {
	padding: 5px;
}

.post_quote .prop {
	height:72px;
	float: right;
	width: 1px;
}
