/*
Theme Name: Joan Ransley
Theme URI: http://joanransley.co.uk/
Description: Custom theme for Joan Ransley
Version: 1.0
Author: Andrew Staffell
Author URI: http://fewerflatlands.co.uk/
*/

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* END OF RESET */

html {
	background-color: #4c4c4c;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
small {
	font-size: 100%;
}
body {
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #cf235c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	height: 61px;
	margin-bottom: 20px;
}
h1#logo {
	float: left;
	width: 104px;
	height: 61px;
	background-image: url(img/joanransley.png);
	background-repeat: no-repeat;
	text-indent:-5000px;
	overflow: hidden;
	margin-right: 34px;
}
h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
ul#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
ul#menu li, ul#menu li a {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 104px;
	height: 73px;
}
ul#menu li {
	margin-right: 10px;
}
ul#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;	
	text-indent:-5000px;
	overflow: hidden;
}
ul#menu li a:hover, ul#menu li a.current {
	background-position: 0 -82px;
}
ul#menu li a#menu_home {
	background-image: url(img/menu_home.png);
}
ul#menu li a#menu_about {
	background-image: url(img/menu_about.png);
}
ul#menu li a#menu_notebook {
	background-image: url(img/menu_notebook.png);
}
ul#menu li a#menu_articles {
	background-image: url(img/menu_articles.png);
}
ul#menu li a#menu_contact {
	background-image: url(img/menu_contact.png);
}
.single, .index {
	width: 698px;
	background-color: #fff;
	float: left;
	margin-right: 10px
}
#sidebar {
	width: 250px;
	float: left;
}
h3.boxheader {
	font-size: 123%;
	padding: 5px 8px;
	margin-bottom: 13px;
	color: #fff;
	background-color: #666;
}
h3.boxheader a {
	color: #fff;
}
.contact {
	background-color: #52d90f;
}
.about {
	background-color: #d9960f;
}
.snippet {
	clear: both;
	padding-top: 5px;
}
.wp-caption-text {
	font-style: italic;
	font-size: 85%;
}
.category-notebook h3.boxheader {
	background-color: #d9d90f;
}
.category-articles h3.boxheader {
	background-color: #96d90f;
}
.category-food h3.boxheader {
	background-color: #0f96d9;
}
.category-health h3.boxheader {
	background-color: #0f52d9;
}
.category-travel h3.boxheader {
	background-color: #2323cf;
}
.category-restaurants h3.boxheader {
	background-color: #5c23cf;
}
.category-events h3.boxheader {
	background-color: #cf2395;
	/* alternative pink: background-color: #d9d90f; */

}
h5.subhead {
	clear:both;
	font-size: 92%;
	margin: 0px 15px 3px 16px;
	color: #595959;
}
h2#headline {
	clear: both;
	margin: 0px 15px 10px 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	font-size: 154%;
}
.articlemeta {
	margin-left: 15px;
	margin-top: 2px;
	width: 125px;
	float: left;
	margin-bottom: 10px;
	font-size: 85%;
	color: #595959;
}
.articlemeta p {
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #595959;
}
.articlemeta strong {
	display: block;
}
.articletext {
	margin-left: 15px;
	width: 500px;
	float: left;
	margin-bottom: 15px;
}
.articletext h3 {
	font-size: 138%;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #595959;
	margin-bottom: 10px;
}
.articletext h4 {
	font-size: 115%;
	margin-bottom: 10px;
	font-weight: bold;
}
.articletext ul {
	font-size: 92%;
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: 10px;
}
.articletext ol {
	font-size: 92%;
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 10px;
}
.articletext ol li {
	margin-bottom: 6px;
}
.articletext ul li {
	margin-bottom: 1px;
}
.articletext p {
	line-height: 150%;
}
.articletext td {
	padding: 2px;
	border: 1px solid #ddd;
}
.articleindex .box {
	width: 270px;
	height: 230px;
	padding-left: 200px;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.articleindex .box h4 {
	font-size: 107%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
}
.articleindex .box ul {
	margin-left: 10px;
	margin-right: 10px;
}
.articleindex .box ul li {
	width: 250px;
	float: left;
	clear: both;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #999;
}
.box span.meta {
	color: #595959;
	display: block;
	float: left;
	width: 70px;
}
.box span.title {
	display: block;
	float: left;
}
.articleindex .box li span.title {
}
.articleindex #foodbox {
	background-image: url(img/illo_food.jpg);
}
.articleindex #healthbox {
	background-image: url(img/illo_health.jpg);
}
.articleindex #travelbox {
	background-image: url(img/illo_travel.jpg);
}
.articleindex #restaurantsbox {
	background-image: url(img/illo_restaurants.jpg);
}
.box li.lastlink {
	margin-top: 10px;
	clear: both;
	text-align: right;
	border-bottom: none;
}
#sidebar .box {
	padding-bottom: 1px;
	margin-bottom: 10px;
	background-color: #fff;
	float: left;
	width: 250px;
	padding-bottom: 15px;	
}
#sidebar .box ul {
	margin: 0px 10px 10px 10px;
}
#sidebar .box span.title {
	width: 160px;
}
#sidebar .box ul li {
	width: 230px;
	float: left;
	clear: both;
	border-bottom: 1px dotted #999;
	margin-bottom: 2px;
}
#sidebar #commentsection {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#sidebar #commentsection h3  {
	font-size: 108%;
	margin-bottom: 5px;
}
#sidebar #commentsection p {
	margin-bottom: 2px;
}
#sidebar #commentsection ol.commentlist li {
	font-size: 77%;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #999;
}
#sidebar #commentsection ol.commentlist {
	margin-bottom: 10px;
}
#sidebar #commentsection input[type=text], #sidebar #commentsection textarea {
	width: 227px;
}
#sidebar #commentsection textarea {
	height: 50px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.alignright, .alignright img, img.alignleft, .alignleft img {
	border: 1px solid #595959;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignnone {
	margin-bottom: 10px;
	border: 1px solid #595959;
}
.basicpage {
	background-color: #fff;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 386px;
	height: 410px;
}
.basicpage h1 {
	font-weight: bold;
	font-size: 177%;
	margin-bottom: 15px;
}
.basicpage h2 {
	font-size: 139%;
	margin-bottom: 15px;
}
#aboutpage {
	background-image: url(img/joanphoto.jpg);
}
#aboutpage p {
	line-height:130%;
}
#homepage {
	background-image: url(img/prawncocktail.jpg);
}
#homepage p {
	font-size: 117%;
	line-height: 140%;
}
#contactpage {
	background-image: url(img/burgers.jpg);
}
#contactpage input[type=text], #contactpage textarea {
	width: 350px;
	padding: 5px;
	display: block;
	margin-bottom: 10px;
	font-family: georgia;
	font-size: 108%;
	border: 1px solid #595959;
}
#contactpage textarea {
	width: 530px;
	height: 150px;
}
#contactpage label {
	clear: both;
	display: block;
	margin-bottom: 4px;
	font-size: 108%;
}
#contactpage fieldset {
	display: none;
	visibility: hidden;
}
#contactpage form {
	margin-bottom: 10px;
}
#contactpage #ff {
	text-align: right;
}
p.linklove {
	display: none;
	visibility: hidden;
}
div.cf_info {
	color: #f00;
	margin-bottom: 10px;
}
/* ec3 events list */
#sidebar ul.ec3_events li { 
	border: 0px;
}
#sidebar ul.ec3_events li ul {
	margin-left: 0px;
}
#sidebar ul.ec3_events li ul li {
	margin-left: 0px;
	border-bottom: 1px dotted #999;
}
/* ec3 events page */
table.ec3_schedule {
	font-size: 123%;
	color: #cf2395;
	border: none;
	margin-bottom: 10px;
}
table.ec3_schedule td {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0px;
	padding-bottom: 0px;
}
table.ec3_schedule td.ec3_start,table.ec3_schedule td.ec3_to {
	padding-right: 10px;
}