/** Font styles 
---------------------------------*/

body {
	margin: 0;
	font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	font-family: Verdana;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(http://www.tkntv.com/img/bgnd.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fint {
	background-color: #121212;
	font-size: 10px;
}

#page {
  font-size: 0.8125em; /* 16px x .8125 = 13px */
  line-height: 1.5em; /* 14px x 1.5 = 21px */
 
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
  font-family:"Helvetica Neue", helvetica, Arial, sans-serif;
}

/* Links */

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active {
  color: red;
  text-decoration: underline;
}

/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-size: 2.2em;
	font-weight:normal;
	padding: 0 0 0.5em;
	margin: 0;
}

h2 {font-size:1.8em;font-weight:normal;margin-bottom:0.75em;}
h3 {font-size:1.4em;margin-bottom:1em;}
h4 {font-size:1.2em;margin-bottom:1.25em;}
h5 {font-size:1.1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}


/* Paragraph Styles */

p {
  margin: 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}


/** Region Colors
---------------------------------
*  delete when starting a new theme */

#header {
	font-family: Verdana;
	font-size: 10px;
	background-image: url(../../../../../../img/tknhdr.png);
	background-repeat: no-repeat;
	height: 100px;
}
#site-name a:link,
#site-name a:visited {
  color: #d8d8d8;
}
#sidebar-first {	background: #e7edff; }
#footer {
	background-color: #000000;
	margin: 0px;
	width: 960px;
	border-top-color: #121212;
	border-right-color: #121212;
	border-bottom-color: #121212;
	border-left-color: #121212;
}
#sidebar-second { background: #ffd075; }
#navigation {
	height: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-area {

}

.node {
	border: thin dashed #CCCCCC;
	padding: 3px;
}

#content-top {
	text-align: top;
	vertical-align: middle;
	background-color: #000000;
}

.content {
	font-size: 10px;
}

.submitted {
	color: #666666;
}#apDiv1 {
	position:absolute;
	left:10px;
	top:15px;
	width:960px;
	height:150px;
	z-index:1;
}
#content-bottom {
	text-align: top;
	vertical-align: middle;
	background-color: #000000;
	float: left;
	width: 100%;
	padding: 10px;
	
}
#content-bottomr, #content-bottoml {
	text-align: top;
	vertical-align: middle;
	background-color: #000000;
	float: left;
	width: 47%;
	padding: 10px;
}
#apDiv2 {
	float: left;
	height: 95px;
	width: 660px;
}
#apDiv3 {
	float: left;
	height: 95px;
	width: 150px;
}
#apDiv4 {
	height: 95px;
	width: 150px;
	float: left;
}
#apDiv5 {
	text-align: center;
}
#search {
	text-align: right;
}
