/* ==========================
   Classic 2007 Square Style
   ========================== */

*{
    border-radius:0 !important;
}

body{
    background:#d6e4f2;
    font-family:Verdana, Arial, sans-serif;
}

/* Containers */

.container,
.thread,
nav,
header,
footer{
    border-radius:0;
}

/* Thread */

.thread{
    border:1px solid #7c97b7;
    box-shadow:none;
}

.thread-title{
    background:linear-gradient(#90b3df,#6e96c9);
    border-bottom:1px solid #5f83b2;
    padding:8px 10px;
    font-family:Verdana, Arial, sans-serif;
    font-weight:bold;
    color:#800080;
}

.thread-title,
.thread-title a,
.thread-title h1,
.thread-title h2{
    font-family:Verdana, Arial, sans-serif;
    font-weight:bold;
    color:#800080;
    text-decoration:none;
}

/* Posts */

.post{
    border-top:1px solid #ccd9e8;
    padding:12px;
}

.post:nth-child(even){
    background:#f4f8fd;
}

/* Images */

.avatar img{
    border:1px solid #7c97b7;
    padding:2px;
    background:white;
}

/* Navigation */

nav{
    border:1px solid #7c97b7;
    background:#eef5fc;
    padding:8px;
    box-shadow:none;
}

nav a{
    display:inline-block;
    padding:2px 6px;
}

nav a:hover{
    background:#dbe8f7;
}

/* Buttons */

button{
    border:1px solid #5c7eac;
    background:linear-gradient(#aac7eb,#86acd9);
    box-shadow:none;
    padding:5px 14px;
}

button:active{
    background:linear-gradient(#86acd9,#aac7eb);
}

/* Inputs */

input,
textarea{
    border:1px solid #8ca8c9;
    background:white;
    padding:6px;
    box-shadow:none;
}

/* Links */

a{
    color:#003399;
}

a:visited{
    color:#663399;
}

a:hover{
    color:#CC0000;
}

/* Quotes */

.quote{
    color:#008000;
    font-weight:bold;
}

/* Code */

pre{
    border:1px solid #aac0dd;
    background:#eef5ff;
    padding:8px;
}