/* custom style sheet for govthesis.site.wesleyan.edu */

#wes-header, #fullmenu_wrapper {
display: none !important;
}

#container {
background-color: #eee;
background-image: none;
}

#header {
border-color: #333;
border-style: solid;
border-width: 0 1px 0 1px;
margin-top: 0;
position: absolute;
top: -1000px;
}

#header-image {
background-image: url("http://www.wesleyan.edu/wordpress/perBlog/govthesis/govthesis.jpg");
border-color: #333;
border-style: solid;
border-width: 0 1px 0 1px;
margin-bottom: 0;
height: 170px;
}

#content {
background-color: #fff;
border-color: #333;
border-style: solid;
border-width: 0 1px 1px 1px;
padding-top: 10px;
}

#content .posttitle h2 {
line-height: 1.9em;
}

#content-main h3 {
font-size: 1.4em;
color: #990000;
letter-spacing: 2px;
}

#content-main h4 {
color: #990000;
letter-spacing: 1px;
}

#content .entry a:link,
#content .entry a:visited {
border-bottom: 1px solid #990000;
color: #990000;
}

#content .entry a:hover {
opacity: 0.8;
filter:alpha(opacity=80);
}

/* for the table of contents plugin */

.toc {
float: right;
border: 1px solid #990000;
padding: 10px 0;
background-color: #eee;
margin: 0 0 10px 10px;
}

#content-main .toc ul {
list-style-type: none;
margin: 0;
}

li.page_item li.page_item ul {
padding-top: 0px;
}

li.page_item li.page_item ul a {
color: #333333;
}

.toc div {
display: none;
}

.toc .toc-level-4 {
display: none;
}

.toc .toc-header {
display: none;
}

@media print {

#content {
border: none;
}

}