/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet css.css ****/

#capsule {
background-color: white;
width:760px;
margin: auto;
}

html>body #capsule {
	width:740px;
	}

#header {
width:740px;
margin: auto;
text-align:right;
background-color: white;
}

#topmenu {
width: 660px;
text-align: center;
padding: 0px 20px 5px 20px;
margin: 5px 20px 10px 20px;
border-bottom: 1px solid #FF0000;
float: left;
clear: none;

font-size:16px;
font-weight:bold;
font-style:italic;
}

#main {
width: 450px;
padding: 5px 20px 10px 20px;
float: left;
clear: none;
}

#menu {
width: 205px;
float: right;
clear: none;
padding: 0px 20px 20px 20px;
border-left: 1px solid #FF0000;
}

#tricky {
width:750px;
height:1px;
clear:both;
}

#copyright {
width: 750px;
color: #EEEEEE;
font-size: 10px;
margin: 15px 0px 0px 0px;
text-align: center;
margin:auto;
}

body {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.headermain {
font-size:24px;
font-weight:bold;
}

.headersub {
font-size:16px;
}

.menusection, .menublurb {
border-top: 1px solid #CC0000;
border-bottom: 1px solid #CC0000;
padding: 10px;
}

.menusection {
text-align: right;
}

.menublurb {
text-align: center;
}

.headline {
font-size: 16px;
font-weight: bold;
top: 10px;
}

.post {
border: 2px solid #CC0000;
padding: 10px 20px 20px 20px;
margin: 10px 0px 10px 10px;
clear: none;
}

.posted, .continued {
font-size: 10px;
}

.posted {
border-top: 1px solid #000000;
}

a {
color: #990000;
}

a:visited {
color: #660000;
}

a:hover {
color: #FF0000;
}

a.picture:hover { border-bottom: 0px; }