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

/* basic elements */

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

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: sans-serif;
	font-size: medium;
	background-color: #FFF;
	color: #000;
}

form, input { margin: 0; padding: 0; }

A:link {
	color: #8B0000;
	text-decoration: underline;
}

A:visited {
	color: #473C8B;
}

A:hover {
    background: #CC99FF;
    text-decoration: underline;
}

A:active {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

a img { border: 0; }

/* Headers */

H1 {
    font-weight: bold;
    font-size: xx-large;
}

H2 {
    font-weight: normal;
    font-size: large;
    font-family: sans-serif;
}

H3 {
    font-weight: bold;
    margin: 0em;
    font-size: large;
}

h4, h5, h6 { font-weight: normal; }
h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}


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


/* page layout */

#banner
{
	border-top: solid #666666 2px;
	border-bottom: #666666 2px solid;
	font-family: palatino, serif;
	font-size: x-large;
	font-weight: normal;
	padding: 0px;
}

.navigation {
    font-size: medium;
}

/* Blog entry styles */

#content {
    float:left;
    width:70%;
    background:#ffffff;
    border-right:1px solid #ffffff;
    margin-right:5px;
    padding-bottom:20px;
    padding-left:5px;
    padding-top:5px;
    padding-right:5px;
}

#content-single-column {
    float:left;
    width:100%;
    background:#ffffff;
    padding-bottom:20px;
    padding-left:5px;
    padding-top:5px;
    padding-right:5px;
}


#entry-body {
    line-height:140%;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}			
		
.posted	{
    font-family:helvetica, sans-serif;
    font-size: x-small;
    color: #666666; 
    border-bottom-width: 2px;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    padding-bottom: 10px;
    margin-bottom:15px;
}

.posted-comments-tb,
.byline	{
    font-family:helvetica, sans-serif;
    font-size: x-small;
    color: #666666; 
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    border-bottom-style: dotted;
    padding-bottom: 10px;
    margin-bottom:15px;

}

BLOCKQUOTE {
    margin: 1em;
    font-size: small;
}

BLOCKQUOTE.centre {
    text-align: center;
}

BLOCKQUOTE.double {
    margin: 2em;
    font-size: small;
}

Q {
    font-style: italic;
}

IMG.archive {
    border: solid #333333 1px;
    margin: 0em 0em 0.5em 0.5em;
    float: right;
}

IMG.bigimage {
    border: none;
    padding: 2px;
    float: left;
    clear: both;
}

IMG.bookcover {
    border: none;
    padding: 2px;
    float: left;
}

IMG.link {
    border: none;
    padding: 2px;
}

IMG.storylink {
    border: none;
    padding: 4px;
    float: left;
}
   
SUP {
    font-size: xx-small;
}
			
/*Sidebar styles */

#links {
    border: solid #9090CC 1px;
    margin-top: 1em;
    background: #C0C0FF;
    vertical-align: top;
    position: absolute;
    right: 10px;
    width: 27%;
    padding: 3px;
}

.side,
.module-content
{
    font-size: small;
    text-align: left;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 12px;
    padding-left: 3px;
}	

		
.sidetitle
{
	border: none 0em;
	font-weight: bold;
	font-size: large;
	font-family: palatino, serif;
	color: #000000;
	background: #9090CC;
	padding: 0;
	text-align: center;
}		

.syndicate {
    font-family:helvetica, sans-serif;
    font-size:xx-small;
    line-height:140%;
    padding:2px;
    margin-top:15px;
    background:#FFF;  
}

.bookinfo {
    font-size: medium;
}

.bookreview {
    font-size: small;
}
.note {
    font-size: x-small;
}

.reviewtype {
    font-size: medium;
}

/* lists.For non-breakiness, need to be the same as module-list and module-list-item below */

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: default;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

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

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

.trackbacks,
.comments,
.archive
{
	clear: both;
	margin-bottom: 20px;
}

.trackbacks-header,
.comments-header
{
	padding: 20px 0 0 0;
	border-color: #CCC;
	border-width: 0 0 2px 0;
}

.trackback,
{
}

.entry-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

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

.entry-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: 480px; }

#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;
	list-style-type: none;
	list-style-position: default;
}

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

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

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

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

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos { 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 { 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;
}