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


.tag1 { font-size: 1em; }
.tag2 { font-size: 1.2em; }
.tag3 { font-size: 1.4em; }
.tag4 { font-size: 1.6em; }
.tag5 { font-size: 1.8em; }
.tag6 { font-size: 2em; }
/*
name: Red Curve
designer: Bryan Buchs
designer_url: http://www.bryanbuchs.com
description: Red Curve v1.2
layouts: one-column, two-column-left, two-column-right
*/
*	{ margin: 0; padding: 0; }
body	{ background: url(redcurve.css/$File/body.png); margin: 0; padding: 0; font-size: 10px; }
div#container	{ background: url(redcurve.css/$File/container_top.png) no-repeat top; margin: 1em auto; width: 730px; padding: 0; padding-top: 16px; }
div#container-inner	{ background: url(redcurve.css/$File/container_bottom.png) no-repeat bottom; margin: 0; padding: 0; float: left; clear: left; }
div#banner	{ background: url(redcurve.css/$File/banner.png) top; }
div#banner h1,
div#banner h2	{ float: left; margin: 0; margin: 10px 30px; padding: 0; font-size: 1.25em; line-height: 1; color: #f5f5f5; font-family: Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif; }
div#banner h2	{ float: right; font-size: 1.1em; }
div#banner h1 a	{ color: #f5f5f5; font-weight: bold; text-decoration: none; }
div#pagebody	{ clear: left; }
body.layout-two-column-left div#pagebody	{ background: url(redcurve.css/$File/pagebody-left.png); margin-bottom: 16px; }
body.layout-two-column-left div#pagebody-inner	{ background: url(redcurve.css/$File/pagebody-inner-left.png) no-repeat top; }
body.layout-two-column-right div#pagebody	{ background: url(redcurve.css/$File/pagebody-right.png); margin-bottom: 16px; }
body.layout-two-column-right div#pagebody-inner	{ background: url(redcurve.css/$File/pagebody-inner-right.png) no-repeat top; }
body.layout-one-column div#pagebody	{ background: url(redcurve.css/$File/pagebody.png); margin-bottom: 16px; }
body.layout-one-column div#pagebody-inner	{ background: url(redcurve.css/$File/pagebody-inner.png) no-repeat top; }
body.layout-two-column-left div#alpha,
body.layout-two-column-right div#beta,
body.layout-one-column div#alpha	{ width: 199px; margin-left: 15px; float: left; margin-top: 0px; padding: 0; }
body.layout-two-column-right div#beta	{ margin-right: 15px; margin-left: 0; margin-top: 60px; }
body.layout-two-column-left div#alpha-inner,
body.layout-two-column-right div#beta-inner	{ margin: 0; margin-left: 13px; padding: 0; margin-top: 45px; }
body.layout-two-column-left div#beta,
body.layout-two-column-right div#alpha,
body.layout-one-column div#alpha	{ width: 491px; float: left; margin-right: 15px; padding: 0 5px; }
body.layout-two-column-right div#alpha,
body.layout-one-column div#alpha	{ margin-right: 0; margin-left: 15px; margin-top: 20px; }
body.layout-one-column div#alpha	{ width: auto; margin-right: 15px; }
body.layout-two-column-left div#beta-inner,
body.layout-two-column-right div#alpha-inner,
body.layout-one-column div#alpha-inner	{ margin: 13px; padding: 0; margin-top: 30px; }
body.layout-two-column-right .date-header,
body.layout-two-column-right .entry-header	{ padding-right: 0; }
body	{ font-size: 78%; font-family: Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif; word-spacing: normal; text-decoration: none; }
a:link,
	a:visited	{ text-decoration: underline; color: #CC0000; }
a:hover, 
	a:active	{ text-decoration: underline; color: #333; }
h1, h2, h3, h4, h5, h6	{ font-family: Garamond, Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1em; margin: 0; line-height: 1; }
h1	{ font-size: 2em; }
h2	{ font-size: 1.6em; }
h3	{ font-size: 1.4em; }
h4	{ font-size: 1.1em; }
p, ul, ol, pre, blockquote	{ line-height: 1.7; margin: 0 0 1.5em 0; }
li	{ line-height: 1.2; margin-bottom: .5em; }
ul, ol	{ padding-left: 2em; }
li ul,
	li ol	{ margin-bottom: 0; }
ol li ol	{ list-style-type: lower-latin; }
ol li ol li ol	{ list-style-type: lower-roman; }
pre	{ display: block; padding: 10px; font-size: 1em; font-family: "Courier New", Courier, mono; overflow: auto; }
blockquote	{ display: block; margin: 0 1em; margin-bottom: 1em; padding: 0; padding-left: 18px; font-style: oblique; }
blockquote *	{ margin: 0; padding: 0; }
.module	{ background: url(redcurve.css/$File/module-header.png) no-repeat top; margin: 0 0 1em 0; padding: 0; padding-top: 6px; font-size: .85em; color: #898989; width: 173px; }
.module-content	{ width: 155px; background: url(redcurve.css/$File/module.png) no-repeat bottom; margin: 0; padding: 0 9px 9px 9px; float: left; }
.module-header	{ padding: 2px 0 0 0; margin: 0 9px 14px 9px; color: #737058; font-size: 1.25em; font-weight: bold; text-transform: uppercase; float: left; }
.module h2.module-header a:link,
.module h2.module-header a:visited	{ color: #737058; text-decoration: none; }
.module a:link, .module a:visited	{ color: #898989; }
.module a:hover, .module a:active	{ color: #CC0000; }
ul.module-list,
li.module-list-item	{ margin: 0; padding: 0; list-style: none; float: left; clear: both; width: 155px; }
li.module-list-item	{ margin-bottom: 6px; background: url(redcurve.css/$File/arrow.png) no-repeat 3px 2px; }
li.module-list-item a	{ margin: 0; padding: 0; line-height: 12px; background: url(redcurve.css/$File/arrow.png) no-repeat 3px 2px; padding-left: 16px; text-decoration: none; display: block; }
li.module-list-item a:hover	{ background: url(redcurve.css/$File/arrow-over.png) no-repeat 3px 2px; text-decoration: none; }
li.module-list-item ul	{ margin: 0; }
li.module-list-item ul li.module-list-item	{ margin: 0; margin-top: 6px; margin-left: 12px; width: 143px; }
.module-content input	{ padding: 2px; font-size: 12px; border: 1px solid #b8b5a3; border-top: 1px solid #f0f0dd; border-left: 1px solid #f0f0dd; background: #c8c5ae; font-size: 11px; color: #fff; font-weight: bold; }
.module-content input#search	{ width: 143px; border: 1px solid #E0E0BB; background: #FCFBF6; margin-bottom: .5em; padding: 5px; color: #565656; font-weight: normal; }
.module-powered, 
.module-syndicate,
.module-powered .module-content,
.module-syndicate .module-content	{ background: none; margin: 4px; padding: 0; font-size: .9em; }
.module-powered .module-content a:link, 
.module-syndicate .module-content a:link	{ text-decoration: none; color: #565656; }
.date-header	{ margin: 0; color: #999; font-size: 1em; text-transform: uppercase; }
.entry	{ margin: 0; padding: 0; margin-bottom: 20px; }
.entry-header	{ margin: .5em 0; padding-right: 150px; color: #CC0000; font-size: 1.4em; line-height: 1.2; font-weight: bold; text-transform: uppercase; }
body.layout-one-column .entry-header	{ padding-right: 0; }
.entry-content	{ margin: 0; color: #666; line-height: 1.7; }
.entry-body img	{ padding: 4px; background: #ffffff; border: 1px solid #CCCCCC; }
div.entry-body img[align="right"]	{ margin: 0 0 2em 2em; }
div.entry-body img[align="left"]	{ margin: 0 2em 2em 0; }
.entry-body	{ }
.entry-footer,
.trackback-footer,
.comment-footer	{ margin: 1em 0 0 0; padding-top: 4px; font-size: .85em; line-height: 1.5; color: #555; text-align: right; border-top: 1px solid #D8D1A7; }
p.entry-footer a:link,
p.trackback-footer a:link,
p.comment-footer a:link	{ text-decoration: none; color: #CC0000; }
#trackbacks-info	{ margin-bottom: 1em; color: #999999; text-align: center; border-top: 1px solid #D8D1A7; border-bottom: 1px solid #D8D1A7; background: #fff; }
#trackbacks-info p	{ margin: 2px 0; line-height: 1.4; padding: .5em 0; color: #454545; background: #F5F3E3; }
.entry-footer .post-footers	{ font-weight: bold; color: #898989; display: block; }
.separator	{ display: none; }
.entry-footer a:link, .entry-footer a:visited,
.trackback-footer a:link, .trackback-footer a:visited,
.comment-footer a:link, .comment-footer a:visited	{ color: #CC0000; }
.entry-userpic,
.comment-userpic,
p.content-nav	{ display: none; }
.trackbacks-header,
.comments-header,
.comments-open-header	{ margin: 1em 0 .5em 0; color: #737058; font-size: 1.25em; line-height: 1; font-weight: bold; text-transform: uppercase; }
.trackback, 
.comment	{ margin-bottom: 2em; }
.trackback-content,
.comment-content,
.comments-open-content	{ margin: 0; padding: 0; line-height: 1.7; color: #454545; }
.trackback-content p,
.comment-content p,
.comments-open-content p	{ margin-bottom: .5em; color: #565656; }
#comments-open-data	{ margin-top: 1em; padding: 0; border-top: 1px solid #D8D1A7; }
#comments-open-data p,
#comments-open-text,
#comments-open-footer	{ margin: 0; padding: .75em 0; border-bottom: 1px solid #D8D1A7; }
#comments-open-footer	{ background-color: #F5F3E3; padding: 1em 0; }
form label	{ font-size: .85em; color: #666; }
form #comment-text	{ width: 450px; height: 100px; margin-bottom: .25em; }
input, textarea	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.25em; padding: 5px; }
form input[name="url"],
form input[name="email"],
form input[name="author"],
form textarea[name="text"]	{ border: 1px solid #dcdcdc; color: #333; }
label[for="comment-bake-cookie"]	{ font-size: 1.15em; color: #333; }
#comments-open-footer input	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.25em; padding: 2px; width: 100px; color: #333; }
.tag1 { font-size: 1em;}.tag2 { font-size: 1.2em;}.tag3 { font-size: 1.4em;}.tag4 { font-size: 1.6em;}.tag5 { font-size: 1.8em;}.tag6 { font-size: 2em;}div.Attachment {padding: 5px 5px 5px 5px;
 border: 0;
margin: 0;
float: left;
width: auto;
height: 75px;
text-align:center;}div.Attachment a {padding: 0;
margin: 0;
text-align: center;
text-decoration: none;
border: 0;}div.Attachment p {padding: 0;
margin: 0;
text-align: center;
text-decoration: none;
border: 0;}div.Attachment img {padding: 2px;
text-align: center;
background-color: white;}div.Thumbnail {padding: 0 25px 25px 0;
 border: 0;
margin: 5px;
float: left;
width: 180px;
height: 180px;}div.Thumbnail a {padding: 0;
margin: 0;
text-decoration: none;
border: 0;}div.Thumbnail p {padding: 0;
margin: 0;
text-decoration: none;
border: 0;}div.Thumbnail img {border: 2px solid black;
padding: 2px;
background-color: white;}div.AlbumThumbnail {padding: 0 25px 25px 0;
 border: 0;
margin: 5px;
float: left;
width: 180px;
height: 180px;}div.AlbumThumbnail a {padding: 0;
margin: 0;
text-decoration: none;
border: 0;}div.AlbumThumbnail p {padding: 0;
margin: 0;
text-decoration: none;
border: 0;}div.AlbumThumbnail img {border: 2px solid red;
padding: 2px;
background-color: white;}.BlogPollContents{background-color:#FFFFFF;
font-family:verdana,arial, sans-serif;
min-height:170px;
width: 500px;
padding : 5px 5px 5px 5px;
margin: 0px 5px 0px 5px;
border: 1px solid #E7E7E7;}.BlogPollTitle {font-weight: bold;
color: #73BA38;
font: 1.0em;
line-height :2.2;}.PollChoice {line-height: 1.3;}.PollQuestionHelp {color: #8F8F8F;}.PollOption {font-weight: bold;}.PollVotes {color: #FFD700;}.PollPercent {color: Green;}.PollTotalTitle {color: #003399;
font-weight: bold;}.PollTotalValue {color: red;
font-weight: bold;}.PollButton {background:	#A3B8CC;}.calendar {width: 155px;
		 padding: 0;
		 margin: 0;
		 border-left: 1px solid #A2ADBC;
		 font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		 color: #616B76;
		 text-align: center;
		 background-color: #fff;}.calCaption {margin: 0;
		 padding: 0;
		 width: 155px;
		 background: #A2ADBC;
		 color: #fff;		  
		 font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		 text-align: center;}.calHeader {font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		 color: #616B76;
		 background: #D9E2E1;
		 border-right: 1px solid #A2ADBC;
		 border-bottom: 1px solid #A2ADBC;
		 border-top: 1px solid #A2ADBC;}.calLinked {border-right: 1px solid #A2ADBC;
border-bottom: 1px solid #A2ADBC;
width: 20px;
height: 20px;
text-align: center;
text-decoration: none;
font-weight: bold;
background: #DA9123;}.calUnlinked {border-right: 1px solid #A2ADBC;
border-bottom: 1px solid #A2ADBC;
width: 20px;
height: 20px;
text-align: center;
background: #fff;}.calToday {color: #F6F4DA;
		 font-weight: bold;
		 background: #DF9496;
}.calNav {font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		 color: #fff;		 
		 text-align: center;
		 text-decoration: none;}/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../lightbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../lightbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../lightbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../lightbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
