/*  
Theme Name: Louisa v3
Theme URI: http://www.louisaparry.co.uk
Description: 2006 redesign blog theme
Version: 3.0
Author: Louisa Parry
Author URI: http://www.louisaparry.co.uk

*/

/* wp-layout.css is the stylesheet for louisaparry.co.uk/journal/.  it is based on dancebear.css for louisaparry.co.uk and the default WordPress style by Dave Shea (http://mezzoblue.com) with modifications by Matthew Mullenweg (http://photomatt.net) */

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	font-size: 0.8em;
	padding: 5px;
	text-align: right;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: all;
	font-size: 10px;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #506768;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 3px;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	margin: 10px;
	padding-right: 5px;
}

#menu {
	background: #f6fafd;
	border: solid 2px #bbc6cd;
	padding: 20px 0 20px 20px;
	position: absolute;
	top: 35px;
	right: 20px;
	width: 11em;
}

form {
	margin: 10px 10px 10px 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #333366;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic 110%;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/115%;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}


/* Table layout for louisaparry.co.uk */
/* The css for the tabbed navigation bar is borrowed from Plone.org */

#portal-globalnav {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background-color: transparent;
    border-collapse: collapse;
    padding: 0em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
	}

ul#portal-globalnav li {
    display: inline;
}
ul#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: #e8ecee;
    border-color: #8cacbb;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #436976;
    height: auto;
    padding: 0em 1.5em;
    text-decoration: none;
    text-transform: lowercase;
}
ul#portal-globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #bbc6cd;
    border: 1px solid #8cacbb;
    border-bottom: #bbc6cd 1px solid;
    color: #436976;
}
ul#portal-globalnav li a:hover {
    background-color: #bbc6cd;
    border-color: #8cacbb;
    border-bottom-color: #bbc6cd;
    color: #436976;
}

/* Other boxes */
div.block {
	border: 1px solid #bbc6cd;
	background-color: #e8ecee;
	float: left;
	margin: 10px 10px 10px 10px;
	text-align: left;
	width: 30%;
	}

div.container {
  border: 0px solid #bbc6cd;
  background-color: #e8ecee;
  }

div.spacer {
  clear: both;
  }

div.post img {
	float: right;
	border: 1px solid #81a0a1;
	margin: 5px 0 5px 5px;

	}
div.post {
	clear: both;
}

div.post hr {
	clear: both;
	border: 0px;
}
div.navigation div.alignleft  {
	float: left;
}
div.navigation div.alignright  {
	float: right;
}
div.navigation {
	clear: both;
	margin-bottom: 20px;
}

div.post ul li {
	margin-bottom: 0.5em;
	color: #000;
}

.post_title_header {
  background-color: #e8ecee;
  border: 1px solid #81a0a1;
  padding: 5px;
}
 
.mode {
  font-size: 1em;
}
