/* Copyright (c)2007-2008 Jean Pierre Kolb. All Rights Reserved. http://www.jpkc.com */

body {
	margin: 0;
	padding: 0;
	background: #636776 url(../images/site-bg-001.jpg) repeat-x fixed left top;
	color: #444;
	text-align: center;
}
a,
a:link,
a:visited {
	color: #666675;
	text-decoration: underline;
}
a:active,
a:hover,
a:focus {
	color: #666675;
	text-decoration: none;
}
.hidden,
.screenhidden {
	display: none;
}
.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
#page-content {
	display: block;
	position: relative;
	width: 720px;
	min-height: 600px;
	margin: 0 auto;
	padding: 0 15px;
	border: 0;
	background: transparent url(../images/content-bg-001.png) repeat-y fixed center top;
	text-align: left;
}
#header {
	display: block;
	position: fixed;
	width: 720px;
	height: 110px;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #464853;
	background: #1F2228 url(../images/header-bg-001.jpg) no-repeat fixed center top;
	color: #fff;
	z-index: 950;
}
#header h1 {
	display: block;
	width: 668px;
	margin: 0;
	padding: 36px 26px 8px 26px;
	font-size: 32px;
	font-weight: normal;
}
#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover,
#header h1 a:active,
#header h1 a:focus {
	color: #fff;
	text-decoration: none;
}
#header p {
	display: block;
	width: 668px;
	margin: 0;
	padding: 0 26px;
	color: #c6af5e;
	font-size: 12px;
	font-weight: normal;
}
#header-img {
	display: block;
	position: relative;
	width: 720px;
	height: 198px;
	margin: 0;
	padding: 112px 0 0 0;
	border-bottom: 1px solid #464853;
	background: #1F2228 url(../images/header-img-001.jpg) no-repeat fixed center 112px;
}
#main-nav {
	display: block;
	position: relative;
	width: 720px;
	height: 37px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #272B32;
	border-bottom: 1px solid #272B32;
	background: #1F2228 url(../images/main-nav-bg-001.jpg) repeat-x scroll left top;
	color: #fff;
	line-height: 37px;
	z-index: 900;
}
#main-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 37px;
	line-height: 37px;
	width: 100%;
	position: relative;
}
#main-nav ul li {
	position: relative;
	float: left;
	padding: 0;
	height: 37px;
	background: none;
	line-height: 37px;
	vertical-align: middle;
}
#main-nav ul li a {
	display: block;
	height: auto;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}
#main-nav ul li:hover a,
#main-nav ul li a:hover {
	color: #fff;
	background: #464B56 url(../images/main-nav-act-bg-001.jpg) repeat-x scroll left top;
}
#main-nav li.last_menu {
	float: right;
}
#content-field {
	display: block;
	position: relative;
	width: 720px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #464853;
}
#content-field-bg {
	display: block;
	position: relative;
	width: 668px;
	min-height: 200px;
	margin: 0;
	padding: 26px 26px 10px 26px;
	border-top: 1px solid #272B32;
	background: #1f1f1f url(../images/content-field-bg-001.png) repeat-y scroll left top;
}
#content {
	display: block;
	position: relative;
	width: 444px;
	margin: 0;
	padding: 0;
	border: 0;
}
.post,
.other-content {
	display: block;
	position: relative;
	width: 444px;
	min-height: 90px;
	margin: 0 0 34px 0;
	padding: 0 0 10px 0;
	border: 0;
	background: #ddd url(../images/post-bg-001.png) no-repeat scroll right bottom;
}
.other-content {
	width: 435px;
	min-height: 0;
	background: transparent url(../images/clear.png) no-repeat scroll left top;
}
#content h2,
#content h3 {
	display: block;
	position: relative;
	width: 385px;
	margin: 0 0 22px 0;
	padding: 0;
	border: 0;
	color: #666675;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
}
#content h2 {
	border-bottom: 2px dotted #ccc;
}
#content h3 {
	font-size: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#content h3.wallpaper {
	padding-left: 20px;
	background: transparent;
	background: url(../icons/monitor.png) no-repeat scroll left center;
}
#content h2 a,
#content h2 a:link,
#content h2 a:visited,
#content h3 a,
#content h3 a:link,
#content h3 a:visited {
	color: #666675;
	text-decoration: none;
}
#content h2 a:hover,
#content h2 a:active,
#content h2 a:focus,
#content h3 a:hover,
#content h3 a:active,
#content h3 a:focus {
	text-decoration: underline;
}
.date-info {
	display: block;
	position: absolute;
	top: 0px;
	right: 9px;
	width: 26px;
	height: 57px;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #bbb;
	color: #bbb;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.post:hover .date-info {
	border-bottom: 3px solid #999;
	color: #999;
}
.day {
	display: block;
	width: auto;
	height: 18px;
	margin: 0 auto;
	padding: 0;
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.month {
	display: block;
	width: auto;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	line-height: 25px;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	letter-spacing: -1px;
}
.year {
	display: block;
	width: auto;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	line-height: 12px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.post-text {
	display: block;
	position: relative;
	width: 385px;
	margin: 0;
	padding: 0;
	border: 0;
}
.post-footer {
	display: block;
	position: relative;
	width: 385px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #444;
	font-size: 10px;
}
.page-text .post-footer {
	width: 435px;
}
.navigation {
	display: block;
	text-align: center;
	padding: 0;
	margin: -20px 0 10px 0;
}
.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright a {
	padding-bottom: 2px;
	padding-right: 20px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/control_fastforward.png) no-repeat scroll right center;
}
.alignleft a {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/control_rewind.png) no-repeat scroll left center;
}
.page-text {
	display: block;
	position: relative;
	width: 435px;
	margin: 0;
	padding: 0;
	border: 0;
}
pre {
	display: block;
	margin: 1.5em 0;
	padding: 1.5em;
	border: 1px solid #ccc;
	background: #111;
	color: #ddd;
	overflow: auto !important;
}
code {
	border: 1px solid #ccc;
	background: #111;
	color: #ddd;
	padding: 0.2em;
}
#sidebar {
	float: right;
	display: block;
	position: relative;
	width: 184px;
	margin: -3px 0 0 0;
	padding: 0;
	border: 0;
	color: #666;
}
#sidebar ul {
	list-style: none;
	margin-left: 0;
}
#sidebar ul ul {
	margin-bottom: 23px;
}
#sidebar ul ul ul {
	margin-left: 1em;
}
#sidebar ul ul ul a {
	padding-bottom: 2px;
	padding-left: 15px;
	padding-top: 2px;
	background: transparent url(../images/side-nav-bullet-001.png) no-repeat scroll left center;
}
#sidebar h4 {
	padding: 0;
	margin-bottom: 9px;
	font-weight: bold;
	font-size: 14px;
	color: #888;
}
#sidebar ul:hover h4 {
	color: #fff;
}
#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #fff;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active, #sidebar a:focus {
	color: #888;
	text-decoration: none;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 11px;
	text-decoration: none;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
}
#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	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 caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background-color: transparent;
}
input,
textarea,
select {
	padding: 3px;
	margin: 0.2em 0;
	font-size: 12px;
	color: #333;
	background-color: #f3f3f3;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #fff;
}
textarea {
	width: 385px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #aaa;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	color: #000;
	background-color: #fff;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.sidebar-none textarea {
	width: 609px;
}
.commentlist {
	margin-left: 0;
	list-style: none;
}
.commentlist li {
	padding: 9px;
}
.commentlist .alt {
	background-color: #eee;
}
.other-content ul,
.other-content ol {
	margin-bottom: 34px;
}
#footer {
	clear: both;
	display: block;
	position: relative;
	width: 720px;
	min-height: 82px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #464853;
	background: #272B32;
}
#footer-img {
	clear: both;
	display: block;
	position: relative;
	width: 720px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #272B32 url(../images/footer-img-001.jpg) no-repeat scroll center bottom;
}
#footer-content {
	clear: both;
	display: block;
	position: relative;
	width: 668px;
	margin: 0;
	padding: 12px 26px 1px 26px;
	border-top: 1px solid #464853;
	color: #999;
	text-align: center;
	font-size: 11px;
}
#footer-content:hover {
	color: #eee;
}
#footer-content p a,
#footer-content p a:link,
#footer-content p a:visited {
	color: #999;
	text-decoration: none;
}
#footer-content:hover p a,
#footer-content:hover p a:link,
#footer-content:hover p a:visited {
	color: #eee;
}
#footer-content p a:hover,
#footer-content p a:active,
#footer-content p a:focus {
	color: #eee;
	text-decoration: underline;
}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
	position: absolute;
	z-index: 1000;
	width: 265px;
	background: #282930;
	border: 2px solid #464853;
	text-align: left;
	padding: 5px;
	min-height: 1em;
	-moz-border-radius: 3px;
}
body div#toolTip p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
}
body div#toolTip p em {
	display: block;
	margin-top: 3px;
	color: #d9dde3;
	font-style: normal;
	font-weight: normal;
}
body div#toolTip p em span {
	font-weight: normal;
	color: #fff;
}

#sidebar a[href*="rss2"],
#sidebar a[href*="feed"],
#sidebar a[href*="atom"] {
	padding-bottom: 2px;
	padding-left: 28px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/feed_add.png) no-repeat scroll 8px center;
	/* background: url(images/jpkc-blog-feed-icon-16x16.png) no-repeat scroll right center; */
}
#sidebar a[href*="wp-login.php"] {
	padding-bottom: 2px;
	padding-left: 28px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/lock.png) no-repeat scroll 8px center;
}
#sidebar a[href*="wp-admin"] {
	padding-bottom: 2px;
	padding-left: 28px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/brick.png) no-repeat scroll 8px center;
}
#sidebar a[href*="wordpress.org"] {
	padding-bottom: 2px;
	padding-left: 28px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/star.png) no-repeat scroll 8px center;
}
#sidebar .cat-item a {
	padding-bottom: 2px;
	padding-left: 28px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/folder_go.png) no-repeat scroll 8px center;
}
#sidebar #random-posts-widget a {
	display: block;
	padding-bottom: 2px;
	padding-left: 28px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/page.png) no-repeat scroll 8px center;
}
#sidebar .widget_links a {
	padding-bottom: 2px;
	padding-left: 28px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/world_go.png) no-repeat scroll 8px center;
}
.searchform input {
	width: 20em;
	height: 1.6em;
	line-height: 1.6em;
	color: #999;
	background: #e6e6e6;
	border: 1px solid #999;
}
.searchform input:hover {
	color: #666;
	background: #eee;
	border: 1px solid #666;
}
.searchform input:focus,
.searchform input:active {
	color: #000;
	background: #fff;
	border: 1px solid #000;
}
.searchtext {
	text-align: left;
	padding-left: 25px;
	background-image: url(../icons/help.png) !important;
	background-position: 5px center !important;
	background-repeat: no-repeat !important;
}
.searchsubmit {
	height: 2em !important;
	width: 8em !important;
	text-align: left;
	padding-left: 25px;
	background-image: url(../icons/zoom.png) !important;
	background-position: 5px center !important;
	background-repeat: no-repeat !important;
}
.wp-dl-list {
	list-style-type: square;
}
.wp-dl-list {
	list-style: none;
	margin-left: 0;
}
.wp-dl-list a {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/picture_go.png) no-repeat scroll left center;
}
.wp-link-list {
	list-style: none;
	margin-left: 0;
}
.wp-link-list a {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/world_go.png) no-repeat scroll left center;
}
.view-file {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/magnifier_zoom_in.png) no-repeat scroll left center;
}
.download-file {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/drive_disk.png) no-repeat scroll left center;
}
.tags {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/tag_blue.png) no-repeat scroll left center;
}
.info {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	background: transparent;
	background: url(../icons/information.png) no-repeat scroll left center;
}
img {
	border: 1px solid #666677;
	-moz-opacity: 0.80;
	opacity: 0.80;
	filter: Alpha(opacity=80, finishopacity=80, style=2);
}
img:hover {
	border: 1px solid #666677;
	-moz-opacity: 0.99;
	opacity: 0.99;
	filter: Alpha(opacity=99, finishopacity=99, style=2);
}
img.noalpha,
img.noalpha:hover,
#fancybox-img,
#fancybox-img:hover {
	border: 0;
	-moz-opacity: 1.00;
	opacity: 1.00;
	filter: Alpha(opacity=100, finishopacity=100, style=2);
}
p img {
	padding: 0;
	max-width: 96%;
}
.center {
	text-align: center;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #eee;
	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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-pagenavi {
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #d6d6d6;
}
.wp-pagenavi a:hover, .wp-pagenavi a:focus {
	border: 1px solid #666;
	color: #333;
	background-color: #ddd;
}
.wp-pagenavi span.pages {
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 4px;
	padding-top: 2px;
	margin: 2px 2px 2px 0;
	border: 1px solid #999;
	background: #ccc url(../icons/page.png) no-repeat scroll 2px center;
}
.wp-pagenavi span.current {
	padding-bottom: 2px;
	padding-left: 16px;
	padding-right: 4px;
	padding-top: 2px;
	margin: 2px;
	border: 1px solid #999;
	color: #fff;
	background: #1f1f1f url(../icons/bullet_go.png) no-repeat scroll 2px center;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #ddd;
	background-color: #ddd;
}
#wpabar {
	position: fixed !important;
	top: 0 !important;
}

