/*
Theme Name: Greta's Theme
Theme URI: http://wordpress.org/
Description: The Greta's Hodgkinson theme built from Wordpress default theme <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Jean-François Lavigne	
Author URI: http://www.jeanfrancoislavigne/
Tags: black, custom header, fixed width, one column, widgets

	Greta's Theme v1.0
	http://www.jeanfrancoislavigne.com/greta/

	This theme was designed and built by Jean-François Lavigne,
	whose blog you will find at http://www.jeanfrancoislavigne.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	background-color: #555555;
background-image: url('http://www.gretahodgkinson.com/wp-content/themes/greta/images/greta-column-bg.png');
	background-repeat: repeat-y;
	color: #EFF0FB;
}
a {
	text-decoration: underline;
	color: #FFFFFF;
}
#content p {
	margin: 0px 0px 1.5em 0px;
	line-height: 1.50em;
}
.page-background {
	background-image: url('http://www.gretahodgkinson.com/wp-content/themes/greta/images/greta-default-side-bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*border: 1px solid yellow;*/

}
#page {
	padding: 0px 20px 0px 20px;
	/*border: 1px solid blue;*/
	text-align: left;
	margin-left: 440px;
}
#page-inner {
	background-color: #000000;
	background-image: url('http://www.gretahodgkinson.com/wp-content/themes/greta/images/greta-col-bg.jpg');
	background-repeat: no-repeat;
	width: 540px;
	
	color: #FFFFFF;
	min-height: 1400px;
	/*border: 1px solid red;*/

}
#headerimg {
	padding: 180px 20px 0px;
	
}
.description {
	display: none;
}
.top-nav {
	width: 492px;
	background-image: url('http://www.gretahodgkinson.com/wp-content/themes/greta/images/greta-nav-shadow.png');
	background-position: right bottom;
	height: 35px;
	margin: 0px auto 30px;
	padding: 0px 8px 5px 0px;
}
.top-nav li {
	float: left;
	background-color: #6A6A6A;
	border: 0px solid red;
	height: 35px;
	text-align: center;
}
.top-nav li a,
.top-nav li a:visited,
.top-nav li span {
	float: left;
	padding: 5px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EFF0FB;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	min-width: 82px;
	text-align:center;
	text-transform:uppercase;
	background-image: url('http://www.gretahodgkinson.com/wp-content/themes/greta/images/greta-button-bg.png');
	background-position: -20px top;
	background-repeat: no-repeat;
}
.top-nav li.current a,
.top-nav li.current a:visited,
.top-nav li.current span {
	color: #434343;
}
.top-nav li.first a {
	background-position: left top;
}
.top-nav li.last a {
	background-position: right top;
}
#content {
		text-align: left;
		margin: 0 30px 0 20px;
		
}
#content h2,
#content h1 { 
	font-size: 24px;
	font-family:georgia;
	border-bottom: 1px solid #757575;
	padding: 5px 0px;
	margin: 0 0 10px;

}
#content h2 a,
#content h1 a {
	text-decoration: none;
}
#content h3 {
	font-size: 20px;
	font-family:georgia;
/*	border-bottom: 1px solid #757575;*/
	padding: 5px 0px;
	margin: 0 0 10px;
}
#content h4 {
	font-family: Arial;
	font-size: 16px;
	color: #8F8F8F;
	margin: 0 0 10px;
}
#content h4.review-year {
	font-size: 26px;
	text-align: right;
	margin-top: -35px;
	margin-bottom: 20px;
}
#footer {
	/* Style the copyrights here */
}
blockquote {
	background-image: url(http://www.gretahodgkinson.com/wp-content/themes/greta/images/quotes-open.gif);
	background-repeat: no-repeat;
	padding: 0 18px;
}
.end-quote {
	background-image: url(http://www.gretahodgkinson.com/wp-content/themes/greta/images/quotes-close.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
	position: absolute;
	margin: 0 0 0 5px;
}
.post {
	margin: 0 0 20px;
	font-family:georgia;
	line-height: 1.5em;
	font-size: 93%;
}
.post-date {
	font-weight: bold;
	background-color: #6a6a6a;
	border: 2px solid #484848;
	border-top: 2px solid #a1a1a1;
	border-left: 2px solid #a1a1a1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 50px;
	float: right;
	
	font-family: Arial;
	padding: 2px;
	text-align: center;
	margin: 0px 0px 20px 20px;
}
.post-month {
	text-transform:uppercase;
	display: block;
}
.post-day {
	font-size: 182%;
}
.post-year {
	display: block;
}
.postmetadata {
font-size: 77%;
/*text-transform:uppercase;*/
font-family: Verdana;
color: #cccccc;
padding: 20px 0;
}
.postmetadata a {
color: #cccccc;
}
#sidebar {
background-color: #767676;
background-image: url('http://www.gretahodgkinson.com/wp-content/themes/greta/images/greta-footer-bg.png');
background-position: 0px -19px;
background-repeat: no-repeat;
margin: 50px 30px 10px 20px;
text-align: left;
}
#sidebar ul {
	padding: 10px;
	min-height: 148px;
}
#sidebar ul ul {
	padding: 0px;
}
#sidebar h2 {
font-size: 85%;
text-transform:uppercase;
font-family: Verdana;
font-weight:bold;
color:#CCCCCC;
border-bottom: 1px solid #484848;
margin: 0px 0px 5px;
padding: 0px 0px 3px;
}
#sidebar a {
	font-family:Verdana;
	font-size: 85%;
}
#sidebar li.location {
	float: left;
	width: 130px;
	margin-right: 20px;
}
#sidebar li.archives {
	float: left;
	width: 130px;
	margin-right: 20px;
}
#sidebar li.categories {
	float: left;
	width: 150px;
	margin-right: 20px;
}
#sidebar li.linkcat {
	float: left;
	width: 140px;
	margin-right: 0px;
}
#comment {
	width: 480px;
}
#author, #email, #url {
	width: 200px;
}
.sup {
	vertical-align: super;
	font-weight: normal;
}
.clear {
	display: block;
	clear:both;
}
#sidebar-end {
	background-color: #767676;
	background-image: url('http://www.gretahodgkinson.com/wp-content/themes/greta/images/greta-footer-bg.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 19px;
}
#footer {
	font-family: Verdana;
	font-size: 77%;
	color: #CCCCCC;
	text-align:center;
}
label {
	display: block;
	margin: 15px 0px 3px;
	font-family: Verdana;
	font-size: 85%;
}
input, textarea {

	border: 2px inset #666666;
	background-color: #EFF0FB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
#submit {
	background-color: #6B6B6B;
	font-family: Verdana;
	font-weight: bold;
	font-size: 85%;
	border: 2px outset #6B6B6B;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 3px 12px;
	margin: 15px 0px;
	text-transform:uppercase;
	color: #EFF0FB;
}
.avatar {
	padding: 5px;
	background-color: #666;
	border: 2px inset #666;
	float: left;
	margin: 0px 20px 10px 0px;
}
.commentmetadata {
	color: #CCC;
	font-family: Verdana;
	font-size: 85%;
	display: block;
}
.commentmetadata  a {
	text-decoration: none;
	color: #CCC:
}
.awaiting-moderation {
	color: #CCC;
	display: block;
}
.piclenselink {
	display: none;
}
#content h2.gallery,
#post-16 h2 {
	border-bottom: 0px;
}
#content .review-source {
	font-family: Arial;
	font-size: 12px;
	color: #8F8F8F;
	padding: 0 0 0 18px;
	margin-top: -10px;
	margin-bottom: 30px;
}
#nav-gallery {
	float: right;
    margin-top: -35px;
    padding: 0 20px;
}
#nav-gallery li {
	display: inline;
    font-family: Verdana;
    font-size: 14px;
}
#nav-gallery li.current span {
	color: #8F8F8F;
}