/*
Theme Name: loulou
Theme URI: http://loulouweb.co.uk/
Description: Bespoke simple theme based on 2010 default theme for WordPress.
Author: LouLouWeb
Version: 1.0
Tags: black, white, pink, three-columns, fixed-width, no-header, theme-options, no-comments
*/

/*
*** MAIN STRUCTURE ***************
*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Baskerville, 'Bookman Old Style', Garamond, 'New Century Schoolbook', 'Century Schoolbook', Georgia ;
	color: #666;
	font-size: 14px;
}

body a img { border: none; }

body a {
	color: #abcdef;
	text-decoration: none;
}

body a:visited {
	color: #abcdef;
	text-decoration: none;
}

body a:hover {
	color: #68a;
	text-decoration: none;
}

body h1 {
	margin: 0px 0px 30px 0px;
	padding: 0;
	font-size: 18px;
}

body h2 {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 16px;
}

body h3 {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 14px;
}

body h4 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

body h5 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 12px;
	text-decoration: underline;
}

body h6 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 12px;
	font-style: italic;
}

body p {
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#wrapper {
	margin: 30px auto;
	padding: 0;
	width: 900px;
}

#header {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #79a79a;
}

#header a {
	color: #79a79a;
	text-shadow: 1px 1px 1px #bddbdd;
}

#main {
	margin: 0px 0px 20px 0px;
	padding: 0;
}

#loulou {
	margin: 0;
	padding: 0;
}

#menubar {
	margin: 0px 30px 30px -10px;
	padding: 0;
	text-transform: lowercase;
	float: left;
	color: #79a79a;
}

#menubar a {
	color: #79a79a;
}

#menubar ul {
	list-style: none;
}

#menubar li {
	padding: 10px;
	list-style-type: none;
	display: block;
	float: left;
}

#menubar .current_page_item a {
	color: #c06;
	text-decoration: none;
	border-bottom: 1px #c06 dashed;
}

#menubar .current_page_item a:visited {
	color: #c06;
	text-decoration: none;
	border-bottom: 1px #c06 dashed;
}

#menubar .current_page_item a:hover {
	color: #c06;
	text-decoration: none;
	border-bottom: 1px #c06 dashed;
}

#content {
	clear:both;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

#content a {
	color: #c06;
	text-decoration: none;
}

#content a:visited {
	color: #c06;
	text-decoration: none;
}

#sidebar {
	margin: 30px 0px 30px 30px;
	padding: 0;
	width: 248px;
	float: left;
}

#footer {
	margin: 0px 0px 20px 0px;
	padding: 0;
	clear: both;
	font-size: 10px;
	color: #9ab9ab;
}




/*
*** WORDPRESS WHATSOEVERS ***************
*/

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
	font-size: 14px;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {

}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


img.alignleft {
	display: inline;
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 2px;
	border: 1px solid #ccc;
}

img.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 10px 20px;
}

img.aligncenter {
	clear: both;
	display: block;
	margin: 0px auto 10px auto;
	padding: 2px;
	border: 1px solid #ccc;
}

/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}


