/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #000;
background-color: #000;
font-size: 80%;
background: #000000 url(/fbbg.gif) no-repeat fixed top left;
}

p, li {
line-height: 1.2em;
}

blockquote {
font-size: 100%;
margin-right: 0px;
margin-left: 50px;
margin-right: 200px;
font-family: Georgia, serif;
line-height: 1.2em;
}

.bqstart {
     float: left;
     height: 45px;
     margin-left: -50px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #ccc;
}

.bqend {
float: right;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #ccc;
}

h1, h2, h3 {
font-family: Georgia, Times, serif;
font-weight: 100;
}

h1 {
font-size: 180%;
}

h2 {
font-size: 150%;
margin: 0;
padding: 0;
}

h3 {
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
font-size: 100%;
font-weight: 700;
margin: 0;
padding: 0;
display: inline;
}

strong {
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

small, .small {
font-size: 70%;
}

img, embed {

border-style: dotted;
border-width: 1px;
border-color: #cccccc;
padding: 1px;
}

.thumb {

width: 150px;
float: left;
margin-right: 10px;
margin-bottom: 10px;

}

.outline {
width: 640px;
border-style: dotted;
border-width: 1px;
border-color: #cccccc;
padding: 1px;
text-align: center;
padding-top: 149px;
padding-bottom: 149px;
}


/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #0066cc;
border: none;
}

a:hover {
text-decoration: underline;
color: #ff6600;
border: none;
}

h1 a, h2 a, h3 a, h4a {
border: none;
}

h3 a {
}

h4 {
margin: 0;
padding: 0px;
}

h4 a {
font: 1.5em Georgia, Times, serif;
margin: 0;
padding: 0px;
}

#sidebar-2 a, #sidebar-1 a {
text-decoration: none;
color: #990000;
border: none;
}

#sidebar-2 a:hover, #sidebar-1 a:hover {
text-decoration: underline;
color: #990000;
border: none;
}

ol {
margin: 0;
padding: 0;
padding-left: 22px;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}

ul li {
margin: 0;
list-style: none;
padding: 0px 0px 5px 0px;
}

ul li a {
margin: 0;
padding: 0px;
	display: inline-block;
}

div.article {
clear: left;
padding-bottom: 15px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
font-size: 90%;
line-height: 1.5em;
}

.caps {
font-size: 90%;
letter-spacing: 0.1em;
}

div.divider {
margin: 2em 0;
text-align: center;
}

.indent {

padding-left: 6px;

}

/* layout
----------------------------------------------- */

#master {
	border-right: dotted thin;
	border-left: dotted thin;
	border-bottom: dotted thin;
	border-top: none;
	width: 940px;
	margin: 0px auto; 
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	background-color: #fff;
	text-align:left;
	vertical-align: top;
}

#accessibility {
position: absolute;
top: -10000px;
}

#header {
height: 100px;
text-align: center;
}

#sidebar {
float: right;
width: 200px;
padding-top: 30px;
padding-bottom: 10px;
}

#content {
width: 640px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-right: 1px dotted;
float: left;
}

#footer {
margin: 5px;
clear: both;
text-align: right;
width: 1000px;
	margin: 0px auto; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
padding-bottom: 10px;
}

/* 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;
}