/*   
Theme Name: NK 0.1
Theme URI: http://www.whatscookin.com/
Description: Theme for Night Kitchen website
Author: Night Kitchen Interactive
Author URI: http://www.whatscookin.com/
Version: 0.1
.
General comments/License Statement if any.
.
*/

/* general page styles */

/* colors:

#455560 = default text color, bluish grey
#126798 = default link color, nk blue

*/

/* default styles */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

.arimo { font-family: 'Arimo', Arial, sans-serif; }

.hide {
	display: none;
}

.clear {
	clear: both;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified/ */
/* blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */

.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

html, body {
	height: 100%;
	background: white;
}
	
html {
	overflow-y: scroll;
}

body {
	background-color: white;
	/*background: white url(images/new/top-gradient.gif) 0px 81px repeat-x;*/
	color: #455560;
	
	font: 62.5%/1.3 'Arimo', Arial, sans-serif;
	margin-top: 2px;
	
	text-align: center; /* page centering hack: part 1 */
}

h1, h2, h3, h4 {
	color: #B8583A;
	text-transform: lowercase;
}

h1 {
	margin-bottom: 1em;
	font-size: 3.0em; /* the logo? */
	font-weight: normal;
	font-style: normal;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
}

h4 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
}

a {
	color: #0081C5;
	outline: none;
}

a:link, a:visited { text-decoration: none; }
a:hover, a:active {	text-decoration: underline; }

h1 a, h2 a, h3 a, h4 a {
	color: #B8583A;
}

p {
	margin-bottom: 1em;
	font-size: 1.2em;
}

ol, ul, dl, table {
	margin-bottom: 14px;
}

ul {
	font-size: 1.2em;
	list-style-type: square;
}

ul ul {
	font-size: 100%;
}

ul li {
	margin-left: 14px;
	margin-bottom: 1em;
}

ol {
	font-size: 1.2em;
	list-style-type: decimal;
}

ol li {
	margin-left: 24px;
	padding-left: 0;
	margin-bottom: 1em;
}

td, th {
	text-align: left;
	vertical-align: top;
	padding: 0 5px;
}

blockquote {
	font-style: italic;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 1em;
}

/* page styles */

.admin {
	font-size: 10px !important;
}

.tagline {
	font-style: oblique;
	font-weight: 500;
	letter-spacing: 1px;
	color: #126798;
}

.team-email {
	font-style: oblique;
}

/* wrapper */

.portfolio-name {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
/*	width: 780px; */
	text-align: center;
}

/* header */

#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 42px;
	border-bottom: 1px solid #CED6DC;
}

#logo {
	position: absolute;
	top: 4px;
	left: 30px;
	
	margin: 1px 0 0; /* need to override the default we set above on the h1 */
	border: 0;
	padding: 0;

	width: 262px;
	height: 26px;
}

#nav1 {
	position: absolute;
	top: 11px;
	left: 422px;
}

#nav1 ul {
	font-size: 1.6em;
	list-style-type: none;
}

#nav1 ul li {
	margin-left: 0px;
}

#nav1 ul li a {
	color: #455560;
	text-transform: lowercase;
	text-decoration: none;
/*	font-weight: bold; */
}

#clientsonly {
	position: absolute;
	top: 8px;
	right: 30px;
	
	margin: 0; /* need to override the default we set above on the p */
	border: 0;
	padding: 0;
}

/* body */

#main {
	margin: 0 auto;
	width: 960px;
}

/* body nav */

#nav2 {
	margin: 0 auto;
	text-align: left;
	line-height: 40px;
	height: 40px;
	overflow: hidden; /* something is overflowing in IE... */
}

#nav2 ul.nodemenu {
	display: none;
	float: right;
	margin-right: 30px;
	font-size: 1.1em;
	list-style-type: none;
}

#nav2 ul.nodemenu li {
	float: left;
	padding-left: 30px;
}

#nav2 ul.nodemenu li:first-child {
	margin-left: 0;
}

#nav2 ul.nodemenu li a {
	font-weight: normal;
	color: #455560;
	text-transform: lowercase;
	text-decoration: none;
}

#nav2 ul.nodemenu li a:hover, #nav2 ul.nodemenu li a:active {
	text-decoration: underline;
}

/* the pages */

.page {
	/*padding-top: 40px;*/
	text-align: left;
	padding-bottom: 75px;
}

.page .bar_top, .page .bar_bottom {
}

.page .bar_top {
	display: none;
}

.page .bar_bottom {
	clear: both;
}

.pagebody {
	padding-left: 120px;
	padding-right: 120px;
}

/* ths posts */

.postlisting {
	padding-top: 40px;
	text-align: left;
	padding-bottom: 75px;
}

.postlisting .bar_top, .postlisting .bar_bottom {
}

.postlisting .bar_top {
	display: none;
}

.postlisting .bar_bottom {
	clear: both;
}

.post-col {
	float: left;
	margin-left: 70px;
	width: 660px;
}

/*
**
*/

.cat-col {
	float: right;
	margin-right: 30px;
	width: 160px;
}

.cat-col h2, .cat-col h3 {
	margin: 0;
}

.cat-col ul {
	margin: 0 0 35px 0;
}

.cat-col ul li {
	margin: 0.3em 0;
	list-style-type: none;
}

/*
**
*/

.nav-col {
	clear: both;
	padding: 10px 70px;
	text-transform: lowercase;
}

.post-head {
}

.post {
	clear: both;
}

.postbody {
	margin-bottom: 60px;
}

.postbody h3 {
	font-size: 2.1em;
	margin-bottom: 0.5em;
}

.postbody h3 a {
	color: #0081C5;
}

.post .more-link {
	text-align: right;
}

ul.the-info {
	list-style-type: none;
	line-height: 1;
}

ul.the-info li {
	font-size: 11px;
	margin-left: 0;
	padding-left: 0;
}

.post img.image375-left, .post img.image185-left {
	margin: 0 10px 10px 0;
	float: left;
}

.post img.image375-right, .post img.image185-right {
	margin: 0 0 10px 10px;
	float: right;
}

.post img.image375-left, .post img.image375-right {
	width: 375px;
/*	height: 260px; */
}

.post img.image185-left, .post img.image185-right {
	width: 185px;
/*	height: 185px; */
}

.post p.code {
	font-family: monospace;
	border: 1px solid #126798;
	padding: 1em;
	background: white;
}

.post .mono {
	font-family: monospace;
}

.post .filed-under {
	color: #B8583A;
}

.commentsbody {
	padding: 0px 20px 0px;
}

.commentsbody .comment-awaiting {
	font-style: italic;
}

.commentsbody .comment-closed {
}

.commentsbody h3 {
	margin-bottom: 10px;
}

.commentsbody h4 {
	font-weight: normal;
}

.commentsbody h4 .commentor {
	font-weight: bold;
}

.formbody {
	padding: 10px 20px;
}

.comment-field, .comment-field-last {
	float: left;
}

.comment-field {
	margin-right: 20px;
}

.comment-field label, .comment-field-last label {
	display: block;
}

.comment-field input, .comment-field-last input {
	display: block;
	border: 1px solid #12679B;
	padding: 1px 2px;
	width: 165px;
}

.comment-textarea {
	clear: left;
}

.comment-textarea label {
	display: block;
}

.comment-textarea textarea {
	border: 1px solid #12679B;
	padding: 1px 2px;
	width: 548px;
	height: 100px;
}

/* category sidebar */

ul.cat-buttons {
	list-style-type: none;
}

ul.cat-buttons li {
	margin-left: 0;
	padding-left: 0;
}

ul.cat-blog {
}

ul.cat-blog li {
	text-transform: lowercase;
}

ul.cat-blog li a {
}

ul.cat-casestudies {
}

ul.cat-casestudies li {
	text-transform: lowercase;
}

ul.cat-casestudies li a {
}

.cat-col h2 {
	font-size: 1.4em;
}

/* for the 404 page */

ul.url-list {
	list-style-type: none;
}

ul.url-list li {
	margin-left: 0;
	padding-left: 0;
}

/* footer */

#footer {
	border-top: 1px solid #CED6DC;
	padding: 30px 0 50px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}

#footer p.links {
	margin-bottom: 20px;
	font-size: 1.4em;
}

#footer p.copyright {
	font-size: 1.0em;
}

#footer p.admin-links {
	margin-top: 20px;
	font-size: 1.0em;
}

/* preload container */

#preload {
	display: none;
}

/* new studio section, added 2/3/11 */

div.studio-pagebody
{
	padding: 0 60px;
}

div.t9c2 p /* increase font size on overview page */
{
	font-size: 1.6em;
}

p#carousel-title
{
	clear: both;
	color: #B8583A;
	margin: 0 0 0 44px;
	text-transform: lowercase;
}

div#carousel-container {
	clear: both;
	display: block;
}

div.jcarousel-container,
div.jcarousel-clip {
	/*height: 150px;*/
}

li.studio-carousel-item img {
	cursor: pointer;
}

li.studio-carousel-item a {
	color: #126798;
}

div.studio-featured-content {
	float: left;
	font-size: 1.2em;
	width: 360px;
}

div.studio-thumb-content {
	float: left;
	width: 420px;
	font-size: 1.2em;
}

div.studio-thumbnails {
	float: left;
	margin-right: 40px;
	width: 380px;
}

div.studio-item-row {
	clear: both;
}

div.studio-item-left,
div.studio-item-right {
	float: left;	
	width: 170px;
}

div.studio-item-left {
	margin: 5px 40px 5px 0;
}

div.studio-item-right {
	margin: 5px 0;
}

div.studio-item-left h4,
div.studio-item-right h4 {
	color: #126798;
	font-size: 1.4em;
	margin: 2px auto;
	text-align: left;
}

div.studio-item-left div.thumb-body,
div.studio-item-right div.thumb-body {
	display: none;
}

div#featured-video-container {
	display: block;
	float: right;
	padding-bottom: 10px;
	width: 420px;
}

div#featured-video {
	width: 420px;
	height: 236px;
	background: black;
}

div#featured-video-desc
{
	min-height: 150px;
	margin: 25px 0 0 0;
}

div#featured-video-desc p.studio-project-title
{
	color: #B8583A;
	font-size: 2em;
	margin-bottom: 0.5em;
	text-transform: lowercase;
}

div#featured-video-desc p.studio-project-client
{
	color: #B8583A;
	text-transform: lowercase;
}

h2.left-header
{
	float: left;
	width: 360px;
}

h2.right-header
{
	float: right;
	width: 420px;
}

/*
**
*/

.big-flash {
	margin-bottom: 35px;
	text-align: center;
}

.big-flash object {
	margin: 0 auto;
	width: 940px;
}

body#P_1 .big-flash object {
	height: 580px;
}

body#P_2 .big-flash object {
	height: 460px;
}

/*
**
*/

.peep-large {
	width: 400px;
	height 260px;
}

.peep-small {
	width: 230px;
	height 150px;
}

/*
**
*/

body#P_1 #non-flash {
	height: 580px;
}

body#P_1 #non-flash a {
	display: none;
	width: 940px;
	height: 580px;
}

body#P_1 #non-flash a#non-flash-01 {
	display: block;
}

body#P_1 #non-flash a img {
	display: block;
	width: 940px;
	height: 580px;
}

