/*
Theme Name: kmdesign
Theme URI: 
Description: Core Site structure for Kate Martin Design
Version: 1.0
Author: AKM
Author URI: 
Tags:
*/


/* 1. Generic */

body {
	margin: 0 auto;
	padding: 0;
	font: normal 10pt/22px Arial, Helvetica, sans-serif;
	color: #777;
	/* background-image:url(img/background-dark.png);
	background-repeat: repeat; */
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #797A54;
}
h1 {
	font-size: 34px;
	line-height: 66px;
}
h2 {
	font-size: 26px;
	line-height: 54px;
}
h3 {
	font-size: 18px;
	line-height: 42px;
}
h4 {
	font-size: 16px;
	line-height: 36px;
}
h5 {
	font-size: 14px;
	line-height: 27px;
}
h6 {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #999;
}
a {
	color: #525326;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #797A54;
}
#content img {
	padding:8px;
	background:#f5f5f5;
	border:1px solid #c4c2be !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrap {
	width: 800px;
	margin: 0 auto;
	padding:30px 40px;
	background-color:#fff;
	position:relative;
	margin-top:30px;
	/* border:1px solid #c4c2be;
	background-image:url(img/background.png);
	background-repeat: repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
}
.clear {
	clear: both;
}
.left {
	float: left!important;
}
.right {
	float: right!important;
}
.mt40 {
	margin-top: 40px;
}
/* 2. Header */

#header {
	width: 800px;
}
#social {position:absolute;
right:220px;
top:29px;
z-index:2900;
}

#social img{
padding:0;
}

#searchform {
	margin: 0;
	padding: 0;
	background: #f5f5f5;

	position:absolute;
	right:38px;
	top:30px;
	/* 
	border:1px solid #c4c2be;
border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
}
#searchform input {
	width: 130px;
	padding: 4px;
	font: normal normal 8.5pt Arial, Helvetica, sans-serif;
	color: #797A54;
	background: none;
	border: 0;
}
#searchform button {
	padding: 3px 5px;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #525326;
	text-transform: uppercase;
	border: 0;
	background: none;
	cursor: pointer;
}
#searchform button:hover {
	color: #797A54;
}
/* 2.1 Header: Navigation */

#nav {
	width:800px;
	text-align:left;
	background: #f5f5f5;
	/* border:1px solid #c4c2be;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
}
#nav ul#menu-main-menu {
	margin: 0;
	border: 0 none;
	padding: 0;
	position:relative;
	list-style: none;
	height: 26px;
}
#nav ul#menu-main-menu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
}
#nav ul#menu-main-menu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 190px;
	list-style: none;
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
}
#nav ul#menu-main-menu ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#nav ul#menu-main-menu ul li {
	width: 190px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}
/* Root Menu */
#nav ul#menu-main-menu a {
	padding: 0 12px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	font:normal 9pt/26px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:lowercase;
	color: #797A54;
	height: auto !important;
	height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */
#nav ul#menu-main-menu a:hover, #nav ul#menu-main-menu li:hover a, #nav ul#menu-main-menu li.iehover a {
	background-color:#797A54;
	color:#fff;
}
/* Root Menu Hover Persistence */
#nav ul#menu-main-menu .current_page_item a {
	background-color:#525326;
	color:#fff;
}
/* 2nd Menu */
#nav ul#menu-main-menu li:hover li a, #nav ul#menu-main-menu li.iehover li a {
	float: none;
	background-color:#525326;
	color:#fff;
	font:normal 8pt/25px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #797A54;
	border-right:1px solid #797A54;
	border-left:1px solid #797A54;
}
/* 2nd Menu Hover Persistence */
#nav ul#menu-main-menu li:hover li a:hover, #nav ul#menu-main-menu li:hover li:hover a, #nav ul#menu-main-menu li.iehover li a:hover, #nav ul#menu-main-menu li.iehover li.iehover a {
	color: #fff;
	background: #797A54;
}
/* 3rd Menu */
#nav ul#menu-main-menu li:hover li:hover li a, #nav ul#menu-main-menu li.iehover li.iehover li a {
	background: #369;
	color: #666;
}
/* 3rd Menu Hover Persistence */
#nav ul#menu-main-menu li:hover li:hover li a:hover, #nav ul#menu-main-menu li:hover li:hover li:hover a, #nav ul#menu-main-menu li.iehover li.iehover li a:hover, #nav ul#menu-main-menu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #369;
}
/* 4th Menu */
#nav ul#menu-main-menu li:hover li:hover li:hover li a, #nav ul#menu-main-menu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
}
/* 4th Menu Hover */
#nav ul#menu-main-menu li:hover li:hover li:hover li a:hover, #nav ul#menu-main-menu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #369;
}
#nav ul#menu-main-menu ul ul, #nav ul#menu-main-menu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
#nav ul#menu-main-menu li:hover ul ul, #nav ul#menu-main-menu li:hover ul ul ul, #nav ul#menu-main-menu li.iehover ul ul, #nav ul#menu-main-menu li.iehover ul ul ul {
	display: none;
}
#nav ul#menu-main-menu li:hover ul, #nav ul#menu-main-menu ul li:hover ul, #nav ul#menu-main-menu ul ul li:hover ul, #nav ul#menu-main-menu li.iehover ul, #nav ul#menu-main-menu ul li.iehover ul, #nav ul#menu-main-menu ul ul li.iehover ul {
	display: block;
}
/* 2.2 Sitename */

#sitename {
	text-align: left;
	margin:0;
	padding-bottom:30px;
}
#sitename a {
	font-size: 20pt;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:8px;
	display:block;
}
#sitename span {
	font-size: 25px;
	letter-spacing:10px;
}
/* 3. Content */

#content {
	width: 800px;
	margin-top: 50px;
}
.archive-title {
	display: block;
	border-top: 1px dotted #c4c2be;
	border-bottom: 1px dotted #c4c2be;
	background: #f5f5f5;
	text-align: center;
	padding: 0;
	margin: 0 0 40px 0;
}
.archive-title h5 {
	margin: 5px 0 !important;
	padding: 0!important;
}
/* 3.1 Posts */

.post {
	width: 800px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-bottom: 30px;
	padding-top:0;
}
/* 3.2 Post content */

.full-width {
	width: 800px!important;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
	margin: 30px 0;
	padding: 0;
}
.post-content h5, .post-content h6 {
	margin: 20px 0;
	padding: 0;
}
.post-content a {
	text-decoration: underline;
}
.post-content .intro {
	font: italic normal 18px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	line-height: 28px;
	color: #888;
}
.post-content blockquote {
	padding: 22px 20px 10px 20px;
	margin: 20px 0;
	font-size: 18px;
	line-height: 28px;
	color: #888;
	background: url(img/deco-quote.gif) no-repeat top center;
	border-bottom: 1px solid #ddd;
}
.post-content table.full-width {
	width: 100%!important;
}
.post-content table th {
	background: #eee;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	color: #888;
}
.post-content table td {
	padding: 5px 15px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	text-align: left;
}
.post-content table tr:hover {
	background: #fafafa;
}
.post-content table tr:hover td:hover {
	border-bottom: 1px solid #aaa;
}
.alignright, img.alignright {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.alignleft, img.alignleft {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.aligncenter, img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.wp-caption {
	padding: 9px;
	border: 1px solid #525326;
}
.wp-caption-text {
	margin: 1px 0 0 0;
	padding: 3px 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	background: #f5f5f5;
}
.pagination {
	padding-top: 10px;
	display: block;
	font-size: 12px;
	word-spacing: 5px;
	border-top: 1px dotted #525326;
}
.pagination strong {
	font-size: 11px;
	text-transform: uppercase;
}
/* 3.3 Post metas */

.post-metas {
	width: 200px;
	margin: 5px 20px 0 0;
	float: right;
	font-size: 11px;
}
.post-metas a:hover {
	text-decoration: underline;
}
.post-metas dl {
	padding: 5px 0 15px 0;
	border-top: 1px solid #525326;
}
.post-metas dl dt {
	padding: 5px 10px 0 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}
.post-metas dl dt span {
	display: block;
	border-bottom: 1px dotted #525326;
}
.post-metas dl dd {
	margin: 0;
	padding: 3px 10px 5px 10px;
	text-transform: uppercase;
	line-height: 18px;
}
.post-metas dl dd.author-description {
	width: 180px;
	padding-top: 10px;
	display: block;
	overflow: hidden;
	font-size: 12px;
	text-transform: none;
}
.post-metas dl dd.author-description a.author-contact {
	font-size: 11px;
	text-transform: uppercase;
}
.post-metas dl dd.author-description img {
	width: 50px;
	height: 50px;
	padding: 4px;
	margin: 3px 10px 5px 0;
	float: left;
	background: #fff;
	border: 1px solid #525326;
}
/* 3.4 Page navigation */

.page-navigation {
	width: 730px;
	display: block;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background: url(img/deco-casual-small.gif) no-repeat center center;
	font-size: 11px;
	text-transform: uppercase;
}
.page-navigation a {
	background: #fff;
}
.page-navigation a:hover {
	text-decoration: underline;
}
.page-navigation .left a {
	border-right: 1px solid #ddd;
	padding-right: 20px;
}
.page-navigation .right a {
	border-left: 1px solid #ddd;
	padding-left: 20px;
}
/* 3.5 Comments */

.section-header {
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.comments-wrap {
	width: 800px;
	padding: 20px 0;
	margin: 0 0 40px 0;
	display: block;
	background: url(img/deco-casual-small.gif) no-repeat bottom center;
}
.comment-list {
	width: 800px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-list li {
	width: 800px;
	overflow: hidden;
	border-bottom: 1px dotted #c4c2be;
	padding: 20px;
	margin: 0;
}
.comment-list li p {
	margin: 15px 0 0 0;
}
.comment-author-image {
	width: 50px;
	margin-right: 30px;
	float: left;
}
.comment-details {
	width: 800px;
	padding-top: 3px;
	float: right;
}
.comment-meta {
	font-size: 11px;
	text-transform: uppercase;
}
.comment-author {
	text-transform: uppercase;
}
.comment-text {
	color: #555;
}
.comment-text a {
	text-decoration: underline;
}
.comment-alert {
	padding-top: 10px;
	text-align: center;
}
.comment-feed {
	margin: 0;
	padding-bottom: 15px!important;
	border: 0!important;
	text-align: center;
	text-transform: uppercase;
}
.comment-feed a {
	padding-left: 17px;
	background: url(img/i-rss.gif) no-repeat center left;
}
.comment-form {
	width: 760px;
	padding: 20px 20px 0 20px;
}
.comment-form input, .comment-form textarea {
	width: 490px;
	padding: 10px;
	background: #f5f5f5;
	border: 0;
	border-bottom: 1px solid #c4c2be;
	font: normal normal 13px Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.comment-form input:hover, .comment-form textarea:hover {
	border-bottom: 1px solid #aaa;
}
.comment-form label {
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 30px;
	line-height: 40px;
	display: inline-block;
}
.comment-form button {
	padding: 10px;
	background-color: #525326;
	border: 0;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.comment-form button:hover {
	background-color: #797A54;
}
/* 5. Footer */

#footer {
	font-size: 8pt;
	color:#adaca9;
	border-top:1px solid #adacb1;
	padding: 11px 0;
}
#footer .right {
	text-align: right;
}
