/* CSS Document */

/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:100%;
   text-align:center;

   background:url(images/bg.jpg) 0 0 repeat-x;
   background-color:#e6e6cc;

}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	margin:0;
	 }


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }


.separator {
	margin:0 0.2em;
	}


/* page layout */

#wrapper {
	width:760px;
	margin:20px auto 10px auto;
	}

#header {
	position:relative;
	width:100%;
	height:60px;
	background:url(images/header_bg.gif) 0 0 no-repeat;
	}

#header h1 {
	position:absolute;
	display:block;
	width:164px;
	height:34px;
	text-indent:-9999px;
	top:13px;
	left:12px;
	background:url(images/h1_id.gif) 0 no-repeat;
	}

#header h1 a {
	display:block;
	width:100%;
	height:14px;
	}
	
#main_box {
	width:100%;
	background: url(images/archive_img/mainbox_img.gif) 0 0 repeat-y;
	}

#main_box_top {
	background:url(images/archive_img/mainbox_top.gif) 0 0 no-repeat;
	width:100%;
	height:20px;
	}


#main_box_inner {
	width:680px;
	margin:0 40px;
	}


#main_cont {
	width:540px;
	float:right;
	background:url(images/archive_img/maincont_top.gif) 0 0 no-repeat;
	}

#sub_cont {
	width:130px;
	float:left;
	}

#main_box_bottom {
	width:100%;
	background:url(images/archive_img/mainbox_bottom.gif) 0 0 no-repeat;
	height:30px;
	clear:both;
	}

#footer {
	width:100%;
	background:url(images/footer_bg.jpg) 0 0 no-repeat;
	height:60px;
	}

/* under_navi */

#under_navi {
	width:100%;
	text-align:center;
	background:url(http://manoir-brasserie.com/images/under_navi_bg.gif) 0 0 repeat-y;
	padding:5px 0 10px 0;
	font-size:0.8em;
	color:#FFFFDF;
	}

#under_navi a {
	margin:0 5px;
	color:#FFFFDF;
	}

#under_navi a:hover {
	text-decoration:none;
	color:#007D3F;
	}



/* main_cont */


.entry_box {
	width:520px;
	margin:10px;
	text-align:center;
	}

.info_list {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
	}

/* sub_cont */
.sub_entry_box {
	padding:10px 0;
	}	

#copyright_box {
	width:740px;
	margin:0 auto;
	padding:10px;
	text-align:right;
	font-size:0.8em;
	}

#copyright_box p {
	margin:0;
	line-height:1.5;
	}

#copyright_box img {
	vertical-align:middle;
	margin-right:5px;
	}

.content-nav
{

	text-align: center;
	font-size: 0.8em;
	margin-top:0;
	margin-bottom:2em;
}

.content-nav a {
	color:#0066CC;
	}


.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 10px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
	text-align: left;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	color: #007D3F;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 350px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}


.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered { margin-bottom: 10px; }
.module-photo { text-align: center; }
.module-wishlist { text-align: center; }

.module-calendar
{
   border-collapse: collapse;
}

.module-calendar,.module-calendar
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}


.module-featured-photo img { width: 100%; }


/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar  { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}






/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */


a { color: #36414d; text-decoration: underline; }
a:hover { color: #990000; }

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


.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{

}

.commenter-profile img { vertical-align: middle; }


/* page layout */



.date-header
{
	margin-top: 0;
	text-transform: uppercase;
	font-size: 0.9em;
}

.entry-header
{
	margin-top: 0;
	color: #007D3F;
	font-size: 1.1em;
	background:url(images/title_mark.gif) 0 50% no-repeat;
	text-align: left;
	border-bottom:1px solid #007D3F;
	margin-bottom: 3px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}

.entry-content,
.comment-content,
.trackback-content
{
	margin: 0;
	line-height: 1.5;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
	margin: 5px 0 10px 0;
	color: #016133;
	text-align: right;
	font-size: 0.7em;
}

.entry-footer a {
	text-decoration:none;
	color:#0066CC;
	}

.entry-footer a:hover {
	text-decoration:underline;
	color:#CC0000;
	}


.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 5px 0;
	color: #292e33;
	text-align: center;
	background: #fff;
	font-size: 0.8em;
}

.comments-open-footer
{
	margin: 10px 0;
	text-align: left;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   background: #dae0e6;
}


.module-search input {  }
.module-search #search { width: 100px; }

.module-mmt-calendar,.module-calendar {  }


.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 15px 10px 15px;
   list-style: disc;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo img { width: 398px; }


.module-recent-photos .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}


/* calendar tweaks */

   .layout-calendar #alpha { width: 260px; }
   .layout-calendar #beta { width: 420px; }

   .layout-calendar #gamma,
   .layout-calendar #delta
   {
      width: 190px;
   }

   .layout-calendar #gamma-inner,
   .layout-calendar #delta-inner
   {
      border: 0;
      padding: 0;
   }


   .module-mmt-calendar table
   {
      width: 378px;
      background: #a3b8cc;
   }

   .module-mmt-calendar th
   {
      color: #fff;
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #e6ecf2;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }

   .module-mmt-calendar td { height: 70px; }
