/* StyleSheet.css -- main styles for alternativevoices.org
 * Author: Bear Limvere
 * Last Revised: $Date:: 2012-01-22 09:56:10#$
 * Version: $Revision: 117 $
 * Status: $State: Exp $
 * (c)alterNative Voices / Path Of The Sun Images, 2007-8
 *
 * Standard Format:
name    {
    color: ;
    background-color ;
    font-family: Arial, sans-serif;
    font-size: ;
    font-weight: ;
    font-style: ;
    text-align: ;
    text-decoration: none;
    width: 100%;
    border ;
    margin ;
    padding ;
}
*/
/* "Standard" Definitions */
body    {
    color: black !important;
    background-color: white;
    width: 700px;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: small;
    font-weight: normal;
}
*   {
    color: inherit;
    font-family: inherit;
}
p   {
    color: inherit;
    font-size: small;
    margin-top: 8px;
    margin-left: 0px;
    margin-bottom: 8px;
    padding: 0px;
}
p.list   {
    font-size: small;
    margin-top: 4px;
    margin-left: 18px;
    margin-bottom: 4px;
    padding: 0px;
}
.center    {
    text-align: center;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 6px;
    padding: 0px;
}
.medium    {
    font-size: medium;
    margin-top: 6px;
    margin-left: 0px;
    margin-bottom: 6px;
}
.large    {
    font-size: large;
}
.small    {
    font-size: x-small;
}
.small-bold    {
    font-size: x-small;
    font-weight: bold;
}
/* Headings */
h1  {
    color: purple;
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 3pt;
    margin: 3px;
}
h1.main {
    color: red;
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 3pt;
    margin: 3px;
}
h2  {
    color: navy;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding: 0px;
}
h2.event    {
    color: red;
    font-style: italic;
    margin-top: 5px;
    margin-left: 90px;
    margin-right: 0px;
    margin-bottom: 2px;
    padding: 0px;
}
h3  {
    color: navy;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    padding: 0px;
}
dt  {
    font-weight: bold;
    margin-top: 6px;
    border-top: dashed 1px silver;
}
li  {
    padding-bottom: 3px;
}
a,
a:link,
a:active    {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}
a:visited   {
    color: navy;
    text-decoration: underline;
}
a:hover {
    color: red;
    text-decoration: underline;
}
/* page regions */
div.header {
    text-align: center;
    margin-left: 25px;
}
div.body {
    text-align: left;
    margin-left: 25px;
    margin-top: 15px;
}
div.footer {
    text-align: center;
    margin-left: 25px;
    margin-top: 15px;
    font-size: small;
    font-weight: normal;
}
/* calendar styles */
dt.calendar {
    font-weight: normal;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dashed 1.5px blue;
}
dt.calendar:first-line,
dd.calendar:first-line {
    font-weight: bold;
}
dd.calendar {
    margin-top: -30px;
    margin-left: 175px;
}
dd.sponsored {
    background-color: rgb(255, 204, 204);
    margin-top: -30px;
    margin-left: 175px;
    padding: 15px;
    padding-left: 35px;
    text-indent: -20px;
    font-size: medium;
}   
dd.sponsored:first-line {
    font-weight: bold;
}
p.sponsored {
    text-align: center;
    padding-right: 250px;
    text-indent: 0px;
    font-size: small;
    font-weight: bold;
}
/* image formatting */
img {
    border: none;
    vertical-align: middle;
}
img.bullet  {
    height: 15px;
    width: 15px;
    clear: right;
    float: left;
    margin: 0px;
    padding-left: 0px;
    padding-right: 5px;
}
img.divider {
    height: 6px;
    width: 700px;
    clear: both;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
img.divider-short {
    height: 6px;
    width: 575px;
    clear: both;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
img.left    {
    clear: right;
    float: left;
    margin: 0px;
    padding-left: 5px;
    padding-right: 10px;
}
img.right   {
    clear: left;
    float: right;
    margin: 0px;
    padding-left: 10px;
    padding-right: 0px;
}
/* end of image formatting */

