/* @override 
	http://localhost:8888/paulkikuchi/wp-content/themes/kikuchi/style.css
	http://stage.studiowhat.net/paulkikuchi/wp-content/themes/kikuchi/style.css
*/

/*   
Theme Name: Kikuchi
Description: A custom template
Author: Greg MacDonald
Author URI: http://studiowhat.net
Version: 0.1
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');


body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: .75em/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;

	background-image: url(images/paul_bg.png);
}

/* headings =h */

h2 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 10px;
}

header h2 {
	line-height: 1.333;
	letter-spacing: -0.011em;
	text-align: left;
	float: none;
	padding: 72px 0 0 340px;
	width: 620px;
}

section h2, h1.entry-title, h1.page-title, h2.entry-title a {
	font-size: 18px;
	letter-spacing: 0.133em;
	text-align: left;
	color: #a31a20;
}

h2, h3, p, li {
	font-weight: 500;
}

/* structured text =s */

p {
	margin-bottom: 24px;
}

a {
	color: #a41c25;
	letter-spacing: 1px;
	text-decoration: none;
}

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

#wrapper {
	margin: 0px auto;
	width: 900px;
	min-height: 100%;

}

/* =Header
-------------------------------------------------------------- */
#header {
	background: url(images/paul_header.png) no-repeat right bottom;
	height: 92px;
}

#branding {
	text-indent: -9000em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	height: 1px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 16px 0 0;
	overflow: auto;
	width: 890px;
}
.skip-link {
	display: none;
}

#access a {
	display:block;
	text-decoration:none;
	color: #e2e2e2;
	padding: 0 10px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}
#access li {
	display: inline;
}
#access ul ul {
	display:none;
	position:absolute;
	top: 40px;	
	float:right;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 140px;
	z-index: 99999;
	margin-left: 121px;
}
#access ul ul li {
	min-width: 140px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background: #000;
	height:auto;
	width: 140px;
	padding: 10px;
	line-height: 1em;
	margin-top: 0;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#000;
	
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background:#000;
	
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
	background:#000;
	
}



#container {
	float: right;
	margin: -2px 0 0 -374px;
	width: 100%;
	background: url(images/paulcontent_bg.png) repeat-y right;
}
#content {
	margin: 0 0 0 374px;
	min-height: 400px;
	padding-right: 54px;
	padding-left: 20px;
	padding-bottom: 50px;
}
#primary, #secondary {
	float: left;
	overflow: hidden;
}

#primary {
	width: 200px;
	margin: 0 8px 0 0;
}
#secondary {
	width: 155px;
	margin-top: 38px;
	margin-left: 3px;
	padding-right: 5px;
	min-height: 400px;
}
#footer {
	clear: both;
	width: 100%;
	color: #8b8b8b;
	font-size: 11px;
}
#site-info {
	float: right;
	padding-right: 30px;
}
#footer a{
	color: #ab9028;
	font-size: 10px;
}
/* =Content
-------------------------------------------------------------- */


.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}




/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0;
}
.widget-area ul ul ul {
	margin-left: 2em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
#primary.widget-area a{
	color: #c2c2c2;
	font-size: 11px;
}
#primary.widget-area h3{
	font-size: 14px;
	color: #fff;
}
#secondary.widget-area ul ul{
	margin-left: .5em;
	list-style-type: square;
	padding-bottom: 10px;
}
#secondary.widget-area ul ul li{
   width: 154px;
	color: #312726;
	margin-bottom: 0;
	padding-bottom: 2px;
}
#secondary.widget-area a{
	color: #800009;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 13px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#secondary.widget-area a:hover{
	color: #fff;
	font-size: 11px;
	letter-spacing: 0;
	text-decoration: underline;
	
	
}
#secondary.widget-area h3{
	color: #000;
	margin-top: 0;
}
#secondary.widget-area .current_page_item a {
	color: #fff;
	
}
/* =Custom menus
-------------------------------------------------------------- */

ul#menu-primary-menu  {
	list-style: none;
	margin: 0 27px 0 0;
	float: right;
}



/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}





.clear {
	clear: both;
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.byline {
	color: #898989;
	text-align: right;
	
}

















