#banner
{
background: url(http://www.mouwilson.com/mou-hdr.jpg) no-repeat;
height: 160px;
}

#banner-header
{
display: none;
}

#banner-description
{
display: none;
}

.link,
#SignUp .signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
	}
	.link {
		text-decoration: none;
		}
	#SignUp .signupframe {
		border: 1px solid #000000;
		background: #ffffff;
		}

.link,
.signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
	}
	.link {
		text-decoration: none;
		}
	.signupframe {
		border: 1px solid #000000;
		background: #ffffff;
		}

/* Base */
@import url(/.shared/themes/common/base-weblog.css);

/* Tip Jar */
@import url(/.shared/themes/common/tipjar.css);

/* Portal */

/* Theme */
@import url(/.shared/themes/walt/theme-curves_red.css);


/* ph=1 */
/* nhm:dynamic-ssi */
/* $Id: base-weblog.css 91969 2008-10-28 22:45:39Z noneill $ */

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


/* nav */

.nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-list-item {
	display: block;
	float: left;
}

.nav-list-item a {
	display: block;
	padding: 5px 10px;
}


/* 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,
.comments-info,
.comments-open-content,
.comments-closed {
	clear: both;
	margin: 5px 10px;
}

.comment-data .comment-content {
	float: left;
	clear: right;
	margin: 0;
}

.comment-inline-edit,
.comment-inline-preview {
	margin-top: 10px;
}

.comment-number {
	display: inline;
	float: left;
	margin-right: 8px;
}

.comment-header .comment-header-right {
	margin: 0;
	clear: none;
}

.comment-header .comment-header-left {
	float: left;
}

.comment-has-avatar .comment-avatar {
	float: left;
	width: 56px;
}

.comment-has-avatar .comment-avatar img {
	border: 1px solid #999;
	padding: 2px;
	background-color: #fff;
}

.comment-has-avatar .comment-content,
.comment-has-avatar .comment-footer {
	margin-left: 66px;
}

.trackbacks-info p,
.comments-info p {
	margin-top: 5px;
}

.trackbacks-link {
	font-size: 0.8em;
}

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

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

.entry-footer p {
	margin-top: 0;
	margin-bottom: 2px;
}

.entry-footer-share-buttons {
	line-height: 20px;
}

.entry-footer-share-buttons .separator {
	display: none;
}

.entry-footer-share-buttons .share-link {
	border: 1px solid #ddd;
	color: #777;
	padding: 3px 6px 3px 24px; 
	font-size: 10px;
	font-family: verdana; 
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin:0 2px 0 0;
	vertical-align:baseline;
}

.entry-footer-share-buttons .share-link:hover {
	border-color: #bbb;
	color: #555;
}

.entry-footer-share-buttons .share-link-digg {
	background: #ededed url(images/share-link-bg-digg.gif) repeat-x 0 0;
}

.entry-footer-share-buttons .share-link-email {
	background: #ededed url(images/share-link-bg-email.gif) repeat-x 0 0;
}

.entry-footer-share-buttons .share-link-twitter {
	background: #ededed url(images/share-link-bg-twitter.gif) repeat-x 0 0;
}

.entry-footer-share-buttons .share-link-delicious {
	background: #ededed url(images/share-link-bg-delicious.gif) repeat-x 0 0;
}

.favorite-container{
	width: 82px; /* 79px */
	height: 20px;
	display: inline;
}
.entry-footer-share-buttons .favorite-container{
	padding: 0 3px 0 0;
}
.favorite{
	vertical-align: bottom;
	width: 82px; /* 79px */
	height: 20px;
	padding:0;
	margin: 0 2px 0 0;
}
/* .favoriteshort{vertical-align:bottom;width:22px;height:20px;padding:0;margin:0;} */

.recently-favorited{margin:0 0 20px 0;}
.recently-favorited ul{list-style:none;margin:0;padding:0;}
.recently-favorited li{display:inline;margin:0 5px 0 0;}
.recently-favorited li img{width:32px;height:32px;}

.comments-open label { display: block; }

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

#comment-text {
	margin-bottom: 3px;
}

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


/* modules */

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

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

.module-list,
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item,
.archive-list-item {
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-more {
	text-align: right;
}

.module-elsewhere .module-list img,
.archive-elsewhere .archive-list img,
.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;
	width: 100%;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
	width: 14%;
	text-align: center;
}

.module-category-cloud .module-list {
	margin-right: 0;
	margin-left: 0;
}

.module-category-cloud .module-list-item {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2em;
	background: none;
}

.module-category-cloud .cloud-weight-1  { font-size: 0.9em; }
.module-category-cloud .cloud-weight-2  { font-size: 0.95em; }
.module-category-cloud .cloud-weight-3  { font-size: 1em; }
.module-category-cloud .cloud-weight-4  { font-size: 1.125em; }
.module-category-cloud .cloud-weight-5  { font-size: 1.25em; }
.module-category-cloud .cloud-weight-6  { font-size: 1.375em; }
.module-category-cloud .cloud-weight-7  { font-size: 1.5em; }
.module-category-cloud .cloud-weight-8  { font-size: 1.625em; }
.module-category-cloud .cloud-weight-9  { font-size: 1.75em; }
.module-category-cloud .cloud-weight-10 { font-size: 1.75em; }

.typelist-plain .module-list,
.typelist-plain .archive-list {
	list-style: none;
}

.typelist-plain .module-list-item,
.typelist-plain .archive-list-item {
	padding: 0;
	background: none;
}

.typelist-thumbnailed { margin: 0 0 20px; }

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

.typelist-no-description {
	text-align: center;
	margin: 10px 0;
}

.module-featured-photo .module-content,
.module-photo .module-content {
	margin: 0;
}

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

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


/* Mini-Profile Module */

.module-miniprofile .module-content {
	text-align: center;
}


/* comments */
.comments-open {
	margin-bottom: 25px;
}

.comment-form .grayText {
	color: #999;
}

.comment-form .comments-open-subtext {
	margin: 2px 0 20px;
	font-size: 11px;
}

.comment-form .errorBG {
	background-color: #ffebe3;
}

.comment-form .comment-error,
.comment-form .comment-error,
.comment-form .comment-error {
	margin: 2px 0 16px 3px;
	font-size: .9em;
}

.comment-form .active-error {
	display: block;
}

/* sign in to comment external services */
.comments-open .login-list {
	display: inline;
	float: left;
	padding-left: 0px;
}

.comments-open .login-list span {
	margin-left: 4px;
	padding-bottom: 5px;
}

.comments-open .login-list .first {
	margin-left: 0px;
	padding-left: 0px;
}

.comments-open .login-list .typepad {
	background: url(../../images/profile/service_icons/typepad.png) top left no-repeat;
	padding-left: 20px;
}

.comments-open .login-list .facebook {
	background: url(../../images/profile/service_icons/facebook.png) top left no-repeat;
	padding-left: 19px;
}

.comments-open .login-list .twitter {
	background: url(../../images/profile/service_icons/twitter.png) top left no-repeat;
	margin-left: 2px;
	padding-left: 18px;
}

/* share this comment */

.comments-open .share-comment {
	margin-bottom: 20px;
}

.comments-open .share-comment .field-header {
	margin-bottom: 4px;
	font-size: 1.1em;
	font-weight: bold;
}

.comments-open .share-comment .field-notice {
	margin: 5px 0 4px 0;
	font-size: .90em;
}

.comments-open #comments-open-login,
.comments-open #comments-open-logout {
	margin-bottom: 10px;
}

/* comment notification boxes */
.yellowBox,
.yellowGreenBox,
.redBox {
	background: url(../images/atpcomment-gradient.png) top left repeat-x #ffffe6;
	border: 1px solid;
	margin: 10px 0 50px;
	padding: 8px;
	color: #000;
}

.lessBoxMargin {
	margin: 20px 0 25px;
}

.commentCompleteMargin {
	margin: 25px 0 20px;
}

.yellowBox p,
.yellowGreenBox p,
.redBox p {
	margin-top: 0;
	color: #000;
}

/* hiddenBox class */
.hiddenBox {
	display: none;
}

.visibilityHiddenBox {
	visibility: hidden;
}

.comments-open label.hiddenBox {
	display: none;
}

/* yellow/yellow prompt box */
.yellowBox {
	border: 1px solid #ffbb33;
}

/* yellow/green complete box */
.yellowGreenBox {
	border: 1px solid #669900;
}

/* red/red error box */
.redBox {
	border: 1px solid #cc2200;
}

.captchaErrorText {
	background: url(../../images/atpcomment-error-icon.png) top left no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

.comment-inline-edit,
.comment-inline-edit textarea,
.comment-inline-preview,
.comment-inline-preview p {
	margin-bottom: 8px;
}

.comment-inline-preview-buttons {
	margin-top: 8px;
}

.comment-preview {
	margin-top: 20px;
}

.comment-preview-content {
	float: left;
	clear: right;
	margin-top: 8px;
}

.comment-form .comments-open-footer {
	width: 300px;
}

.comment-form .cancel-edit {
	padding: 5px 0;
	float: right;
}

.comment-data .comment-footer {
	clear: both;
	margin-bottom: 30px;
}

.comment-footer .command-edit-comment,
.comment-footer .command-delete-comment {
	font-weight: bold;
}

.comment-footer .comment-footerlinks {
	float: left;
}

.comment-footer .comment-datetime {
	float: right;
	clear: right;
}

.comment {
	padding-top: 15px;
}

#comment-avatar-flyout {
	position: absolute;
	z-index: 1;
}

#avatar-flyout-content {
	width: 300px;
	background-color: #fff;
	border: 2px solid;
	padding: 8px;
}

#avatar-flyout-img {
	float: left;
	margin-right: 4px;
}

#avatar-flyout-name {
	font-weight: bold;
	font-size: 14px;
}

#avatar-flyout-content .profileLink {
	float: right;
	font-weight: bold;
}

#comment-avatar-flyout .clearBoth {
	clear: both;
}

#avatar-flyout-content #avatar-flyout-location,
#avatar-flyout-content .profileWebsite {
	margin: 5px 0;
}

#avatar-flyout-counts .activityTitle {
	margin: 5px 0 8px;
	font-weight: bold;
}

#avatar-flyout-counts .subTitle {
	float: left;
	width: 100px;
}

#avatar-flyout-counts #avatar-flyout-thisblog,
#avatar-flyout-counts #avatar-flyout-overall {
	float: left;
}

.pager .pagination-bar a {
	margin: 2px;
	border: 1px solid #ccc;
	padding: 2px 4px;
	text-decoration: none;
}

.pager .pagination-bar a:hover,
.pager .pagination-bar a:active {
	text-decoration: underline;
}

.pager .pagination-bar .this-page {
	margin: 2px;
	padding: 1px 4px;
}

.pager .pager-status {
	margin: 2px;
	padding: 1px 4px;
	font-size: 0.8em;
}


/* footer */

.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-list-item {
	display: block;
	float: left;
}

.footer-list-item a {
	display: block;
	padding: 5px 10px;
}


/* thumbnail gallery */

.entry .entry-content .asset-image-multiple ul {
	margin: 0;
	padding: 0;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails img {
	height: 40px;
	padding: 2px;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails li {
	list-style: none;
	margin: 0;
	padding: 2px 2px 0 0;
	text-indent: 0;
	display: inline;
}

.entry .entry-content .asset-image-multiple .asset-thumbnails li.on img {
	border: 2px solid #800;
	padding: 0;
}
module-tipjar,
.module-tipjar-r2 {
    font-family: 'trebuchet ms', sans-serif;
}

.module-tipjar .button {
    margin: 0;
}

.module-tipjar-r2 .tipjar-button-wrapper {
	position: relative;
}

.module-tipjar-r2 .tipjar-button {
    position: relative;
    float: left;
    text-align: left;
}

.module-tipjar .button h3,
.module-tipjar .button p,
.module-tipjar-r2 .tipjar-button h3,
.module-tipjar-r2 .tipjar-button p {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.2em;
}

.module-tipjar .button img,
.module-tipjar-r2 .tipjar-button img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.module-tipjar .module-content {
    position: relative;
    margin: 10px;
    padding: 0;
}

.module-tipjar p {
    margin-left: 10px;
}

.module-tipjar-r2 p {
    margin: 2px 0 0 0;
}

.module-tipjar #button-1, .module-tipjar-r2 #button-1 { background: url(/.shared/images/tipjar-buttons/tipjar-green-large.gif) left top no-repeat; }
.module-tipjar #button-2, .module-tipjar-r2 #button-2 { background: url(/.shared/images/tipjar-buttons/tipjar-pink-large.gif) left top no-repeat; }
.module-tipjar #button-3, .module-tipjar-r2 #button-3 { background: url(/.shared/images/tipjar-buttons/tipjar-green-medium.gif) left top no-repeat; }
.module-tipjar #button-4, .module-tipjar-r2 #button-4 { background: url(/.shared/images/tipjar-buttons/tipjar-pink-medium.gif) left top no-repeat; }
.module-tipjar #button-5, .module-tipjar-r2 #button-5 { background: url(/.shared/images/tipjar-buttons/tipjar-green-small.gif) left top no-repeat; }
.module-tipjar #button-6, .module-tipjar-r2 #button-6 { background: url(/.shared/images/tipjar-buttons/tipjar-pink-small.gif) left top no-repeat; }

.module-tipjar .empty-1,
.module-tipjar .empty-2,
.module-tipjar-r2 #button-1,
.module-tipjar-r2 #button-2,
.module-tipjar-r2 .empty-1,
.module-tipjar-r2 .empty-2 {
    width: 120px;
    height: 52px;
}

.module-tipjar #button-1 h3,
.module-tipjar #button-2 h3,
.module-tipjar-r2 #button-1 h3,
.module-tipjar-r2 #button-2 h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 4px 0 0 28px;
}

.module-tipjar #button-1 p,
.module-tipjar #button-2 p,
.module-tipjar-r2 #button-1 p,
.module-tipjar-r2 #button-2 p {
    font-size: 11px;
}

.module-tipjar #button-1 p,
.module-tipjar #button-2 p {
    padding: 0 0 24px 28px;
}

.module-tipjar-r2 #button-1 p,
.module-tipjar-r2 #button-2 p {
    padding: 0 0 0 28px;
}

.module-tipjar .empty-3,
.module-tipjar .empty-4,
.module-tipjar-r2 #button-3,
.module-tipjar-r2 #button-4,
.module-tipjar-r2 .empty-3,
.module-tipjar-r2 .empty-4 {
    width: 88px;
    height: 31px;
}

.module-tipjar #button-3 h3,
.module-tipjar #button-4 h3,
.module-tipjar-r2 #button-3 h3,
.module-tipjar-r2 #button-4 h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 5px;
}

.module-tipjar #button-3 p,
.module-tipjar #button-4 p,
.module-tipjar-r2 #button-3 p,
.module-tipjar-r2 #button-4 p {
    font-size: 11px;
}

.module-tipjar #button-3 p,
.module-tipjar #button-4 p {
    padding: 0 0 4px 5px;
}

.module-tipjar-r2 #button-3 p,
.module-tipjar-r2 #button-4 p {
    padding: 0 0 0 5px;
}

.module-tipjar #button-5,
.module-tipjar #button-6,
.module-tipjar .empty-5,
.module-tipjar .empty-6,
.module-tipjar-r2 #button-5,
.module-tipjar-r2 #button-6,
.module-tipjar-r2 .empty-5,
.module-tipjar-r2 .empty-6 {
    width: 94px;
    height: 15px;
}

.module-tipjar #button-5 h3,
.module-tipjar #button-6 h3,
.module-tipjar #button-5 p,
.module-tipjar #button-6 p,
.module-tipjar-r2 #button-5 h3,
.module-tipjar-r2 #button-6 h3,
.module-tipjar-r2 #button-5 p,
.module-tipjar-r2 #button-6 p {
    display: none;
}

/* $Id: theme-curves_red.css 79046 2008-04-21 17:09:32Z stanimoto $ */

@import url("theme-curves.css");


/* basic page elements */

a { color: #711919; }
a:hover { color: #330505; }

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

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	color: #711919;
}


/* page layout */

body { background-image: url(http://mouwilson.com/.shared/themes/walt/theme-curves_red/body-bg.gif); }

#banner
{
	border-top-color: #711919;
	background-color: #cb7979;
	background-image: url(theme-curves_red/header.png);
}

#banner-header { background-image: url(theme-curves_red/header-rule.gif); }


/* nav */

.nav-list { border-bottom-color: #cb7979; }

.nav-list-item { border-right-color: #cb7979; }


/* content */

.entry { background-image: url(theme-curves_red/post-ornament.gif); }

.entry-header { color: #711919; }

.entry-footer { border-top-color: #e5b8b8; }

.content-header { color: #711919; }


/* modules */

.module-powered .module-content
{
	border-color: #e5b8b8;
	background-color: #f2dada;
	background-image: url(theme-curves_red/gradient-bg.gif);
}

.typelist-thumbnailed .module-list-item
{
	border-color: #e5b8b8;
	background-color: #f2dada;
	background-image: url(theme-curves_red/gradient-bg.gif);
}

.typelist-thumbnail { background: #f2dada; }

.module-recent-photos .module-list-item a:hover { border-color: #711919; }


/* calendar tweaks */

	.layout-calendar #pagebody-inner { background-image: url(theme-curves_red/body-bg-artistic.gif); }

	.module-mmt-calendar .module-header,
	.layout-timeline .module-recent-photos .module-header
	{
		background-color: #711919;
	}

	.module-mmt-calendar table
	{
		background-color: #711919;
	}

	.module-mmt-calendar th
	{
		border-right-color: #e5b8b8;
	}

	.module-mmt-calendar td
	{
		border-right-color: #e5b8b8;
		background-color: #f2dada;
		background-image: url(theme-curves_red/gradient-bg.gif);
	}

	.day-photo a:hover { border-color: #711919; }


/* artistic tweaks */

	.layout-artistic #pagebody-inner { background-image: url(theme-curves_red/body-bg-artistic.gif); }


/* moblog1 tweaks */

	.layout-moblog1 #pagebody-inner { background-image: url(theme-curves_red/body-bg-twt.gif); }


/* moblog2 tweaks */

	.layout-moblog2 #pagebody-inner { background-image: url(theme-curves_red/body-bg-moblog2.gif); }


/* timeline tweaks */

	.layout-timeline #pagebody-inner { background-image: url(theme-curves_red/body-bg-timeline.gif); }


/* one-column tweaks */


/* two-column-left tweaks */

	.layout-two-column-left #pagebody-inner { background-image: url(theme-curves_red/body-bg-tw.gif); }


/* two-column-right tweaks */

	.layout-two-column-right #pagebody-inner { background-image: url(theme-curves_red/body-bg-wt.gif); }


/* three-column tweaks */

	.layout-three-column #pagebody-inner { background-image: url(theme-curves_red/body-bg-twt.gif); }


/* three-column-right tweaks */

	.layout-three-column-right #pagebody-inner { background-image: url(theme-curves_red/body-bg-wtt.gif); }


/* footer */

#footer
{
	border-color: #e5b8b8;
	background-image: url(theme-curves_red/gradient-bg.gif);
}

.footer-list-item
{
	border-color: #e5b8b8;
}
/* $Id: theme-curves.css 72153 2008-01-28 20:13:08Z gwebb $ */

/* basic page elements */

body
{
	font-family: 'lucida grande', helvetica, arial, sans-serif;
	font-size: 12px;
}

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

.module-content a { color: #999; }
.module-content a:hover { color: #666; }

.entry-header a { text-decoration: none; }
.entry-header a:hover { text-decoration: underline; }

.entry-footer a { color: #999; }
.entry-footer a:hover { color: #666; }

h1, h2, h3, h4, h5, h6
{
	font-family: 'lucida grande', helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
}


/* page layout */

body
{
	color: #333;
	background-color: #fff;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
}

#container { width: 940px; }

#banner
{
	width: 940px;
	margin: 0;
	border-top-width: 10px;
	border-top-style: solid;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px double #fff; }

#banner-header
{
	margin: 0;
	padding: 30px 70px 15px;
	color: #fff;
	font-family: georgia, 'times new roman', serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-shadow: #000 0 1px 3px;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#banner-description
{
	margin: 0;
	padding: 5px 70px 50px;
	color: #fff;
	font-family: georgia, 'times new roman', serif;
	font-size: 24px;
	line-height: 1.125;
	text-align: center;
	text-shadow: #000 0 1px 3px;
}

#pagebody
{
	padding: 15px 0;
	background-color: #fff;
}

#pagebody-inner
{
	background-repeat: repeat-y;
	background-position: top center;
}

#alpha, #beta, #gamma, #delta
{
	float: left;
	margin: 0 0 0 20px;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	padding: 0 0 25px;
}

#alpha { width: 445px; }
#beta { width: 415px; margin-left: 40px; }

#gamma, #delta { width: 200px; }


/* nav */

#nav { background-color: #fff; }

.nav-list
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.nav-list-item
{
	border-right-width: 1px;
	border-right-style: solid;
}

.nav-list-item a
{
	padding: 6px 10px;
	font-size: 11px;
}


/* content */

.date-header
{
	margin: 5px 0;
	color: #999;
	font-size: 10px;
}

.entry
{
	background-repeat: no-repeat;
	background-position: 0 11px;
}

.entry-header
{
	margin: 5px 25px 5px;
	font-family: georgia, 'times new roman', serif;
	font-size: 22px;
}

.entry-content { margin: 5px 25px; }

.entry-more-link { font-weight: bold; }

.entry-footer
{
	margin: 10px 25px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	color: #999;
	font-weight: normal;
}

.content-nav { margin: 5px 0 10px; }

.content-header
{
	margin: 5px 0 30px;
	font-size: 28px;
	font-weight: bold;
}

.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	margin: 5px 0;
}

.trackbacks-info,
.trackback-footer,
.comments-info,
.comment-footer,
.comments-open-footer,
.archive-content
{
	margin: 5px 0 20px;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}


/* modules */

.module-content { margin: 5px 2px 20px; font-size: 11px; }

.module-calendar .module-content { margin: 5px 10px 15px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }

.module-mmt-calendar .module-header,
.module-recent-photos .module-header { background-image: none; }

.module-powered { margin: 0; padding: 0; }
.module-powered .module-content
{
	margin: 15px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	color: #333;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top left;
}

.module-powered .module-content a { color: #333; }

.module-photo { border: 0; background: none; }
.module-photo .module-content { margin: 10px; }
.module-photo img { border: 0; }

.archive-list-item { margin-bottom: 5px; }

.typelist-thumbnailed { margin: 0 0 20px; }

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	border-width: 1px;
	border-style: solid;
	padding: 0;
	background-repeat: repeat-x;
	background-position: top left;
}

.module-featured-photo { width: 415px; }
.module-featured-photo .module-content { margin: 15px 0 5px; }
.module-featured-photo img { width: 415px; }

.module-recent-photos { border: 0; margin-left: 2px; }
.module-recent-photos .module-content {  }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 5px 6px 0;
	padding: 0;
	background-image: none;
}

.module-recent-photos .module-list-item a
{
	border: #ccc 1px solid;
	padding: 1px;
	background-color: #eee;
}


/* calendar tweaks */

	.layout-calendar #gamma { width: 195px; margin-left: 0; }

	.layout-calendar #gamma-inner, .layout-calendar #delta-inner { padding-top: 0; }

	.module-mmt-calendar { width: 415px; margin: 0; }

	.module-mmt-calendar .module-header,
	.layout-timeline .module-recent-photos .module-header
	{
		margin: 0;
		padding: 5px 15px;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
	}

	.module-mmt-calendar .module-content { margin: 15px 0; }
	.module-mmt-calendar .module-content tbody .day-date { color: #666; }

	.module-mmt-calendar table
	{
		width: 415px;
	}

	.module-mmt-calendar th
	{
		color: #fff;
		border-top: 1px solid #fff;
		border-right-width: 1px;
		border-right-style: solid;
		border-bottom: 1px solid #ccc;
		padding: 2px;
		text-align: right;
		font-weight: bold;
	}

	.module-mmt-calendar td
	{
		border-top: 1px solid #fff;
		border-right-width: 1px;
		border-right-style: solid;
		border-bottom: 1px solid #ccc;
		padding: 2px;
		text-align: right;
		font-weight: normal;
		background-repeat: repeat-x;
		background-position: top left;
	}

	th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
	{
		border-right: none;
	}

	.day-photo a
	{
		border: #ccc 1px solid;
		padding: 1px;
		background-color: #eee;
	}


/* artistic tweaks */

	.layout-artistic #gamma { margin-left: 0; }
	.layout-artistic #delta { margin-left: 15px; }

	.layout-artistic #gamma-inner { padding-top: 0; }
	.layout-artistic #delta-inner { padding-top: 0; }


/* moblog1 tweaks */

	.layout-moblog1 #alpha { width: 180px; }
	.layout-moblog1 #beta { width: 460px; }
	.layout-moblog1 #gamma { width: 180px; margin-left: 40px; }

	.layout-moblog1 .module-recent-photos { margin: 0; }
	.layout-moblog1 .module-recent-photos .module-content { margin: 10px 0 0 15px; }


/* moblog2 tweaks */

	.layout-moblog2 #alpha { width: 65px; }
	.layout-moblog2 #beta { width: 420px; margin-left: 20px; }
	.layout-moblog2 #gamma { width: 195px; margin-left: 40px; }
	.layout-moblog2 #delta { width: 120px; margin-left: 40px; }

	.layout-moblog2 .module-photo .module-content { margin: 10px; }
	.layout-moblog2 .module-photo .module-content img { width: 100px; height: auto; }

	.layout-moblog2 .module-recent-photos { margin: 0; }
	.layout-moblog2 .module-recent-photos .module-content { margin: 5px 0 0 0; }


/* timeline tweaks */

	.layout-timeline #alpha { width: 470px; }
	.layout-timeline #beta { width: 390px; }
	.layout-timeline #gamma { width: 170px; margin-left: 15px; }
	.layout-timeline #delta { width: 170px; }

	.layout-timeline #gamma-inner { padding-top: 0; }
	.layout-timeline #delta-inner { padding-top: 0; }

	.layout-timeline .module-recent-photos .module-content { margin: 10px 0 0 15px; }
	.layout-timeline .module-recent-photos .module-list-item { margin: 0 10px 10px 0; }


/* one-column tweaks */

	.layout-one-column #container { width: 780px; }
	.layout-one-column #banner { width: 780px; }

	.layout-one-column #alpha { width: 740px; }


/* two-column-left tweaks */

	.layout-two-column-left #alpha { width: 200px; }
	.layout-two-column-left #beta { width: 660px; }


/* two-column-right tweaks */

	.layout-two-column-right #alpha { width: 660px; }
	.layout-two-column-right #beta { width: 200px; }


/* three-column tweaks */

	.layout-three-column #alpha { width: 180px; }
	.layout-three-column #beta { width: 460px; }
	.layout-three-column #gamma { width: 180px; margin-left: 40px; }


/* three-column-right tweaks */

	.layout-three-column-right #alpha { width: 460px; }
	.layout-three-column-right #beta { width: 180px; }
	.layout-three-column-right #gamma { width: 180px; margin-left: 40px; }


/* footer */

#footer
{
	border-top-width: 1px;
	border-top-style: solid;
	padding: 10px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top left;
}

.footer-list-item
{
	border-right-width: 1px;
	border-right-style: solid;
}

.last-footer-list-item
{
	border-right-width: 0;
}

.footer-list-item a
{
	padding: 2px 10px;
	font-size: 11px;
}
