/*  
Theme Name: Maiden Voyage
Theme URI: http://www.the-cloisters.net/maidenvoyage
Description: 2 Column, widget-ready theme with Springtime colors.
Version: 1.02
Author: Mina
Author URI: http://www.the-cloisters.net/
Tags: 2 column, fixed width, gravatars, widgets, green, yellow
*/


/***** TYPOGRAPHY AND LINKS *****/
body, h1, h2, h3, h4, h5, h6, address, dd, dl, hr, p, form {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }

a:link, a:visited {
	text-decoration: none;
	color: #333366;
	border-bottom: dotted 1px #2e2e6b;
	font-weight: 500;
}

a:active, a:hover {
	color: #740001;
	border-bottom: dotted 1px #740001;
}

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;
}

h3 {font-style: italic; color:#6B0012;  text-align: center; width: 440px;  margin: 0 auto; font-weight: normal;}
h2 {color: #19004a; font-family: "Lucida Grande", "Trebuchet", sans-serif; }

/***** MAIN CONTENT *****/
body {
	margin: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background:   #fff  /* url(images/gradient.png) repeat 50% 50% */ ;
	color: #6b6b6b;
}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 770px;
	text-align: left;
	
	}

#main_content {
   float: left;
   margin: 0 auto 0 auto;
   width: 770px;
   border: #585b3e 1px solid;
   border-top: none; 
    background: #fff url(images/watermark.gif) no-repeat scroll 35px 250px;
}

#container { 
	float: left;
	width: 500px;
   padding: 15px 0 0 15px;

 

}

.post {
	padding: 15px 0 20px 0;
}

.post h2 {
	font-family: Geneva, Arial, sans-serif;
	font-size: 1.2em;
	color: #83321f;
        padding-top: 10px;
}

.entry {
	line-height: 1.4em;
}

.postmetadata {
	margin: 10px 0 0 0;
   font-size: .9em;
}

.date {	
   font-size: .9em;
}

/***** HEADER *****/
#header {
 	/* float: left; */
position: relative;
	width: 770px;
   height: 200px;
   border: #585b3e 1px solid;
   border-bottom: none; 
   background: transparent url(images/banner_7.jpg) no-repeat;    
}

#header h1 {
	position: absolute;
	top: 0px !important;
	top: 0px;
	left: 0px;  
	font-size: 2em;
	color: #fdfed2; 
	background: transparent url(images/school_banner.png) no-repeat;
	padding: 3px;
	font-family: "Lucida Grande", "Trebuchet", sans-serif; 
        width: 770px;
height: 50px;
}

#header h2 {
	position: absolute;
	/* top: 170px !important;
	top: 180px; */
	top: 177px;
	left: 0;  
	width: auto;
	font-weight: bold;
	font-size: 1em;
	color: #fff; 
background: transparent url(images/woodland_setting.png) no-repeat;
width: 770px;
height: 30px;
}

/* #header h1 { 
   padding: 10px 10px 0 10px; 
   margin: 0; 
   font-size: 2em; 
   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: 1em; 
   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; 
        text-decoration: 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: .9em;
   padding: 0 4px 5px;
   margin: 0;
   font-family: Arial, Helvetica, sans serif;
}

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 {
	clear: both;
	padding: 15px 0 15px 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 18px;
}

/***** SUBSCRIPTION *****/
.subscribe  { 
         /* background: url(images/denstone_logo.gif) no-repeat 2% center; */
         width: 116px; height: 45px;
         margin: -50px 0 0 0; 
         padding: 6px 0 6px 5px; 
         text-decoration: none; 	
}

.subscribe a:link, .subscribe a:visited, .subscribe a:active, .subscribe a:hover { 
        text-decoration: none; 
        border-bottom: 1px none #2e2e6b;
        
}

/***** SIDEBAR *****/
.sidebar {
	float: left;
	width: 210px;
   background: #f7f7f7;
	border: #6B0012 /* #83321f */ 3px double;
	margin: 30px 0 55px 15px;
	display: inline;
   font-size: 1.em;
}

.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: 1em;
   font-weight: bold;
   color: #56242f;
}

.sidebar ul ul li {
	padding: 0;
}

#woodard a:link, #woodard a:visited { text-decoration: none; border-bottom: 1px none #2e2e6b; }

#woodard {text-align: center;}

#ngg-widget-1 a:link, #ngg-widget-1 a:visited, #ngg-widget-2 a:link, #ngg-widget-2 a:visited { text-decoration: none; border-bottom: 1px none #2e2e6b; }

div.execphpwidget ul li {font-size: .9em; padding-left: 0; padding-right: 0;} 
div.execphpwidget ul li strong { color: #333366; }
/***** SEARCH *****/
#search {
	/* float: right; */
	width: 185px;
	margin: 0 15px 5px 0;
}

#search form {
	/*float: right;*/
	margin: .5em 0 0 0;
	padding: 0 0 0;
}

#search input#s {
	color: #2e2e6b;
	width: 170px;
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #333366;
}

#search .search-submit { 
   display: none; 
}

/***** 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;
	border-bottom: 1px solid #bab195;
}

.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;
	
	width: 770px;
	padding: 10px 0 10px 0;
   background: #180235 /* #19004a #333366 #2e2e6b */ ;
   border-top: #585b3e 1px solid;        
}

#footer p {
   font-size: 1em;
	line-height: 1.4em;
   padding: 0 10px 0 10px;	
   text-align: center;	
   color: #fff;
}

#footer a {
	color: #dfe7d0;
}
#news-ticker {width: 450px; margin: 0 auto;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:770px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000; background:#6B0012;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:771px; w\idth:770px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */

.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background: #6B0012 /* #9F1D35  #960018 */; padding-left:10px; line-height:29px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {/* background:#e2dfa8; */}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#56242f; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px; font-weight: normal;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#19004a; background:#fff;}
.menu :hover > a, .menu ul ul :hover > a {color:#19004a; background:#fff;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: #fff;
  background: #19004a;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: #fff;
  font-weight: bold;
  background: #19004a;
}

.menu ul .current_page_item ul a {
  color: #fff;
  font-weight: normal;
  background: #56242f;
}


.menu ul .current_page_item ul a:hover {
  background: #f0f0f0;
}

.menu .current_page_item a:hover {
  background: #fff;
  color: #19004a;
}

