/* 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;
    background:#ffffb0;
    color: #666;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
    line-height:160%;
    text-align:center;
}
form, input { margin: 0; padding: 0;	}

a { 
    text-decoration:none;
    color:#0000ff;
}
a:hover {
    text-decoration:none;
    color:#ff0000;
}
a img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 2px;
    margin-bottom: 1px;
}

/* page layout */

#container {
    width:800px;
    margin:auto;
    padding:0 auto;
    border-top:5px solid #ffff00;
    background:#fff;
    text-align:left;
}

#banner {
    width:800px;
    height:153px;
    border-top:1px solid #fff;
    background:url(http://mtblgooon.net/img/BlueHeader800150.JPG) center center no-repeat;
    border-bottom:2px solid #ffff00;
}

#banner-inner {
    padding:20px 0 0 10px;
}

#banner h1 {
    font-size:30px;
    font-weight:bold;
    letter-spacing:1px;
}

#banner h1 a {
    text-decoration:none;
    color:#f84;
}

#banner h1 a:hover {
    color:#f00;
}

/* content */
.topnavi {
    width:445px;
    margin:10px 0;
    float:left;
}

.topnavi ul {
    list-style-type:none;
    padding:0 10px 5px 0px;
    margin:0;
}

.topnavi ul li {
    float:left;
    margin:5px 5px 5px 3px;
    padding:1px 10px 1px 10px;
    border-left:3px solid #ffff80;
    background:#FFFFD0;
}

.topnavi ul li a {
    text-decoration:none;
}

.topnavi ul li a:hover {
    color:#ff0000;
}

#wrap {
    width:800px;
    float:left;
}

#leftbox	{
    float:left;
    width:800px;
    background:#fff;
}

#main {
    float:right;
    width:580px;
    background:#fff;
}

#main-inner {
    margin-left:15px;
    background:#fff;
}

.ad {
    margin:0;
    padding:0 0 0 30px; 
}

/* description */
#main_des {
    clear:both;
    margin-left:5px;
    margin-top:10px;
    width:440px;
}

#des_inner {
    width:430px;
}

#des_inner h2 {
    font-size:14px;
    letter-spacing:0px;
    color:#4040ff;
    margin-bottom:10px;
    padding:3px 5px;
    border-bottom:2px solid #C0C0C0}

#des_inner p {
    line-height:200%;
    padding:0 20px;
}

#box {
    width:560px;
    margin:30px 5px;
    background:#fff;
}

.box_h2 {
    font-size:12px;
    color:#4040ff;
    background:#ffff80;
    margin-top:10px;
    margin-bottom:10px;
    padding:3px 10px;
    border-bottom:2px solid #c0c0c0;
    text-align:left;
}

.box_h3 {
    background:#FFFFD0;
    color:#4040ff;
    font-size:10px;
    letter-spacing:1px;
    margin:10px 10px 0 10px;
    padding:2px;
    text-align:left;
}

.box_h3 a {
    font-size:12px;
    text-decoration:none;
}

.box_p {
    padding:2px 0 0px 20px;
    margin:5px 10px 0 20px;
    text-align:left;
}

.box_entry p {
    margin:20px 20px 40px 20px;
    text-align:left;
}

.entry_box {
    width:560px;
    margin-left:5px;
    margin-top:0px;
    padding-top:0;
}

#entry-with {
    width:550px;
    margin-left:15px;
    margin-bottom:30px;
    padding:5px;
    border:1px solid #ccc;
}

#entry-with h3 {
    background:#FFFFD0;
    font-size:12px;
    color:#4040ff;
    padding:3px 5px;
}

#entry-with ul {
    color:#4040ff;
    list-style-type:square;
    margin:0;
    padding:0 30px;
}

#entry-with ul li {
    margin:3px 0;
}

.gotop {
    margin:20px 5px;
    text-align:right;
}

.pan {
    margin-top:15px;
    margin-left:5px;
}

/* side */

#side {
    float:left;
    width:199px;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

#side-r {
    float:right;
    width:0px;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

#side-inner {
    margin:3px 3px;
}

#side a {
    text-decoration:none;
}

#side a:hover {
    color:#ff0000;
}

.category {
    margin-top:0px;
}

.category-inner {
    background:#FFFFD0;
    margin:0;
    padding:0;
}

.category h2 {
    background:#ffff80;
    font-size:12px;
    color:#4040f0;
    padding-top:10px;
    padding-left:5px;
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
}

.category ul ,.category-navi ul {
    margin:0;
    padding:2px;
    list-style-type:none;
    font-size:10px;
}

.category ul li ,.category-navi ul li {
    border-bottom:1px solid #ccc;
}

.category ul li a ,.category-navi ul li a {
    display:block;
    padding:3px;
    border-left:3px solid #ffff50;
}

.category ul li a:hover ,.category-navi ul li a:hover {
    background:#fff;
    text-decoration:none;
}

.category-inner ul li span {
    font-size:10px;
    padding:3px;
}

.category-inner-s {
    background:#FFFFD0;
    padding:0px;
    border-bottom:1px solid #ccc;
}


.ad2 {
    background:#FFFFFF;
    margin:0;
    padding:10px 0 10px 10px;
    border-bottom:1px solid #ccc;
}

/* footer */

#footer {
    clear:both;
    width:800px;
    float:left;
    background:#ffffd0;
    border-top:3px double #ccc;
    border-bottom:2px solid #ffff00;
    text-align:center;
    font-size:10px;
}


#footer-inner {
    padding-top:10px;
}

#footer a {
    color:#0000ff;
    text-decoration:none;
}

/*--------------------*/

.category-navi {
    background:#fff;
    padding-top:10px;
}

.topbox_entry {
    text-align:left;
}

.cate_exc {
    padding:10px 20px;
}

.cate_exc p {
    margin:0;
}

.trackbacks {
    margin-top:20px;
}

.trackbacks,
.comments,
.archive
{
    position: static;
    overflow: hidden;
    clear: both;
    width: 400px;
    margin:10px 10px 10px 0px;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
    p\osition: relative;
    width: 400px;
    w\idth: auto;
    margin: 0;
    border-bottom:3px double #ccc;
    padding: 5px 5px 5px 10px;
    color:#ffff50;
    background:#fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.trackbacks {
    margin-top:20px;
    margin-left:20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
    clear: both;
    margin: 5px 0px;
}

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

.entry,
.trackbacks,
.comments,
.archive
{
    position: static;
    overflow: hidden;
    clear: both;
    width: 400px;
    margin-bottom: 20px;
    margin-left:20px;
}

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

#comment-bake-cookie
{
    margin-left: 0;
    vertical-align: middle;
}

.comments-open label { display: block; }

/* modules */

.module {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f3f6f9;
    background: #dae0e6;
}

.module-content {
    margin: 0 0 10px 0;
    border-top: 1px solid #cfd4d9;
    padding: 10px 10px 0 10px;
    font-size: 10px;
    line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

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

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list {
    margin: 0 15px 10px 15px;
    list-style: disc;
}

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

.module-list-item {
    margin-top: 0;
    color: #666;
    line-height: 1.2;
}

.typelist-thumbnailed .module-list {
    margin: 0 0 10px 0;
    list-style: none;
}

.typelist-thumbnailed .module-list-item {
    margin: 1px 0;
    padding: 0;
    background: #f3f6f9;
}

.typelist-thumbnail {
    background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
    margin: 0;
    border-width: 0;
    padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

.module-recent-photos .module-list-item a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #36414d;
    background: #fff;
}

.module-tagcloud .module-list {text-align: left; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud .taglevel1 { font-size: 17px; }
.module-tagcloud .taglevel2 { font-size: 15px; }
.module-tagcloud .taglevel3 { font-size: 13px; }
.module-tagcloud .taglevel4 { font-size: 11px; }
.module-tagcloud .taglevel5 { font-size: 9px; }
.module-tagcloud .taglevel6 { font-size: 7px; }
