p {
    letter-spacing: 0.05em;
    word-spacing: 0em;
    line-height: 1.5;
    text-align: center;
}

a {
    text-decoration: none;
    color: #FF7F11;
}

a:hover {
    text-decoration: none;
    color: white;
}

body
{
	letter-spacing: 0.1em;
    word-spacing: 0em;
    line-height: 1.5;
    text-align: center;
    font-size: 28px;
    color: #c3db74;
    background-color: #162521;
    font-family: "Trebuchet MS";
    margin: 0px;

    background-image: url(images/mag_grid_512_alpha25.png);
}

button
{
    font-family: "Trebuchet MS";
}

input
{
    font-family: "Trebuchet MS";

    border: 5px;
    border-radius: 50px;
    font-size: 20px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 300px;
}

input:focus
{ 
  background-color: #cdeb63;
  outline-width: 0;
}

input[type="submit"]
{
    width: 150px;
    cursor:pointer;
    background-color: white;
}

input[type="submit"]:hover
{
    background-color: #cdeb63;
}

#wrap
{
   width: 800px;
   margin:0 auto;
}
#left_col
{
   float:left;
   width:400px;
}
#right_col
{
   float:right;
   width:400px;
}

#info_box
{
    width: 800px;
    margin:60px auto;
    padding: 60px;
    background-color: #264039;
    overflow: hidden;
    border-radius: 200px;
}

#cases_box
{
    width: 800px;
    border-radius: 200px;
    padding: 25px;
    margin: 30px auto;
    background-color: #264039;
    overflow: hidden;
}

#blog_post
{
    min-height: 400px;
    border: 6px dotted;
    border-color: white;
    margin: 2%;
    text-align: left;
    font-family: helvetica;
    font-size: 18pt;
    padding: 20px;
    line-height: 1.5;
}

#blog_comment
{
    min-height: 30px;
    width: 80%;
    border: 5px dotted;
    border-color: #e37d42;
    margin: 2%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    text-indent: 10px;
    font-family: helvetica;
    font-size: 12pt;
    padding: 10px;
}

#info_box_case_1
{
    width: 800px;
    margin:60px auto;
    padding: 60px;
    background-color: #213540;
    overflow: hidden;
    border-radius: 200px;
}
#info_box_case_1_b
{
    width: 900px;
    margin: 10px auto;
    padding: 30px;
    background-color: #28404d;
    overflow: hidden;
    border-radius: 100px;
}

#info_box_case_2
{
    width: 800px;
    margin:60px auto;
    padding: 60px;
    background-color: #382452;
    overflow: hidden;
    border-radius: 200px;
}
#info_box_case_2_b
{
    width: 900px;
    margin: 10px auto;
    padding: 30px;
    background-color: #3f285e;
    overflow: hidden;
    border-radius: 100px;
}

#info_box_case_3
{
    width: 800px;
    margin:60px auto;
    padding: 60px;
    overflow: hidden;
    border-radius: 200px;
    background-color: #845e48;
}

#case1
{
    border-style: solid;
    border-width: 0;
    border-color: white;
    border-top-width: 5px;
    padding-bottom: 100px;
    margin-top: 60px;
    background-image: url(images/mag_grid_512_alpha25.png);

    background-color: #28404d;
    color: #31cac5;
}

#case2
{
    border-style: solid;
    border-width: 0;
    border-color: white;
    border-top-width: 5px;
    padding-bottom: 100px;
    margin-top: 60px;
    background-image: url(images/mag_grid_512_alpha25.png);

    background-color: #3f285e;
    color: white;
}

#case3
{
    border-style: solid;
    border-width: 0;
    border-color: white;
    border-top-width: 5px;
    padding-bottom: 100px;
    margin-top: 60px;
    background-image: url(images/mag_grid_512_alpha25.png);

    background-color: #ce9e5f;
    color: white;
}

img.award
{
    padding: 10px;
}

#dev_info
{
    font-size: 18px;
    width: 250px;
    margin: 0px auto;
    margin-top: 15px;
}

#pic
{
    width: 600px;
    height: auto;
    margin: 10px;
    border: 5px;
    border-style: solid;
    color: white;
}

.main_logo
{
    margin-top: 1em;
    margin-bottom: -1.5em;
}

.navigation
{
    text-shadow: 2px 1px 3px #1d1d1d;
    background-color: #264039;
    margin: 0px auto;
    width: 500px;
    border-radius: 60px;
    padding: 25px;
}

#content {
    margin-left: 1px;
    font-size: 25px;
    color: white;
}

#hauntedisland {
    font-size: 30px;
    color: #e37d42;
}

#SeenAt {
        font-size: 15px;
}


#SeenOn {
        font-size: 15px;
}

#Bio {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 20px;
    text-align: left;
    font-family: "Trebuchet MS";
    color: white;
}

#middle{
    text-align: center;
}

#blog {

       text-align: right;
       letter-spacing: 0.1em;
    word-spacing: 0em;
    line-height: 1.5;
}

