/*
Theme Name: my-theme
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: David Street
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* COLORS:

	brown: #6C5635
	dk green: #C9DA2A
	lt green: #E6F2A5
	
*/

/* RESET */
h1,h2,h3,h4 { font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0; text-transform: uppercase; }
p { margin: 0; padding: 0; font-family: "Times New Roman", Times, serif; }
a:link, a:active, a:visited { text-decoration: none }
* {	margin: 0 }
html, body { height: 100% }
img { border: 0 }

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/body-bg.gif) top left no-repeat;
}

/* UTILITY */
.clear {
	clear: both;
}

/* DIALOG BOX */
.ui-dialog-container {
	border: 0;
	background-color: #FFFFFF;
}
.ui-dialog-titlebar {
	background-color: #E6F2A5;
	padding: 10px;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #C9DA2A;
	font-weight: 200;
	text-transform: uppercase;
	height: 15px;
}
.ui-dialog-title {
	float: left;
}
.ui-dialog-titlebar-close {
	float: right;
	}
	.ui-dialog-titlebar-close:link,
	.ui-dialog-titlebar-close:active,
	.ui-dialog-titlebar-close:visited {
		font-size: 15px;
		font-weight: 400;
		color: #6C5635;
	}
	.ui-dialog-titlebar-close:hover {
		font-size: 15px;
		font-weight: 400;
		color: #C9DA2A;
	}
.ui-dialog-content {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.ui-dialog-content .dialogItems {
		
	}
	.ui-dialog-content .dialogItems img {
		margin: 0 auto;
		display: block;
	}
.ui-resizable-handle {
	display: none !important;
}
#dialog {
	background-color: #FFFFFF;
}

.dialogItems {
	display: none;
}

/* LAYOUT */
#pageWrap {
	padding: 0;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	}
	#mainSection {
		clear: both;
		width: 578px;
		margin-left: 185px;
		}
#footer, #push {
	height: 50px;
}


/* HEADER */
#header h1 {
	text-align: right;
	color: #6C5635;
	display: block;
	width: 340px;
	float: left;
	font-size: 58px;
	letter-spacing: 6px;
	line-height: 51px;
	margin-top: 5px;
}
#header h2 {
	color: #C9DA2A;
	float: left;
	font-weight: 100;
	font-size: 49px;
	margin-left: 10px;
	line-height: 53px;
}

/* MAIN NAVIGATION */
#mainNav {
	background-color: #E6F2A5;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	#mainNav h2 a:link,
	#mainNav h2 a:active,
	#mainNav h2 a:visited {
		color: #C9DA2A;
		font-weight: 100;
		font-size: 37px;
		margin-right: 10px;
	}
	#mainNav h2 a:hover,
	#mainNav h2 a.currentLink {
		color: #6C5635;
	}
	
/* CONTENT SECTION */
#contentSection {
	background: #6C5635 url(images/half-circle-green.png) 500px -2px no-repeat;
	padding: 20px 10px;
	}
	#contentSection h3 {
		color: #FFFFFF;
		font-weight: 100;
		margin-bottom: 20px;
	}
	.post {
		margin-bottom: 20px;
		}
		.post a:link,
		.post a:active,
		.post a:visited{
			color: #C9DA2A;
		}
		.post a:hover{
			color: #FFFFFF;
		}
		.post h2{
			font-weight: 100;
		}
		.post .date {
			color: #E6F2A5;
			font-size: 12px;
			margin-top: -5px;
			margin-bottom: 10px;
		}
		.post .text p {
			color: #FFFFFF;
			font-size: 13px;
			text-align: justify;
			margin-bottom: 10px;
		}
		.post .postMetaData {
			border-top: 1px dashed #E6F2A5;
			color: #E6F2A5;
			font-size: 12px;
		}

/* POST NAV */
#postNav {
	background: #C9DA2A url(images/half-circle-brown.png) 500px -2px no-repeat;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height: 30px;
	}
	#postNav h3{
		font-weight: 100;
		font-size: 15px;
		color: #6C5635;
	}
#postNav[class='greenCircle'] { background: #C9DA2A url(images/half-circle-green.png) 500px -2px no-repeat; }
	#postNav h3 a:link,
	#postNav h3 a:active,
	#postNav h3 a:visited {
		color: #E6F2A5;
	}
	#postNav h3 a:hover {
		color: #FFFFFF;
	}
	
/* COMMENT SECTION */
#commentSection {
	background: #E6F2A5 url(images/half-circle-brown.png) 500px -2px no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	#commentSection li {
		color: #6C5635;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 25px;
		font-weight: 100;
	}
	#commentSection h3 {
		color: #6C5635;
		font-weight: 100;
		font-size: 20px;
		margin-right: 10px;
	}
	#commentSection .text {
		background-color: #C9DA2A;
		width: 475px;
		padding: 10px;
		color: #6C5635;
		font-size: 13px;
		text-align: justify;
		margin-bottom: 10px;
	}
	#commentSection a:link,
	#commentSection a:active,
	#commentSection a:visited {
		color: #E6F2A5;
	}
	#commentSection a:hover {
		color: #6C5635;
	}
	#commentSection form {
		margin-left: 40px;
		color: #6C5635;
		font-size: 13px;
		}
		#commentSection form input,
		#commentSection form textarea {
			margin-bottom: 10px;
			background-color: #E6F2A5;
			border: 1px dashed #C9DA2A;
			padding: 2px;
			color: #6C5635;
		}
		#commentSection form input:hover,
		#commentSection form textarea:hover {
			background-color: #FFFFFF;
		}

/* CATEGORY NAV */
#categoryNav {
	background-color: #E6F2A5;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	#categoryNav h3 {
		color: #6C5635;
		font-weight: 100;
		font-size: 20px;
		margin-right: 10px;
	}
	.categories {
		list-style: none;
	}
	#categoryNav ul {
		margin-left: 15px;
		padding: 0;
		}
		#categoryNav ul li {
			color: #C9DA2A;
			}
			#categoryNav ul li a:link,
			#categoryNav ul li a:active,
			#categoryNav ul li a:visited {
				margin-left: 0;
				color: #C9DA2A;
			}
			#categoryNav ul li a:hover {
				color: #6C5635;
			}
			
/* PORTFOLIO */
.portfolioItem {
	width: 200px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
}
.insideBorder {
	width: 180px;
	height: 80px;
	position: relative;
	top: -100px;
	display: none;
	border: 10px solid #FFFFFF;
}

#printPortfolio {
	background: #6C5635 url(images/half-circle-green.png) 500px -2px no-repeat;
	padding: 20px 10px;
	}
	#printPortfolio h3 {
		color: #E6F2A5;
		font-weight: 100;
		margin-bottom: 20px;
	}
	#printPortfolio .portfolioItem {
		background-color: #FFFFFF;
		border: 10px solid #E6F2A5;
	}		
	
#webPortfolio {
	background: #C9DA2A url(images/half-circle-brown.png) 500px -2px no-repeat;
	padding: 20px 10px;
	min-height: 30px;
	}
	#webPortfolio h3 {
		color: #6C5635;
		font-weight: 100;
		margin-bottom: 20px;
	}
	#webPortfolio .portfolioItem {
		background-color: #FFFFFF;
		border: 10px solid #6C5635;
	}
	
#illustrationPortfolio {
	background: #E6F2A5;
	padding: 20px 10px;
	}
	#illustrationPortfolio h3 {
		color: #C9DA2A;
		font-weight: 100;
		margin-bottom: 20px;
	}
	#illustrationPortfolio .portfolioItem {
		background-color: #FFFFFF;
		border: 10px solid #C9DA2A;
	}
	
	
/* FOOTER */
#footer {
	width: 800px;
	margin: 0 auto;
	}
	#footerInner {
		background-color: #6C5635;
		margin-left: 185px;
		width: 578px;
		height: 50px;
		}
		#footerInner h3 {
			color: #C9DA2A;
			font-weight: 100;
			padding-top: 10px;
			padding-left: 10px;
			display: block;
		}
		#footerInner h3 a:link,
		#footerInner h3 a:active,
		#footerInner h3 a:visited {
			color: #E6F2A5;
		}
		#footerInner h3 a:hover {
			color: #C9DA2A;
		}
		#footerInner p {
			color: #E6F2A5;
			font-size: 12px;
			padding-left: 10px;
		}
		#footerInner p a:link,
		#footerInner p a:active,
		#footerInner p a:visited{
			color: #C9DA2A;
		}
		#footerInner p a:hover{
			color: #FFFFFF;
		}
