html{
    height: 100%;
}

body{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: url(miku/background.png) #bde2b4 no-repeat center top fixed;
    font-family:sans-serif;
}

a{
    color: inherit;
    text-decoration: inherit;
}

a:hover{
    text-decoration: underline;
}

h1.title{
	display: block;
    
	margin: auto;
}

h1.title  a{
	display: block;
	background: url(miku/logo.png) no-repeat center top;
	width: 700px;
	height: 200px;
	margin: auto;
	overflow: hidden;
	text-indent: -9999px;
}

div#banner{
	width: 530px;
	height: 85px;
	padding: 0px;
	position: relative;
	margin: auto;
	top: -100px;
	margin-bottom: -100px;
}

div#banner a{
	display: block;
	background: url(miku/irlotaku.png) no-repeat center top;
	width: 530px;
	height: 85px;
	overflow: hidden;
	text-indent: -9999px;
}

ul.titlemenu{
	width: 950px;
	margin: auto;
	margin-bottom: 0px;
	padding: 0px;
}

ul.titlemenu li{
    display: inline-block;
    list-style: none;
    background: RGB(70,160,70);
    border: solid 2px RGB(50,140,50);
    margin: 5px;
	margin-bottom: 0px;
    padding: 5px;
    margin-top: 0px;
    color: white;
    font-weight: bolder;

    -moz-border-radius: 10px 10px 0px 0px ;
    -webkit-border-radius: 10px 10px 0px 0px ;
    border-radius: 10px 10px 0px 0px ;
}

ul.titlemenu li:hover{
     background: RGB(50,140,50);
}

div.menu{
	display: none;
    position: fixed;
    background: white;
    border: solid black 1px;
    width: 250px;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    left: -250px;
}

div.menutoggle{
	display: none;
    position: fixed;
    width: 250px;
    z-index: 200;
    bottom: 0px;
    text-align: center;

    border: RGB(50,140,50) 1px solid;
    background: RGB(70,160,70);
    color: white;
}

div.content{
	width: 1000px;
    margin: auto;
	margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
}

#contentwidth{
	display: none;
    font-size:larger;
    font-weight: bold;
    color: #5FC5C9;
    text-align:center;
    position: fixed;
    top: -10px;
    right: 0px;
    height: 40px;
    font-size: 40px;
    font-weight: bold;
}

div.content > div{
    background: white;
    color: black;
    border: solid RGBA(23,124,18,0.50) 10px;
    background:RGB(230,255,230);
    background: url(miku/divbg.png) RGBA(255,255,255,0.75)  fixed repeat-x;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.indexelement{
    display: inline-block;
    vertical-align: top;
    background: white;
    color: black;
    width: 450px;
    margin: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
    border: solid black 1px;
}

.blocktitle{
    margin: 0px;
    padding: 5px;
    background-color: RGB(50,140,50);
    color: white;
    margin-bottom: 10px;
}

span.userurl{
    background: url('images/userlink.png') bottom;
    width: 20px;
    height: 15px;
    margin-top: 2px;
    display:inline-block;
    vertical-align: top;
}

/**
* Index specific
**/
h2.logbox{
    background-image: url(images/login.png);
    background-position: left;
    background-repeat: no-repeat;
}

h2.archive{
    background-image: url(images/archive.png);
    background-position: left;
    background-repeat: no-repeat;
}

h2.article{
    background-image: url(images/article.png);
    background-position: left;
    background-repeat: no-repeat;
}

h2.blogroll{
    background-image: url(images/blogroll.png);
    background-position: left;
    background-repeat: no-repeat;
}

h2.score{
    background-image: url(images/score.png);
    background-position: left;
    background-repeat: no-repeat;
}

h2.whatisit-title{
    background-image: url(images/whatisit.png);
    background-position: left;
    background-repeat: no-repeat;
}

div.yui-lightbox{
    background:RGB(230,255,230);
    background:RGBA(230,255,230,0.8);
}

div.yui-imageuploader{
    position: fixed;
    z-index: 200000;
    overflow: auto;
    max-height: 500px;
}

div.yui-imageuploader-content{
    max-height: 500px;
}

div.picupload{
    display: inline-block;
    vertical-align: top;
    background: white;
    border: solid black 1px;
}

div.picupload > *{
    display: block;
}

div.picupload img{
    max-width: 400px;
    max-height: 400px;
}

div.picupload input[type="text"]{
    width: 400px;
}