/*  
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: Georgia, Sans-serif;
	margin: 0;
	padding: 0;
}

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

a:link, a:visited {
	text-decoration: none;
	color: #585b3e;
}

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

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: Verdana, Tahoma, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	background: #dfe7d0;
	color: #797a52;
}

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

#main_content {
   background: #fdfed2;
   float: left;
   margin: 0 auto 0 auto;
   width: 770px;
   border: #585b3e 1px solid;
   border-top: none;                     
}

#container { 
	float: left;
	width: 500px;
   padding: 15px 0 0 15px;
}

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

.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.entry {
	line-height: 14px;
}

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

.date {	
   font-size: 9px;
}

/***** HEADER *****/
#header {
   float: left;
   width: 770px;
   height: 150px;
   border: #585b3e 1px solid;
   border-bottom: none; 
   background: url(images/header.jpg) no-repeat;    
}

#header h1 { 
   padding: 10px 10px 0 10px; 
   margin: 0; 
   font-size: 24px; 
   line-height: 30px; 
   color: #fdfed2; 
}

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

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

#header .description { 
   padding: 0 10px 10px 10px; 
   font-size: 11px; 
   font-style: italic; 
   color: #fdfed2;    
}

/***** HORIZONTAL MENU *****/
.menu { 
   float: left; 
   width: 770px; 
   height: 30px; 
   margin: 0; 
   padding: 0; 
   display: inline; 
   background: #585b3e;
   border: #585b3e 1px solid;
}

.sub_menu { 
   float: left; 
   width: 770px; 
   height: 30px; 
   margin: 0; 
   padding: 0; 
   display: inline; 
   background: #afb997; 
   border: #585b3e 1px solid;       
}

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

.menu ul li, .sub_menu ul li { 
   display: inline; 
   margin: 0; 
}

.menu ul li a, .sub_menu ul li a { 
   padding: 0  0 0 10px; 
   text-decoration: none; 
   color: #fdfed2; 
}

.menu ul li a:hover, .sub_menu ul li a:hover { 
   text-decoration: underline;         
}

/***** 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: 9px;
	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; 
}

/***** SIDEBAR *****/
.sidebar {
	float: left;
	width: 210px;
   background: #eef3d1;
	border: #585b3e 3px double;
	margin: 30px 0 10px 15px;
	display: inline;
   font-size: 9px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
	font-family: Tahoma, Georgia, Sans-serif;
	font-size: 10px;
   font-weight: normal;
   color: #585b3e;
}

.sidebar 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: Georgia, 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: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 11px;
}

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

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

#footer a {
	color: #dfe7d0;
}