/* 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: verdana, 'trebuchet ms', sans-serif;
	font-size: 80%;
	background:#FFF;
	color:#333;
}

form { margin: 0; padding: 0; }
a { text-decoration: none;  color:#AB988A;}
a:hover { text-decoration: underline; color: #F6BBA8; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
margin:0;
padding:0;
}

/* page layout */

body {
	text-align: center;
	background:#FFF url(/images/body_bg.gif) repeat-x;
}

#container {
	width: 550px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

#header{
	height:290px;
	padding:0;
	margin:0;
	background: url(/images/header_bg.jpg) no-repeat top right;
}

#header-inner{
	padding:0;
	margin:0;
}

#header-inner h1 a{
	width: 230px;
	height:70px;
	background: url(/images/header_logo.gif) no-repeat;
	display:block;
	text-indent:-9999px;
}

#header-cover{
	width: 100%;
	height:210px;
	margin-top:10px;
	background:url(/images/cover_bg.jpg) no-repeat;
	text-indent:-9999px;
}


#pagebody {
width: 100%;
margin-top:20px;
}

#alpha{
	width: 380px;
	display: inline;
	float: left;
	display:inline;
}

#alpha-title{
	width: 380px;
	height:20px;
	background:url(/images/alpha_title.jpg) no-repeat;
	text-indent:-9999px;
}

.entry{
margin-top:10px;
border-top:3px double #AB988A;
border-bottom:3px double #AB988A;
}

.entry-header{
margin:10px 0;
}

.entry-footer{
margin-top:10px;
padding:3px 0;
border-top:1px solid #CCC;
text-align:right;
}


#beta {
	width: 150px;
	float: right;
	display:inline;
}

#beta-title{
	width: 150px;
	height:20px;
	background:url(/images/beta_title.jpg) no-repeat;
	text-indent:-9999px;
}

.module-categories h2{
	width: 100px;
	height:20px;
	background:url(/images/category_title.jpg) no-repeat;
	text-indent:-9999px;
}

.module-archives h2{
	width: 100px;
	height:20px;
	background:url(/images/new_title.jpg) no-repeat;
	text-indent:-9999px;
}

.module-link h2{
	width: 100px;
	height:20px;
	background:url(/images/link_title.jpg) no-repeat;
	text-indent:-9999px;
}

.module-list{
padding:0 0 0 15px;
margin:0;
	list-style-type: disc;
	list-style-image: url(/images/icon_li.jpg) ;
}

.module-list-item{
margin:0;
padding:0;
}

#footer{
	width: 100%;
	clear:both;
	display:none;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

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

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

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

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

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

.comments-open label { display: block; }

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

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

.comments-open-header {
    clear: both;
}

#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-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.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 .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

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

.module-calendar .module-content th,
.module-calendar .module-content td {
    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 .module-content,
.module-photo .module-content {
    margin: 0;
}

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

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* 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 .module-content { 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;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}





