/*

Design: VideoDen WordPress CMS Theme
Author: Maleika Attawel
Website: dotkraft.com

*/


/* =======================================================================================================================
=RESET
========================================================================================================================*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym, address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt, var,dd,dl,dt,
li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul 
{
	list-style: none;
}

q:before,q:after, blockquote:before,blockquote:after 
{
	content: "";
}

a {
	text-decoration:none;
}

/* =======================================================================================================================
=CLEAR FLOATS
========================================================================================================================*/
.main:after,
.column:after,
.navigation:after,
.search:after,
.search-container:after,
.content:after,
.main-inner:after,
.top:after,
.DaikosText:after,
h1.logo a:after {
		content:".";
		display:block;
		clear:both;
		height:0;
		font-size:0;
		line-height:0em;
		visibility:hidden;
		overflow:hidden;
}

/* =======================================================================================================================
=GLOBAL STYLES
========================================================================================================================*/
body 
{
	background:#583108 url(images/body.gif) repeat-x top;
	color: #555;
	text-align:center; /* for IE */
	font-family:arial, helvetica, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl,
pre, p, blockquote, table, img
 {
	padding-bottom:.5em;
}

h1, h2, h3, h4, h5, h6, strong, em 
{
	font-weight: bold;
        color: #583108;
}

h1 {font-size: 1.4em; padding:10px 0 0 0;}



h2 {font-size: 1.2em;}
h2.title {
	background:#f4f4f4 url(images/sidebar_h2.gif) repeat-x top; 
	border:1px solid #f4f4f4;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:bold;
	padding:0;
	line-height:1.6em;
	clear:left;
	margin-bottom:5px;
	margin-top:5px;
        color: #583108;
}
h2.title span {
	background:url(images/sidebar_bullet.gif) no-repeat center left; 
	padding-left:25px;
	font-weight:bold;
}
h2 a {font-size:.9em; text-transform:uppercase;}
h3 {font-size: 1.2em; line-height: 1.8em;}
h4 {font-size: .8em; line-height: 1.4em;}

a:link, a:visited {color:#bf6200;}
a:hover, a:focus {color: #fff;}

p {	font-size: 0.8em; line-height:1.3em;}

/* =======================================================================================================================
=LAYOUT
========================================================================================================================*/
.container {
	background:url(images/container.png) repeat-y 50% 0;
	margin:0 auto;
	padding:0;
}

.top {
	background:#402200 url(images/top.gif) repeat-x top;
	border-top:6px solid #c57016;
	margin:0 auto;
	padding:0;
	width:982px;
}

.main {
	width:982px;
	margin: 0 auto;
	padding:0 10px;
}

.content {
	padding:0;
	float:left;
	width:982px;
}

.content-main {
	float:left;
	padding: 10px;
}

.site-container {margin:0 auto; border-top:1px solid #eee;}

.copyright {text-align:center; width:98.7%; float:left;   padding: 0 6px;}
.copyright p {text-align:center; padding-top:10px; background:#f0f0f0;}



/* =======================================================================================================================
=LOGO
========================================================================================================================*/

h1.logo {
	width:173px;
	margin:0 0 20px 20px;
	padding:0;
	float:left;
}

h1.logo a {
	background:url(images/logo.gif) no-repeat;
	float:left;
	display:block;
	width:173px;
	height:74px;
	text-indent:-9999px;
}


/* =======================================================================================================================
=COLUMNS
========================================================================================================================*/
.column {float:left;}

.one {width:194px; padding:0;}
.one ul li ul {padding:10px;}
.one ul li ul li {padding-left:10px; font-size:.8em;}
.one ul li form {padding-left:10px;}
.one div {padding-top:10px;}

.two {width:490px; padding:0; margin-left:10px;}



.three {width:268px; padding:0 0 20px 0; margin-top:10px;}
.three div {padding:0 10px;}

.three ul {clear:left; padding: 0 10px;}
.three ul li ul {padding:10px;}

.one ul li ul li,
.three ul li ul li {
	background:url(images/double_arrow.gif) no-repeat left center;
	padding-left:18px;
	border-bottom:1px solid #ddd; 
	font-size:.8em;
	line-height:1.6em;
}

/* =======================================================================================================================
=SUBSCRIBE
========================================================================================================================*/
.subscribe {margin-bottom:10px;}

a.email {background:url(images/email.gif) no-repeat 0 0; text-indent:-9999px; display:block; height:94px; width:190px;margin-top:10px;}
a.rss {background:url(images/rss.gif) no-repeat 0 0; text-indent:-9999px; display:block; height:94px; width:190px; }


/* =======================================================================================================================
=SEARCH
========================================================================================================================*/
.search-container {width:100%; margin-bottom:20px; height:30px; background:#f4f4f4; border-bottom:1px solid #fff;
 float:left;}

.search {
	background:url(images/search.gif) no-repeat right;
	float:right;
	padding-right:50px;
}

.search div {padding:2px 0 0 20px; float:right;}

.search input.txt {
	border-width:1px;
	width:200px;
	margin-left:50px;
}

/* =======================================================================================================================
=NAVIGATION
========================================================================================================================*/
.navigation {background:#402200; margin:0; float:left; width:100%; border-bottom:1px solid #6f8b95; height:23px;}
.navigation ul {float:left; padding:0;}
.navigation li {float:left; padding:0;  font-size:.8em; margin-left:3px;}
.navigation a {
	display:block; 
	padding:6px 2px; 
	font-weight:bold; 
	background:url(images/nav.gif) no-repeat 0 -23px; 
	width:99px;
	height:11px;
	color:#fff;
	text-align:center;
}
.navigation a:hover, .navigation a:focus {background-position:0 0; color:#fff;}

/* =======================================================================================================================
=POSTS [HOMEPAGE]
========================================================================================================================*/
.entry { margin:0 0 10px 0; width:100%; border-bottom:1px dotted #ccc; float:left; background:url(images/line.gif) repeat-x bottom; padding-bottom:5px;}
.entry h2, .entry h3, .entry h4, .entry p, .entry ul, .entry ol {padding:0;}
.entry h2 {padding-bottom:0;}
.entry p {padding:10px 10px 10px 0;}
.entry h4 {padding-left:20px; background:#f7f7f7 url(images/date.png) no-repeat left center; line-height:1.4em;}
.entry img {padding:10px; background:#fff;}

.entry.video {background:#f0f0f0; width:470px; margin:5px 0; border:1px solid  #eee; padding-left:17px; padding-top:10px;}
.entry.video div a img {background:none; padding-left:0;}
.entry.video h2, .entry.video h4 {margin-left:10px; padding-bottom:5px; margin-right:27px;}
.entry h4 {margin-left:0;}

/* =======================================================================================================================
=META & COMMENTS
========================================================================================================================*/

.postmetadata {clear:both; border:1px solid #ddd;}
p.postmetadata.alt {padding-left:5px;}

.commentlist {font-size:.8em;}

.commentlist li {padding:10px 0; border-bottom:1px solid #ddd;}

.commentlist p {font-size:100%;}

.comment-box textarea {border-width:1px; border-color:#ddd;}

/* =======================================================================================================================
=EXTRA
========================================================================================================================*/

h3#comments,
h3#respond, h1.pagetitle {font-size:.9em; text-transform:uppercase; margin-top:10px;}
h3#comments {margin-bottom:10px;}
h1.pagetitle {font-size:.9em; text-transform:uppercase; margin-bottom:10px;}
h2.page {padding:10px 10px 0 0;}



/* =======================================================================================================================
=ADS
========================================================================================================================*/

.leaderboard {
	background:url(images/ad.gif);
	width:468px;
	height:60px;
	float:right;
	margin-right:5px;
}

.leadearboard2 {
	width:235px;
	border:0;
	padding:0;
}

.one div.DaikosText {padding-left:0;}
.three div.DaikosText h1.heading {padding-left:0; padding-bottom:0;}

/* =======================================================================================================================
=SIDEBAR
========================================================================================================================*/



