body, input, textarea, select, td {
	font-size: 12px;
	line-height: 1.5em;
	font-family: Verdana, Arial;
	color: #4D4D4D;
	margin:0;
	padding:0;
}

form {
    margin:0;
    padding:0;
}

a {
	color: #4D4D4D;
	text-decoration: underline;
}

/* content title */
h1 {
    font-size: 20px;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    font-weight: normal;
}

.png {
	cursor: hand;
}

#header {
	width: 760px;
	height: 47px;
	background-color: #f8b1a1;
	background-image: url(../../images/logo_blog-bg.gif);
	background-repeat: repeat-x;
	color: #000;
	margin: 0 auto;
	clear: both;
	font-weight: normal;
}
#header a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
#header a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 13px;
}
#header #logo {
	background-image: url(../../images/logo_blog.gif);
	background-repeat: none;
	width: 140px;
	height: 47px;
	border: 0;
}
#header td {
	font-size: 13px;
	line-height: 35px;
}

.subheader {
    margin-bottom: 10px;
    padding: 6px 6px 6px 20px;
    font-size: 20px;
    font-weight: normal;
}

/** footer **/
#footer {
	clear: both;
	background-color: silver;opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background: #efefef;
	height: 30px;
	text-align: center;
}

/** body **/
.bg1 {
  background-color: #E8E0C6;
}
.star {
    color: #F00;
}
.clear {
  clear: both;
}
#breadcrumb {
    padding-left: 220px;
    line-height: 18px;
}

#body {
	width: 760px;
	padding: 15px;
	margin: 0 auto;
}

/** toolbar **/
#sidebar-box {
    float: left;
    width: 180px;
}

.block ul {
  margin: 0;
  padding: 5px;
  list-style: none;
}
.photo-box {
    border: 1px solid #4D4D4D;
    width: 100px;
    height: 100px;
}
#blog-logo {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 20px 15px 20px;
}
.block {
    margin: 0 0 15px 0;
    padding: 5px;
}
.box-title {
    font-size: 16px;
    padding: 5px ;
	margin-bottom: 5px;
}

/** blog content **/
#main-box, #content-box {
    float: right;
	width: 560px;
}

#content-box ul {
	list-style: none;
}

#content-box ul li {
	padding-bottom: 10px;
}

#content-box h1 {
	font-size: 20px;
	line-height: 20px;
	padding: 5px;
	margin: 0;
}

#content-box h2 {
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	padding-left:0;
	margin: 0;
	font-weight: normal;
}

#content-box td {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial;
}

.content {
    padding-left: 20px;
    padding-right: 20px;
}

/** album **/
.album {
    width: 25%;
    float: left;
	height: 130px;
    text-align: center;
}
.albumtitle {
    color: #FBAE9C;
    font-size: 16px;
}
td.thumb {
    width: 100px;
    height: 100px;
    background-color: #FFF;
    border: 1px solid #2A403E;
}
#album-box {
    text-align: center;
}
.thumb100 {
	border: 0;
	padding: 0;
	margin: 0;
}


/* pager */
#pager {
	text-align: center;
	margin-bottom: 0px; margin-top: 5px;
	font-size: 12px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	/* padding-bottom: 10px;  background-image: url(../images/dotted.gif); background-repeat: repeat-x; background-position: left bottom; */
}
#pager a.list {
	padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; 
}
#pager a:hover {color: #fff; background: #0063DC; border-color: #036; text-decoration: none;}
#pager span.thispage {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 13px; vertical-align: top; background: #fff; color: #FF0084; }
#pager span.results { text-align: center; font: 11px/15px Arial, Helvetica; color: #bbb; margin-top: 8px; }

/** comment **/
#comment-box {
	padding: 5px;
	margin: 0 0 5px 0;
}
.comment-poster {
    color: #1C57A5;
}

/* archive calendar */
#calendar-box {
    margin: 0 0 15px 0;
}
#archive-cal {
}
#minical {
    padding:0;
    padding-left:2px;
    margin:0;
}
#minical dl {
    padding:0;
    margin:0;
    margin-left:2px;
}
#minical dd {
    font-size: 8px;
    float: left;
    width: 20px;
    margin:0;
    padding:1px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
#minical dd.cal_col {
    font-size: 8px;
    border-top: 1px solid #808080;
}
#minical dd.first {
    border-left: 1px solid #808080;
}
#minical dd.cal_col_days_has_posts {
	background: #ff3;
}


div.cal_nav {
	width: 60%;
	float:left;
	text-align: center;
	color: #808080;
}
div.cal_nav_left {
	width: 20%;
	float:left;
	color: #1800E8;
}
div.cal_nav_right {
	width: 20%;
	float:right;
	color: #1800E8;
}

