@charset "utf-8";

/*  
Theme Name: Cattery
Theme URI: http://www.rosecottage-cattery.com
Description: Bespoke WordPress theme for www.rosecottage-cattery.co.uk
Version: 1.0
Author: Rose Cottage Cattery
Author URI: http://www.rosecottage-cattery.co.uk
*/
/* MAIN */
html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f5ffe3;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: 100%;
}
.page h2 { 
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	}
.page strong {  
	font-weight: normal;
	}
#container {
	width: 800px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	background: #e8ffc1;
	background-image:url(images/mainbg.png);
	background-repeat: repeat-y;
	height: 100%;
	position: relative;
}
html>body #container {
	height: auto; 
	min-height: 100%;
}

/* HEADER */
#header{
	padding: 0 30px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#header h1 a {
	display: block;
	height: 100px;
	width: 740px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	background: url(images/logofull.png) 0 0 no-repeat;
}

/* NAVIGATION */
#navigation {
	height: 30px;
	text-align:center;
}
#navigation ul {
	line-height: 30px;
	white-space: nowrap;
	margin: 0px;
	padding: 0 5px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	list
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 29px;
	font-size: 15px;
	background: #666;
}
#navigation a:hover, li:hover {
	background: #a2e187;
	color: #000;
}

/* CONTENT */
#content {
	padding: 0 30px;
	font-size: 13px;
}

/* FOOTER */
#footer {
	padding: 0 30px;
	position: absolute;
	bottom: 0px;
	height: 40px;
}
#footer .left {
	margin: 0;
	padding: 10px 0;
	width: 60%;
	font-size: 11px;
	float: left;
}
#footer .right {
	margin: 0;
	margin-right: -90%;
	padding: 10px 0;
	width: 50%;
	font-size: 11px;
	float: right;
}
hr {
height: 70px;
visibility: hidden;
} 

/* TYPOGRAPHY */
#content a {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
#content h2 a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
}
#content .postMetaData {
	font-size: 11px;
}

/* WORDPRESS */
img {
	border: none;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* COMMENTS */
.respond {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.respond ul {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.respond ul li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.respond h2, .commentsTemplate h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.respond p.nocomments {
	padding: 0;
}

.respond textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}