/*
Theme Name: Kim Crowder Photography
Theme URI: http://www.kimcrowder.com
Description: Theme created for and by Kim Crowder for Kim Crowder Photography
Version: 1.0
Author: Kim Crowder
Author URI: http://www.kimcrowder.com
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

@font-face {
	font-family: century_gothic;
	src: url('Century-Gothic.ttf');
}

@font-face {
	font-family: century_gothic_bold;
	src: url('Century-Gothic-Bold.ttf');
}

/* 
    Document   : style
    Created on : Dec 7, 2011, 9:28:13 PM
    Author     : Kim Crowder

*/

/** reset/global styles **/

body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    color: #000;
    font-family: "Century Gothic", century_gothic, Helvetica, Arial, Verdana, sans-serif;
    font-size: 75%;
}

h1, h2, h3, h4, h5, h6, p, form, ul, li {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", century_gothic_bold, sans-serif;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.5em;
}

h6 {
    font-size: 1em;
}

a:link, a:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family: "Century Gothic", century_gothic_bold, sans-serif;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 7px;
    padding-left: 15px;
    position: relative;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

textarea {
    font-family: sans-serif;
}

::selection {
	background: #FFD700;
}

/** structure **/

#wrapper {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

/** header **/

#header {
    width: auto;
    height: 78px;
    margin-bottom: 50px;
}

/** navigation **/

#nav {
    height: 28px;
    padding-top: 50px;
    font-size: 2em;
    text-align: right;
}

#nav ul li {
    float: left;
    position: relative;
}

#nav ul li a {
    padding: 20px 20px 0px 3px;

}

#nav ul li a:hover, #nav ul li.current_page_item a {
    background: #000;
    color: #fff;
    text-decoration: none;
}

#nav ul ul {
	background: #000;
	display: none;
	position: absolute;
	left: 15px;
	z-index: 999;
	text-align: left;
}

#nav ul ul li {
	margin: 0px;
	padding-left: 0px;
	display: inline;
}

#nav li:hover > a,
#nav ul ul :hover > a,
#nav a:focus {
	background: #000;
	color: #fff;
}

#nav ul ul li a {
	display: block;
	width: 108px;
	padding: 5px;
	background: #000;
	color: #fff;
}

#nav ul ul li a:hover {
	background: #FFD700;
	color: #000;
}

#nav ul li:hover > ul {
	display: block;
}

/** content **/

#content {
    margin-bottom: 40px;
    height: 640px;
}

#content.blog {
	height: auto;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content form {
    margin-bottom: 15px;
}

#content p {
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: justify;
}

/** galleries **/

.slideshow {
	width: 900px;
	margin: 0 auto;
}

#portfolio li {
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	padding: 20px 20px 0px 3px;
	font-family: "Century Gothic", century_gothic_bold, sans-serif;
}

#portfolio ul { float: left; }

#portfolio li:hover, li.tab-current {
	background: #000;
	color: #fff;
}

#life, #love, #food {
	width: 860px;
	float: right;
}

#portfolio img {
	margin: 2px;
	-moz-box-shadow: 0 0 4px #666;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
	behavior: url(PIE.htc);
	position: relative;
	border: 2px solid white;
}


/** footer **/

#footer {
	width: 960px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Century Gothic", century_gothic_bold, sans-serif;
	padding-bottom: 10px;
}

/** blog posts **/

#content .post {
	padding: 15px;
}

#content .post h1 {
	margin-bottom: 5px;
}

#content .post-meta-header {
	margin-bottom: 15px;
}

#content .post-meta-footer {
	margin-bottom: 15px;
	padding: 10px;
	background: #000;
	color: #fff;
}

#content .post-meta-footer a {
	color: #fff;
}

.post-nav {
	width: auto;
	height: 15px;
	padding: 15px;
	position: relative;
}

/** comments **/

h3#comments-title {
	font-size: 12px;
	text-transform: uppercase;
}

.post li.even, .post li.odd {
	position: relative;
	margin-bottom: 10px;
}

.avatar {
	padding-right: 20px;
}

.post-meta {
	width: 210px;
	float: left;
}

.comment-body {
	width: 700px;
}

.post-data .fn {
	font-size: 20px;
}

.comment-meta.commentmetadata {
	margin-bottom: 20px;
}

.says {
	display: none;
}

.moderation {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#content .post li.even .comment-body p, #content .post li.odd .comment-body p {

	text-align: justify;
}

#content .post li.comment.even.thread-even .comment-body p {

}

#content .post li.comment.odd.alt.thread-odd.thread-alt .comment-body p {

}

.reply {
	width: 780px;
	text-align: right;
	clear: both;
	
}

#respond {
	clear: both;
	padding-top: 40px;
}

#respond form {
	background: black;
	color: white;
	padding: 15px;
}

#respond form a {
	color: #fff;
}

#respond form input#submit {
	padding: 5px;
	background: #fff;
	color: #000;
	border: none;
	font-family: "Century Gothic", century_gothic, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-family: "Century Gothic", century_gothic_bold, sans-serif;
	font-size: 14px;
	cursor: pointer;
}

#respond form input#submit:hover {
	background: #FFD700;
}

#respond label {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Century Gothic", century_gothic_bold, sans-serif;
}

/** form styles **/

#contactform input {
	width: 220px;
	padding: 5px 0px;
}

#contactform textarea {
	width: 400px;
}

#contactform p.submit input {
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
	width: 100px;
	height: 35px;
	font-size: 1.1em;
	font-family: "Century Gothic", century_gothic, Helvetica, Arial, Verdana, sans-serif;
}

#contactform p.submit input:hover {
	background: #FFD700;
	color: #000;
}










