/*
Theme Name: Dkn Fusion
Author: Eleazar Dan Biscaro
Website: dkntemplates.com and danbiscaro.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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
background: transparent;
border: 1; 
font-size: 100%;
margin: 0;
outline: 0;
padding: 0; 
vertical-align: baseline; 
border-color: #FFCCFF;}
ul { list-style: none; }
ol {
	list-style: de;
	padding: 25px;
}
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
img { vertical-align: bottom; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.clear { clear: both; }

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

/*** General Settings ***/
body {
	background-color:#99CC00;
	color:#666666;
	font-family: Arial;
	font-size: 14px;
	vertical-align: middle;
	margin: center center;
	text-align:justify;
	line-height: 20px;
}

h1,h2,h3,h4,h5,h6 { 
    font-weight:bolder;
	font-family: arial;
	font-size: 24px;
	margin-bottom: 15px;
}

h1 {color:#FFCC00;}
h2 {color:#FF99CC;}
h3 {color:#66CCFF;}
h4 {color:#669900;}
h5 {color:#9966FF;}
h6 {color:#CC0000;}

p { 
	margin: 0 0 25px 0; 
	line-height: 22px;
}

a{
	text-decoration: none;
	color: #FF9900;
}
a:hover{
	text-decoration: none;
	color: #878787;
}

.topmenu a{
	text-decoration: none;
	color: #105b9a;
}
.topmenu a:hover{
	text-decoration: none;
	color: #999999;
}


/*** Layout ***/
#header {
	margin: 0px auto;
	padding: 20px 0px 35px;
	width: 800px;
	background-color:#FFFFFF
}

#main {
	top:0px;
	margin: 0px auto;
	width: 800px;
	background-color:#FFFFFF
}

#sidebar {
	float: left;
	width: 160px;
	background-color:#FFFFFF;
	margin: 10PX;
}

#content {
	float: right;
	width: 620px;
	background-color:#FFFFFF
	margin : 10px;}

#footer {
	margin: 0px auto;
	width: 800px;
}

/*** Banner ***/
.banner {
	border: 2px solid #131212;
	margin-bottom: 25px;
}


/*** Menu ***/
#menu {}

#menu li {
	margin-bottom: 5px;
}

#menu li a:link,
#menu li a:visited {
	color: #fff;
	display: block;
	font-family: Arial;
	font-size: 12px;
	padding: 6px 10px 6px 30px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#menu li.item-1 a {
	background: #ffed17;
	width: auto;
}
#menu li.item-2 a { background: #ff99cc; }
#menu li.item-3 a { background: #99ccff; }
#menu li.item-4 a { background: #99cc66; } 
#menu li.item-5 a { background: #cc99ff; }

/*** table ***/
table , td, th
 {

  font-family: arial; 
  font-size:14px; 
  border:1px solid #99CC00;
 }
 th
 { 
  text-align:center;
 background-color:#99CC00;
 color:white;
 }
 td
 {
 text-align:center;
 vertical-align:bottom;
 }

/*** Copyright ***/
.copyright {
	color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px 0px 20px 280px;
	text-align: center;
}

.copyright a:link,
.copyright a:visited {
	color: #dcdcdc;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}
