@charset "utf-8";
/* CSS Document */

/*
Template name: 	Kyanite
Author: 	Santhosh
URL:		www.themebin.com
*/


body {
	background: #F0F0F0 url(body.png) repeat-x;
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0 0 0 0;
}

h1 {
	font-size: 24px;
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border-bottom: dotted 1px #666;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

a {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}


#header {
	height: 100px;
}

#logo {
	width: 500px;
	font-size: 30px;
	padding: 20px 0 0 20px;
	color: #fff;
}

#tagline {
	width: 500px;
	font-size: 14px;
	padding: 10px 0 0 20px;
	color: #F2F2F2;
}

/* Navigation Bar */

#navbar {
	height: 30px;
	background: none;
	position: relative;
}

#nbar a {
	font-weight: normal;
}

#nbar {
	position: relative;
	width: auto;
	height: 30px;
	margin: 0;
	padding : 5px 0 0 30px;
	font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nbar ul {
	float: left;
	list-style : none;
	margin: 0;
	padding: 0;
}

#nbar ul li {
	display: inline;
}

#nbar ul li a {
	display: block;
	height: 25px;
	float: left;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	background: none;
}


#nbar ul li a:hover {
	color: #333;
}

#nbar ul li#selected a {
	color: #000;
	background: url(nbg-inv.png) top repeat-x;
	font-weight: bold;
}

/* Images */

img {
	border: none;
	background: none;
}

img.float-right {
	margin : 5px 0 10px 10px;
	padding: 2px;
}

img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}

/* Content */

#content-top {
	background: url(content-top.png) center no-repeat;
	height: 103px;
}
	

#content-bg {
	width: 973px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: -30px;
	background: url(wrapbg.png) center repeat-y;
}

#content-bottom {
	height: 34px;
	background: url(content-bottom.png) center no-repeat;
}

#content {	
	width: 610px;
	margin-left: 15px;
}

.post-footer {
	background: #fff url(post-footer.png) no-repeat;
	height: 32px;
	font-size: 12px;
	padding: 8px 10px 0 10px;
	text-align: right;
	color: #000;
	margin-bottom: 30px;
}
	

.dated {
	padding-top: 2px;
	background: url(calendar.png) left no-repeat;
	padding-left: 20px;
	float: left;
}

.category {
	background: url(category.png) left no-repeat;
	padding-left: 20px;
	margin-left: 30px;
	float: left;
	height: 22px;
}

.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(user.png) no-repeat;
}

.more {
	padding-right: 20px;
	margin-left: 20px;
	padding-bottom: 2px;
	background: url(more.png) right no-repeat;
}

/* Forms and Text Fields */

form {
	margin : 10px;
	padding : 0 5px;
	border-top: dotted 2px #D7D7D7;
	border-bottom: dotted 2px #D7D7D7;
}

label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}

input {
	padding : 2px;
	border : 1px solid #D7D7D7;
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	background: #F9F9F9;
}

textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border : 1px solid #D7D7D7;
	height : 100px;
	display : block;
	background:#F9F9F9;
	color : #000;
}

input.button {
	margin : 0;
	font : bolder 12px Arial, Sans-serif;
	border : 2px solid #ccc;
	padding : 2px 3px;
	background : #fff;
	color : #131212;
}

/* Search */ 

.lblName
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
    background: none;
    width: 150px;
    float: right;
    height: 20px;
    margin-right: 190px;
    top: 0px;
    left: 83px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
form.search input.textbox {
	margin: 0;
	height: 16px;
	font-size: 11px;
	padding-left: 2px;
	width: 155px;
	background: none;
	border: none;
	color: #000;
}
form.search input.button {
	background : url(search-button.png) no-repeat;
	color: #333;
	border: none;
	width: 25px;
	cursor: pointer;
	height: 18px;
}

/* Addition Stuffs */

blockquote {
	background: #F8F8F8;
	border: dotted 1px #D7D7D7;
	padding: 5px 5px 5px 25px;
}

code {
	margin : 4px 8px;
	padding : 10px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #F8F8F8;
	border : 1px dashed #D7C3C3;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #333333;
}

ul span, ol span {
	color: #333333;
}



#sidebar {
	width: 315px;
	margin-right: 20px;
	float: right;
	border-left: dotted 1px #CCCCCC;
}

#sidebar h1 {
	font-size: 14px;
	font-weight: bold;
}
	

#left-sbar {
	width: 150px;
	float: left;
}

#right-ad {
	width: 160px;
	float: right;
}
	
	
#side-ad {
	width: 300px; 
	height: 250px;
}

#sidebar .widgetspace {
	padding: 5px 5px 0 10px;
	margin: 0px;
	background: none;
	padding-bottom: 28px;
}


#sidebar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#sidebar ul.menu li {
	padding : 2px 0 0px 0;
	margin : 0 0 0 2px;
	border-bottom: 1px dotted #ccc;
}

#sidebar ul.menu li:hover {
	background: #EBEBEB;
}

#sidebar ul.menu a {
	text-decoration : none;
	background-image : none;
	color: #333;
}


#sidebar ul.menu a:hover {
}

#divider-line {
	border-top: 1px dotted #CCCCCC;
	height: 2px;
}

/* Footer */

#footer {
	background: none;
	height: 20px;
	text-align: center;
	padding: 15px 5px 0 5px;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

.dd_menu
{
    border-style: solid;
    border-width: 0px;
    background: #F4F4F4;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    height: 18px;
    color: #FF00FF;
}
.dd_menu li
{
    float: left;
    height: 20px;
    border-right: solid 1px white;
    color: #FF00FF;
}
.dd_menu li a {padding:5px 20px;  color:#FF00FF; text-decoration:none; font:12px arial, verdana, sans-serif; font-weight: bold;}


.dd_menu ul {position:absolute; left:-9999px; top:-9999px; list-style-type:none;color: #FFFFFF;}
.dd_menu li:hover
{
    position: relative;
    background: #3366FF;
    color: #FF00FF;
  
}
.dd_menu li:hover ul {left:0px; top:18px; background:lavender; padding:3px; border:1px solid grey; color: #FFFFFF;}
.dd_menu li:hover ul li {height:18px; border:none;color: #FFFFFF;}
.dd_menu li:hover ul li a {height:18px;color: #FFFFFF; padding:0px; display:block; font-size:11px; width:100px; line-height:18px; text-indent:5px; color:#444; background-color:lavender; text-decoration:none; border:1px solid transparent;}
.dd_menu li:hover ul li a:hover {height:18px;color: #FFFFFF; background:silver; color:#000; border:solid 0px #444;}
