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

@charset "utf-8";

/* basic elements 
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 10.5px;
	list-style: none;
}
body {
	font-size: 10.5px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 1.5;
	/*\*/
	letter-spacing: ;
	/**/
	color: #333333;
}

img {
	border: none;
	vertical-align: top;
}
a { text-decoration : none; }
a:link { color : #CC6787;  text-decoration :none;}
a:visited { color : #CC6787;  text-decoration :none;}
a:hover { background-color: #; color : #CCCCCC;  text-decoration :underline; }
a img { border : none; }

textarea, input, select {
	font-size : 11px; font-family: Georgia, Times New Roman, Times, serif;
}

/* page layout
---------------------------------------------*/

body {
	background: #FFFFFF url(images/body_bg.gif) left top repeat-x;
	text-align: center;
}
#container {
	position: relative;
	width: 812px;
	height: 239px;
	margin: 0 auto;
	text-align: left;
	background: url(images/container_bg.gif) left top no-repeat;
}
#banner-header {
	position: absolute;
	left: 40px;
	top: 30px;
	width: 204px;
}
#banner-header a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 67px;
	padding-top: 75px;
	background: url(images/logo.gif) left top no-repeat;
}

#banner-header a:hover {
                     margin: 3px;
	background: url(images/logo.gif) left top no-repeat; 
}

#banner-description {
	position: absolute;
	right: 55px;
	top: 78px;
	width: 460px;
	color: #666666;
                font-size: 10.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}
#pagebody {
	position: absolute;
	left: 27px;
	top: 98px;
	width: 750px;
}
#alpha {
	position: absolute;
	left: 0;
	top: 1;
	width: 500px;
	padding-bottom: 20px;
}
#beta {
	position: absolute;
	right: 0;
	top: 1;
	width: 246px;
	padding-bottom: 20px;
}

/* content
---------------------------------------------*/
.content-nav {
	margin-top: 10px;
                margin-left: 20px;
}
.date-header {
	position: relative;
	top: 65px;
	z-index: 2;
	margin-left: 45px;
	color: #CC6787;
	font-size: 11px;
	font-weight: normal;
}
.entry {
	position: relative;
	z-index: 1;
	background: url(images/entry_bg.gif) left top no-repeat;
	width: 455px !important;
	width /**/: 500px;
	padding-left: 45px;
	padding-top: 70px;
}
.entry-header {
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom: 3px double #DD839F;
}

.entry-body p {
	margin: 1em 0;
}
.entry-body blockquote {
	margin: 1em;
	padding-left: 10px;
	border-left: 3px double #DD839F;
	color: #666666;
}

.entry-more-link a {
	padding: 1px 6px 2px 13px;
	color: #DD839F;
                background: url(images/more.gif) left top no-repeat;
}

.entry-more-link a:hover {
                margin: 1em;
	padding: 1px 6px 2px 13px;
	color: #666666;
                background: url(images/more.gif) left top no-repeat;
}

.entry-footer {
                padding-top: 25px;
	background: url(images/line.gif) left top no-repeat;
	font-size: 10.5px;
                text-align: right;
}

.body-footer {
                padding-top: 7px;
	background: url(images/entrybody_footer.gif) left top no-repeat;
	font-size: 10.5px;
                text-align: right;
}

/* Side bar
---------------------------------------------*/

	/* All
	---------------------------------------------*/
	.module-header {
		padding: 6px 30px 5px 12px;
		font-size: 10.5px;
	}
	.module-header a {
		color: #666666;
		text-decoration: none;
	}
	.module-header a:visited {
		color: #666666;
		text-decoration: none;
	}
	.module-header a:hover {
		color: #CC6787;
                                padding: 6px 0 2px 15px;
		text-decoration: none;
	}
	.module-content {
		padding: 3px 30px 20px 20px;
		font-size: 10.5px;
                                display : block;
	}

	/* Other
	---------------------------------------------*/
	.module-other {
		background: url(images/list_top_n.gif) left top no-repeat;
	}
	.module-other .module-content {
		background: url(images/list_bottom.gif) left bottom no-repeat;
	}

	/* Banner
	---------------------------------------------*/
	.module-banner {
		background: url(images/list_top.gif) left top no-repeat;
	}
	.module-banner .module-content {
                                padding: 0px 0px 0px 0px;
		background: url(images/list__bottom.gif) left bottom no-repeat;
	}

	/* About
	---------------------------------------------*/
	.module-about {
		background: url(images/about_top.gif) left top no-repeat;
	}
	.module-about .module-content {
                                padding: 30px 20px 20px 33px;
		background: url(images/list_bottom.gif) left bottom no-repeat;
	}
	.module-about .module-content #music {
		width: 110px;
		border: 1px solid #E0E0E0;
		background: #EAEAEA;
	}
	
	/* Music
	---------------------------------------------*/
	.module-music {
		background: url(images/music_top.gif) left top no-repeat;
	}
	.module-music .module-content {
                                padding: 30px 20px 20px 33px;
		background: url(images/list_bottom.gif) left bottom no-repeat;
	}
	.module-music .module-content #music {
		width: 110px;
		border: 1px solid #E0E0E0;
		background: #EAEAEA;
	}


	/* Archives
	---------------------------------------------*/
	.module-categories,.module-archives {
		background: url(images/list_top.gif) left top no-repeat;
	}
	.module-categories .module-content,
	.module-archives .module-content {
		background: url(images/list_bottom.gif) left bottom no-repeat;
                                padding: 35px 30px 20px 20px;
	}
	.module-list {
		border-top: 1px solid #DD839F;
	}
	.module-list li {
                                border-bottom: 1px solid #DD839F;
	}
	.module-list li a {
		display: block;
		padding: 2px 0 2px 12px;
		background: #F9F9F9 left center no-repeat;
		color: #666666;
		text-decoration: none;
	}
	.module-list li a:visited {
		display: block;
		padding: 2px 0 2px 12px;
		background: #F9F9F9 left center no-repeat;
		color: #666666;
		text-decoration: none;
	}
	.module-list li a:hover {
		color: #CC6787;
		background: #FFFFFF url(images/marker.gif) left center no-repeat;
                                text-decoration: none;
	}

/* ---------- trackback ---------- */

.trackbacks {
	position: relative;
	z-index: 1;
	background: url(images/entrybody_bg.gif) left top no-repeat;
	width: 455px !important;
	width /**/: 500px;
	padding-left: 35px;
	padding-top: 20px;
}

.trackbacks p,
.trackbacks dt
{
	color:#333333;
	font-size:10.5px;
	background-color:inherit;
}

.trackbacks p
{
	margin:5px 0 10px 0;
}

.trackbacks input
{
	color:#999999;
	border: 1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
                     	font-size:10.5px;
}

.trackback-info
{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #999999;
}

.trackback-info ul
{
	padding:2px;
	display:inline;
}

.trackback-info li
{
	color:#666666;
	font-size:10.5px;
	display:inline;
	margin:0 5px 0 0;
	list-style-type:none;
	background-color:inherit;
}

/* ---------- trackback_end ---------- */

/* ---------- comment ---------- */

.comments,
#comments-open-data label
{
	background-image:url(images/menu_bg.gif);
                     	font-size:10.5px;
	margin:0 0 10px 0;
	padding:5px;
}

.comments-body
{
	background-color:#ffffff;
	color:inherit;
	padding:5px;
}

.comments-body p,
.comments-info li,
#comments-open-data legend,
#comments-open-data label
{
	color:#333333;
	background-color:inherit;
	font-size:10.5px;
}

p.comments-open-moderated
{
	color:#666666;
	background-color:inherit;
	font-size:10.5px;
}

.comments-body p,.comments-post-content p
{
	margin:5px 0 10px 0;
}

.comments-info
{
	border-top: 1px dashed #999999;
	padding:5px 0 0 0;
}

.comments-info li
{
	display:inline;
	margin-right:5px;
	list-style-type:none
	padding:0 0 0 5px;
}

#comments-open-data legend
{
	color:#ffffff;
	background-color:#9ccb3b;
	padding:3px;
	margin:0 0 10px 0;
}

#comments-open-data input#comment-author
{
	font-size:11px;
}
#comments-open-data input#comment-email
{
	font-size:11px;
}
#comments-open-data input#comment-url
{
	width:40%;
	color:#666666;
	font-size:11px;
	border:1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

#comments-open-data textarea
{
	width:60%;
	color:#666666;
	font-size:10.5px;
	border:1px solid #999999;
	padding:2px;
	background-color:#eeeeee;
	margin:5px 0 10px 0;
}

.comments-open-footer input
{
	color:#999999;
	font-size:10.5px;
	border:1px solid #999999;
	background-color:#ffffff;
	margin:5px 0 0 0;
}

.comments-open-footer li
{
	display:inline;
	margin-right:15px;
	list-style-type:none;
}

.cookie li
{
	display:inline;
	list-style-type:none;
}

/* ---------- comment_end ---------- */



/* Calendar */
#CalArea {
	background-image:url(img/PaleWhite-CalBg.gif);
	background-repeat:repeat-x;
	padding:4px 5px;
                text-align:center;
                font-size: 10px;
}
.module-calendar {
    padding-left: 0px;
    padding-bottom: 0px;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 10px;
    text-align: center;
}
.module-calendar:hover {
    background-color: transparent;
}

.module-calendar a,
.module-calendar a:link,
.module-calendar a:visited,
.module-calendar a:active {
    color: #FF9900;
    font-size: 10px;
}
.module-calendar a:hover {
    position: relative;
    bottom: 2px;
    font-size: 15px;
}

.module-calendar-today {
    color: #cc0066;
    font-weight: bold;
    font-size: 15px;
}

.module-calendar-today a,
.module-calendar-today a:link,
.module-calendar-today a:visited,
.module-calendar-today a:active {
    color: #CC0066;
    font-weight: bold;
    font-size: 15px;
}
