/*  
Theme Name: Kitaoka
Theme URI: http://
Description: Template design for Mark Kitaoka
Version: 2.5
Author: Tracy Martin
Author URI: http://number5design.com/



/* html selectors --------------------------------- */

html {
margin: 0 auto;
	background: #000000 url(../kitaoka/images/kita_back.gif) no-repeat right top;
	width: 900px;
}
body {
	margin: 0 auto;
	padding: 0;
	color: #666666;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
} 
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:link, a:visited {
	color: #CCCCCC;
	text-decoration: underline;
	border-bottom: 0px none #5D6772;
}

a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
	padding: 0px 0;
}

blockquote {
	border-left: 3px solid #5D6772;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 180%;
	font-style: italic;
}

code {
	font: 1.2em "Lucida Console", "Courier New", "Courier", monospace;
	padding: 8px;
	border: 1px solid #999999;
	display: block;
}

/* -- UTILITY : This id preloads theme images without the need for JavaScript -- */

#preloadImages {
	width: 0;
	height: 0;
	display: inline;
	background-image: url(../kitaoka/images/back.png);
	background-image: url(../kitaoka/images/comment.png);
	background-image: url(../kitaoka/images/delicious.png);
	background-image: url(../kitaoka/images/doc.png);
	background-image: url(../kitaoka/images/external-link.png);
	background-image: url(../kitaoka/images/folder.png);
	background-image: url(../kitaoka/images/next.png);
	background-image: url(../kitaoka/images/trackback.png);
	background-image: url();
}

/* page margins ---------------------------------- */

#blog, #page {
	width: 780px;
	padding: 0;
	margin: 0 auto
}

#blog {
	background: repeat-x center top;
}

/* banner --------------------------------- */

#banner {
	width: 800px;
	height: 151px;
	padding: 0;
	margin: 0;
	background-position: right;
	text-align: right;
}

#banner h1 {
	padding: 1px 0 0 0px;
	font-size: 1px;
	color: #000000;
}

#banner h3 {
	padding: 3px 0 0 0px;
	color: #666666;
	font-size: 1.06em;
	font-style: normal;
}

/* navigation --------------------------------- */

#nav_container {
	height: 20px;
	width: 760px;
	text-align: left;
	float: right;
}
#navlist {
	margin-bottom: 1px;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	top: 100px;
	margin-top: 2px;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 3px 0.5em 1px;
	margin-left: 3px;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #676767;
	border-right-color: #676767;
	border-left-color: #676767;
}

#navlist li a:link {
	color: #ADADAD;
}
#navlist li a:visited {
	color: #999999;
}

#navlist li a:hover
{
	color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

#navlist li a#current
{
	color: #FF0000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#menu {
	width: 800px;
	border-bottom: 1px solid #666666;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	background: #000000;
}

#nav, #nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav {
	width: 800px;
	}

#nav li {
	float: left;
	padding: 0;
	margin: 0 40px 0 0;
	text-align: center;
}

#nav a {
	padding: 6px 0 5px;
	margin: 0;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	border-bottom-style: none;
}

#nav a:hover {
	color: #FF0000;
}

#nav li.current_page_item a {
	color: #FF0000;
}

/* main content --------------------------------- */

#main {
	width: 480px;
	padding: 10px;
	float: left;
	color: #888888;
	margin: 14px 10px 10px 20px;
	
}

#wide {
	width: 800px;
	padding: 10px 0;
	float: left;
}

#main p, #wide p {
	line-height: 180%;
	text-align: left;
}

#main p a {
color: #CC0000;
	text-decoration: none;
}

#main ul, #wide ul, #main ol, #wide ol {
	line-height: 180%;
	
}

#main h2, #wide h2 {
	margin: 10px 0 3px;
	font-size: 1.6em;
	color: #CC0000;
	clear: both;
}

#main h2 a, #wide h2 a {
	color: #CC0000;
	border: none;
	text-decoration: none;
}

#main h2 a:hover, #wide h2 a:hover {
	color: #CC0000;
}

#main h3, #wide h3 {
	font-size: 1em;
	font-weight: normal;
	color: #999999;
}

a.extlink, a.extlink {
	padding-right: 12px;
	padding-top: 0px;
	background: url(../kitaoka/images/external-link.png) no-repeat right center;
}

#main ul, #main ol {
	line-height: 180%;
}

#main h2.pagetitle, #wide h2.pagetitle {
	font-size: 1.36em;
	margin: 15px 0 3px 0;
	color: #dddddd;
}

.meta {
	font-size: 9px;
	margin: 15px 0 30px 0;
	padding-top: 5px;
	color: #666666;
}
.meta a  {
	color: #666666;
	border-bottom: 0;
	text-decoration: none;
	}

.meta a:hover {
	color: #CC0000;
	border-bottom: 0;
	text-decoration: underline;
	}
	
.meta span {
	padding-top: 0px;
}

.meta span.tags {
	
}

.meta span.comments {
	
}

.meta span.trackback {

}

.meta span.delicious {
	
}

.postnav {
	width: 100%;
	float: left;
	font-size: .8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.postnav li.left {
	display: block;
	float: left;
}

.postnav li.right {
	display: block;
	float: right;
}

#mo_archive, #cat_archive {
	margin-bottom: 25px;
	float: left;
}

#mo_archive ul, #cat_archive ul {
list-style: none;
}

/* images --------------------------------- */

#main p img, #wide p img {
	padding: 0 0px 0 0;
	max-width: 100%;
	margin-bottom: 20px;
	border: 1px solid #666666;
	float: left;
	margin-right: 10px;
	}

.img_border {
	border: 1px solid #333333;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img a, .img a:hover {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, .img_right {
	margin-left: 6px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

img.alignleft, .img_right {
	margin-right: 6px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

.alignright, .img_right {
	float: right;
	}
	
.alignleft, .img_left {
	float: left
	}
/* End Images */


/* comments & trackbacks --------------------------------- */

#comments h2 {
	font-size: 16px;
}

.comment_area, .trackback_area {
	padding: 0;
	margin-bottom: 30px;
}

.comment_area ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment_area li {
	margin-bottom: 35px;
}

.comment_area form li {
	margin-bottom: 0;
}

.comment_area p {
	padding: 0;
	margin-bottom: 0;
	font-size: 11px;
}

.comment_area a{
	color: #666666;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

.comment_area a:hover{
	color: #CC0000;
	text-decoration: underline;
}

.commenter {
	border-bottom: 1px solid #333333;
	font-weight: bold;
	color: #666666;
	padding-left: 0;
	margin-left: 0;
	text-decoration: none;
}
.commenter a {
	color: #999999;
	text-decoration: none;
	border-width: 0px;
	font-size: 16px;
	font-weight: normal;
}

.comment_info {
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
}

.comment_number {
	font-family: georgia, times, serif;
	font-size: 3em;
	color: #CC0000;
	margin-left: 0;
	margin-right: 10px;
}

.submit {
	font-weight: bold;
	font-size: 1.16em;
	color: #dddddd;
	padding-left: 0;
}

.comment_area textarea {
	width: 95%;
	background: #999999;
}

.trackback_area ol {
	list-style: none;
	padding: 5px;
	padding-left: 15px;
}

.trackback_area li {
	line-height: 180%;
}

/* sidebar --------------------------------- */

#side {
	width: 200px;
	float: right;
	padding: 0px 10px;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#side h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #CC0000;
}

#side ul, #recentcomments {
	list-style: none;
	font-size: 10px;
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-top: 1px solid #666666;
}

#side ul.sidelist {
	padding-bottom: 15px;
}

#side ul a, .recentcomments {
	padding: 5px 0;
	width: 94%;
	padding-left: 6%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	color: #CCCCCC;
}

#side ul ul {
	border: none;
	padding: 0;
	margin: 0;
}

#side ul ul a {
	width: 90%;
	padding-left: 10%;
}

#side ul ul ul a {
	width: 85%;
	padding-left: 15%;
}

#side ul ul ul ul a {
	width: 80%;
	padding-left: 20%;
}

#side ul a:hover {
	background: #666666;
	color: #FFFFFF;
}

#side p {
	font-size: 10px;
}


/* footer --------------------------------- */

#foot {
	width: 675px;
	border-top: 1px solid #333333;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	clear: both;
}

#foot p {
	padding: 10px 0;
	font-size: 11px;
	line-height: 180%;
	margin: 0;
	text-align: center;
	color: #666666;
}

#foot a, #foot a:active {
	color: #999999;
	text-decoration: none;
}

#foot a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/* misc stuff --------------------------------- */

ul.linklist, ul.linklist ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

ul.linklist {
	padding-left: 25px;
	padding-bottom: 25px;
}

ul.linklist h2 {
	font-size: 1.18em;
	margin: 15px 10px 10px 10px;
}

ul.linklist a {
	padding: 0.2em 0;
	margin-left: 20px;
	padding-left: 0;
	line-height: 180%;
}

#searchform {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.lh100 {
	line-height: 100%;
	padding: 5px 0;
}

.cloud {
	padding: 0;
	width: 169px;
	margin: 0;
	margin-bottom: 15px;
	border: none;
	display: block;
}

.cloud a {
	border-bottom: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.cloud img {
	margin: 3px;
	margin-top: 0;
}

.flickr {
	color: #4488CC;
}

.flickr span {
	color: #CC6666;
}

.contactform {
	padding: 0 10px;
	margin: 0 20px;
}
