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

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


@import url(../blahblah1/base-weblog.css);

/* 
name: Cartoon
designer: Agus Riady
designer_url: none
description: A Colorfull Cartoon Style blog.
layouts: one-column, two-column-left, two column right, three column
*/

BODY
{
    FONT-SIZE: 62.5%;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #5abe32
}
BODY.layout-two-column-right #alpha
{
    BACKGROUND-POSITION: left top;
    PADDING-LEFT: 10px;
    FLOAT: left;
    BACKGROUND-IMAGE: url(../blahblah1/images/kertas_kiri.gif);
    WIDTH: 570px;
    BACKGROUND-REPEAT: repeat-y
}
BODY.layout-two-column-right #beta
{
    PADDING-RIGHT: 10px;
    BACKGROUND: url(../blahblah1/images/kertas_kanan.gif) white repeat-y right top;
    FLOAT: right;
    WIDTH: 180px
}
BODY.layout-two-column-left #beta
{
    PADDING-RIGHT: 10px;
    BACKGROUND-POSITION: right top;
    FLOAT: right;
    BACKGROUND-IMAGE: url(../blahblah1/images/kertas_kanan.gif);
    WIDTH: 570px;
    BACKGROUND-REPEAT: repeat-y
}
BODY.layout-two-column-left #alpha
{
    PADDING-LEFT: 10px;
    BACKGROUND: url(../blahblah1/images/kertas_kiri.gif) white repeat-y left top;
    FLOAT: left;
    WIDTH: 180px
}
.pkg
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    MARGIN: 0px;
    BORDER-LEFT: thin;
    BORDER-BOTTOM: thin
}
#banner
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(../blahblah1/images/banner.gif);
    WIDTH: 776px;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 163px
}
BODY.layout-two-column-right #alpha-inner
{
    BACKGROUND-COLOR: white
}
BODY.layout-two-column-right #beta-inner
{
    BACKGROUND-COLOR: white
}
#pagebody
{
    BACKGROUND-POSITION: left bottom;
    BACKGROUND-IMAGE: url(../blahblah1/images/footer.gif);
    PADDING-BOTTOM: 146px;
    WIDTH: 776px;
    BACKGROUND-REPEAT: no-repeat
}
BODY.layout-two-column-right #pagebody-inner
{
    BACKGROUND: url(../blahblah1/images/kertas_kanan.gif) white repeat-y right top

}
.module-powered
{
    BACKGROUND-POSITION: center 7px;
    FONT-WEIGHT: lighter;
    FONT-SIZE: large;
    BACKGROUND-IMAGE: url(../blahblah1/images/powered_by.gif);
    COLOR: white;
    PADDING-TOP: 0px;
    BACKGROUND-REPEAT: no-repeat;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}
A
{
    FONT-WEIGHT: bolder;
    COLOR: #499eff;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #ffbd68;
    TEXT-DECORATION: underline
}
.module-categories
{
    BACKGROUND-POSITION: center top;
    BACKGROUND-IMAGE: url(../blahblah1/images/categories.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: white
}
.module-search
{
    BACKGROUND-POSITION: center top;
    BACKGROUND-IMAGE: url(../blahblah1/images/search.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: white
}
.module-archives
{
    BACKGROUND-POSITION: center top;
    BACKGROUND-IMAGE: url(../blahblah1/images/recent_post.gif);
    BACKGROUND-REPEAT: no-repeat
}
LI.module-list-item
{
    BACKGROUND-POSITION: left top;
    PADDING-LEFT: 12px;
    BACKGROUND-IMAGE: url(../blahblah1/images/bul-category.gif);
    BACKGROUND-REPEAT: no-repeat
}
H2.module-header
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	text-indent: 25px;
	font-family: Verdana;
	text-align: left;
}
.module-header A
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: medium;
    COLOR: white;
    TEXT-INDENT: 25px;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none
}
.module-powered A
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: small;
    COLOR: #499eff;
    FONT-FAMILY: Verdana
}
INPUT
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bolder;
    BORDER-LEFT: medium none;
    COLOR: white;
    BORDER-BOTTOM: medium none;
    BACKGROUND-COLOR: #499eff
}
.module-content
{
}
.module-content #search
{
	border-right: #499eff 1px solid;
	border-top: #499eff 1px solid;
	margin-bottom: 10px;
	border-left: #499eff 1px solid;
	border-bottom: #499eff 1px solid;
	background-color: white;
	color: black;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
}
FORM
{
    FONT-WEIGHT: bolder;
    COLOR: #499eff;
    FONT-FAMILY: Verdana
}
.entry
{
    BACKGROUND-POSITION: left 0px;
    BACKGROUND-IMAGE: url(../blahblah1/images/entry.gif);
    BACKGROUND-REPEAT: no-repeat
}
BODY.layout-one-column .entry
{
    BACKGROUND-POSITION: left 2px;
    BACKGROUND-IMAGE: url(../blahblah1/images/entry1.gif);
    BACKGROUND-REPEAT: no-repeat
}
BODY.layout-three-column .entry
{
	BACKGROUND-POSITION: left 2px;
    BACKGROUND-IMAGE: url(../blahblah1/images/entry3.gif);
    BACKGROUND-REPEAT: no-repeat
}
H3.entry-header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: white;
    TEXT-INDENT: 50px;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: left
}
.entry-userpic
{
    DISPLAY: none
}
.entry-body UL LI
{
    BACKGROUND-POSITION: left top;
    PADDING-LEFT: 17px;
    BACKGROUND-IMAGE: url(../blahblah1/images/bul-donat.gif);
    PADDING-BOTTOM: 10px;
    PAGE-BREAK-AFTER: always;
    LINE-HEIGHT: normal;
    BACKGROUND-REPEAT: no-repeat;
    LIST-STYLE-TYPE: none
}
BLOCKQUOTE
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(../blahblah1/images/quote.gif);
    TEXT-INDENT: 30px;
    PADDING-TOP: 18px;
    BACKGROUND-REPEAT: no-repeat
}
BODY.layout-one-column #alpha
{
    BACKGROUND-POSITION: left top;
    PADDING-LEFT: 20px;
    BACKGROUND-IMAGE: url(../blahblah1/images/kertas_kiri.gif);
    WIDTH: 746px;
    MARGIN-RIGHT: 10px;
    BACKGROUND-REPEAT: repeat-y;
    BACKGROUND-COLOR: white
}
LI.module-list-item .module-list-item
{
    BACKGROUND-POSITION: left top;
    PADDING-LEFT: 17px;
    BACKGROUND-IMAGE: url(../blahblah1/images/bul-subcategory.gif);
    BACKGROUND-REPEAT: no-repeat
}
#container
{
    WIDTH: 776px
}
H1
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 24pt;
	padding-top: 20px;
	font-family: verdana;
	text-align: center;
}
H1 A
{
    COLOR: #9f661c
}
H1 A:hover
{
    COLOR: #dc8c5b;
}
H2
{
	text-align: center;
	font-size: 10pt;
	color: black;
	font-family: verdana;
	font-weight: bold;
}
.date-header
{
    BACKGROUND-POSITION: center center;
    MARGIN-TOP: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND-IMAGE: url(../blahblah1/images/date.gif);
    MARGIN-BOTTOM: 0px;
    WIDTH: 164px;
    COLOR: white;
    PADDING-TOP: 7px;
    BACKGROUND-REPEAT: no-repeat;
    FONT-FAMILY: Verdana;
    HEIGHT: 25px;
    TEXT-ALIGN: center
}
.content-nav
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px
}
.entry-footer
{
    BACKGROUND-POSITION: left bottom;
    BACKGROUND-IMAGE: url(../blahblah1/images/entry-footer.gif);
    PADDING-BOTTOM: 8px;
    MARGIN-LEFT: 1px;
    BACKGROUND-REPEAT: no-repeat;
    TEXT-ALIGN: left
}
BODY.layout-one-column .entry-footer
{
    BACKGROUND-POSITION: left bottom;
    BACKGROUND-IMAGE: url(../blahblah1/images/entry-footer1.gif);
    PADDING-BOTTOM: 8px;
    MARGIN-LEFT: 1px;
    BACKGROUND-REPEAT: no-repeat;
    TEXT-ALIGN: left
}
BODY.layout-three-column .entry-footer
{
    BACKGROUND-POSITION: left bottom;
    BACKGROUND-IMAGE: url(../blahblah1/images/entry-footer3.gif);
    PADDING-BOTTOM: 8px;
    MARGIN-LEFT: 1px;
    BACKGROUND-REPEAT: no-repeat;
    TEXT-ALIGN: left
}
.entry-body
{
    MARGIN-LEFT: 15px;
    MARGIN-RIGHT: 15px;
    TEXT-ALIGN: justify
}
.trackbacks-header
{
    BACKGROUND-POSITION: left center;
    MARGIN-TOP: 0px;
    PADDING-LEFT: 37px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    BACKGROUND-IMAGE: url(../blahblah1/images/trackback.gif);
    WIDTH: 550px;
    COLOR: #c2ca44;
    BACKGROUND-REPEAT: no-repeat;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: white
}
.trackbacks-content
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Verdana;
	background-color: #c2ca44;
	padding-right: 10px;
	padding-left: 10px;
}
BODY.layout-three-column #alpha
{
    BACKGROUND-POSITION: left top;
    PADDING-LEFT: 10px;
    BACKGROUND-ATTACHMENT: scroll;
    FLOAT: left;
    BACKGROUND-IMAGE: url(../blahblah1/images/kertas_kiri.gif);
    WIDTH: 180px;
    BACKGROUND-REPEAT: repeat-y
}
BODY.layout-three-column #beta
{
    WIDTH: 396px
}
BODY.layout-three-column #gamma
{
    PADDING-RIGHT: 10px;
    FLOAT: right;
    WIDTH: 180px
}
BODY.layout-three-column #alpha-inner
{
    BACKGROUND-COLOR: white
}
BODY.layout-three-column #beta-inner
{
    BACKGROUND-COLOR: white
}
BODY.layout-three-column #gamma-inner
{
    BACKGROUND-COLOR: white
}
#trackbacks-info
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #c2ca44;
	padding-right: 10px;
	padding-left: 10px;
}
.trackbacks
{
	margin-left: 10px;
	width: 550px;
	margin-right: 10px;
	background-color: #c2ca44;
	color: white;
	font-family: verdana;
}
.trackbacks A
{
	color: #9dff98;
	font-family: verdana;
}
#comments
{
	margin-left: 10px;
	width: 550px;
	margin-right: 10px;
}
#comments A
{
	color: #9dff98;
	font-family: verdana;
}
#comments A:hover
{
    COLOR: #ffbd68;
    TEXT-DECORATION: underline
}
.comments-content
{
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #c2ca44
}
.comments-header
{
    BACKGROUND-POSITION: left center;
    PADDING-LEFT: 37px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    BACKGROUND-IMAGE: url(../blahblah1/images/comments.gif);
    COLOR: #c2ca44;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: white
}
#comment-author
{
	border-right: #c2ca44 1px solid;
	border-top: #c2ca44 1px solid;
	border-left: #c2ca44 1px solid;
	border-bottom: #c2ca44 1px solid;
	background-color: white;
	color: black;
	font-family: verdana;
}
#comment-email
{
	border-right: #c2ca44 1px solid;
	border-top: #c2ca44 1px solid;
	border-left: #c2ca44 1px solid;
	border-bottom: #c2ca44 1px solid;
	background-color: white;
	color: black;
	font-family: verdana;
}
#comment-url
{
	border-right: #c2ca44 1px solid;
	border-top: #c2ca44 1px solid;
	border-left: #c2ca44 1px solid;
	border-bottom: #c2ca44 1px solid;
	background-color: white;
	color: black;
	font-family: verdana;
}
#comment-bake-cookie
{
    BACKGROUND-COLOR: white
}
#comment-text
{
	border-right: #c2ca44 1px solid;
	border-top: #c2ca44 1px solid;
	border-left: #c2ca44 1px solid;
	border-bottom: #c2ca44 1px solid;
	background-color: white;
	color: black;
	font-family: verdana;
}
.comment-userpic
{
    DISPLAY: none
}
BODY.layout-two-column-left #alpha-inner
{
    BACKGROUND-COLOR: white
}
BODY.layout-two-column-left #beta-inner
{
    BACKGROUND-COLOR: white
}
BODY.layout-two-column-left #pagebody-inner
{
    BACKGROUND: url(../blahblah1/images/kertas_kiri.gif) white repeat-y left top

}
BODY.layout-one-column #alpha-inner
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    BACKGROUND-COLOR: white
}
BODY.layout-one-column #pagebody-inner
{
    BACKGROUND: url(../blahblah1/images/kertas_kanan.gif) white repeat-y right top

}
BODY.layout-three-column #pagebody-inner
{
	background: url(../blahblah1/images/kertas_tengah.gif) white repeat-y center top;
}
BODY.layout-three-column .trackbacks
{
    WIDTH: 375px
}
BODY.layout-three-column #comments
{
    WIDTH: 375px
}
BODY.layout-three-column .trackbacks-header
{
    WIDTH: 375px
}
.trackback
{
	border-top: white 1px dashed;
	padding: 0 0 0 12px;
}
.comment
{
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	font-family: verdana;
	padding-bottom: 2px;
}
.comments-open
{
	color: #707070;
	font-family: verdana;
}
#comment-preview
{
	background-color: #a8b210;
}
#comment-post
{
	background-color: #a8b210;
}
.comments-open-header
{
	color: #c2ca44;
	font-family: verdana;
	font-weight: bold;
	font-size: 14pt;
}
