@charset "UTF-8";

a:active {
text-decoration: none;
color: #3964C3;
}

a:hover {
text-decoration: none;
color: #D34328;
}

a:link {
text-decoration: none;
color: #f8f8f8;
}

a:visited {
text-decoration: none;
color: #f8f8f8;
}

body {
background-color: #000000;
color: #ffffcc;
font-family: sans-serif;
font-size: 11pt;
margin-left: 15px;
}

#columns {
margin: 0 auto;
}

div.home {
margin-top: 50px;
margin-left: 65px;
width: 60%;
}

div.projects {
margin-left: 65px;
width: 80%;
}

div.prose {
margin-left: 65px;
width: 80%;
}

#feedback div {
margin: 6px 0;
}

h1 {
font-size: 12pt;
font-variant: small-caps;
font-family: "Papyrus", "Century Schoolbook", sans-serif;
word-spacing: 7px;
text-indent: 60px;
}

h2 {
color: #ffffcc;
font-size: large;
}

iframe {
width: 100%;
height: 600px;
border: 0;
margin-top: 15px;
margin-bottom: 10px;
clear: left;
}

img {
max-height: 400px;
}

img.me {
position: relative;
width: 250px;
float: right;
margin: 5px;
}

img.tn {
height: 100px;
}

#left {
float: left;
width: 300px;
}

li {
color: #f8f8f8;
}

p.footer {
font-size: 9pt;
color: #D34328;
}

table.buttons {
width: 450px;
text-align: center;
border-spacing: 1px;
}

#twtr-profile-widget {
float: right;
width: 300px;
}