/* ---------The basics--------- */

body {
padding: 0px; 
margin: 10px; 
background: #F7F7FF url(images/menu_bg.gif) repeat-y fixed 0 0;
}

p { 
font-family: verdana; 
color: #5E5656; 
font-size: 12px; 
line-height: 155%;
}

b {
font-weight:bold;
color: #625E96;
background: #EDEEFF;
border: 1px solid #6C65BE;
padding: 3px;
}

em {
font-weight: bold;
font-style: normal;
color: #6C65BE;
}

li {
font-family: verdana; 
color: #5E5656; 
font-size: 12px; 
line-height: 155%;
}

ul {
list-style-type: square;
list-style-image: url(/images/bullet.gif);
}

h1 {
color: #625E96;
border-bottom: 7px solid #6C65BE;
}

a:link {
color: #625E96;
font-weight: bold;
text-decoration: underline;
}

a:visited {
color: #9391AB;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: #625E96;
text-decoration: none;
}

a:hover {
font-weight: bold;
text-decoration: none;
}

.centerimg {
text-align: center;
}

table,td,tr,th {
border: 1px solid black;
border-collapse: collapse;
padding: 6px;
font-family: verdana; 
color: #5E5656; 
font-size: 12px; 
empty-cells: hide;
}

a.anchor:hover {
font-weight: normal;
}

a.anchor:active {
color: #5E5656; 
}

/* ---------Formatting the image-links in sidebar and header--------- */

.headerlink img {
outline: none; 
padding: 0px; 
border: 0px solid #EDEEFF; 
background: transparent;
}

a img {
border: none; 
outline: none; 
padding:2px;
}

a:hover img {
outline: none; 
padding: 2px; 
border: 2px solid #EDEEFF; 
background: #625E96;
}

/* ---------Formatting the link in the footer--------- */

.footer {
margin-top: 30px;
text-align: center;
text-decoration: none;
border-top: 1px solid #625E96;
padding: 3px;
}

.footer a {
text-decoration: none;
color: #625E96;
text-align: center;
}

/* ---------These three thingummies form the layout--------- */

#contentbox {
border: 0px black solid; 
background: transparent; 
padding: 2px 20px 2px 15px; /* top right bottom left */ 
margin-left: 265px; 
margin-right: 15px; 
font-family: verdana; color: gray; 
font-size: 12px;
}

#sidebar {
position: fixed; 
top: 0px; 
left: 0px; 
width: 250px; 
padding-top: 20px; 
margin: 0px; 
font-family: verdana; 
color: gray; 
font-size: 12px; 
text-align: left;
}

#header {
padding-top:12px;
padding-bottom:12px;
margin-left: 50%;
margin-right: 50%;
}

/* ---------Links in the sidebar--------- */

#confused {
position: absolute; 
top: 20px; 
left: 33px;
}

#glossary {
position: absolute; 
top: 88px; 
left: 33px;
}

#debunked {
position: absolute; 
top: 167px; 
left: 33px;
}

#transition {
position: absolute; 
top: 243px; 
left: 33px; 
}

#allyship {
position: absolute; 
top: 292px; 
left: 33px;
}

#transphobia {
position: absolute; 
top: 367px; 
left: 33px;
}

#resources {
position: absolute; 
top: 475px; 
left: 23px;
}

/* ---------Totally awesome drop-cap thing--------- */

/* p:first-child:first-letter {
font-size:20px;
font-weight:bold;
padding:5px;
margin-right:2px;
margin-bottom:3px;
border: 1px gray solid;
background:#D3D2E5;
} */

/* ---------Form formatting--------- */

input
{
color: #625E96;
background: #EDEEFF;
border: 1px solid #625E96;
padding:4px;
}

/* ---------Hey, why're you poking around in my code? :)--------- */
