body {
    font-family: Trebuchet MS, Helvetica Neue, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    color: #333;
    background: #b9c9c4;
    min-width: 800px;
    margin: 20px 0;
}

#content {
    width: 800px;
    margin: 0 auto;
    padding: 10px;
    background: #fcfbf5;
    border: solid 3px #888;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}

#footer {
    width: 800px;
    margin: 0 auto;
    padding: 10px;
	color: #777;
    font-size: small;
}

img {
    border: none;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #2266ee;
}

a:visited {
    color: #8844ee;
}

a:hover {
    text-decoration: underline;
}

#sidebar {
    float: right;
    margin: 0;
    width: 210px;
}

#sidebar > div {
    border: 1px solid #888;
    margin-bottom: 10px;
}

#twitter {
    font-size: small;
    margin: 0;
    padding: 0;
}

#main {
    margin-right: 220px;
}

p {
    line-height: 150%;
}

p.footnote {
	color: #777777;
    font-size: small;
    margin: 10px;
}

.centered {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h4 {
	border-bottom: solid 1px #bbb;
}

ul.projects {
	padding: 0;
    list-style: none inside;
}

ul.projects > li {
    border: 1px solid #dadada;
    margin-bottom: 5px;
    background-color: white;
    padding: 10px;
}

ul.projects > li h3 {
    margin: 0;
}

ul.projects > li p {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.projects > li li {
    list-style-position: outside;
}


/* Tabs */

.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs .ui-tabs-panel {
	margin-top: 0;
}

.ui-tabs > ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.ui-tabs > ul > li {
	float: left;
	display: block;
	border:  solid 1px #888;
	background: #bbb;
	margin-bottom: -1px;
}

.ui-tabs > ul > li.ui-tabs-selected {
	background: #eee;
}

.ui-tabs > ul > li > a {
    float: left;
	padding: 5px 10px;
	color: black;
}

