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

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

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

.comments-open-header {
    clear: both;
}

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




/* cat_clover (cat_clover.css) */

/* basic page elements */

body {
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
	color: #ffff99;
}

a {
	color: #ffcc99;
	text-decoration: none;
}

a:hover {
	color: #ff9966;
}

h1, h2, h3, h4, h5, h6 {
	font: bold 13px 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module {
	padding-top: 10px;
	padding-bottom: 10px;
}

.module-header {
	padding-top: 6px;
	color: #ccff99;
	letter-spacing: 1px;
}

.module-header a {
	text-decoration: none;
	color: #ccff99;
}

.module-header a:hover {
	color: #ff9966;
}

.module-content {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -5px;
	margin-bottom: -5px;
}

.ad_right-content {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -5px;
	margin-bottom: -5px;
}

.module-list-item {
    margin-top: 0px;
    margin-bottom: 0px;
}

.module-tagcloud .taglevel1 { font-size: 19px; }
.module-tagcloud .taglevel2 { font-size: 17px; }
.module-tagcloud .taglevel3 { font-size: 15px; }
.module-tagcloud .taglevel4 { font-size: 13px; }
.module-tagcloud .taglevel5 { font-size: 11px; }
.module-tagcloud .taglevel6 { font-size: 9px; }

#comment-author,
#comment-email,
#comment-url,
#comment-bake-cookie,
#comment-text,
#comment-preview,
#comment-post,
#comment-cancel {
	background: url(mt-static/themes/cat_clover/content_bg.png) repeat;
	border: thin dashed #ffff99;
	color: white;
}
#comment-text {
	width: 440px;
}

#comment-preview,
#comment-post,
#comment-cancel {
	color: #ff9966;
}

/* page layout */

body {
	min-width: 800px;
	background: url(mt-static/themes/cat_clover/bg.jpg) repeat fixed;
}

#container {
	width: 800px;
}

#container-inner {
	
}

/* banner */

#banner {
	width: 800px;
	height: 165px;
}

#banner-inner{
}

.banner-left {
	width: 130px;
	height: 165px;
	background-image: url(mt-static/themes/cat_clover/banner_left_bg.png);
	float: left;
}

.banner-middle {
	width: 430px;
	height: 165px;
	float: left;
}

.banner-top {
	width: 430px;
	height: 50px;
	background-image: url(mt-static/themes/cat_clover/banner_top_bg.png);
	float: left;
}

.banner-content {
	background: url(mt-static/themes/cat_clover/content_bg.png) repeat;
	width: 430px;
	height: 95px;
	float: left;
}

.banner-buttom {
	width: 430px;
	height: 20px;
	background-image: url(mt-static/themes/cat_clover/banner_buttom_bg.png);
	float: left;
}

.banner-right {
	width: 240px;
	height: 165px;
	background-image: url(mt-static/themes/cat_clover/banner_right_bg.png);
	float: left;
}

.another-version {
	background-image: url(mt-static/themes/cat_clover/version.png);
	width: 120px;
	height: 40px;
	float: right;
	margin-top: 18px;
	margin-right: 30px;
}

.another-version-header {
	padding-left: 12px;
	font-size: 14px;
	text-shadow: #ffff99 0 1px 2px;
}

.another-version-header a {
	color: #ffff99;
	text-decoration: none;
}

#banner-header {
	font-size: 30px;
	font-weight: bold;
	text-shadow: #ffff99 0 2px 3px;
}

#banner-description {
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-shadow: #ffff99 0 1px 2px;
}

#banner-header a {
	text-decoration: none;
}

/* bar */
#bar {
	width: 45px;
	float: left;
}

#bar-inner {
}

.tab1-header-container {
	margin-top: 35px;
	margin-left: 18px;
}

.tab-header-container {
	margin-left: 20px;
	margin-top: 28px;
}

.tab-upper {
	width: 45px;
	height: 110px;
	background: url(mt-static/themes/cat_clover/tab_upper.png) no-repeat;
	float: left;
}

.tab-under {
	background-image: url(mt-static/themes/cat_clover/tab_under.png);
	width: 45px;
	height: 100px;
	float: left;
}

.sign {
	width: 45px;
	float: left;
}

/* page */

.page {
	width: 770px;
	margin-left: -15px;
	float: left;
}

.page-top {
	float: left;
	width: 530px;
	height: 110px;
}

.page-top-top {
	width: 530px;
	height: 20px;
	float: left;
	background: url(mt-static/themes/cat_clover/page_top_top_bg.png) repeat-x;
}

.page-top-middle {
	background: url(mt-static/themes/cat_clover/content_bg.png) repeat;
	width: 530px;
	height: 85px;
	float: left;
}

.page-top-buttom {
	background-image: url(mt-static/themes/cat_clover/page_top_buttom_bg.png);
	width: 530px;
	height: 5px;
	float: left;
}

.page-top-right {
	background-image: url(mt-static/themes/cat_clover/page_top_right_bg.png);
	width: 240px;
	height: 110px;
	float: left;
}

#pagebody {
	background: url(mt-static/themes/cat_clover/pagebody_bg.png) repeat-y;
	width: 770px;
	float: left;
	min-height: 500px;
}

#pagebody-inner {
	
}

/* alpha */


.module-recent,
.module-welcome {
	width: 435px;
	float: left;
}

.white-top {
	background-image: url(mt-static/themes/cat_clover/white_top.png);
	width: 435px;
	height: 40px;
	float: left;
	margin-top: 5px;
}

.white-content {
	background: url(mt-static/themes/cat_clover/white_content.png) repeat-y;
	width: 435px;
	float: left;
}

.white-buttom {
	background-image: url(mt-static/themes/cat_clover/white_buttom.png);
	width: 435px;
	height: 35px;
	float: left;
}

.white-header {
	height: 50px;
	float: none;
	margin-top: -50px;
	margin-left: 140px;
}

.white-header-left {
	width: 30px;
	height: 50px;
	background-image: url(mt-static/themes/cat_clover/white_header_left.png);
	float: left;
}

.white-header-content {
	height: 50px;
	float: left;
	background: url(mt-static/themes/cat_clover/white_header_content.png) repeat-x;
}

.white-header-right {
	background-image: url(mt-static/themes/cat_clover/white_header_right.png);
	width: 30px;
	height: 50px;
	float: left;
}

.module-welcome .white-header {
	margin-right: 10px;
	float: right;
	margin-left: 0;
} 

.recent-header,
.welcome-header {
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 16px;
}

.welcome-content {
	padding-right: 25px;
	padding-left: 25px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.recent-content {
	border-right: thin dashed white;
	padding-left: 35px;
	width: 164px;
	float: left;
}

.recent-vedio {
	width: 215px;
	padding-left: 10px;
	float: left;
}

.date-header {
	font-size: 13px;
	margin-left: 10px;
	border-bottom: thin solid #ffff99;
	padding-bottom: 5px;
	color: #ff9966;
}


.entry,
.archive {
	width: 435px;
	float: left;
	padding-left: 10px;
	margin-bottom: -20px;
}


.ad_top {
	width: 435px;
	float: left;
	padding-left: 15px;
	margin-bottom: -20px;
}

.blue-top {
	background-image: url(mt-static/themes/cat_clover/blue_top.png);
	width: 435px;
	float: left;
	height: 30px;
}

.blue-content {
	background: url(mt-static/themes/cat_clover/blue_content.png) repeat-y;
	width: 435px;
	float: left;
}

.blue-buttom {
	background-image: url(mt-static/themes/cat_clover/blue_buttom.png);
	width: 435px;
	float: left;
	height: 45px;
}

.blue-header {
	height: 65px;
	float: left;
	margin-top: -15px;
	margin-left: -10px;
}

.blue-header-left {
	background-image: url(mt-static/themes/cat_clover/blue_header_left.png);
	width: 40px;
	height: 65px;
	float: left;
}

.blue-header-content {
	height: 65px;
	background: url(mt-static/themes/cat_clover/blue_header_content.png) repeat-x;
	float: left;
}

.blue-header-right {
	background-image: url(mt-static/themes/cat_clover/blue_header_right.png);
	width: 40px;
	height: 65px;
	float: left;
}

.archive {
	padding-top: 12px;
}

.archive .blue-header {
	height: 65px;
	margin-top: -45px;
	margin-left: 40px;
}


.entry-header,
#archive-title {
	font-size: 18px;
	margin-top: 22px;
}

.archive-title-container {
	padding-left: 10px;
}

.archive-title-container #archive-title {
	font-size: 20px;
	margin-top: 0;
	text-shadow: #ffff99 0 1px 2px;
}

.entry-header a,
#archive-title {
	color: #99ffff;
	text-decoration: none;
}

.entry-header a:hover {
	color: #ffcc99;
}

.entry-content {
	float: left;
}

.entry-body,
.archive-content {
	float: left;
	padding-left: 40px;
	padding-right: 60px;
	width: 335px;
}

.ad_top-body {
	float: left;
	padding-left: 15px;
	padding-right: 60px;
}

.entry-footer {
	width: 200px;
	float: right;
	margin-top: -60px;
}

.red-top {
	background-image: url(mt-static/themes/cat_clover/red_top.png);
	width: 200px;
	height: 35px;
	float: left;
}

.red-content {
	background: url(mt-static/themes/cat_clover/red_content.png) repeat-y;
	width: 150px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}

.red-content p {
	margin-top: -15px;
}

.red-buttom {
	background-image: url(mt-static/themes/cat_clover/red_buttom.png);
	width: 200px;
	height: 40px;
	float: left;
}

.entry-tags {
}

.entry-post {
	font-size: 11px;
}

.entry-status {
	font-size: 11px;
}

/* beta */

.module-search {
	width: 200px;
	border-bottom: thin solid #ffff99;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.module-search #search-label {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(mt-static/themes/cat_clover/search_button.png) no-repeat;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.module-search #search {
	background: url(mt-static/themes/cat_clover/content_bg.png) repeat;
	margin-top: 10px;
	border: 1px dashed #ffff99;
	color: white;
}

.module-search #search-button {
	background: url(mt-static/themes/cat_clover/search_button.png) no-repeat;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
}

.module-categories {
	width: 200px;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.green-top {
	background-image: url(mt-static/themes/cat_clover/green_top.png);
	width: 200px;
	height: 35px;
	float: left;
}

.green-content {
	background: url(mt-static/themes/cat_clover/green_content.png) repeat-y;
	width: 200px;
	float: left;
}

.green-buttom {
	background-image: url(mt-static/themes/cat_clover/green_buttom.png);
	width: 200px;
	height: 35px;
	float: left;
}

.green-header {
	height: 50px;
	float: right;
	margin-top: -45px;
	margin-right: 10px;
}

.green-header-left {
	background-image: url(mt-static/themes/cat_clover/green_header_left.png);
	width: 30px;
	height: 50px;
	float: left;
}

.green-header-content {
	height: 50px;
	float: left;
	background: url(mt-static/themes/cat_clover/green_header_content.png) repeat-x;
}

.green-header-right {
	background-image: url(mt-static/themes/cat_clover/green_header_right.png);
	width: 30px;
	height: 50px;
	float: left;
}

.module-archives .module-list-item {
}

.module-creative-commons {
	text-align: center;
}

.module-calendar {
	font-size: 11px;
}

.orange-header {
	text-align: center;
	letter-spacing: 1px;
	background: url(mt-static/themes/cat_clover/search_button.png) no-repeat;
	padding-top: 3px;
	padding-bottom: 2px;
}

.syndicate-list-item
{
    padding-left: 20px;
	text-decoration: none;
	background: url(mt-static/themes/cat_clover/feed-icon.gif) no-repeat;
}
.syndicate-list-item a {
	text-decoration: none;
}

.link,
.friend-link,
.ad,
.logo,
.special-character {
	border-top: thin dashed #ffff99;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.link a,
.friend-link a,
.ad a,
.logo a {
	text-decoration: none;
}

/* footer */

#footer {
	width: 800px;
	background: url(mt-static/themes/cat_clover/footer_bg.png) no-repeat;
	height: 100px;
	float: left;
}

#footer-inner {
	width: 800px;
	height: 100px;
}

.module-powered {
	float: right;
	margin-top: 60px;
	margin-right: 20px;
}

/* full tweaks */

.layout-full #alpha {
	width: 450px;
	float: left;
	margin-top: -80px;
	min-height: 470px;
}

.layout-full #alpha-inner {
	margin-left: 15px;
}

.layout-full #beta {
	width: 200px;
	float: left;
	margin-top: -80px;
	min-height: 470px;
}

.layout-full #beta-inner {
}

.layout-full #gamma {
	width: 93px;
	float: left;
	padding-left: 5px;
	border-left: thin dashed #ffff99;
	margin-left: 5px;
	min-height: 390px;
	padding-right: 16px;
}

.layout-full #gamma-inner {
}

/* compact tweaks */

.layout-compact #alpha {
	width: 550px;
	margin-top: -80px;
	min-height: 470px;
	float: left;
}

.layout-compact #alpha-inner {
	
}

.layout-compact #beta {
	width: 200px;
	float: left;
	min-height: 390px;
}

.layout-compact #beta-inner {
	
}

.layout-compact .white-header {
	margin-top: 0;
	margin-left: 0;
	text-align: center;
	margin-right: -15px;
	padding-left: 15px;
}

.layout-compact .content-nav {
	padding-top: 8px;
}

.layout-compact .blue-header {
	padding-left: 25px;
	margin: 0;
	color: #99ffff;
}

.layout-compact .entry {
	width: 535px;
	margin-left: 15px;
	padding: 0;
}

.layout-compact .blue-top {
	background-image: url(mt-static/themes/cat_clover/blue_top_entry.png);
	width: 535px;
	height: 35px;
	float: left;
}

.layout-compact .blue-content {
	width: 535px;
	float: left;
	background: url(mt-static/themes/cat_clover/blue_content_entry.png) repeat-y;
}

.layout-compact .blue-buttom {
	background-image: url(mt-static/themes/cat_clover/blue_buttom_entry.png);
	width: 535px;
	height: 40px;
	float: left;
}

.layout-compact .entry-footer {
	margin: -45px 0 0;
}

.layout-compact .white-top {
	background-image: url(mt-static/themes/cat_clover/white_top_entry.png);
	width: 535px;
	height: 35px;
	float: left;
}

.layout-compact .white-content {
	width: 535px;
	float: left;
	background: url(mt-static/themes/cat_clover/white_content_entry.png) repeat-y;
}

.layout-compact .white-buttom {
	background-image: url(mt-static/themes/cat_clover/white_buttom_entry.png);
	width: 535px;
	height: 35px;
	float: left;
}

.layout-compact .trackbacks {
	width: 535px;
	padding: 10px 0 0;
	margin: 0 0 0 10px;
}

.layout-compact .trackbacks-container {
	margin-top: -10px;
	margin-bottom: -10px;
}

.layout-compact #trackbacks-info {
	text-align: center;
}

.layout-compact .trackbacks-content,
.layout-compact .trackback {
	padding-left: 30px;
}

.layout-compact #comments {
	width: 520px;
	margin-left: 35px;
	padding-top: 20px;
}

.layout-compact #comments .blue-header {
	float: right;
	padding: 0;
	margin: -55px 45px 0 0;
}

.layout-compact .comments-header {
	padding-top: 15px;
	font-size: 15px;
}

.layout-compact .comment {
	padding-left: 25px;
}

.layout-compact .comments-open {
	padding-left: 25px;
	padding-right: 60px;
}

.layout-compact .comments-open-footer {
	float: right;
	margin-bottom: 0;
}

.layout-compact .module-search {
	border-style: none;
	margin-top: -10px;
	margin-bottom: 0;
}

.layout-compact .logo {
	border-style: none;
}

.layout-compact .comment-content {
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-right: 70px;
}