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

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

/* .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: 720px;
	text-align: left;
}
#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: right; }

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


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

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

#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-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: 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;
}
@import url(relaxation.css/$file/base-weblog.css);

/*
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(relaxation.css/$file/header-1.jpg);
}

.layout-two-column-left #banner-inner {
	background-image: url(relaxation.css/$file/header-2l.jpg);
}

.layout-two-column-right #banner-inner {
	background-image: url(/scottco/blogs/brs2.nsf/Images/SCOO-7EBE46/$File/Me2Small.JPG);
}

.layout-three-column #banner-inner { 
	background-image: url(relaxation.css/$file/header-3.jpg);
}

#banner-header {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='relaxation.css/$file//header-alpha.png');
}

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

/* basic page elements */

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

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

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

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

.entry-content blockquote {
	background: url(relaxation.css/$file/quote.gif) no-repeat top left;
	color : #808979;
}

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

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: 714px;
	padding: 20px 0;
	color: #000;
	background-color: #a9ac99;
}

#container {
	width: 714px;
	background: url(relaxation.css/$file/middle-2r.gif) repeat-y top center;
}

#container-inner {
	padding-bottom: 30px;
	background: url(relaxation.css/$file/bottom-2r.gif) no-repeat bottom center;
}

#banner {
	color: #a0a999;
	font-size: 11px;
	height: 128px;
	/*text-align: right;*/
	width: 714px;
	padding-top: 30px;
	background: url(relaxation.css/$file/top-2r.gif) no-repeat top center;
}

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


/* NEW */
html > body #banner-header {
	/*background:transparent url(/scottco/blogs/brs2.nsf/Images/SCOO-756VM4/$File/me.JPG) no-repeat scroll right top; */
}

#banner-header {
	background-image:none;
	font-size:18pt;
	height:100px;
	left:65px;
	position:absolute;
	top:28px;
	width:430px;
}


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

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

/* NEW */
html>body #banner-description {
bottom:0;
height:auto;
right:217px;
text-align:left;
width:430px;
}

/*h2*/#banner-description {
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 11px;
	color: #a0a999;
	margin: 0;
	letter-spacing: 0;
	position: absolute;
	text-align: left;
	bottom: 20px;
	right: 420px;
	height: 100px;
	writing-mode: tb-rl;
	filter: flipH() flipV();
	top: 12px;
}


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

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

/* content */

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

/*h2*/.date-header {
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
	letter-spacing: 0.09em;
	text-align: right;
	margin-top: 14px;
}

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

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

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

.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.09em;
	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: left;
	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;
}

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

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

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

#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: 51px;
}

#comment-text { width: 350px; }

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: 564px;
	background-image: url(relaxation.css/$file/middle-1.gif);
}

.layout-one-column #container-inner {
	background-image: url(relaxation.css/$file/bottom-1.gif);
}

.layout-one-column #banner {
	width: 564px;
	background-image: url(relaxation.css/$file/top-1.gif);
}

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

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

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

/* two-column-left tweaks */

.layout-two-column-left #container {
	background-image: url(relaxation.css/$file/middle-2l.gif);
}

.layout-two-column-left #container-inner {
	background-image: url(relaxation.css/$file/bottom-2l.gif);
}

.layout-two-column-left #banner {
	background-image: url(relaxation.css/$file/top-2l.gif);
}

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

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

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

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

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

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

/* three-column tweaks */

.layout-three-column #container {
	background-image: url(relaxation.css/$file/middle-3.gif);
}

.layout-three-column #container-inner {
	background-image: url(relaxation.css/$file/bottom-3.gif);
}

.layout-three-column #banner {
	background-image: url(relaxation.css/$file/top-3.gif);
}

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

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

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

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

.layout-three-column #gamma {
	margin: 0 27px 0 32px;
	width: 128px;
	top: -122px;
}
.tag1 {}.tag2 {}.tag3 {}.tag4 {}.tag5 {}.tag6 {}div.Attachment {}div.Attachment a {}div.Attachment p {}div.Attachment img {}div.Thumbnail {}div.Thumbnail a {}div.Thumbnail p {}div.Thumbnail img {}div.AlbumThumbnail {}div.AlbumThumbnail a {}div.AlbumThumbnail p {}div.AlbumThumbnail img {}.BlogPollContents{}.BlogPollTitle {}.PollChoice {}.PollQuestionHelp {}.PollOption {}.PollVotes {}.PollPercent {}.PollTotalTitle {}.PollTotalValue {}.PollButton {}.calendar {}.calCaption {}.calHeader {}.calLinked {}.calUnlinked {}.calToday {}.calNav {}
