@charset "UTF-8";
/* CSS Document */


<!--


/* Structure */


body {
	background:#1c1507 url(../images/bg.gif) top repeat-x;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	text-align:center;
}

#wrapper {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	background:url(../images/header.gif) bottom right no-repeat;
	height:300px;
	top:0px;
	left:0px;
	text-align:left;
}

#footer {
	height:128px;
	padding:16px 0px 0px;
	text-align:center;
}

#top {
	background:url(../images/top.gif) bottom left no-repeat;
	height:132px;
}

#container, #header, #footer, #top {
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	margin:0;
}

#leftcolumn, #rightcolumn, #videos, #videos li {
	float:left;
	position:relative;
}

#leftcolumn {
	width:736px;
	background:#000 url(../images/footer.gif) bottom left no-repeat;
	padding-bottom:16px;
}

#rightcolumn {
	width:208px;
	text-align:justify;
	padding:16px 0px 0px 16px;
}


/* Typography */


a, a:link, a:visited, a:active {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h2 {
	background-position:left;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:16px;
	margin:0 0 6px;
	padding-left:22px;
}

img {
	border:none;
}

.titles, .titles a, .titles a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#e2ecf6;
	line-height:16px;
	padding-bottom:16px;
}

.spanlink {
	display:inline;
}

#rightcolumn p {
	margin:0 0 32px;
}


/* Content */


#videos {
	list-style:none;
	height:auto;
	margin:0;
	padding:0;
}

#videos a, #videos a:hover {
	text-decoration:none;
}

#videos li {
	width:200px;
	background-color:#283048;
	border:1px dashed #141824;
	margin:16px 0px 16px 32px;
	text-align:center;
}

#videos li:hover {
	color:#fff;
	background-color:#1a1f2f;
	border:1px dotted #4d566b;
}

#videos li:hover img {
	visibility:hidden;
}

#videos li:hover .time {
	background-color:#f70000;
}

#videos .time {
	position:absolute;
	background-color:#000;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	bottom:0px;
	right:0px;
	width:35px;
	height:16px;
	line-height:17px;
	margin:0;
	padding:0;
	text-align:center;
}

.thumb {
	position:relative;
	display:block;
	width:166px;
	height:69px;
	margin:16px;
	border:1px solid #000;
	background-position:bottom;
	background-repeat:repeat;
}


/* sidebar */


#contact {
	border:1px dashed #b10000;
	padding:16px;
}

#twitter {
	list-style:none;
	background:#140f05;
	border:1px dashed #52529f;
	padding:16px;
}

#google {
	border:1px solid #000;
	padding:2px;
}

#google2 {
	border:1px solid #000;
	width:728px;
	height:90px;
	padding:3px;
}


/* mailbox */


.mail {
	position:absolute;
	width:48px;
	height:36px;
	bottom:0px;
	right:0px;
	border:none;
}


/* icons */


.questionblock {
	background-image:url(../images/icons/questionblock.gif)
}

.redquestionblock {
	background-image:url(../images/icons/questionblock_red.gif)
}

.icon {
	background-image:url(../images/icons/icon.gif)
}

.redicon {
	background-image:url(../images/icons/icon_red.gif)
}

.blueicon {
	background-image:url(../images/icons/icon_blue.gif)
}

.greenicon {
	background-image:url(../images/icons/icon_green.gif)
}

.faceblock {
	background-image:url(../images/icons/faceblock.gif)
}

.bluefaceblock {
	background-image:url(../images/icons/faceblock_blue.gif)
}

.greyfaceblock {
	background-image:url(../images/icons/faceblock_grey.gif)
}

.brownfaceblock {
	background-image:url(../images/icons/faceblock_brown.gif)
}

.starblock {
	background-image:url(../images/icons/star_block.gif)
}

.rock {
	background-image:url(../images/icons/rock.gif)
}

.skull {
	background-image:url(../images/icons/skull.gif)
}

.mushroom {
	background-image:url(../images/icons/mushroom.gif)
}

.\1up {
	background-image:url(../images/icons/1up.gif)
}


-->