﻿/*   
Theme Name: Black Cat White Cat
Theme URI: http://blackcatwhitecatphotography.com
Description: The default theme for blackcatwhitecatphotography.com
Author: Marlene Chatfield
Author URI: http:/inversesip.com
Version: 1.0.0
.
This theme is for INTERNAL USE ONLY. This theme is NOT for redistribution,
reuse, or to be copied in whole or part under ANY circumstances.
.
*/

html, body {
	margin: 0;
	padding: 0;
	cursor: default;
	
	font: 14px Garamond, ITC Garamond, Georgia, serif;
	color: #6d634e;
}

body {
	background: #f7f5f1 url('images/bg.jpg') repeat-x center top;
}

.clear {
	clear: both;
}

#left-bg {
	background: #f7f5f1 url('images/bg-left.jpg') no-repeat left top;
}

#right-bg {
	background: url('images/bg-right.jpg') no-repeat right top;
}

.container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}

.logo {
	margin: 0 auto;
	padding: 8px 0;
	width: 134px;
	height: 167px;
/*	background: url('images/logo.png') no-repeat center center; */
}

#page-body {
	background: #f7f5f1;
	padding: 12px;
	
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}

#header {
	margin-bottom: 25px;
}

#nav > * {
	margin: 0 auto;
}

#header-image {
	width: 946px;
	height: 270px;
	overflow: hidden;
	
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#header-image * {
	display: none;
}

#nav-wrapper {
	background: url('images/nav-bg.jpg') repeat-x;
	height: 34px;
	margin-bottom: 10px;
	padding: 0 15px;
}

#navbar {
	list-style: none;
	height: inherit;
	float: left;
	padding: 0;
}

#navbar li {
	width: 95px;
}

#navbar > li {
	float: left;
	height: inherit;
}

#navbar > li:hover {
	background: #ebdbc1;
}

#navbar > li.no-children:hover {
	background: transparent;
}

#navbar > li:hover > ul {
	display: block;
}

#navbar > li.current_page_item, #navbar > li.current_page_ancestor {
	background: #f7f5f1 !important;
}

#navbar > li.current_page_item > a, #navbar > li > a:hover {
	color: #c7ab81;
}

#navbar > li > a {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#navbar ul li > a {
	font-size: 12px;
	background: #ebdbc1;
}

#navbar ul li > a:hover {
	background: #f7f5f1;
}

#navbar li > a {
	display: block;
	text-decoration: none;
	color: #3e392d;
	float: left;
	padding: 5px;
	text-align: center;
	width: 85px;
}

#navbar li > ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: inherit;
	
	margin-top: 34px;
	position: absolute;
	z-index: 10;
}

#search {
	float: right;
	height: inherit;
}

#search div {
	margin: 5px -20px 5px 0;
}

#search input[type='text'] {
	border: 1px solid #6d634e;
	color: #6d634e;
	background: transparent !important;
	width: 100px;
	
	padding: 2px 15px 2px 2px;
}

#search input[type='submit']{
	bordeR: none;
	background: none;
	padding: 0;
	border: 0;
	position: relative;
	left: -20px;
	top: 1px;
}

#content {
	clear: both;
}

h1, h1 a {
	font: bold 22px Garamond, ITC Garamond, Georgia, serif;
	letter-spacing: -0.05em;
	color: #6d634e;
	text-align: center;
	text-decoration: none;
	
	margin: 0 0 10px;
}

.flourish:before, .flourish:after {
	margin: 0 3px;
	display: inline;
	width: 28px;
	height: 30px;
	position: relative;
	top: 7px;
	z-index: 0;
}

.flourish:before { content: url('images/flourish-left.png'); }
.flourish:after { content: url('images/flourish-right.png'); }

.blog-post {
	clear: both;
}

.post-footer {
	margin-top: 10px;
}

.blog-post .date {
	color: #bea679;
}

.post-footer a {
	color: #6d634e;
}

.post-footer .show, .post-footer .hide, .post-footer .no-comments {
	float: left;
	position: absolute;
}

.post-footer .hide { display: none; }

.post-footer .link, .post-footer .send {
	float: right;
	margin-left: 20px;
}

.post-footer .show-comments-form, .comments-form {
	clear: both;
}

.post-footer .comments-closed {
	float: left;
}

.comments {
	display: none;
	list-style: none;
	border: 1px solid #c7ab81;
	background: #f0e3cb;
	clear: both;
	padding: 0;
	margin: 5px 0;
	font-size: 12px;
	overflow: auto;
	
	max-height: 120px;
}

.comments li {
	padding: 5px;
}

.comments li:after {
	content: "";
	display: block;
	clear: both;
}

.comments .author {
	float: left;
	width: 100px;
	font-weight: bold;
	margin-right: 5px;
}

.comments .text {
	float: left;
	width: 700px;
}

.comments .text .approval {
	font-style: italic;
}

.comments .text p:last-child {
	margin-bottom: 0;
}

.comments .date {
	float: right;
}

.comments li.alt {
	background: #f3e6cc;
}

.comments li.author-comment {
	background: #f5eddd !important;
}

.comments li.new {
	display: none;
}

.comments-form {
	display: none;
	width: 490px;
	margin: 20px auto 10px;
}

.comments-form .info > div {
	margin: 5px;
	float: left;
}

.comments-form .info input {
	width: 141px;
}

.comments-form label {
	font-style: italic;
	display: block;
}

.comments-form .comment {
	margin: 5px;
}

.comments-form .comment textarea {
	width: 468px;
}

.comments-from input[type='reset'] {
	float: left;
}

.comments-form input[type='submit'] {
	float: right;
}

.comments-form .progress, .comments-form .success, .comments-form .error {
	display: none;
	text-align: center;
}

.comments-form .error {
	color: #fc3e3e;
}

input, textarea, button {
	color: #6d634e;
}

input[type='text'], textarea {
	border: 1px solid #c7ab81;
	background: #f0e3cb;
	padding: 5px;
	font: inherit;
	font-size: 12px;
}

input[type='text']:focus, textarea:focus {
	background: #f7f5f1;
}

input[type='submit'], input[type='reset'], button {
	border: none;
	background: transparent;
	font: inherit;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.pagination {
	margin-top: 10px;
}

.watermark {
	font-style: italic !important;
}

hr.section-break {
	clear: both;
	border: none;
	height: 69px;
	width: 447px;
	margin: 10px auto;
	background: url('images/section-divider.png');
}

.pagination img {
	vertical-align: middle;
}

.pagination a:hover {
	text-decoration: none;
	color: #6d634e;
}

.pagination .prev {
	float: left;
}

.pagination .next {
	float: right;
}

p, ul {
	margin: 0 0 10px 0;
}

a {
	color: #bea679;
	text-decoration: none;
}

a img {
	border: none;
}

p img, .gallery .image img {
	border: 3px solid #6d634e;
         text-align: center;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

img.wp-smiley {
	border: none;
	vertical-align: middle;
}

a:hover{
	text-decoration: underline;
}

#header .social-networking {
	float: right;
}

#footer .social-networking {
	font-style: italic;
	vertical-align: middle;
	float: left;
	width: 125px;
}

ul#sidebar {
	padding: 0;
	list-style: none;
	margin: 30px auto;
	width: 700px;
}

ul#sidebar:after {
	display: block;
	content: "";
	clear: both;
}

ul#sidebar > li {
	float: left;
	width: 200px;
	margin: 0 16px;
}

ul#sidebar > li > h2 {
	text-align: center;
	background: #f0e3cb;
	font-weight: bold;
	font-size: 17px;
	padding: 3px 0;
	margin: 0;
}

ul#sidebar ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
	text-align: center;
}

#sidebar a {
	color: #6d634e;
}

#copyright {
	clear: both;
	text-align: center;
	margin: 10px 0;
}

#footer a.designer {f
	color: #BEA679;
	font-style: italic;
	letter-spacing: 1px;
}

.gallery {
	margin: 10px;
	text-align: center;
}

.gallery img {
	vertical-align: middle;
}

.gallery .controls {
	margin-bottom: 10px;
}

.gallery .pages a {
	margin: 0 3px;
}

.gallery .viewer {
	margin: 10px auto 0;
}

.blog-post .gallery .after-flourish {
	display: none;
}

.gallery .after-flourish {
	clear: both;
	background: url('images/gallery-flourish.png') no-repeat;
	width: 447px;
	height: 69px;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}