html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
a {
    text-decoration: none;
    outline: none;
}
a:link {
    text-decoration: none;
	color: #666666;
}
a:visited {
    text-decoration: none;
	color: #666666;
}
a:active {
    text-decoration: none;
	color: #666666;
}
a:hover {
    text-decoration: none;
	color: #666666;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 780px;
    margin: 0 auto;
    text-align: left;
}
#content-inner {
	padding: 15px 10px;
}

#alpha {
    float: right;
    width: 575px;
}
#beta {
    float: left;
	width: 165px;
}


#beta-inner {
	border: 1px solid #ccc;
	padding: 10px 6px 60px;
	background-color: #EEF9FF;
} 

.hentry {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	background-image: url(img/bg.gif);
	width: 555px;
	clear: both;
	line-height: 130%;
}
.entry-content {
	padding: 5px 10px;
}
#footer {
	clear: both;
	border-top: 1px solid #999999;
}
#footer-content {
	padding: 5px 0 20px;
	text-align: center;
	font-size: 83%;
	color: #101986;
}
.asset-header {
	background-image:url(img/title.gif);
	background-repeat: no-repeat;
	color: #213094;
	margin-bottom: 10px;
}

.title-table {
	width: 100%;
}
.title-table-date {
	width: 30%;
	text-align: right;
	padding-right: 10px;
	font-size: 94%;
}
	
.page-title {
	padding: 3px 0 5px 35px;
	margin-bottom: 0;
	font-weight: bold;
}
	

/* Header ----------------- */

#header-name {
	font-size: 10px;
	color: #101986;
	margin: 2px;
}

#header-description {
    margin: 0;
}


.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}


/* Widgets ----------------- */

.widget-list,
.archive-list {
	font-size: 12px;
    margin: 15px 5px 15px 20px;
    padding: 0;
    list-style: url(img/maru.gif);
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-ul li.widget-list-item-year {
	background-image: url(img/year-archive-title.gif);
	background-repeat: no-repeat
	width: 141px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}


/* Yealy-archive ----------------- */
h2.h2_yearly_title {
	background-image: url(img/title.gif);
	padding: 3px 0 5px 35px;
	margin-bottom: 20px;
	font-weight: bold;
}
.assets_img {
	float: left;
	width: 170px;
	height: 230px;
	margin-right: 15px;
}
.asst-thum-square {
	overflow: hidden;
	width: 170px;
	height: 170px;
	margin-bottom: 5px;
}
img.asset-img-thumb {}
span.assets_title {
	font-size: 11px;
	line-height: 15px;
}

