/*--------------------------------------------------------*/
/* ddtv.org Style Sheet Version: 2009.11                  */
/* Created by: Ron Flowers 					         	  */
/*--------------------------------------------------------*/

/* The content of the posts (body of text) */
body {
	color: #eeeeee; 
	background-color: #111111; 
	margin: 0; 
	padding: 0px 0px 0px 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* Paragraph */
p {padding: 12px 10px;}
p#copyright {font-size: 9px; text-align:center;}

/* This controls the link settings & link mouseover/hover settings */
a:link { text-decoration: underline; color: #eeeeee;}
a:active { text-decoration: none; color: #ffffff; }
a:visited { text-decoration: underline; color : #dddddd; }
a:hover	{ text-decoration: none; color : #ffffff; }


/* Image border settings*/
img {
	border:0px;
}

img.middle { vertical-align:middle;}
img.imgleft {float:left; padding: 5px;}

img.photoleft {

	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 7px;
	margin: 3px 10px 10px 0px;
	float:left;
	
}
img.photoright {

	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 7px;
	margin: 3px 10px 10px 0px;
	float:right;
}

div.container 
{
	margin-left: auto; 
	margin-right: auto; 
	width:800px; 
	height:100%; 
	overflow: hidden; 
	clear: both; 
	border: 1px solid #0E2F6C; 
	/*
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	*/
	background-color: #222222;
}
div.title {height:100px;}

div.news {margin-left: 10px; margin-right: 10px; margin-top: 10px; height:auto; padding: 2px 2px 2px 2px; background-color: #4B788D;}
	.news h1 {margin: 2px 2px 0 2px; font-style:italic; font-weight:bold; color: #eeeeee; border-bottom: 1px solid black;}

div.essaycol {margin-left: 10px; margin-right: 10px; float:left; display:inline; height:auto; width:370px;  padding: 5px 5px 5px 5px; background-color:#37668C;}
	.essaycol h3 {margin: 2px 2px 0 2px; font-style:italic; font-weight:bold; color: #eeeeee; border-bottom: 1px solid black;}

div.rightcol {margin-left: 10px; margin-right: 10px; float:right; display:inline; height:auto; width:370px;  padding: 5px 5px 5px 5px; background-color: #37668C;}
	.rightcol h3 {margin: 2px 2px 0 2px; font-style:italic; font-weight:bold; color: #eeeeee; border-bottom: 1px solid black;} 

div.blogcontain {overflow:auto;}

div.book {
	background-color:#333333;
	margin: 7px 7px 7px 7px; 
 
	overflow:auto;
}
div.book p { font-style:italic; padding: 5px;}

	
div.footer {margin-top:auto; height: 50px; text-align: center; border-top: 1px solid #3399FF; background-color:#333333;}

blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;
	background-color: #3E1313;	
    font-weight: normal;
	font-size: 17px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #eeeeee;	
	border: 1px solid #DFF4B5; 

}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* TABLES */
tr {vertical-align:top; text-align:left; }



table.videos{width:100%; font-size:12px; background-color: #222222; border-collapse:collapse; border-spacing: 0px;}
table.videos tr {padding: 5px 0px 5px 0px;}
table.videos th {text-align:left;  padding: 6px 0px 6px 2px;}
table.videos a {display: block;}
 
tr.vidon {background-color: #005DB3; border-bottom: 1px solid #00CCFF; height: 75px;}
tr.vidoff {border-bottom: 1px solid #222222; height: 75px;}
td.vidon {background-color: #003399;}


tr.videoheaders {background-image:url(images/simple-header-black.png); background-position:bottom; font-weight:bold;}
th.videobreadcrumb{width:100%; background-color:#000000;}
th.videobreadcrumb a{display: inline;}
th.videonum {width:50px;}
th.videotitle {width:300px;}
th.videodebaters {width:150px;}
th.videodate {width:100px;}
th.videoinfo {width:auto;}
th.orderform {width:auto; font-size:10px; background-color:#444444;}
th.orderform a{display: inline; text-decoration:underline; }
th.orderform a:hover{text-decoration:none;}
div.error {margin-left: auto; margin-right: auto; width:auto; height:auto;}


