/* Stylesheet for TakeBackThePower.us web site*/
/*   TBTP.css was last modified on  8/24/09 at 10:15 AM  */
/* place the following line in the <head> of your document*/
/* <link rel="stylesheet" type="text/css" href="TBTP.css" /> */

/*
some redish colors
color: DarkRed;		#8B0000 
color: FireBrick;	#B22222 
color: Crimson;		#DC143C 
color: IndianRed;	#800000 
color: Maroon;		#B22222 
color: OrangeRed;	#FF0000 
color: Red;			#B22222 

*/

body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
/*color: #061C96;*/
color: #00008B;
background-color: #C5D4FF;
font-size: 100%; /* Use user's preference as your base and relative sizes for all other elements */
}


/* Banner across top of page that says the name of the whole site */

#main-title {
margin-top: 0;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 25px;
padding-right: 25px;
background-color: #E90500;

border-bottom: 2px #666633 solid;
color: #f0f0e1;
font-weight: bold;
font-size: .8em;
letter-spacing: 5px;
text-align: right;
}

/* Styles for the main text on the page. */

#main-text {
margin: 2px;
color: #00008B;
}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #DC143C;	/*	#DC143C */
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: 300;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1em;
color: #DC143C;	/*	#DC143C */
font-weight: bold;
}

h3 {margin-top: 0;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0;
padding: 0;
font-size: 0.8em;
/*color: #B31B00;*/
color: #DC143C;	/*	#DC143C */
font-weight: bold;
}

p, ul, ol, table, dd, dt {
margin-top: 0;
/* margin-bottom: 17px; */
/* margin-left: 0; */
margin-right: 0;
font-size: .9em;
line-height: 1.3em;
font-family: verdana, arial, helvetica, sans-serif;
color: #00008B;
}

dt {
color: #8B1A1A;
font-style: italic;
font-weight: bold;
}

p.mycomment, span.mycomment {
margin-top: 0;
/* margin-bottom: 17px; */
/* margin-left: 0; */
margin-right: 0;
font-size: 1.0em;
font-style: italic;
color: blue;
background-color: #cccccc;

line-height: 1.3em;
font-family: verdana, arial, helvetica, sans-serif;
}

table {
color: blue;
/*font-family: Times, "Times New Roman", serif;*/
font-size: 1.1em;
background-color: #ffffff;
border: none;
margin: 10px;
padding: 2px; 
}

table.popquote {background-color: #ff0000;}

#letter {
color: blue;
font-family: Times, "Times New Roman", serif;
font-size: 1.1em;
background-color: #ffffff;
border: 2px #000000 solid;
margin: 10px;
padding: 12px; }

ol, ul {
margin-top: -0.8em;
/* margin-left: 0px; */
}

a:link {
color: #aa0000;
text-decoration: none;
/*font-weight: inherit;*/
}

a:visited {
color: #990000;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #00008D;
font-weight: normal;
text-decoration: underline;
}

.boxed {
border: 2px #000000 solid;
margin: 10px;
padding: 12px; }

a.popquote {
color: #00008D;
text-decoration: overline;

}

/* Styles for the navbar on the left side. */

#left-menu {
display: block;
width: 130px;
}

#left-menu p {
/* border-bottom: 1px #cc6600 solid; */
text-align: right;
line-height: 1.0em;
font-size: 1.0em;
margin-bottom: 0.8em;
/* padding-bottom: 7px; */
/* padding-top: 7px; */
}

#left-menu a:link {
color: #aa0000;
}

#left-menu a:visited {
color: #990000;
}

#left-menu a:hover, #left-menu a.current {
color: #545499;
text-decoration: none;
}

/* Styles for the quotes on the right side. */

#right-column {
display: block;
width: 150px;
}

#right-column p {
line-height: 20px;
font-size: .7em;
}

#right-column strong {
color: #883333;
font-style: italic;
}

#copyright {
text-align: center;
}

/* Styles for the footer at the bottom of the page */

#footer {
display: block;
/* clear: both; */
text-align: center;
color: #ffffff;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: .7em;
border-top: 2px #cc6600 solid;
position: static;
/* bottom: +1em; */
background-color: #E90500; 
font-family: verdana, arial, helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
color: #f0f0e1;
}

#footer a:hover {
color: #f0f0e1;
text-decoration: underline;
}