@font-face {
    font-family: "Calibri-other";
    src: url(../vg_files/other/calibri.ttf);
}

body {
    font-family: "Calibri", "Calibri-other";
    background: #111111;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
}

a {
    color: inherit;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

h1 {
    font-size: 35px;
    font-weight: 400;
}

h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 10px;
}

.main {
    width: 100%;
    color: #000000;
    background: url('/vg_files/images/kotoba-bg1.jpg') #FFFFFF;
    background-size: auto;
    /*background-size: cover;*/
    background-position-x: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.4);
}

.header {
    min-width: 1150px;
    height: 70px;
    background: #FFFFFF;
    color: #000000;
    border-bottom: 1px solid #000000;
    font-size: 22px;
}

.nav {
    width: 300px;
    position: absolute;
    right: 20px;
    margin-top: 20px;
}

.footer {
    height: 75px;
    width: 100%;
    background: #111111;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.wsheader {
    height: 70px; /*Same height as header*/
}

.sitename {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.navbutton {
    float: left;
    margin-right: 35px;
}

.disclaimer {
    position: relative;
    top: 27px;
}

.error {
    color: red;
    font-size: 13px;
}

/* Solo setting stuff */

.w25p {
    width: 25px !important;
}

.w35p {
    width: 35px !important;
}

.w50p {
    width: 50px !important;
}

.w75p {
    width: 75px !important;
}

.w100p {
    width: 100px !important;
}

.w125p {
    width: 125px !important;
}

.w150p {
    width: 150px !important;
}

.w175p {
    width: 175px !important;
}

.w200p {
    width: 200px !important;
}

.w250p {
    width: 250px !important;
}

.w300p {
    width: 300px !important;
}

.w350p {
    width: 350px !important;
}

.w400p {
    width: 350px !important;
}

.w450p {
    width: 350px !important;
}

.w500p {
    width: 350px !important;
}

.w5 {
    width: 5% !important;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w35 {
    width: 35% !important;
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.center {
    margin: auto;
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.hidden {
    display: none;
}