body {
	font-family:Calibri;
}
.loginText {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
	font-weight:bold;
}
.loginLink {
	color:#FFF;
	text-decoration:underline;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
}
.profileLink {
	color:#FFF;
	text-decoration:underline;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.infoText {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
	font-size:14px;
}
.infoLink {
	color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:underline;
}
a.link {
	color:green;
	text-decoration:none;
}
a.link:hover {
	color:maroon;
	font-variant:small-caps;
}
a.link:visited {
	color:green;
	text-decoration:none;
}
a.link:visited:hover {
	color:maroon;
	font-variant:small-caps;
}
div#box {
	text-align:center;
	width:930px;
	height:175px;
	background-color:#990000;
	-moz-border-radius: 10px;
}
div#banner {
	text-align:left;
	float:left;
	width:325px;
	height:175px;
}
.videosIndex {
	color: #990000;
	font-size:48px;
	text-decoration:overline underline;
}
.videosHeader {
	color: #990000;
	font-size:32px;
	text-decoration:overline underline;
}
.categoryHeader {
	color: #990000;
	font-size:24px;
	text-decoration:overline underline;
}
.content {
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}
.player {
	width:615px;
	padding:5px;
}
.navigation {
	padding:5px;
	border-style:double;
	border-color:#FFF;
	border-width:medium;
	box-shadow: 0px 0px 10px black;
	-webkit-box-shadow: 0px 0px 10px black;
	-moz-box-shadow: 0px 0px 5px black;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.commentBox {
	border-style:solid;
	border-color:#666;
	border-width:medium;
	width:620px;
}
.commentBox2 {
	border-style:solid;
	border-color:#CCC;
	border-width:medium;
	position:relative;
}
.commentBoxText {
	position:relative;
	left:10px;
	top:-15px;
	width:60px;
	text-align:center;
	background-color:#FFF;
}
.commentBoxContent {
	padding:5px;
}
.blogCommentBox {
	border-style:solid;
	border-color:#666;
	border-width:medium;
	width:675px;
}
.blogCommentBox2 {
	border-style:solid;
	border-color:#CCC;
	border-width:medium;
	position:relative;
}
.blogCommentBoxText {
	position:relative;
	left:10px;
	top:-15px;
	width:60px;
	text-align:center;
	background-color:#FFF;
}
.blogCommentBoxContent {
	padding:5px;
}
.videoLink {
	text-decoration:none;
}
td.video {
	-moz-border-radius: 5px 5px 5px 5px;
}
.footer {
	border-style:double;
	border-color:#FFF;
	border-width:medium;
	margin:0;
	-moz-border-radius: 5px 5px 5px 5px;
}
.blogTitle {
	width:100%;
	background-color:#CCC;
	font-weight:bold;
	color:#990000;
	font-size:24px;
	text-align:center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.blogContent {
	width:645px;
	border:dashed;
	padding:15px;
	border-color:#CCC;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
div#blogWrapper {
	
}
.navigationBox {
	background-color:#333;
}
.navigationTextNoLink {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	margin-left:10px;
	cursor:default;
}
.navigationText {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	margin-left:10px;
}
.navigationLink {
	color: #A70303;
	background: url(img/arrowbullet.png) no-repeat center left;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	margin-left:20px;
}
.categoryPages {
	text-align:center;
	text-decoration:none;
	color:#09F;
}
.categoryPages a {
	text-align:center;
	text-decoration:none;
	color:#09F;
}
h1 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #990000;
}
h2 { 
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #990000;
}
h3 { 
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #990000;
}
h4 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #990000;
}
ul {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}
li {
	background:url('img/arrow.png') no-repeat scroll left 2px transparent;
	display:block;
	line-height:20px;
	padding-left:15px;
}