﻿html, body {
	background: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

hr {
	height: 1px;
	margin-top: 10px;
	border: none;
	border-top: 1px solid #fff;
}

a {outline: none;}
a img {outline: none; border: 0;}

h1 {font-size: 26px; font-weight: normal; color: #fff; line-height: 30px;}
h2 {font-size: 20px; font-weight: normal; color: #fff; line-height: 26px;}
h3, h4, h5, h6 {font-size: 18px; font-weight: normal; color: #fff; line-height: 22px;}
p, dl {margin: 1em 0;}
h3 {margin: 1em 0;}
h4 {margin: 1.33em 0;}
h5 {margin: 1.67em 0;}
h6 {margin: 2.33em 0;}
a:link {color: #fff; text-decoration: underline;}
a:visited {color: #fff; text-decoration: underline;}
a:hover {color: #ef8421; text-decoration: underline;}
a:active {color: #ef8421; text-decoration: underline;}
.right {float: right; margin: 1px 0 10px 15px;}
.left {float: left;margin: 1px 15px 10px 0;}

.large {
	font-size: 16px;
	line-height: 22px;
}

.smalltext {font-size: 9px;}

.side-img {margin: 18px 0 0 11px;}
.home-img {margin: 0 0 20px 0;}

#youtube-vid {
	width: 425px;
	height: 355px;
	background:#a1cd3a url(/images/img-bdr-02.jpg) bottom right no-repeat;
	padding: 1px 1px 55px 1px;
}

#content ul {
	margin: 11px 0 11px 40px;
}

#content blockquote {
	margin: 11px 0 11px 40px;
}

#loginbox {
	padding: 7px;
	margin: 7px;
}

#access_buttons {
	padding: 2px 7px 0;
	position: relative;
}

span.access-button {
	display:none;
}

a.access-button:hover span.access-button {
	display:block;
	position: absolute;
	font-weight:bold;
	color: #444;
	left: 80px;
	top: 18px;
}
