/*
Theme Name: DBC
Theme URI: http://wordpress.org/
Author: OSD Studios

*/


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #000000 url("images/background.gif") repeat-x top center;
}

#wrapper {
	/*display: block*/ 
	/*border: 1px #000000 solid;*/
	width: 1024px;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	/*background-color: #000000;*/
}

#logo {
	float: left; 
	display: inline;
	margin-left: 30px;

}

#click {
	float: right; 
	display: inline;
	margin-right: 37px;
	padding-top: 40px;

}

/*a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #fcb034;
	text-decoration: none;
	}

a:visited {
	color: #FFFFFF;
	}
	*/
.clear {
		clear: both;
		font: 1px/1px sans-serif;
		margin: 0;
		padding: 0;
		height: 0;
	}
/* HEADER */

#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 1024px;
	height: 175px;
	margin-bottom: 20px;
	/*background: url("images/header.gif") no-repeat top center;*/
	vertical-align: top;
}

/* SIDEBAR */

#sidebar_right {
	width: 200px;  /*should be 220px...but need to align videos*/
	float: right;
	margin-right: 34px;
	background-color: #000000;
	display: inline;      /*IE*/
	
}

#sidebar_left {
	width: 145px;
	float: left;
	left: 0px;
	padding-left: 0px;
	margin-left: 37px;
 	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:inline;  /*IE*/
}

#rss-links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
		
#rss-links li {
	margin: 0px;
	padding: 0px;
}
		
#rss-entries-link {
	display: block;
	width: 125px;
	height: 50px;
	background: url(images/rss.gif) no-repeat;
}
	

#sidebar_right ul, #sidebar_left ul {
	margin-top: 10px;    /*vertical space between list heading and  list items*/
	margin-bottom: 20px; /*vertical space between lists*/
	padding-left: 0px;    /*horizontal space between ul and side*/
	font-size: 1.0em;
	margin-left: 0px;
}


#sidebar_right li, #sidebar_left ul li {
	list-style: none outside none; 
	margin-bottom: 10px;		/*vertical space between list items*/	
	font-size: 1.0em;
	margin-left: 0px;
	padding-left: 0px;
}

/*li.sidebar-spacer {
	right: 0px;
	border-top: 1px solid #000000;
	background-color: #000000;
	width: 220px;
	height: 1px;
    margin-right: 10px;
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font: 1px/1px monospace;
	}*/

li.sidebar-spacer {
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #000;
}

/*list headings*/
#sidebar_right ul li h2, #sidebar_left ul li h2 { 
	margin: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
	color: #fcb034;
	
}

#sidebar_right a, #sidebar_left a {
	color: #FFFFFF;
	text-decoration: none;
}
	
#sidebar_right a:visited, #sidebar_left a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	
#sidebar_right a:hover, #sidebar_left a:hover {
	color: #fcb034;
	text-decoration: none;
}
	
#newsletter {
	
	height: 333px;
	width: 125px;
	background: url(images/email.gif) no-repeat;
}
/*#newsletter-top {
	padding: 17px 15px 2px;
	background: url(images/newsletter%20form/top-corners.gif) no-repeat center top;
}
	*/		
/*#newsletter h2, #demo h2 {
	font-size: 12px;
	margin: 0 0 4px;
	color: #fff;
}
			
#newsletter h2 span {
	display: block;
}*/
			/*This really is only a hack to make the word approva wrap to the next line*/
			
/*#newsletter label, #demo label {
	color: #ccc;
}*/
			
#newsletter p.fields {
	padding: 0 10px;         /*space between email box and email.gif sides*/
}
 /*email box*/
#newsletter .text-input {  
	width: 100%;
	margin-top: 270px;
	margin-bottom: 0px;
}
/*submit button*/
#newsletter .submit-input { 
	float: right;
	margin-top: 10px;
	z-index: 100;
}
/*#newsletter p.privacy, #demo p.privacy {
	clear: both;
	display: block;
	height: 19px;
	background: url(images/newsletter%20form/bottom-corners.gif) no-repeat center bottom;
	z-index: 9;
	margin: 0;
}
			
#newsletter p.privacy a {
	color: #666;
	padding-left: 15px;
	position: relative;
	top: -15px;
			}*/
			
/* videos */

.DaikosVideos {
	margin-bottom: 10px; 
	background-color:#000000;
	padding: 0;
}

.DaikosVideos object {
	margin:0;
	padding:0;
	background-color:#000000;
	}
.DaikosVideos embed {
	padding: 0;
	background-color: #000;
	width: 200px;
	margin-left: 0px;
}
	
/* POSTS */

#content {
	width: 580px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;     /*vertical space between content and footer*/
	background-color: #E6E6E6;
	display: inline; 
}

	
.contenttext {      /*post*/
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
	
.title {   /*post title*/
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	}
	
.description {    /*post author/date/etc*/
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	color: #000000;
}	
	
#content img {
	padding: 0;
	margin-bottom: 20px;
	max-width: 100%;
}
	
.contenttext a {
	color: #000000;
	text-decoration: none;
}

.contenttext a:visited {
	color: #000000;
}
	
.contenttext a:hover {
	color: #fcb034;
	text-decoration: none;
}
	
#postfoot {
	height: 25px;
	background: url("images/postfoot.gif") no-repeat top center;
	margin-right:20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	
}

.postfoottext {
	padding-top: 2px;
	padding-bottom: 1px;
	color: #FFFFFF;

}

.postfoottext a {
	color: #FFFFFF;
	text-decoration: none;
}

.postfoottext a:visited {
	color: #FFFFFF;
}
.postfoottext a:hover {
	color: #fcb034;
	text-decoration: none;
}



/* FOOTER */

#footer {
	height:50px;
	background-color: #000000;
	margin-right: 220px;
	margin-left: 120px;
	margin-top: 20px;
}

.foottext {
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	color: #FFFFFF;
}


.foottext a {
	color: #ffffff;
	text-decoration: none;
}

.foottext a:visited {
	color: #FFFFFF;
}
.foottext a:hover {
	color: #fcb034;
	text-decoration: none;
}
