/*
	Theme Name: Momofuku
	Theme URI: 
	Description: 
	Version: 
	Author: 
	Author URI: 
*/

/* LAST UPDATED 09.02.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS
	VII.  WORDPRESS SPECIFIC

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff;
}

	body#ko {
		color: #fff;
		background: #000;
	}

p { padding: 0 0 14px 0; }

a {
	color: #000;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:active { color: #006600; } 

a:hover { color: #ff6600; }

	body#ko a { color: #fff; }

.large { font-size: 16px; }
.small { font-size: 10px; }

.center { text-align: center; }

/* .padd { padding: 10px; }
.paddRight { padding-right: 10px; }
.paddLeft { padding-left: 10px; } */

hr {
	height: 1px;
	margin:  0 0 14px 0;
	padding: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px #000 solid;
	border-left: 0;
}

body#ko hr { border-bottom: 1px #ccc solid; }

blockquote {
	font-style: italic;
	padding-left: 22px;
}

/* Image Defaults */

a img { border: 0; }

img.border, img.alignright, img.alignleft { border: 1px #000 solid; }

img.alignright {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignleft {
	float: left;
	margin: 2px 14px 2px 0;
}

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

li { padding-bottom: 7px; }

.navigation {
	text-align: right;
	padding: 0 41px 30px;
}

.archiveList {
	float: right;
	list-style: none;
	margin: 0 41px 20px 0;
	padding: 0;
}

	.archiveList li {
		float: left;
		margin: 0;
		padding: 0 0 0 10px;
	}

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul, #footerNav ul {
	display: table;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	line-height: 1.1em;
}

	#footerNav ul ul { display: none; }

	#nav li, #footerNav li {
		float: left;
		padding: 0 15px;
		border-right: 1px #000 solid;
	}

	#nav li.last, #footerNav li.last {
		padding-right: 0;
		border: none;
	}

	#nav li a {
		color: #000;
		text-decoration: none;
		text-transform: lowercase;
		font-size: 15px !important;
}

	#footerNav li a {
		color: #000;
		text-decoration: none;
		text-transform: lowercase;
		font-size: 15px !important;
}


	body#ko #nav li a, body#ko #footerNav li a { color: #fff; }

	#nav li a:hover, body#ko #nav li a:hover, #footerNav li a:hover, body#ko #footerNav li a:hover { color: #f0af70;}

	#nav .current-menu-item a { color: #44a200; }

/* Main Content Navigation */

/* LEVEL ONE */

#header ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

	#header li { float: left; }

	#header li a {
		display: block;
		height: 26px;
		margin: 0;
		padding: 0 15px;
		width: auto;
		font-weight: bold;
		text-decoration: none;
		text-transform: lowercase;
	}

/* LEVEL TWO */

#header ul ul {
	position: absolute;
	width: 160px;
	left: -999em;
	margin: 0;
	border-bottom: 1px #ddd solid;
}

body#ko #header ul ul { border-bottom: none; }

	#header li li {
		float: left;
		width: 160px;
		padding: 0;
	}

	#header li li a {
		text-align: left;
		width: 130px;
		line-height: 26px;
		background: url('images/bg-dropdown.png') no-repeat;
		border-top: 1px #ddd solid;
	}

	body#ko #header li li a {
		background-color: #000;
		background-image: none;
		border-top: none;
	}

/* LEVEL THREE */

#header ul ul ul { margin: -26px 0 0 158px; }

#header li:hover ul ul, #header li.sfhover ul ul { left: -999em; }

#header li:hover ul, #header li li:hover ul, #header li.sfhover ul, #header li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#header li:hover, #header li.hover { position: static; } /* fixes IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#nav {
	margin-top: 20px;
	padding: 10px;
	background-color: #fff;
	overflow: hidden;
}

	body#ko #nav { background-color: #000; }

	#nav .wrap {
		margin: 0 auto;
		width: 800px;
	}

	#momofuku-homepage #nav ul { display: none; }

#wrap {
	margin: 7px auto 10px;
	width: 800px;
	border: 1px #000 solid;
}

	body#ko #wrap { border-color: #003300; }

	#header {
		padding: 25px 41px 30px 30px;
		height: 71px;
		position: relative;
	}

		#header img { float: left; }

	.post {
		clear: both;
		padding: 0 41px 20px 30px;
		min-height: 222px;
	}

		#homePage .post, #blogPage .post {
			clear: both;
			margin: 15px 41px 25px;
			padding: 0;
			min-height: 0;
		}

		.entry {
			width: 100%;
			overflow: auto;
		}

		#splash .post {
			padding: 118px 30px;
			text-align: center;
		}

		#splash .large {
			font-weight: normal;
			font-size: 20px;
		}

			#splash .large a { text-decoration: none; }

	#footer {
		padding: 10px 11px 3px 0;
		font-size: 11px;
		text-align: right;
	}

		#footer a { text-decoration: none; font-size: 11px;  }

#footerNav {
	margin: 0 auto;
	width: 800px;
	padding: 10px 0;
	font-size: 13px; 
}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 20px 10px 0;
}

	td.photo { width: 235px; }

	table.middleAlign td { vertical-align: middle; }

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000;
}

/*.centrally-form {text-align:center;}
.gform-body, .gform_heading, gform_wrapper, gform_wrapper_11 {text-align:center;}*/


/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 22px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

	h4.pagetitle {
		font-size: 20px;
		margin: 0 0 0 30px;
	}

h5 { font-size: 9px; }

h6 { font-size: 12px; }

/* -----------------------------------------------------------
		VII. WORDPRESS SPECIFIC
----------------------------------------------------------- */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform { margin: 5px 10px 0 0; }

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p { margin: 10px 5px 10px 0; }

.children { padding: 0; }

#commentform p { margin: 5px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
