/* Stylesheet for isshinkai.se by Tomas Arwen.
 *
 */

body {
    background: #e0e0e0;
    color: #505050;
    font: 76% Arial,Tahoma,Verdana,Georgia,sans-serif;
    margin: 0;
    padding: 0;
    text-align:center;
}

p {
    line-height:1.5em;
    margin:0 0 15px;
}

a {
    color:#3590fa;
    text-decoration:none;
}

a:hover {
    color:#174070;
}
a:active {
    color:#da7830;
}

dt{
    font-weight:700;
}

dd{
    margin:1px 0 12px 15px;
}

/* Site main layout elements */

/* #container holds the space for the actual page */
#container {
    background-color: #c0c0c0;
    margin: 10 auto;
    text-align: left;
    width: 752px;
}

/* Sitename presentation */
#sitename {
    /* background:url(img/grad-blue.jpg) #3590fa top center repeat-x; */
    background:url(img/top.png);
    color:#ffffff;
    font-weight:400;
    height:160px;
    margin:0;
    text-align:center;
}
#sitename h1 {
    font-size:2.2em;
    margin:0;
    padding-top:20px;
}

#sitename span {
    font-size:1.6em;
    letter-spacing:-1px;
    margin:0;
}

#nav {
    background-color: inherit;
    float: left;
    margin: 0;
}


#nav a {
    color:#3570aa;
    display:block;
    font-size:1.2em;
    font-weight: bold;
    letter-spacing:-1px;
    padding:7px 20px 4px 11px;
    text-decoration:none;
    float: left;
}

/* "current" menu item */
#nav a.current {
    background-color: #ffffff;
    border-left: 1px #808080 solid;
    border-right: 1px #808080 solid;
}

#nav a:hover {
    color: #000000;
    background-color: #d0d0d0;
    
}


#wrap {
    border-bottom:1px solid #808080;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
    background-color: #ffffff;
    padding: 5px;
    clear: both;
}

#content {
    margin:0px 75px 0 160px;
}

#content img {
    border:1px solid #808080;
    margin:5px 15px 6px;
}

#content h1 {
    color:#505050;
    font-size:2em;
    font-weight:400;
    margin:15px 0 10px;
    padding:0;
}

#content h2 {
    color:#505050;
    font-size:1.5em;
    font-weight:400;
    margin:20px 0 10px;
    padding:0;

}

#content p {
    margin:8px 0 0 5px;

}

#footer {

    clear: both;
    margin-top:20px;
    margin-right: 10px;
    text-align:right;
}

#footer a {
    text-decoration: none;
}

/* Submenu style*/
#subnav {
    float:left;
    margin: 15px 0 0;
    width: 145px;
}

.nav {
    color: #104ad0;
    display:block;
    font-size:1.1em;
    font-weight:700; 
    margin-bottom:1px;
    padding:2px 2px 2px 10px;
    position:relative;
    text-decoration:none;
    width: 125px;

}

.nav:hover {
    border:1px solid #3090fa;
    color: #505050;
    padding:1px 1px 1px 9px;

}

#subnav h1 {
    font-size:1.4em;
    font-weight:400;
}


.intro {
    font-weight:700;
}

.box {
    border:1px solid #a0a4c4;
    color:#505050;
    padding: 3px 3px 3px 3px;
    margin: 10px;
}   

.bdash {
    border-bottom: 1px #3590fa dashed;
    margin-bottom: 2px;
}

/* Guestbook special */
.gbmsg {
    font: smaller;
    line-height: 1.2em;
    padding-left: 5px;
    margin: 3px 1ex 3px 1ex;

}

/* Thumbnail test */

.thumbnail{
    padding: 4px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 112px;
    max-width: 150px;
    overflow: visible;
    vertical-align: left;
    
}

.thumbnail img {
    border: none;
    vertical-align:  middle;
    max-height: 96px;
    max-width: 96px;
}


/* for alternating colored boxes or similar */
.bg1 {
    background-color: #e2ebf0;
}

.bg2 {
    background-color: #f0f8ff;
}   


.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display:none;
}


