:link,:visited {
text-decoration:none;
}
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;
}
img {
border:0;
}
ol,ul {
list-style:none;
}

a {
text-decoration:underline;
outline:none;
    color: #881111; 
    font-weight: bold; 
}

a:hover {
    text-decoration: none;
}

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


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

body {
text-align: center;
font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
color: #666;
background: #fff url(css/body.gif) repeat-x fixed top center; 
}

#container-inner {
width: 728px;
min-height: 100%;
margin: 0 auto;
text-align: left;
}

#header, #menu, #content, #alpha, #beta, #gamma, #footer {
position: relative;
}

#alpha, #beta, #gamma {
display: inline;
float: left;
}

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

#header-inner, #alpha-inner, #beta-inner, #gamma-inner {
overflow:hidden;
}

/* Header ----------------------------------------------------------------- */
#header {
	background:url(css/background.jpg) no-repeat top center;
	height:311px;
}
#header-inner {
	position:relative;
	height:311px;
}

#header a {
	color:#5e9ad2;
	font-weight:normal;
	text-decoration:none;
}
#header a:hover {
	text-decoration: underline;
}


/* Layout */

#alpha {
	width:513px;
	top:-100px;
}
#alpha-inner {
	padding-left:35px;
}
#beta {
	left:0px;
	width:0px;
}
#gamma {
	right:0px;
	width:170px;
	top:-100px;
	padding-right: 30px;
	padding-left: 5px;
}

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


/* Content ---------------------------------------------------------------- */

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

blockquote, ol, ul {
margin-left: 30px;
background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }

/* Assets */

.asset,
.archive {
margin-bottom: 1.5em;
}

.asset-header,
.asset-body,
.search-results-header {
margin-bottom: .75em;
}



.asset,
.archive {
overflow: hidden;
width: 100%;
}

.asset,
.asset-content,
.archive {
position: static;
clear: both;
}

.asset-body,
.asset-more,
.asset-excerpt {
clear: both;
}



.widget-list-item {
margin-top: 5px;
margin-bottom: 5px;
}

li {
    margin-top: 4px;
}

.asset-name {
margin-bottom: .25em;
    font-size: 22px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-name,
.asset-name a {
    color: #881111;
}

.asset-content {
    margin: 5px 10px;
    text-align: justify;
}

.search-results-header {
    margin-bottom: .25em;
    margin: 8px 20px 5px 20px;
}


/* Utility */

.widget-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}




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

#content {
    background: #fff; 
    top: -51px;
}

#content-inner {
    padding-top: 0;
    padding-bottom: 0;
    background: url(css/content-wtt-c.gif) repeat-y scroll right top; 
}

#beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

.asset-header {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}  

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #d4e5f2;
}

.widget-header {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    color: #881111;
    font-weight: bold;
    font-size: 14px;
}

.widget-content {
position: relative;
    margin: 5px 15px 20px 15px;
    font-size: 11px;
}
.widget-content a {
    color: #999;
}


#footer {
	background:#fff url(css/footer-back.jpg) no-repeat top center;
	top:-51px;
        padding: 51px 30px 0px 30px;
	font-size: 0.8em;
	color: #999999;
}

#footer a {
	color: #999999;
}


/* Menu */


#menu {
	width:728px;
	height:51px;
	margin:0 auto;
	top:-151px;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 30px;
	list-style: none;
}

#menu li {
display: inline;
margin-top: 0px;
}

#menu a {
	display:block;
	float:left;
	height:22px;
	padding:8px 15px 0 16px;
	border-right:1px solid #2A2C2F;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#DFE8F2;
}
#menu a:hover,#menu .active a {
	background-color:#000000;
}
.menuright {
	float:right;
	margin-right:30px;
	border-left: 1px solid #2A2C2F;
}
/* Utilities -------------------------------------------------------------- */
#header:after,#header-inner:after,#content:after,#alpha-inner:after,#beta-inner:after,#gamma-inner:after,#footer:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
#content-inner,.asset-body {
	height: 1%;
}

/* quoting box */
.quote {
	background:url(css/blockquote.gif) no-repeat left top;
	color:#666;
	margin:1em;
	padding:0 0 10px 50px;
}
blockquote {
	background:#F5F5F5;
	font-size:10px;
	border-top:1px solid #C1D2EC;
	border-bottom:1px solid #C1D2EC;
	margin:30px;
	padding:20px 20px;
}
.ul-cat,.ul-cat li ul {
	list-style:none;
	margin:0;
	padding:0;
}
.ul-cat li a {
	display:block;
	margin:0;
	padding:2px 0px 2px 20px;
	border-bottom:1px dotted #dceeb7;
	background:url(/css/mini-category.gif) no-repeat left center;
}
.ul-cat li li {
	margin-left:20px;
}
.ul-cat li a,.ul-cat li a:visited {
	color:#999999;
	text-decoration:none;
}
.ul-cat li a:hover {
	color:#333333;
	background: #d8efff url(/css/mini-category.gif) no-repeat left center;
}
/* Table Format */
table {
	padding:15px 0px;
	cellspacing:0px;
}
td {
	padding:3px 0px;
}
.td-bold {
	font-weight:bold;
        color:#4D8810;
}
.tr-50 {
	height:50px;
}
.head1,.head2 {
	font-size:12px;
	vertical-align:bottom;
	font-weight:bold;
}
.head1 p,.norm1 p,.norm1alt p {
	padding-left:3px;
	padding-right:5px;
}
.head2,.norm2,.norm2alt {
	text-align:center;
}
.norm1alt,.norm2alt {
	background-color:#DDDDDD;
}
.content-nav {
	text-align:center;
	margin:15px 30px 10px 10px;
	color:#666666;
	font-weight:normal;
	font-size:11px;
}
.content-nav a {
	color:#666666;
	font-weight:normal;
	font-size:11px;
}
.content-nav a:hover {
	text-decoration: underline;
}

.tarot-test {
	font-weight: bold;
}

.td-left,.td-right {
	width: 210px;
        padding-right: 10px;
}


td {
	vertical-align: center;
	height: 25px;
}

