/* base
----------------------------------------------- */

body {
	background: #A01317;
         margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica,  sans-serif;
	color: #000;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 0px;
}


h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Arial, Georgia, Times, serif;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar{
	color: #c00;
	border: 10px;
}

/* layout
----------------------------------------------- */

#frame
{
	
         border: 2px;
         	width: 90%;
	margin: auto;       
}

#center
{
	background: #E1E1E1;
         border: 2px;
         padding: 10px;
	width: 100%;
	margin: auto;       
}

#accessibility {
	position: absolute;
	top: -10000px;
}


#header {
	text-align: left;
         background: transparent;
         width: 90%;
         color: #fff;
         margin: auto;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar {
	padding-top: 30px;
         margin-right: 5px;
         width: 25%;
	float: left;
	text-align: right;
        
}


.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	border: 5px;
         float: right;
         margin: 0 0 0 0;
         width: 70%;
	padding-top: 10px;
}

#footer {
         clear: both;
	margin-top: 5px;
	
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- 

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar{
\width: 150px;
w\idth: 150px;
}
*/
/* overrides
----------------------------------------------- */

#sidebar p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

#footer{font-size: 0.6em}

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/*--------menu----------*/
 /* common styling */

 /* Set up the default font and ovrall size to include image */

#menu {
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:100%;
height:40px;
background:#A01317;
position:relative; 
margin: 0px 0px 0px 0px;
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
}

/* get rid of the default padding - margin and bullets */
#menu ul {
padding:0; 
margin:0;
list-style-type: none;
background:#A01317;
}

/* make menu horizontal */
#menu ul li {
float:left;
position:relative;
background:#A01317;

}

/* set up the default top level links */
#menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
width:70px; 
height: 1em;
font-weight:bold;
color:#E1E1E1; 
border-bottom:0px solid #E1E1E1;
/*background:#fff;*/ 
padding-left:10px; 
line-height:1.5em;
margin-right:2px;
}

/* hack for IE5.5 to correct the faulty box model */
* html 
#menu ul li a, .menu ul li a:visited {
width:98px;
wiidth:88px;
}

/* hide the drop down menu */
#menu ul li ul {
display: none;
}

/* remove all table style so that it does not interfere with the menu */
#menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
#menu ul li:hover a,
#menu ul li a:hover {
color:#000; 
border-bottom:8px solid #A01317;
}
/* make the drop down menu show and correctly position it */
#menu ul li:hover ul,
#menu ul li a:hover ul {
display:block; 
position:absolute; 
top:1.2em;
margin-top:11px;
left:0; 
width:96px;
border:1px solid #E1E1E1;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
#menu ul li:hover ul li a,
#menu ul li a:hover ul li a {
display:block; 
background:transparent url(../../opacity/opaque.png); 
color:#000; 
border:0;
margin:0;
color:#333;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:5px; 
width:86px
}
/* style the drop down menu links when hovered */
#menu ul li:hover ul li a:hover,
#menu ul li a:hover ul li a:hover {
background:#E1E1E1; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
#menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
#menu ul li a:hover ul li a {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}