/* 
    Document   : style
    Created on : 6-Oct-2012, 6:52:21 AM
    Author     : Stephen
*/

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    min-width: 300px;
    max-width: 800px;
    margin: auto;
    background: #494444;
    background: -webkit-gradient(linear, left top, left bottom, from(#494444), to(#6F6666));
    background: -moz-linear-gradient(top, #494444, #6F6666);
}

h1 {
    color: #FFFFFF;
    font-family: "Droid Serif", "Times New Roman", serif;
    text-shadow: 1px 1px 10px #222222;
}

h2 {
    background: #D1CCCA;
    background: -webkit-gradient(linear, left top, left bottom, from(#E1DBDA), to(#D1CCCA));
    background: -moz-linear-gradient(top, #E1DBDA, #D1CCCA);
    border-bottom: 1px #333333 solid;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    margin: 0px;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

h3 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
}

a {
    color: #333366;
    text-decoration: none;
}
a:visited {
    color: #663366;
}
a:hover {
    color: #3333CC;
    text-decoration: underline;
}
h1 a, h1 a:visited, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

p {
    font-family: Roboto, Arial, sans-serif;
}
li {
    font-family: Roboto, Arial, sans-serif;
}

div {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0px 15px 0px 15px;
    overflow: auto;
    background: #FFFFFF;
    min-width: 268px;
    max-width: 768px;
}

#box {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: auto;
    overflow: auto;
    box-shadow: 0px 5px 20px #222222;
}

#avatar {
    float: left;
    border: 0px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    box-shadow: 1px 1px 10px #222222;
}

#copy {
    color: #CCCCCC;
    font-family: Roboto, sans-serif;
    font-size: small;
    text-align: center;
    text-shadow: 1px 1px 5px #222222;
}
#copy a {
    color: #FFFFFF;
}

.sm_icon {
    height: 32px;
    width: 32px;
    border: 0px;
    float: left;
}
.sm_link {
    padding: 1em;
    line-height: 32px;
}