/* index.css, also used for buzz, about */

div.index
{
margin: 30px 25px 0px 20px;
}

table.index
{
line-height: 140%;
font-size: 12px;
}

div.index h1
{
margin: 20px 0 15px 0;
font-size: 16px;
white-space: nowrap;
}

/* unordered list */

div.index ul
{
padding-left: 20px;
margin: 0px;
list-style-type: square;
color: #CEA287;
}

div.index li
{
margin-bottom: 5px;
}

div.index span.b
{
color: black;
}

table.index tr
{
vertical-align: top;
}

/* signup */

table.signup
{
font-size: 12px;
padding: 2px;
border: 1px solid #B0B0B0;
background-color: #CAF8CB;
background-color: #FFE8DA;
background-color: #E9FFDB;  
width: 230px;
font-weight: bold;
color: green;
padding-left: 5px;
padding-right: 5px;
}

table.signup h2
{
margin: 0px;
padding: 0px;
padding-top: 5px;
color: black;
}

table.signup td
{
vertical-align: middle;
}

table.signup b
{
white-space: nowrap;
}

input.input
{
margin: 0px;
padding: 0px;
width: 190px;
color: green;
font-size: 16px;
font-weight: bold;
padding: 3px
}

/* THE USER OR TAG TABLE AND THE SUBACTION TABLE */

table.usertagnav2
{
border: 1px solid #B0B0B0;
background-color: #DAE1F6;
font-weight: bold;
}

table.usertagnav2 td
{
padding: 4px;
font-size: 12px !important;
}

table.subactions
{
border: 1px none #8F8F8F;
border-bottom-style: solid;
font-size: 12px !important;
font-weight: bold;
padding-bottom: 3px;
margin-bottom: 10px;
}

table.subactions a:link, table.subactions a:active, table.subactions a:visited, table.subactions a:hover 
{
text-decoration: none !important;
color: blue;
}

a.selected:link, a.selected:active, a.selected:visited, a.selected:hover 
{
font-weight: bold;
color: black !important;
}

/* FAQs */

div.faqs
{
font-size: 12px;
width: 500px;
}

p.question
{
margin-top: 20px;
font-weight: bold;
}

div.tip
{
border-width: 1px;
border-color: gray;
border-style: solid;
background-color: #DAE1F6;
padding: 10px 10px 5px 10px;
}

div.tip h2
{
margin: 0;
}

/* QUOTES */

div.quotes
{
text-align: center;
padding-top: 5px;
}

div.quotes h2
{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

div.lq
{
background-image: url(//image.librarything.com/pics/ql2.gif);
background-repeat: no-repeat;
background-position: top left;
}

div.rq
{
background-image: url(//image.librarything.com/pics/qr2.gif);
background-repeat: no-repeat;
background-position: top right;
}

div.msm
{
padding: 10px;
border: 1px solid #AAAAAA;
}

h1, h2, h3
{
line-height: 140%;
}

div.orsigninwith
{
margin: 15px 0 0 0;
color: #A08575;
line-height: 22px;
}

div.orsigninwith button
{
margin-left: 6px !important;
}