/* Base Weblog (base-weblog.css) */
/*----------------------- basic elements -----------------------*/
html { margin: 0; padding: 0; word-break: keep-all;line-break:strict;}
body {
    margin: 0;
    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: 10px 0px;
}
ul{margin:0px; padding:0px;}
/* 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; }
* html .pkg { height: 1%; }
.pkg { display: block; }


/*----------------------- two-column tweaks -----------------------*/
.layout-two-column-left #alpha { width: 585px; margin: 0;}
.layout-two-column-left #beta { width:170px;}

.layout-two-column-left #alpha-inner {
    padding: 15px 15px 0 15px;
}
.layout-two-column-left #beta {
padding:0 15px 30px 15px;
}
* html body .layout-two-column-left #beta {
padding:0;
margin:0;
}
.layout-two-column-left #beta-inner {
	margin:0 auto;
}


/*----------------------- page layout -----------------------*/
body { text-align: center; }
#container {
    text-align: left;
    position: relative;
    margin: 0 auto;
    width: 800px;
}
#container-inner { position: static; width: auto; }
#banner { position: relative; }
#banner-inner { position: static; }
#pagebody { position: relative; width: 800px; }
#pagebody-inner { position: static; width: 100%; }
#alpha, #beta{
    display: inline;
    position: relative;
}
#alpha{ float: left;}
#beta{ float:right;background-color:#C7C7C7;
padding:0;
}

#alpha-inner, #beta-inner {
    position: static;
}

 /* center on ie */
#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 800px;
	border:1px solid #000000;
	margin-bottom:30px;
}
* html body #container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 800px;
	border:1px solid #000000;
}
#container-inner {
	position: static;
	width: auto;
}

#pagebody {
	position: relative;
	width: 800px;
}
* html body #pagebody {
	position: relative;
	width: 800px;
	margin-top:-15px;
}

#pagebody-inner {
	position: static;
	width: 100%;
}

#coment_large { 
	margin:20px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}
#coment_small {
	margin:0 0 20px 0;
	font-weight: bold;
}
#copy { 
	text-align:left;
	margin:10px 0 0 0;
	font-size:120%;
}


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

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

.comments-open label { display: block; }

#comments-open-data, #comment-author, #comment-email, #comment-url, #comment-text {
    width: 560px;
}

#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 0px 20px 0px;
}
.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { 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;
}






/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

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

a { color: #36414d; text-decoration: underline; }
a:hover { color: #131C89; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #131C89; }

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


.trackbacks-header,
.comments-header,
.comments-open-header{
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 560px;
    margin: 0;
    padding: 5px;
    color: #fff;
    background: #131C89;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.trackbacks-header{ margin-top:30px;}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover{
    color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body {
	color: #333;
 	background-image: url(../iron_img/back02.gif);
	background-repeat: repeat-x,y;
	background-position: center center;
}
* html body {
	color: #333;
 	background-image: url(../iron_img/back02.gif);
	background-repeat: repeat-x,y;
	background-position: center center;
	padding-bottom:30px;
}

#container {
    width: 800px;
    background: #fff;
}

#banner {
	width: 800px;
	background-repeat: no-repeat;
	height: 250px;
	background-image: url(iron_img/iron_header03.jpg);
	background-position:center top;
}

#banner-space{ float:left;}
#banner-btn{ margin:40px 0 10px 0; float:right; list-style:none;}
#banner-btn #English{ margin-left:-1px;}
#banner-btn #panghona{ margin-left:5px; margin-bottom:30px;}

#banner-inner {
    padding: 15px 13px;
}
.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-indent: -6000px;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-indent: -6000px;
}

/*----------------------- entry -----------------------*/

.entry-header,.date-header,#archive-title{ font-size:12px;}
.date-header{ 
 color:#FFFF00;
 padding: 0px;
 background-image:url(../iron_img/entry_head2.gif);
 background-repeat:no-repeat;
 background-position:left top;
 width: 570px;
 height: 40px;
 text-indent:50px;
 padding-top:10px;
 margin-bottom:-37px;
}
.entry-footer{ border-top:1px dotted #FF0000; padding-top:10px; }
.entry-header,#archive-title{ font-weight:bold; margin-top:30px;
}
#archive-title{margin:0; padding:0;}
#archive-title{padding-top:30px; padding-bottom:-10px;}

.entry{
	width:548px;
	border-left: 1px solid #201C81;
	border-right: 1px solid #201C81;
	border-bottom: 1px solid #201C81;
	padding:0 10px;
	margin:0;
	margin-top:-27px;
	overflow:hidden;
    line-break: strict;
    text-align: justify;
}
.entry-inner{
	overflow:hidden;
	position:static;
	clear:both;
}
.post-footers{ padding-top:5px;}


/*----------------------- RSS -----------------------*/
#module-search{
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	width:166px;
}
#module-search .module-header{
	background-image: url(iron_img/cate_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:39px;
	width:166px;
	text-indent:-6000px;
}
#module-counter .module-header{
	background-image: url(iron_img/cate_counter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:39px;
	width:166px;
	text-indent:-6000px;
}
#module-counter .module-content{
	padding:0 0 0 2px;
	margin:0 0 0 2px;
}


#module-rss_archive{
	width:166px;
}
#module-rss_archive .archive-header{
	background-image: url(../../common_images/cate_matcho_e.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
	width:166px;
	margin-bottom:-16px;
	padding-bottom:30px;
}
#module-rss_archive a { text-decoration:none;}
#module-rss_archive a:hover { text-decoration:none;}

#module-rss_archive .archive-list {
	list-style: none;
	margin: 0px;
	padding: 7px;
	background-color:#FFFFFF;
	border-left:1px solid #131C89;
	border-right:1px solid #131C89;
}

#module-rss_archive ul{
	padding:0;
	margin:0;
}

#module-rss_archive .archive-footer{
	background-image: url(../../common_images/cate_matcho_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width:166px;
}
* html .archive-footer{
	margin-left:2px;
}

#module-rss_category{
	width:166px;
}
#module-rss_category .category-header{
	background-image: url(../../common_images/cate_matcho_cate_e.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
	width:166px;
	margin-bottom:-16px;
	padding-bottom:30px;
}
#module-rss_category a { text-decoration:none;}
#module-rss_category a:hover { text-decoration:none;}

#module-rss_category .category-list {
	list-style: none;
	margin: 0px;
	padding: 7px;
	background-color:#FFFFFF;
	border-left:1px solid #131C89;
	border-right:1px solid #131C89;
}

#module-rss_category ul{
	padding:0;
	margin:0;
}

#module-rss_category .category-footer{
	background-image: url(../../common_images/cate_matcho_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width:166px;
}
* html .category-footer{
	margin-left:2px;
}

#module-rss_tetsujin{
	width:166px;
}
#module-rss_tetsujin .tetsujin-header{
	background-image: url(../../common_images/cate_tetsujin_e.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
	width:166px;
	margin-bottom:-16px;
	padding-bottom:30px;
}
#module-rss_tetsujin a { text-decoration:none;}
#module-rss_tetsujin a:hover { text-decoration:none;}

#module-rss_tetsujin .tetsujin-list {
	list-style: none;
	margin: 0px;
	padding: 7px;
	background-color:#FFFFFF;
	border-left:1px solid #0000B1;
	border-right:1px solid #0000B1;	
}

#module-rss_tetsujin ul{
	padding:0;
	margin:0;
}

#module-rss_tetsujin .tetsujin-footer{
	background-image: url(../../common_images/cate_tetsujin_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width:166px;
}
* html .tetsujin-footer{
	margin-left:2px;
}


#module-rss_pancho{
	width:166px;
}
#module-rss_pancho .pancho-header{
	background-image: url(../../common_images/cate_pancho_e.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
	width:166px;
	margin-bottom:-16px;
	padding-bottom:30px;
}
#module-rss_pancho a { text-decoration:none;}
#module-rss_pancho a:hover { text-decoration:none;}

#module-rss_pancho .pancho-list {
	list-style: none;
	margin: 0px;
	padding: 7px;
	background-color:#FFFFA9;
	border-left:1px solid #FF99CC;
	border-right:1px solid #FF99CC;
}

#module-rss_pancho ul{
	padding:0;
	margin:0;
}
#module-rss_pancho .pancho-list a{
	padding-left:3px;
}
*+html body #module-rss_pancho .pancho-list a{
	padding-left:3px;
	padding-bottom:3px;
	line-height:140%;
}
* html body #module-rss_pancho .pancho-list a{
	padding-left:3px;
	padding-bottom:3px;
	line-height:130%;
}


#module-rss_pancho .pancho-footer{
	background-image: url(../../common_images/cate_pancho_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width:166px;
}

* html .pancho-footer{
	margin-left:2px;
}

#module-rss_boyaki{
	width:166px;
}
#module-rss_boyaki .boyaki-header{
	background-image: url(../../common_images/cate_boyaki_e.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
	width:166px;
	margin-bottom:-16px;
	padding-bottom:30px;

}
#module-rss_boyaki a { text-decoration:none;}
#module-rss_boyaki a:hover { text-decoration:none;}

#module-rss_boyaki .boyaki-list {
	list-style: none;
	margin: 0px;
	padding: 7px;
	background-color:#FFF8AA;
	border-left:1px solid #FFB1AA;
	border-right:1px solid #FFB1AA;	
}
#module-rss_boyaki ul{
	padding:0;
	margin:0;
}
#module-rss_boyaki .boyaki-list a{
	padding-left:3px;
}
*+html body #module-rss_boyaki .boyaki-list a{
	padding-left:3px;
	padding-bottom:3px;
	line-height:140%;
}
* html body #module-rss_boyaki .boyaki-list a{
	padding-left:3px;
	padding-bottom:3px;
	line-height:130%;
}



#module-rss_boyaki .boyaki-footer{
	background-image: url(../../common_images/cate_boyaki_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width:166px;
}

* html .boyaki-footer{
	margin-left:2px;
}
.search-results-header,
.search-results-container h3{
    font-size: 14px;
    font-weight: bold;
}