/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* 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: tahoma, 'trebuchet ms', sans-serif;
	font-size: 10px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
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-top: 0;
	margin-bottom: 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; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 676px;
	text-align: right;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: left; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: right;
	overflow: hidden;
	width: 83px;
	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: 83px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}

/* content */

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

.date	{font-family: tahoma, Arial, sans-serif; color:#CC3333; font-size:80%; font-weight:bold;}
.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;
	margin: 5px 10px;
}

.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; }

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

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

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

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

.image-thumbnail
{
	float: right;
	width: 150px;
	margin: 0 10px 10px 0;
}

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


/* modules */

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

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.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 .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: right;
	min-width: 78px;
	width: 78px;
	/* 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: 65px; }

.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: right;
	/* 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: 78px;
	height: 78px;
	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: right; }

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

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

.day-photo a
{
	display: block;
}

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


/*
name: Relaxation Summer
designer: Eric Boer Nielsen
designer_url: http://amalgamar.f2o.org/blog/
description: Based on the Wordpress design by John Wrana (http://www.jowra.de/)
layouts: one-column, two-column-left, two-column-right, three-column
*/

/* ========================================================================= *
 * You can customize it with your own banner images changing the code below, *
 * replacing 'header-x.jpg' with your image path and filenames.              *
 * Each image must be 200 pixels wide and 100 pixels tall.                   *
 * To enable the rendering of round corners, so you will not need to draw    *
 * the round corners yourself when preparing your custom images, replace     *
 * 'full-path-to-theme-relaxation-summer' with the path to where you have    *
 * installed the theme, e.g. '/mt-static/themes/theme-relaxation-summer/'.   *
 * Try it!                                                                   *
 * ========================================================================= */

.layout-one-column #banner-inner { 
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/header-1.jpg');
}

.layout-two-column-left #banner-inner {
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/header-2l.jpg');
}

.layout-two-column-right #banner-inner {
	background-image: url('http://www.worldof.us/mt-static/themes/theme-relaxation-summer/header-2r.jpg');
}

.layout-three-column #banner-inner { 
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/header-3.jpg');
}

#banner-header {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/full-path-to-theme-relaxation-summer/header-alpha.png');
}

/* ========================================================================= */

/* basic page elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Tahoma, 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 11px;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #808979;
}

blockquote {
	margin: 1em 1em 1em 0;
	padding-left: 2em;
}

.entry-content blockquote {
	background: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/quote.gif') no-repeat top left;
	color : #808979;
}

code, pre {
	color: #005577;
	text-align: right;
}

hr {
	border: 0;
	color: #808979;
	background-color: #808979;
	height: 1px;
	margin: 1.5em 0;
	margin-right: 38.197%;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
	text-align: justify;
}

ul, ol {
	padding-left: 1em;
	margin: 1em 0 1em 1em;
}

small { font-size: 0.85em; }

.smallcaps {
	font-variant: small-caps;
	letter-spacing: 0.09em;
}

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

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

.module-content a { color: #443; }
.module-content a:hover { color: #a06000; text-decoration: none; }

/* page layout */

body {
	min-width: 928px;
	padding: 30px 0;
	color: #000;
	background-color: #a9ac99;
}

#container {
	width: 928px;
	background: url('http://www.worldof.us/mt-static/themes/theme-relaxation-summer/middle-2r.gif') repeat-y top center;
}

#container-inner {
	padding-bottom: 30px;
	background: url('http://www.worldof.us/mt-static/themes/theme-relaxation-summer/bottom-2r.gif') no-repeat bottom center;
}

#banner {
	color: #a0a999;
	font-size: 11px;
	height: 128px;
	text-align: left;
	width: 928px;
	padding-top: 30px;
	background: url('http://www.worldof.us/mt-static/themes/theme-relaxation-summer/top-2r.gif') no-repeat top center;
}

#banner-inner { 
	height: 108px;
	background-position: 386px 8px;
	background-repeat: no-repeat;
}

/*h1*/#banner-header {
	position: absolute;
	top: 28px;
	left: 386px;
	width: 200px;
	height: 100px;
	font-size: 0;
	background-image: none;
}

html>body /*h1*/#banner-header {
	background: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/header-alpha.png') no-repeat top right;
}

#banner-header a {
	display: block;
	width: 200px;
	height: 100px;
}

h2 {
	font-family: Lotus, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-size: 20px;
	color: #057;
}

/*h2*/#banner-description {
	font-family: 'B Homa', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 30px;
	font-weight:normal;
	color: #a0a999;
	margin: 0;
	letter-spacing: 0;
	position: absolute;
	text-align: center;
	top: 70px;
	bottom: 20px;
	right: 626px;
	height: 100px;
/*	writing-mode: tb-rl;
	filter: flipH() flipV();*/
}

html>body #banner-description {
	text-align: left;
	bottom: 0;
	right: 242px;
	width: 559px;
	height: auto;
}

#alpha {
	margin: 0 30px 35px 67px;
	width: 559px;
}

#beta {
	margin: 0 27px 0 32px;
	width: 166px;
	top: -122px;
}

/* content */

.content-nav {
	font-size: 11px;
	margin-bottom: 13px;
}

/*h2*/.date-header {
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#CC3333;
	text-align: right;
	margin-top: 14px;
	font-weight:bold;
}

h3,
/*h2*/.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 13px;
	color: #057;
	margin: 15px 0;
	font-weight: bold;
}

h3 a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a {
	color: #057;
}

.entry {
	margin: 10px 0 40px 0;
	text-align: right;
}

.trackbacks,
.comments,
.archive {
	margin: 0;
}

/*h3*/.entry-header {
	font-family: Lotus, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	font-size: 16px;
	color: #057;
	margin: 0;
	font-weight: bold;
}

.entry-header a { color: #057; }

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

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
	margin: 10px 0;
}

.entry-footer {
	color: #808979;
	font-size: 11px;
	letter-spacing: 0;
	margin: 10px 0 0 0;
	text-align: right;
}

.entry-footer a { color: #808979; }

.post-footers { display: block; }

.separator { color: #fdfdfa; }

.entry-body img { border: 1px solid #e0e0d0; }
.entry-body img[align="right"] { margin: 0 0 1em 1em; }
.entry-body img[align="left"] { margin: 0 1em 1em 0; }

.entry-userpic { display: none; }

.comment-userpic { 
	float: right;
	margin: 0 1em 1em 0;
	border: 1px solid #e0e0d0;
}

/* modules */

.module { font-size: 11px; }

/*h2*/.module-header {
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 11px;
	color: #005080;
	letter-spacing: 0.3em;
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: bold;
}

.module-header a {
	color: #005080;
	text-align: center;
}

.module-content {
	margin: 0 0 20px 0;
	text-align: center;
}

.module-list,
.archive-list {
	margin-left: 10px;
}

.module-list-item {
	line-height: 1.5em;
	margin: 0;
}

.module-powered .module-content {
	color: #595949;
	padding: 5px;
	background: #fff;
	border: 1px solid #e0e0d0;
	text-align: center;
	width: 130px;
}

#trackbacks-info {
	color: #595949;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #e0e0d0;
	font-size: 11px;
	text-align: center;
}

#trackbacks-info p { text-align: center; }

.comment,
.trackback {
	color: #595949;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 5px 15px;
	background: #f7f7f0;
	border: 1px solid #f0f0e0;
}

.comment-content p,
.trackback-content p {
	line-height: 1.2em;
}

.module-search input {
	background: #fff;
	border: 1px solid #e9e9d9;
	color: #595949;
	vertical-align: middle;
}

.module-search #search,
#comment-author,
#comment-email,
#comment-url,
#comment-text {
	background: #fff;
	border: 1px solid #e9e9d9;
	color: #595949;
	padding: 1px 0 1px 2px;
	vertical-align: middle;
}

.module-search #search {
	border-color: #e0e0d0;
	font-size: 11px;
	height: 15px;
	width: 66px;
}

#comment-text { width: 450px; }

input[type=text] {
	background: #fff;
	border: 1px solid #e9e9d9;
	color: #595949;
	padding-left: 2px;
	vertical-align: middle;
}

#comment-preview, 
#comment-post,
#comment-cancel {
	background: #fff;
	border: 1px solid #e9e9d9;
	color: #595949;
	vertical-align: middle;
}

input[type=submit] {
	background: #fff;
	border: 1px solid #e9e9d9;
	color: #595949;
	vertical-align: middle;
	padding: 0 4px;
}

.comments-open-footer {	margin: 0; }

.module-mmt-calendar .module-content th,
.module-calendar .module-content th { font-size: 8px; }

.module-mmt-calendar .module-content td,
.module-calendar .module-content td { font-size: 10px; }

/* one-column tweaks */

body.layout-one-column { min-width: 564px; }

.layout-one-column #container {
	width: 733px;
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/middle-1.gif');
}

.layout-one-column #container-inner {
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/bottom-1.gif');
}

.layout-one-column #banner {
	width: 733px;
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/top-1.gif');
}

.layout-one-column #banner-description { right: 351px; }

html>body.layout-one-column #banner-description { right: 87px; }

.layout-one-column #alpha { margin-right: 87px; }

/* two-column-left tweaks */

.layout-two-column-left #container {
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/middle-2l.gif');
}

.layout-two-column-left #container-inner {
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/bottom-2l.gif');
}

.layout-two-column-left #banner {
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/top-2l.gif');
}

.layout-two-column-left #banner-inner {
	background-position: 447px 8px;
}

.layout-two-column-left #banner-header { left: 581px; }

.layout-two-column-left #banner-description { right: 351px; }

html>body.layout-two-column-left #banner-description { right: 87px; }

.layout-two-column-left #alpha { 
	margin: 0 23px 0 36px;
	width: 166px;
	top: -122px; 
}

.layout-two-column-left #beta { 
	margin: 0 67px 35px 30px ;
	width: 559px;
	top: 0; 
}

/* three-column tweaks */

.layout-three-column #container {
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/middle-3.gif');
}

.layout-three-column #container-inner {
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/bottom-3.gif');
}

.layout-three-column #banner {
	background-image: url('/home/worldof/public_html/mt-static/themes/theme-relaxation-summer/top-3.gif');
}

.layout-three-column #banner-description { right: 546px; }

html>body.layout-three-column #banner-description {
	right: 282px;
	width: 364px;
}

.layout-three-column #alpha { 
	margin: 0 23px 0 36px;
	width: 166px; 
	top: -122px; 
}

.layout-three-column #beta { 
	margin: 0 30px 35px 30px ;
	width: 364px;
	top: 0; 
}

.layout-three-column #gamma {
	margin: 0 27px 0 32px;
	width: 166px;
	top: -122px;
}
