Mainthemeold

/* LAYOUT */

body{
background-color:#585858;
font-size: 0.76em;
}

#container {
background-color:#585858;
max-width:1000px;
margin: 0 auto;
/*-moz-box-shadow:#202020 10px 5px 5px;*/
-moz-box-shadow: 0 0 2.5em #202020;
-webkit-box-shadow: 0 0 2.5em #202020;

}

#main-content{background-color:#ffffff;
max-width:1000px;
margin: 0 auto;
padding:1em;

}

#page-content{
min-height:800px;

}

/* HEADER */
#header{background-color:#881c1c;
max-width: 1000px;
margin: 0 auto;
padding:1em;
height: 10em;
color:white

}

/* Website Title */

#header h1 {
font-family: Verdana, arial, helvetica,sans-serif;
color: white;
font-weight: normal;
font-size: 250%;

}
#header h2{
font-family: Verdana, arial, helvetica,sans-serif;
color: white;
font-weight: normal;
font-style: italic;
font-size: 120%;

}

/* Header Links */
#header a{
color:white;
text-decoration:none
}

/* TEXT */
h1,h2,h3,h4,h5,h6{
font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica;
}

/* LINKS */

/* Body links */
a{
color: #881c1c;
}

a:hover {
color: #2D2E2A;
background-color: transparent;
text-decoration: none;
}

/* Page Titles and Headings from Sahara */

#page-title, h1, h2, h3, h4 {
border: none;
padding: 0.25px 5px 0.25px 0px;
color: #881c1c;
margin: 30px 2px 3px 2px;
font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica;
}

div > #page-title,
#page-content > h1, #page-content > .list-pages-box > .list-pages-item > h1,
#page-content > h2, #page-content > .list-pages-box > .list-pages-item > h2,
#page-content > h3, #page-content > .list-pages-box > .list-pages-item > h3,
#page-content > h4, #page-content > .list-pages-box > .list-pages-item > h4
{
padding-left: 20px;
background: url(http://umass-sandbox.wikidot.com/local--files/files/reddot15007x7.png) repeat-y left center;
}

/* FOOTER (help.terms of service. etc, but not below that Creative Commons*/

#footer a{
color:white;
font-size: 80%;
}

/* ACCOUNT OPTIONS */
#account-options{
background-color: white;
display: none;
border: 1px solid #888;

}

#account-options ul{
border: 1px solid #dddddd;
color:black;
}
#account-options li{
color:black;
}
#account-options li a{
color:black;
}

#account-options li a:hover{
color: white;
background-color: black;
}

#account-topbutton{

text-decoration: none;
background-color: #881c1c;
}

/* TOP BAR */
#top-bar{

padding: 0;
text-align:right;
background-color: black;
color:white;
left: 0; right: 0;
width: 100%;
}

#top-bar a {
color:white;
text-decoration: none;

}

#top-bar ul {
float: right;
}

#top-bar li ul li a {
background-color:#FFFFFF;
border: 1px solid #dddddd;
color:#000000;
text-align:left;
width:10em;
}

#top-bar a:hover {
text-decoration: none;
color:#ffffff;
background-color:black;
}

#top-bar li ul li a:hover {
text-decoration: underline;
color:black;
background-color:white;
}

/*LICENSE*/
#license-area {
padding: 1em 0;
color: white;
font-size: 80%;
text-align: center;
}

#license-area a{
color:white;
font-size: 80%;
}

/* Rounded Boxes */

.box {
padding: 3px 15px;
-moz-border-radius: 1em;
-webkit-border-radius: 10px;
height: auto;
width: auto;
background: #DDDDDD;
margin: 10px;

}

/* Customized Links */
.blacklink a {
color: #000000;
font-weight: normal;
font-size: 100%;

}
.blacklink a:hover {
color: #881c1c;
font-weight: normal;
font-size: 100%;

}

.undeclink a {
text-decoration: none;
}
.undeclink a:hover {
color: #000000
text-decoration: underline;
}

.blackundeclink a {
color: #000000;
font-weight: normal;
font-size: 100%;
text-decoration: none;
}
.blackundeclink a:hover {
color: #881c1c;
font-weight: normal;
font-size: 100%;
text-decoration: underline;
}

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License