body {
	margin:0px;
	padding:0px;
}
a {
	color: #0000FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
#main {
	font-family: "Trebuchet MS", trebuchet, monaco, arial;
	margin-left:30px;
  width: 650px;
}
/* Projects will often specify what they were built with */
ul.media:before {
    content: "Media: ";
}
ul.media {
    list-style-type:none;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 80%;
    font-style: oblique;
}
ul.media li {
    display: inline;
    padding-left: 10px;
}

/* BLOG SPECIFIC */
.figure {
    text-align: center;
}
.figure .caption {
    font-size: 0.8em;
    font-style: oblique;
    margin: 2px 0 9px 0;
}
.blog_post h1 {
    font-size: 1.5em;
}
.footnote-reference {
    font-size: 50%;
    vertical-align: super;
}
.footnote {
    font-size: 80%;
}

/* HEADER STYLES */
header, #header {
	position:relative;
	border:none;
	top:0px;
	left:0px;
	width:100%;
	padding-top:10px;
	padding-left:0px;
}
#headertop {
	padding-left:20px;
}
#headerbottom {
	background-image:url("images/dash.png");
	padding-left:25px;
	background-repeat: repeat-x;
}
#tipme {
  float: right;
  margin-top: -14px;
  font-size: 10px;
	font-family: "Trebuchet MS", trebuchet, monaco, arial;
}

/* FOOTER STYLES */
footer, #footer {
	margin:auto;
	position:relative;
	text-align:center;
	font-size:9pt;
  padding-top: 20px;
}

#footer ul, footer ul {
    list-style-type: none;
}
#footer li, footer li {
    display: inline;
    padding: 2px 10px 2px 10px;
}
#footer address, #footer .address {
    font-family: monospace;
    display:inline;
}
.hide {
    display:none;
}

