/*
Theme Name: npci
Theme URI: http://www.jauharimedia.com
Description: Hi You!.
Version: 1.0
Author: Nurudin Jauhari
Author URI: http://nurudin.jauhari.net/
Tags: blue, custom header, fixed width, two columns, widgets
	
	Crafted on 10 October 2008
	Last Edit: 10 October 2008 20.35  +7 GMT

	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/
*/

/* import stylesheets and hide from ie/mac \*/
@import url("css-reset.css");
@import url("css-navi.css");
/* end import/hide */

/* Begin Typography & Colors */



body {
	font: 13px arial, verdana, sans-serif;
	background: #111;
}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* L I N K S */

a:link, a:visited {
	color: #99001B;
	text-decoration: none;
	}
	
a:hover {
	color: #660012;
	text-decoration: underline;
	}


/* Etc
******************** */
br.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */







/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Basic */
#page {
	width: 950px;
	margin: 0 auto;
	background: #fff;
}
#content-wrap {
	float: left;
	width: 100%;
	background: #fff url(images/bg-wrap.gif) 0 0 repeat-x;
}

#content {
/*	margin: 0 294px 0 0; */
	margin: 0 324px 0 0;
}
#sidebar {
	float: left;
	position: relative;
	margin-left: -324px;
	width: 324px;
	padding-top: 20px;
	background: #c8c8c8 url(images/bg-side.gif) 0 0 repeat-x;
	}
#sidebar .gap {
	margin: 0 20px;
}



/* Menu */
#navr {
}
.menu {
	width: 942px;
	margin: 0 auto;
	list-style: none;
	padding: 8px 0 8px 8px;
	background: #fff url(images/bg-navr.gif) 0 0 repeat-x;
}
.menu li {
	float: left;
}
.menu li a {
	padding: 6px 5px 4px;
	display: block;
	color: #b51b1f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 5px;
}
.menu li.current_page_item a {
	background: #99001B;
	color: #fff;
}
.menu li a:hover {
	background: #111;
	color: #fff;
}

/* /Menu */

/* Header */

#pager {
}
#header {
	width: 950px;
	margin: 0 auto 0;
	background: #fff url(images/bg-header.jpg) right 0 no-repeat;	
}
#header h1 a {
	background: url(images/logo.jpg) 0 0 no-repeat;
	height: 135px;
	width: 235px;
	text-indent: -5000px;
	display: block;
}
.description {
	display: none;
}
/* /Header */

/* Post */

.welcome {
	background: #c71c1d url(images/bg-welcome.gif) 0 0 repeat-x;
	color: #fff;
	padding: 20px;
}
.spot468 {
	margin-bottom: 20px;
}
.latest-post {
	padding: 0 20px;
}
.post {
	margin-bottom: 30px;
}

	.post h2 {
		font-family: Helvetica, Arial, verdana, sans-serif;
		font-size: 20px;
	}

	.corner h2 {
		font-family: Helvetica, Arial, verdana, sans-serif;
		font-size: 16px;
	}

	.post h2 a {
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid #999;
	}
	
	
	
	.post h4 {
		border-bottom: 1px dotted #ccc;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	
	.entry p {
		line-height: 1.8em;
		margin-bottom: 20px;
	}
	.entry ol {
		list-style-type: decimal;
		margin-left: 10px;
	}
	.entry ul {
		list-style: square;
	}
	.entry li {
		line-height: 1.8em;
		margin-left: 20px;	
	}
	
.metadata2 {
	color: #999;
	padding: 5px 0;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}	

.metadata {
	color: #999;
	padding: 10px 0;
	text-align: right;
}
.metadata  a{
	color: #777;
	text-decoration: underline;
}

.postmetadata {
	background: #efefef;
	padding: 10px;
	margin-top: 20px;

}	

.pagetitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	text-align: right;
}
#content .gap {
	padding: 20px;
}

/* /Post */


/* Sidebar */
#sidebar ul {
	list-style:  none;
}
#sidebar h2, #sidebar h3 {
	color: #111;
	background: #e2e2e2;
	font-weight: normal;
	font-size: 19px;
	padding: 5px 10px;
}

#sidebar .boxr, #sidebar .categories, #sidebar .linkcat {
	margin-bottom: 20px;
	padding: 0 0 10px;
	background: #eaeaea;
}
#sidebar .boxy {
	margin-bottom: 20px;
	padding: 0 0 10px;
}

.searcharea {
	margin-bottom: 20px;
}
.searcharea #s {
	width: 240px;
	padding: 5px;
	border: 2px solid #999;
	font-size: 14px;
}
.searcharea #s:focus, .searcharea #s:hover {
	border: 2px solid #000;
}

#sidebar .archives li,#sidebar .categories li  {
/*	float: left;
	width: 176px;*/
}
#sidebar .buser {
	border: 1px solid #fff;
	background: #eaeaea;
	position: relative;
	padding-bottom: 30px;
}
.buser .avatar {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
.area {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#sidebar .buser li {
	padding: 3px 10px;
}
#log, #pwd {
	width: 240px;
	border: 1px solid #999;
	padding: 5px;
}
#sidebar .boxr li, #sidebar .categories li, #sidebar .linkcat li {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

#sidebar .boxr li:hover, #sidebar .categories li:hover, #sidebar .linkcat li:hover {
	background: #efefef;
}
#sidebar .boxr li li, #sidebar .categories li li, #sidebar .linkcat li li {
	border: none;
	padding-left: 0;
}

#sidebar a {
	color: #333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #333;
	text-decoration: underline;
}

.sideinfo {
	background: #efefef;
	margin-bottom: 20px;
	padding: 15px;
}

/* /Sidebar */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 15px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.related  h2{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 15px;
	margin-bottom: 10px;
}
.related li {
	margin-bottom: 10px;
}
.related p {
		line-height: 1.8em;
}

.author-info {
	background: #efefef;
	padding: 10px;
}
.author-info h4 {
	font-size: 12px;
	border-bottom: 1px solid #888;
	margin-bottom: 10px;
}
p.bio {
	margin-bottom: 10px;
}
.sleft {
	width: 150px;
	float: left;
}

/* Comment */
h3#trackbacks, h3#comments, h3#respond {
	background: #000;
	padding: 5px;
	color: #fff;
	margin-bottom: 20px;
}


.byby {

}
.byby span,.byby span a {
	color: #fff;
}
.byby:hover span,.byby:hover span a {
	color: #000;
}

.commentlist li,.tblist li {
	position: relative;

}
.tblist li {
	margin-bottom: 20px;
}
.odd {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 0 20px 150px; 
}
.alt {
	border-bottom: 1px solid #999;
	margin: 10px 0;
	padding: 10px 0 20px 150px; 
}
.mycomment {
	background: #FDFFAE;
	margin: 10px 0;
	padding: 10px 10px 20px 150px; 
	border-bottom: 1px solid #E15C00;
}
.commentmetadata {
	position: absolute;
	bottom: 5px;
	font-size: 11px;
	right: 0;
}
.commentmetadata a {
	color: #999;
}
.commentlist .by {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.commentlist .by a {
	color: #333;
	text-decoration: underline;
}


.commentlist p {
	padding: 10px 0;
}
.commentlist .avatar {
	position: absolute;
	left: 0;
	top: 10px;
}

.mycomment .avatar {
	position: absolute;
	left: 10px;
	top: 10px;
}

.author-info .avatar {
	float: right;
	margin-left: 10px;
}
.buser .avatar {
	margin-right: 10px;
}
.comform {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

.comform input#author,.comform input#email,.comform input#url {
	padding: 4px;
	margin-bottom: 5px;
}
.comform textarea {
	width: 100%;
}
#submit {
	background: #167B00;
	color: #fff;
	padding: 5px 10px;
	margin-top: 10px;
}

/* /Comment */


/* Footer */
#more-footer {
	padding: 20px;
	background: #636363;
	font-size: 13px;
	line-height: 1.6em;
	color: #fff;
}
#more-footer a {
	text-decoration: underline;
	color: #fff;
}
#more-footer a:hover {
	text-decoration: none;
	color: #fff;
}

#more-more-footer {
	width: 950px;
	margin: 0 auto;
}
.inthis {
	float: left;
	width: 303px;
}
.inner-two .ingap {
	padding: 0 10px;
}
.inner-one {
}
.inner-two {
}

#extra-footer {
	padding: 20px;
	background: #464646;
	font-size: 12px;
}
img.meme {
	float: right;
	margin-left: 5px;
	margin-top: 10px;
}
.inthis h3 {
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 5px;
}
.inthis h3 span {
	border-bottom: 4px solid #c8c8c8;
}
#extra-footer .video {
	margin-bottom: 20px;
}
.flickrss li {
	float: left;
}
.flickrss li img {
	width: 55px;
	border: 5px solid #ccc;
	margin-right: 5px;
}

#footer {
	position: relative;
	color: #636363;
}
#footer a {
	color: #b3b3b3;
}
#footer .one {
	padding-right: 300px;
}
#footer .right {
	position: absolute;
	right: 0;
	top: 0px;
	text-align: right;
}

img.wp-smiley {
	vertical-align: -25%;
}


/* Box Ads */
.box-ad {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-align: center;
	list-style: none;
	font-size: 0.9em;
}
.box-ad li {
	float: left;
	margin: 0 0 17px 22px;
	padding: 0;
	display: inline;
}

