/*  
Theme Name: NKP
Theme URI: http://normankent.com
Description: 
Version: 1
Author: iMAGiNARY DiGiTAL 
Author URI: http://imaginarydigital.com/
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #060b35;
	background-position: center top;
	background-image: url(images/page-bg-2.jpg);
	background-repeat: no-repeat;
}
#box {
	width:950px;
	background:#fff;
	margin:0 auto;
	padding:10px;
}
#top {
	width:950px;
	height:200px;
	margin:0;
	padding:0;
	background-image: url(headers/rotation.php);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #888;
	border-right-color: #888;
	border-left-color: #888;
}
#header {
	float:left;
	width:950px;
	margin:0 0 30px 0;
	padding:0;
	height: 200px;
}
#header h1 {
	text-indent:-10000px;
	margin:0;
	padding:0;
	visibility: hidden;
}
#desc {
	color:#fff;
	float:right;
	text-align:right;
	font-size:0px;
	margin:0;
	padding:0;
}
#main {
	height:0px;
	margin:0 auto;
	border: 1px solid #888;
	width: 949px;
	background-color: #CCCCCC;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: center;
}
#mainbck {
	width:950px;
	margin:0px auto;
	padding:0;
}
*html h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#006699;
	padding:0 0 0 5px;
}

#content {
	width:650px;
	float:left;
	margin:10px auto;
	padding:0 20px;
	background-image: url(images/content-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}
#content-single {
	width:920px;
	float:left;
	margin:5px 0;
	padding:0 15px;
	background-color: #999999;
	text-align: center;
	background-image: url(images/single-bg.png);
	background-repeat: repeat-x;
}
.entry {
	width:100%;
	float:left;
	color:#666666;
	text-align:left;
	margin:5px auto;
	padding:15px 10px 0 0;
}
.entry img {
	padding: 5px
}
.entry h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:700;
	margin:0 auto;
	padding:0;
	text-transform: capitalize;
	color: #006699;
}
.entry h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	margin:0 auto;
	padding:0;
	text-transform: capitalize;
	color: #006699;
}
.entry h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	margin:0 auto;
	padding:0;
	text-transform: capitalize;
	color: #888;
}
#sidebar {
	width:230px;
	float:right;
	margin:5px;
	padding:0;
	clear: right;
}
.rsidebar {
	width:220px;
	color:#888;
	margin:0 auto;
	padding:0 5px;
}
.rsidebar h2 {
	font-size:14px;
	border-bottom:dashed 1px #888;
	margin:0 0px 3px;
	padding:3px 0;
}
.rsidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.rsidebar ul li {
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}
.rsidebar ul li ul {
	list-style-type:square;
	margin:0;
	padding:0 3px;
}
.rsidebar ul li ul li {
	list-style-type:none;
	background:transparent url(images/b.gif) no-repeat 0 4px;
	border:0;
	margin:0;
	padding:0 0 2px 14px;
}
#footer {
	width:950px;
	background-color:#888;
	height:170px;
	line-height:310px;
	clear:both;
	color:#FFFFFF;
	margin:0;
	padding:0;
	background-position: top center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
a:visited {
	color:#069;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#69c;
}
a:link  {
	text-decoration:none;
	color:#006699;
	border:none;
}
.navigation {
	width:520px;
	float:left;
	color:#888;
}
.alignright {
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.alignleft {
	float:left;
	margin-top:5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.space {
	background:#fff;
	height:5px;
	clear:both;
	margin:0 auto;
	padding:0;
}
#searchform {
	height:26px;
	line-height:26px;
	float:left;
	margin:0;
	padding:0 0 10px;
}
input#s {
	color:#006699;
	width:140px;
	border:1px solid #cbcbcb;
	background:#fcfcfc;
}
input#searchsubmit {
	background:#4879aa;
	color:#fff;
	font-size:13px;
	border:1px #2f5c89 solid;
}
#commentform {
	border-top:1px dotted #cedeef;
	border-bottom:1px dotted #cedeef;
	margin:0;
	padding:15px 15px 1px;
}
#commentform label {
	display:block;
	margin:0;
}
#commentform input {
	width:170px;
	margin:0 5px 10px 0;
	padding:1px;
}
#commentform textarea {
	width:380px;
	margin:0 0 10px;
	padding:0;
}
#commentform #submit {
	margin:0 0 20px;
}
#commentform p {
	margin:5px 0;
}
ol.commentlist {
	margin:0 0 1px;
	padding:0;
}
ol.commentlist li {
	border-top:1px solid #cedeef;
	display:block;
	list-style:none;
	margin:0;
	padding:15px 15px 1px;
}
ol.commentlist li.commenthead {
	display:block;
	list-style:none;
	margin:0;
	padding:5px 15px;
}
ol.commentlist li.commenthead h3 {
	margin:0;
}
#footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
	border:none;
}
#footer a:hover {
	text-decoration:underline;
	color:#006699;
	border:none;
}
#footer a:link, #footer a:active {
	text-decoration:underline;
	color:#FFFFFF;
	border:none;
}




/*------------------------------------ MENUS --------------------------------*/


#dropdownmenu {
	display: block;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 217px 0px 0px 0px;
	z-index: 5;
	position: relative;
}
 
#dropdownmenu ul {
	width: 100%;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	z-index: 500;
	position: absolute;
	bottom: 0;
	left: 0px;
	background-color: #888888;
}
 
#dropdownmenu li {
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	padding: 5px 16px 5px;
	margin: 0px 0px 0px 0px;
}
 
#dropdownmenu h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	weight: bold;
}
 
#dropdownmenu li ul {
	width: 150px;
	height: auto;
	top: 100%;
	left: 0px;
}
 
#dropdownmenu li.LargeMenu ul {
	width: 180px;
	height: auto;
	top: 100%;
	left: 0px;
}
 
#dropdownmenu li ul li {
	text-align: left;
	width: 118px;	
	height: auto;
	min-height: auto;
	display: block;
}
 
#dropdownmenu li.LargeMenu ul li {
	text-align: left;
	width: 148px;	
	height: auto;
	min-height: auto;
	display: block;
}
 
#dropdownmenu a {
	text-decoration: none;
}
 
#dropdownmenu li li ul {
	top: 0;
	left: 0;
}
 
#dropdownmenu li li:hover ul {
	left: 150px;
}
 
/* initialy hide all sub sidemenus */
#dropdownmenu ul ul,
#dropdownmenu ul li:hover ul ul,
#dropdownmenu ul ul li:hover ul ul,
#dropdownmenu ul ul ul li:hover ul ul,
#dropdownmenu ul ul ul ul li:hover ul ul {
	display: none;
	position: absolute;
}
 
/* display them on hover */
#dropdownmenu li:hover ul,
#dropdownmenu ul li:hover ul,
#dropdownmenu ul ul li:hover ul,
#dropdownmenu ul ul ul li:hover ul,
#dropdownmenu ul ul ul ul li:hover ul,
#dropdownmenu ul ul ul ul ul li:hover ul {
  	display: block;
}
 
#dropdownmenu #PhpWebcontent {
	display:none;
}	
 
/* define the consecutive colors */
 
#dropdownmenu {
	color: #FFFFFF;
}
 
#dropdownmenu ul{
	-moz-opacity:0.88; /* for mozilla */
	opacity: 0.88; /* for safari */
	khtml-opacity: 0.88 
        /* for konquerer and older safari */
}
 
#dropdownmenu ul ul {
}
 
#dropdownmenu ul li {
}
 
#dropdownmenu h2 {
	color: #FFFFFF;
}
 
#dropdownmenu a {
	color: #FFFFFF;
	}
 
#dropdownmenu ul li:hover {
	background: #333333;
}
 
#dropdownmenu ul li ul {
 
}
 
#dropdownmenu ul li ul li {
	background: #333333;
}
 
#dropdownmenu ul li ul li:hover {
	background: #666666;
}
 
#dropdownmenu ul li ul ul li{
	background: #666666;
}
 
#dropdownmenu ul li ul ul li:hover {
	background: #888888;
}
