

body {
	margin: 20px;
	padding: 0;
	background: #990000;
}

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
}

h1, h2, h3 {
	color: #990000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.3em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.5em;
}

input, textarea, select {
	color: #990000;
}

a {
	color: #990000;
}

a:hover {
	color: red;
}

span.quote {
	font-style: italic;
	color: red;
}

span.law {
	font-style: italic;
	color: black;
}

span.subhead {
	font-size: 1.2em;
	font-weight: bold;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

/* Logo */

#logo {
	margin-bottom: 10px;
	background: url(images/mid.gif) repeat-y;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 10px;
	background: url(images/top.gif) no-repeat;
}

#logo p {
	padding-bottom: 10px;
	font-size: smaller;
	background: url(images/bot.gif) no-repeat left bottom;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#sitename {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 2em;
	font-weight: normal;
	color: yellow;
}



/* Widgets */

#widgets {
	background: url(images/mid.gif) repeat-y;
}

#widgets-top {
	height: 10px;
	background: url(images/top.gif) no-repeat;
}

#widgets-bot {
    height: 12px;
	background: url(images/bot.gif) no-repeat;
}


/*#widgets * {
	color: #FFFFFF;
}

#widgets ul {
	margin: 0;
	padding: 0 20px 100px 20px;
	background: url(images/bot.gif) no-repeat left bottom;
	list-style: none;
}

#widgets li {
}

#widgets li ul {
	padding: 0 0 20px 6px;
	background: none;
	line-height: 180%;
}

#widgets li li {
	padding-left: 12px;
	background: url(images/img05.gif) no-repeat left center;
}

*/

#widgets h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1em;
}

/* Page */

#page {
	margin-left: 220px;
}

/* Search */

#search {
	height: 51px;
	background: url(images/img06.gif) repeat-x;
}

#search form {
	height: 51px;
	margin: 0;
	padding: 0;
	background: url(images/img07.jpg) no-repeat;
}

#search fieldset {
	height: 40px;
	margin: 0;
	padding: 11px 20px 0 0;
	background: url(images/img08.gif) no-repeat right top;
	border: none;
	text-align: right;
}

/* Content */

#content {
}

#content h1, #content h2 {
	font-weight: normal;
	margin-top: 0;
}

.pagetitle {
	margin: 0 0 10px 0;
	color:  #FFFFCB;
	padding-top: 27px;
}

.post {
	margin-bottom: 20px;
	background: #FFFFCB;
}

.title {
	margin: 0;
	padding: 0 20px;
}

.byline {
	margin: 0 20px;
	border-top: 2px solid #FFCC99;
}

.entry {
	padding: 20px 20px 0 20px;
}


.meta {
	margin: 0;
	padding: 0 20px;
}

/* Rounded Corners */

.ct {
    background: url(images/top.jpg) repeat-x left top;
}

.ct .l {
	background: url(images/topleft.jpg) no-repeat;
}

.ct .r {
	height: 15px;
	background: url(images/topright.jpg) no-repeat right top;
}

.cb {
	background: url(images/bot.jpg) repeat-x left bottom;
}

.cb .l {
	background: url(images/botleft.jpg) no-repeat left bottom;
}

.cb .r {
	height: 15px;
	background: url(images/botright.jpg) no-repeat right bottom;
}

/* Footer */

#footer {
	clear: both;
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: smaller;
	
}

#footer p {
	margin: 0;
	text-align: center;
	color: #F8F7B4;
}


/*stuff below is for sliding menu*/

.glossymenu{
margin: 5px 0;
padding-left: 10px;
width: 180px; /*width of menu*/
border: 0;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: ;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFF00;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #FFFF00;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color: white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #FCEAAB;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0;
}

.glossymenu div.submenu ul li a{
display: block;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #990000;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
height: 20px;
}

.glossymenu div.submenu ul li a:hover{
background: #FF252D;
color: white;
}