/*  
Theme Name: Maiden Voyage
Theme URI: http://the-cloisters.net/themedemos/?SelectedTheme=Maiden+Voyage
Description: 2 Column, widget-ready theme with Springtime colors. Compatible up to WP 2.7.
Version: 1.03
Author: Mina
Author URI: http://www.the-cloisters.net/
Tags: 2 column, fixed width, gravatars, widgets, green, yellow, 2.7
*/


/***** TYPOGRAPHY AND LINKS *****/
body, h1, h2, h3, h4, h5, h6, address, dd, dl, hr, p, form {
   font-family: Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
}

h1 { font-size: 2em; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }

a:link {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0080FF;
}


a:hover {
	text-decoration: underline;
	color: #0000FF;
}

p {
	padding: 10px 0 0 0;
}

blockquote {
	margin: 15px 30px 10px 30px;
	padding: 0 20px 10px 20px;
	border-left: 2px solid #585b3e;
        border-right: 2px solid #585b3e;
}

/***** MAIN CONTENT *****/
body {
	margin: 0;
	font-family: Helvetica, Sans-serif;
	font-size: 1em;
	text-align: center;
	background: #afb997;
	color: #243B0B;
}

#wrapper {
        margin: 0 auto 0 auto;
	width: 770px;
	text-align: left;
}

#main_content {
   background: #fdfed2 url(images/wslsidebar770.gif) repeat-y;
   float: left;
   margin: 0 auto 0 auto;
   width: 770px;
   border: #585b3e 1px solid;
   border-top: none;                 
}

#container { 
        /* Use this color for #main_content background image: background-color:#fdfed2; */
        float: left;
        margin: 0 0 0 0;
	width: 500px;
        padding: 25px 20px 0 10px;
}

.post {
	padding: 15px 0 20px 25px;
}

.post h2 {
	font-family: Helvetica, Sans-serif;
	font-size: 1.35em;
}

.post h2 a {
        text-decoration:none;
        color:#243B0B;
}

.entry {
	line-height: 140%;
}

.postmetadata {
	margin: 10px 0 0 0;
        font-size: 0.8em;
}

.date {	
   font-size: 0.8em;
}

.notes {
   font-size: 0.6em;
}

label {
   display: inline-block
}

/***** HEADER *****/
#header {
   float: left;
   width: 770px;
   height: 180px;
   border: #585b3e 1px solid;
   border-bottom: none; 
   background-color: #fdfed2;
   background-image: url(images/headerbooks1.jpg);  
}

#header h1 {
   background: #afb997;
   padding: 5px 10px 5px 10px; 
   margin: 50px 20px 2px 10px; 
   font-size: 3em; 
   line-height: 1.1em; 
   color: #fff; 
}

#header h1 a { 
   text-decoration: none; 
   color: #fff; 
}

#header h1 a:hover { 
   text-decoration: none; 
   color: #fff; 
}

#header .description {
   background: #afb997;
   padding: 5px 10px 5px 10px;
   margin: 5px 20px 5px 10px;
   font-size: 1em; 
   font-weight: bold; 
   color: #fff;    
}

/***** HORIZONTAL MENU *****/
.menu { 
   float: left; 
   width: 770px; 
   height: 120%; 
   margin: 0; 
   padding: 0;
   font-size: 0.95em; 
   display: inline; 
   background: #585b3e;
   border: #585b3e 1px solid;
}

.sub_menu { 
   float: left; 
   width: 770px;
   height: 120%;  
   margin: 0; 
   padding: 0;
   font-size: 0.8em; 
   display: inline; 
   background: #afb997; 
   border: #585b3e 1px solid;       
}

.menu ul, .sub_menu ul { 
   margin:0;
   margin-left: 10px;
   padding:0; 
   list-style: none; 
}

.menu ul li, .sub_menu ul li { 
   display: inline; 
   margin-left:auto;
   margin-right:auto;
   text-transform:uppercase; 
}

.menu ul li a,.sub_menu ul li a {  
   border-right: 1px solid #afb997;
   padding: 0.2em 0.5em;
}

.menu a:link, .menu a:visited {
   color: #fff;
   text-decoration: none;
}

.menu ul li a:hover, .sub_menu ul li a:hover { 
   background-color: #fff;
   color: #585b3e;
   text-decoration: none;        
}

/***** IMAGES *****/
p img {
	padding: 0;
	max-width: 100%;
}

a img { 
        border: none; 
        padding: 3px; 
        background: none; 
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.avatar {
   float:left; 
   margin-right: 5px;
   border: #afb997 1px solid; 
}

#flickrrss {
    margin: 5px 0 10px 0;
}

#flickrrss img { 
    border: 1px solid #585b3e; 
    float: left; 
    margin: 5px 3px 3px 3px; 
}

/***** NAVIGATION *****/
.navigation {
	padding: 15px 0 15px 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 18px;
}

/***** SUBSCRIPTION *****/
.subscribe  { 
         background: url(images/feed-icon.jpg) no-repeat 2% center; 
         width: 25px; 
         margin: -20px 0 0 10px; 
         padding: 6px 0 6px 15px; 
         text-decoration: none; 
}

.subscribe a:hover { 
        text-decoration: none; 
}

/***** SIDEBARS *****/
#sidebar1 {
        float: left;
	width: 210px;
        background: #dfe7d0;
	margin: 0 0 0 0;
        margin-bottom: inherit
	display: inline;
        font-size: 0.95em;
}

#sidebar1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

#sidebar1 ul li {
	padding: 10px 0 10px 0;
}

#sidebar1 ul li h2 {
	font-family: Helvetica, Sans-serif;
	font-size: 0.95em;
        font-weight: normal;
        color: #243B0B;
        line-height: 200%;
}

#sidebar1 ul ul li {
	padding: 0;
        line-height: 200%;
}


#sidebar2 {
        float: right;
	width: 175px;
        background: #dfe7d0;
	margin: 0 0 0 0;
        margin-bottom: inherit
	display: inline;
        font-size: 1em;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

#sidebar2 ul li {
	padding: 10px 0 10px 0;
}

#sidebar2 ul li h2 {
	font-family: Helvetica, Sans-serif;
	font-size: 1em;
        font-weight: normal;
        color: #243B0B;
}

#sidebar2 ul ul li {
	padding: 0;
}

/***** SEARCH *****/
#searchform { 
   margin: 10px auto; 
   padding: 5px 3px; 
   text-align: left; 
}

#sidebar #searchform #s { 
   width: 108px; 
   padding: 2px; 
}

#sidebar #searchsubmit { 
   padding: 1px; 
}


/***** COMMENTS *****/
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #bab195;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 14px;
	padding: 0 0 10px;	
}

.comments-template h2, .comments-template h3 {
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
        margin: 20px 0 0 0;
}

.commentmetadata {
	font-size: 9px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Helvetica, Sans-serif;
	font-size: 11px;
}

/***** FOOTER *****/
#footer {
	clear: both;
	width: 770px;
	padding: 10px 0 10px 0;
   background: #585b3e;
   border-top: #585b3e 1px solid;        
}

#footer p {
   font-size: 0.75em;
	line-height: 18px;
   padding: 0 10px 0 10px;	
   text-align: center;	
   color: #fdfed2;
}

#footer a {
	color: #dfe7d0;
}

/***** PUBLISHED JS RSS FEED *****/
.feedburnerFeedBlock ul{
    list-style-type:none;
}

.feedburnerFeedBlock ul li{
    border-bottom:dotted;
    border-color:#afb997;
    margin-bottom:1em;
    padding-bottom:1em;
}

.feedburnerFeedBlock ul li p{
    margin-top:0;
}

.feedTitle{
}

span.headline a{
    font-weight:bold;
    margin:0;
    padding:0;
}

p.date{
    margin:0;
    font-size:1em;
}