/*
Theme Name: Rachel Pictor v2
Theme URI: http://www.rachelpictor.co.uk
Description: Wordpress Theme for Rachel Pictor
Version: 2.0
Author: Joe Sergeant
Author URI: http://www.joesergeant.co.uk
Tags: purple, white, clean
*/

* { margin: 0; padding: 0; } hr { display: none; }

body {
	padding: 0 0 65px 0;
	background: #ECECEC;
	font-size: 62.5%;
}

body, input, textarea, select {
	font-family: "Georgia", sans-serif;
}

#page {
	position: relative;
	width: 960px;
	margin: 65px auto 0 auto;
	background: #FFF;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    display: inline-block;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}


/* Header
--------------------------------------------------------------------------------------- */

#header {
	height: 145px;
	margin: 0 60px;
	border: dotted #CCC;
	border-width: 0 0 1px 0;
}

#header h1 a {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 63px;
	height: 64px;
	background: url(images/logo.png);
	text-indent: -9000px;
	overflow: hidden;
}

#header ul#menu {
	position: absolute;
	top: 108px;
	right: 60px;
	list-style: none;
}

#header ul#menu li {
	display: inline;
	margin: 0 0 0 30px;
	font-size: 1.6em;
}

#header ul#menu li a {
	color: #6D6D6E;
	text-decoration: none;
}


body#page-home #header ul#menu li#menu-home a,
body#page-about #header ul#menu li#menu-about a,
body#page-rates #header ul#menu li#menu-rates a,
body#page-blog #header ul#menu li#menu-blog a,
body#page-recipe #header ul#menu li#menu-recipe a,
body#page-contact #header ul#menu li#menu-contact a {
	color: #9E1E60;
}


/* Content
--------------------------------------------------------------------------------------- */

#content {
	float: left;
	display: inline;
	position: relative;
	width: 600px;
	margin: 0 0 0 60px;
	padding: 25px 0 0 0;
}

#content h1 {
	padding: 0 0 20px 0;
	font-size: 3.5em;
	color: #9E1E5F;
	font-weight: normal;
	line-height: 0.9em;
}

#content h2 {
	padding: 15px 0;
	font-size: 1.8em;
	color: #9E1E5F;
	font-weight: normal;
	line-height: 0.9em;
}

#content h3 {
	padding: 0 0 5px 0;
	font-size: 1.6em;
	color: #9E1E5F;
	font-weight: normal;
}

#content h3 a, 
#content p a, 
#content li a {
	color: #9E1E5F;
	text-decoration: none;
}

#content h4 {
	padding: 20px 0 3px 0;
	font-size: 1.2em;
	color: #9E1E5F;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content p {
	padding: 0 0 15px 0;
	font-size: 1.3em;
	color: #444;
	line-height: 1.9em;
}

#content p.alert {
	color: #9E1E5F;
	font-weight: bold;
}

#content ul {
	padding: 0 0 20px 0;
}

#content ol {
	margin: 0 0 20px 5px;
}

#content li {
	margin: 0 0 0 30px;
	padding: 0 0 5px 0;
	font-size: 1.3em;
	color: #444;
	line-height: 1.8em;
}

#content ul li {
	padding-left: 5px;
}

#content blockquote {
	padding: 15px 0 0 65px;
	background: url(images/quote.png) no-repeat 0 12px;
}

#content blockquote p {
	font-size: 1.6em;
	line-height: 1.6em;
	font-style: italic;
}

#content address {
	font-size: 1.3em;
	color: #666;
	font-style: italic;
}

body#page-home #content a.tt {
	display: none;
}

/* --- Posts --- */

#content .entries .date {
	float: left;
	display: inline;
	width: 45px;
	margin: 13px 0 0 0;
	font-size: 1.4em;
	color: #777;
	line-height: 1em;
	text-transform: uppercase;
}

#content .entries .date small {
	display: block;
	padding: 4px 0 0 0;
	font-size: 0.7em;
	color: #999;
	line-height: 0.8em;
}

#content .entries h3 {
	margin: 10px 30px 0 55px;
}

#content .entries p {
	margin: 0 30px 0 55px;
	font-size: 1.2em;
	line-height: 1.3em;
}

#content .column {
	float: left;
	display: inline;
	width: 300px;
}

#content .section {
	border: dotted #CCC;
	border-width: 1px 0 0 0;
}

/* --- Single Post --- */

#content .post-date {
	position: absolute;
	top: 7px;
	left: -90px;
	padding: 15px;
	background: #FFF;
	font-size: 1.8em;
	color: #777;
	line-height: 1em;
	text-transform: uppercase;
}

#content .post-date small {
	display: block;
	font-size: 0.6em;
}

/* --- Images --- */

#content .wp-caption,
#content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 0 20px;
	border: solid 4px #EEE;
	background: #EEE;
}

#content .wp-caption-text {
	padding: 10px 10px 6px 10px;
	font-size: 1.1em;
	color: #888;
	font-style: italic;
}

#content img {
	border: none;
}


/* --- Page Navigation --- */

#content .navigation {
	margin: 40px 0 0 0;
}

#content .navigation p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#content .navigation a {
	float: left;
	display: inline;
	padding: 5px 10px;
	background: #EEE;
	color: #666;
}

#content .navigation .newer a {
	float: right;
}

/* --- Comments --- */

#content .comments {
	margin-top: 20px;
}

#content ol.commentlist {
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
}

#content ol.commentlist li {
	position: relative;
	margin: 10px 0 0 0;
	padding: 5px;
}

#content ol.commentlist li.alt {
	background: none;
}

#content ol.commentlist li h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.3em;
	text-transform: none;
}

#content ol.commentlist li p {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#content ol.commentlist li img {
	position: absolute;
	top: 8px;
	left: -42px;
}

#content ol.commentlist li small {
	padding: 0 0 0 5px;
	font-size: 0.7em;
	color: #999;
}

/* --- Forms --- */

#content .form {
	padding: 0 0 20px 0;
}

#content .form .element {
	margin: 15px 0 0 0;
}

#content .form .element label {
	display: block;
	padding: 0 0 5px 0;
	font-size: 1.3em;
	color: #666;
	font-style: italic;
}

#content .form .element label small {
	text-transform: none;
	letter-spacing: 0.1em;
}

#content .form .element .text {
	width: 300px;
	padding: 7px 9px;
	border: solid 1px #CCC;
	border-top-color: #999;
	border-left-color: #999;
	background: #F7F7F7;
	font-size: 1.3em;
	color: #333;
}

#content .form .element .textarea {
	width: 579px;
	height: 120px;
}

#content .form .submit {
	margin: 15px 0 0 0;
	text-align: right;
}

#content .form .submit input {
	padding: 5px;
	font-family: Georgia;
	font-size: 1.4em;
	color: #444;
}


/* Sidebar
--------------------------------------------------------------------------------------- */

#sidebar {
	float: right;
	display: inline;
	width: 200px;
	margin: 0 60px 0 0;
	padding: 0 0 25px 20px;
	border: dotted #CCC;
	border-width: 0 0 0 1px;
}

#sidebar h4 {
	padding: 25px 0 3px 0;
	border: dotted #CCC;
	border-width: 0 0 1px 0;
	font-size: 1.2em;
	color: #9E1E5F;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sidebar h4 a,
#sidebar p a {
	color: #9E1E5F;
	text-decoration: none;
}


#sidebar h4 small {
	float: right;
	display: inline;
	padding: 2px 0 0 0;
	color: #999;
}

#sidebar p {
	padding: 5px 0 0 0;
	font-size: 1.1em;
	color: #666;
	line-height: 1.6em;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	border: dotted #CCC;
	border-width: 0 0 1px 0;
	font-size: 1.1em;
	color: #666;
}

#sidebar ul li a {
	display: block;
	padding: 5px 0;
	color: #666;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #333;
}

#sidebar #searchform {
	padding: 5px 0 0 0;
	text-align: right;
}

#sidebar input[type=text] {
	width: 188px;
	padding: 3px 5px;
	border: solid 1px #CCC;
	border-top-color: #999;
	border-left-color: #999;
	background: #F7F7F7;
	font-size: 1.1em;
	color: #666;
	line-height: 1.6em;
}

#sidebar input[type=submit] {
	margin: 2px 0 0 0;
	font-size: 1.1em;
	color: #333;
	display: none;
}


#sidebar label.screen-reader-text {
	display: none;
}


/* Footer
--------------------------------------------------------------------------------------- */

#footer {
	margin: 50px 0 0 0;
	padding: 10px 0 20px 0;
	background: #ECECEC;
	font-size: 1.2em;
	color: #666;
	line-height: 1.8em;
}

#footer small {
	display: block;
	color: #888
}

#footer a {
	color: #888;
}

#footer img {
	float: right;
	display: inline;
	margin: 7px 0 0 0;
}