﻿#content {
	background-color: #333;
	background-image: url('../../etc/images/bg_content_dark.gif') !Important;
	background-repeat: repeat-y;
	color: #808080;
}

#content h2 {
	margin: 0 0 20px 5px;
	font-size: 1.6em;
	}
#content: a {
	border: solid 5px red !important;
	text-decoration: none;
	}

.column1 {
	float: left;
	width: 520px;
	}
.column2 {
	float: left;
	margin: 16px 0 0 10px;
	width: 100px;
	}
	
a {
	border-bottom: 1px #333 solid;
	color: #fff;
	text-decoration: none;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px #aaa solid;
	color: #fff;
	text-decoration: none;
}

div.tags { margin: 0 0 20px 0; }

a.tag { color: #aaa; }
a.tag:link { color: #aaa; }
a.tag:visited { color: #aaa; }
a.tag:hover { color: #fff; }

a.tagall { color: #ccc; font-weight: bold; }
a.tagall:link { color: #aaa; }
a.tagall:visited { color: #aaa; }
a.tagall:hover { color: #fff; }

div.videos {
	width: 610px;
	}
table.video {
	margin: 0 0 20px 0;
	width: 100%;
	}
table.video td.thumb {
	background-color: #444;
	border: solid 1px #111;
	height: 150px;
	vertical-align: middle;
	width: 200px;
	}
table.video td.thumb img.image43 {
	
	}
table.video td.thumb img.image169 {
	}	
table.video td.info {
	padding-left: 5px;
	vertical-align: top;
	}
a.imagelink {
	border: 0;
	text-decoration: none;
	}
table.video td.info div.title {
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	}
table.video td.info div.byline {
	color: #f90;
	font-size: 0.9em;	
	font-weight: normal;
	margin: 1px 0 0 0;
}
table.video td.info div.category {
	color: #f90;
	font-size: 1.0em;	
	font-weight: normal;
	margin: 2px 0 0 0;
}
table.video td.info div.desc {
	color: #ccc;
	font-size: 1.0em;	
	font-weight: normal;
	margin: 7px 0 5px 0;
}


.blog .entry .date {
	background-color: #82817F;
	border: 1px #82817 solid;
	color: #fff;
	font-weight: bold;
	height: 45px;
	padding: 5px 0 0 0;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
.categories {
	border: 1px #82817F solid;
	background-color: #4C4D45;
	color: #eee;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 205px;
}
.categories li {
	margin: 0 0 5px 0;
}
.categories a:link { color: #fff; }
.categories a:visited { color: #fff; }
.categories a:active { color: #fff; }
.categories a:hover { color: #fff; }
.archives {
	border: 1px #82817F solid;
	background-color: #4C4D45;
	color: #eee;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 205px;
}


