/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Jude Rodrigues
	Author Site	: No Bullshit HYI Blog Community
	Scheme Name	:
	Comments	:
*/

/*Import IE support */
@import url('css/ie6win.css');

/*Fancy*/
.nobs {
	color: #f90;
	font-weight: bold;
}
	

body {
	/* here you go, our body! */
	font-size: 75%; /* Sets font size to 12px */
	background: #758595 url('nobs1/images/body_bg.png') top repeat-x;
}


#page {
	/* The entire design is contained within the 'page' id */
	width: 970px;
	_width: 930px;
	padding: 0px;
	}
	
#header {
	/* Contains the H1 and menu */
	margin: 0px;
	height: 140px;
	background: #333 url('nobs1/header/rotate.php') no-repeat top left !important;

	}

#headline {
	margin: 0px;
	height:80px;
	background: #fff;
}

h1 {
display: none;
}

#header .description {
display: none;
}

display: none;
}

/*- Main Menu in Header */

#header a:hover, #header .current_page_item{
	background: #333 !important;
	color: #ffb400 !important;
}

ul.menu{
	top: -5px;
	left: -15px;
	margin: 0;
	height:15px;
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
	text-align: center;
}

ul.menu li {
	float: left;
	width: 7em !important;
	border-right: 1px solid #555;
	display: inline;

}

ul.menu li a {
	display: block;
	height: 22px;
	width: 7em !important;
	line-height: 15px;
	padding: 0.5em 10px 0px 0px;
	text-align: center;
	font: 0.9em Verdana, Helvetica, Arial, Sans-Serif;

}

ul.menu li.current_page_item a {
	background: #333 !important;
	color: #ffb400 !important;
	font-weight: bold;
}

ul.menu li.current_page_item a:hover {
	background: #333 !important;
	color: #ffb400 !important;
	font-weight: bold;
}

.admintab {
	display: none !important;
	}


.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemhead {
                padding: 0px;
                color: #EFEFEF !important;
                margin: 0px;
                }

.primary .item .itemtext {
	font: 1.1em/1.5em  Verdana, Arial, 'Lucida Grande', Sans-Serif;
	text-align: justify;
	color: #444;
	}


/*Secondary Bar Stuffs*/

.secondary {
	/* Contains the sidebar */
	margin: 0 0 0 750px;
	_margin: 0px !important;
	font-family: Arial;
	}

.secondary ul li h2{

}

.secondary ul li {
	background: #fff url('images/li.gif') left center no-repeat;
	padding: 0 0 0 15px;
}

.secondary a {
	color: #5a5a5a;
}

/*left bar*/

.leftbar {
	/* Contains the sidebar */
	font-family: Arial;
	_margin: 0px !important;
	_padding: 10px !important;
	}

.leftbar h2 {
	font-size: 1.25em;
	font-weight: normal;
	padding: 0;
	display: inline;
}

.leftbar a {
	color: #5a5a5a;
}

/* Footer */

#footer {
	width: 972px;
	_width: 932px;
	padding: 0px 14px;
	margin: 0 auto;
	background: #000;
	position: relative;
 	background: url('images/page_bg.png') center repeat-y;
}

#footer small
{
	margin: 0px;
	padding: 24px 10px 8px 10px;
	display: block;
	background: #666 url('images/footer_bg.png') repeat-x top;
}

#footer small, #footer small a {
	color: #ccc;
}

#footer small a {
	font-weight: bold;
	border: none;
	text-decoration: none;
}

#footer small a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Chronodata Edits */

.commentslink {
	padding: 2px 0 2px 20px;
	background: url('icons/comments.gif') left center no-repeat;
	margin-right: 10px;
	}

.metadata .authordata {
    padding: 2px 0 2px 20px;
    margin-right: 10px;
    background: url('icons/authordata.gif') left center no-repeat;
}

.metadata .categorydata {
    padding: 2px 0 2px 20px;
    background: url('icons/folder.gif') left center no-repeat;
}

.metadata .tagdata {
	display: block;
	padding: 2px 0 2px 20px;
    background: url('icons/tagdata.gif') left center no-repeat;
}

.noteworthy {
	margin-top: 3px;
	padding: 0px 0px 5px 20px;
	border:none;
}


img {
	border:none;
}

.date-stamp {
	display: block;
	text-align: center;
	float: left;
	width: 50px;
	margin: 0 0 20px;
	padding: 0;
}

.date-stamp span.month, .date-stamp span.day, .date-stamp span.year {
	display: block;
}

.date-stamp span.month {
	padding: 5px 0 2px;
	background: url('images/date-stamp-month.gif') top no-repeat;
	color: #fff;
	font-size: 0.8em;
}

.date-stamp span.day {
	padding: 3px 0;
	font-size: 1.25em;
	font-weight: bold;
	background: url('images/date-stamp-day.gif') center repeat-y;
}

.date-stamp span.year {
	padding: 2px 0 5px;
	background: url('images/date-stamp-year.gif') bottom no-repeat;
	font-size: 0.8em;
}

#primary .itemhead, .primary .itemhead {
	margin-top: 0;
	margin-left: 60px;
}

#primary .itemhead h3, .primary .itemhead h3 {
	margin-top: 0;
	font-size: 1.8em;
	border-bottom: 1px solid #999;
	display: block;
}

.metadata {
	margin: -23px 0px 0px 0px;
	_margin: -15px -10px 0px 0px;
}

.banner, banner a, banner img {
	border: none !important;
	font-size: 0.9em;
	text-transform: lowercase;
	margin-left: 300px;
	margin-right: auto;
	width: 50em;
}

.banner {
	margin-left: auto;
	margin-right: auto;

}

.banner a img {
	border:0 !important;
	display: block;
}

.l-link {
	font: 0.9em 'Verdana';
	font-weight: bold;
	text-transform: lowercase;
	text-align: left;
}

.l-link2 {
	font: 0.9em 'Verdana';
	font-weight: bold;
	text-transform: none;
	text-align: left;
}

.l-link2 a img{
	border: 0 !important;
	display: block;
}


.textad {
		width: 150px;
		border: 1px solid #f90;
		padding: 10px 10px 20px 10px;
		_padding: 8px 8px 15px 8px;
		background: #333;
		color: #fff;
}

.textad a {
		color: #fc0;
}

.textad a:hover {
		color: #f90;
}

.textadhead {
		color: #fc0;
		font-weight: bold;
		text-transform: uppercase;	
}

.textadfooter {
		float: right;
		font-style: italic;
		color: #fc0;
		margin: -5px;
		padding: 6px 0px 0px 0px;
}
	

blockquote {
        padding: 0 20px 0 50px;
        color: #333;
        background: #fff url('images/bq.gif') no-repeat 10px 0%;
        border: none;
        }

/*Special Function notices */


.alert {
	background: #ffcccc url('nobs1/images/emblem-important.png') 10px center no-repeat;
	border-top: 2px solid #993333;
	border-bottom: 2px solid #993333;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: justify;
	line-height: normal;
	}

.relatedposts {
	background: #FFF6BF 10px center no-repeat;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	margin: 10px auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height: normal;
	}

.construction {
	background: #FFF6BF 10px center no-repeat;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: justify;
	line-height: normal;
	}

.callout {
	background: none;
	margin: 10px auto;
	padding: 5px 0px 5px 0px;
	text-align: justify;
	line-height: normal;
	}

.download {
	background: #D0F29D url('nobs1/images/mail-attachment.png') 10px center no-repeat;
	border-top: 2px solid #9CD941;
	border-bottom: 2px solid #9CD941;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: justify;
	line-height: 115%;
	}

.bluehighlight {
	background: #9DD1F2 url('nobs1/images/help-browser.png') 10px center no-repeat;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: justify;
	line-height: 115%;
	}

.code { /* use p class=code when you want to fake it, sometimes handy */
	background: #f2f2f2 url('nobs1/images/utilities-terminal.png') 10px 20px no-repeat;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin: 10px auto;
	padding: 20px 20px 20px 70px;
	text-align: left;
	}
	
code {
	display: block;
	background: #f2f2f2 url('nobs1/images/utilities-terminal.png') 10px 20px no-repeat;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin: 10px auto;
	padding: 20px 20px 20px 70px;
	text-align: left;
	}

.rss {
		background: #fff url('nobs1/images/rss.png') 10px 20px no-repeat;
		border-top: 2px solid #CCC;
		border-bottom: 2px solid #CCC;
		margin: 0px;
		padding: 20px 20px 30px 70px;
		text-align: left;
}

.bottom {
		border-top: 2px solid #CCC;
		border-bottom: 2px solid #CCC;
		margin: 0px;
		padding: 20px 20px 30px 70px;
		text-align: left;
}

	
.other {
	background: #ededed url('nobs1/images/dialog-warning.png') 10px center no-repeat;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: justify;
	font-size: 1.1em 'Arial';
	}

#mint {
	background: transparent url('nobs1/images/mint.gif') no-repeat left;
	padding-left: 18px;
}


#nn {
	background: transparent url('nobs1/images/nnpartner.gif') no-repeat left;
	padding-left: 25px;
}

.adright {
	float: right;	
	padding: 3px;
}

#frame {
		width:500px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}

#contentleft {
		width:300px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
#contentcenter {
		width:200px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
#contentright {
		width:150px;
		padding:0px;
		float:left;
		background:#fff;
		}

.li-image {
		list-style-image:url('http://hyipblog.nobshyip.net/wp-content/themes/k2/styles/images/li.gif') 

}


/* End Special Function notices */


