﻿body {
    background-color: #000000;
    font-size: .7em;
    font-family: Tahoma, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000000;
}

a:link {
    color: #8CC63F;
    text-decoration: none;
}
a:visited {
    color: #8CC63F;
    text-decoration: none;
}
a:hover
{
    color: #8CFF1A;
    text-decoration: underline;
}
a:active
{
    color: #8CC63F;
}

p, ul, ol
{
    margin-bottom: 20px;
    line-height: 1.6em;
    margin-top: 0px;
}
img {
    border: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #0071BC;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

h1
{
    font-size: 2.2em;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-family: Times New Roman, Times, serif;
    color: #8CC63F;
}
h2 {
    margin: 0;
    padding: 0;
    font-size: 1.9em;
    font-family: Times New Roman, Times, serif;
}
h3 {
    font-size: 1.35em;
    margin: 0px;
}
h3 a:link, h3 a:visited {
    color: #0071BC;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#page {
    width: 900px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF url(/Images/tri_bkgd.gif) repeat-y top left;
}

#leftColumn {
    width: 220px;
    margin-right: 0;
    float: left;
    color: White;
}
#leftColumn h1 {
    width: 188px;
    margin: 3px 13px 3px 19px;
    height: 178px;
    padding: 0;
    background: transparent url(/Images/logo_reversed.png) no-repeat 0 0;
    text-indent: -1000000px;
}
#leftColumn h2 {
    color: White;
}
#leftColumn .content {
    margin: 0px 0px 0px 44px;
    padding: 0;
}
#leftColumn ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.2em;
    line-height: 1.4em;
}
#leftColumn .ad {
    margin: 10px 20px 10px 0;
}
#leftColumn .reference {
    font-size: smaller;
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
    color: White;
}
#leftColumn .rssIcon {
    margin: 0 8px;
}
#centerColumn {
    width: 460px;
    background: transparent url(/Images/header_bkgd_rev1.png) no-repeat 0px -24px;
    float: left;
    position: relative;
}
#detailsContainer {
    background-color: #F1F8E8;
    border-left: solid 1px #8CC63F;
    border-bottom: solid 1px #8CC63F;
    padding-bottom: 20px;
}
#detailsContainer h2 {
    background: transparent url(/Images/Mavens_Blog.png) no-repeat 8px 5px;
    text-indent: -1000000px;    
    height: 55px;
}
#detailsContainer h2.support {
    background: transparent url(/Images/Community_Support.png) no-repeat 8px 5px;
    text-indent: -1000000px;    
    height: 57px;
}
#detailsContainer h4, #detailsContainer p {
    color: Black;
    margin-bottom: 0px;
    margin-left: 32px;
}
#detailsContainer .blog {
    background-color: black;
    padding: 6px;
    margin-left: 32px;
    overflow: hidden;
    border-right: solid 1px #638C2D;
}
#detailsContainer ul {
    list-style: none;
    margin-left: 30px;
    margin-top: 6px;
    padding-left: 0;
}
#detailsContainer li {
    background: url(/Images/Sidebar_List_Bullets.png) no-repeat 0 3px;
    padding-left: 14px;
    padding-bottom: 6px;
}
.definition {
}
.definition .defLeft {
    width: 190px;
    float: left;
    background: transparent url(/Images/glow.png) no-repeat 4px 6px;
    padding: 14px 25px 14px 32px;
}
.definition .defRight {
    width: 190px;
    float: left;
    background: transparent url(/Images/glow.png) no-repeat -4px 6px;
    padding: 14px 12px 14px 0px
}

.definition p, .definition .phonetic {
    font-size: 13px;
    color: Black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    text-indent: -20px;
    margin-left: 20px;
    margin-bottom: 0;
    line-height: 1.4em;
}
.feeds, #mavenPageHeading {
    padding: 12px 20px 20px 32px;
    clear: left;
}
.feeds p {
    margin-bottom: 0px;
}
.feeds .rssIcon {
    vertical-align: middle;
    margin-left: 12px;
}

.footnote {
    font-size: .85em;
    line-height: 1.3em;
    margin-top: 1.0em;
}
#rightColumn {
    float: left;
    width: 220px;
}
#rightColumn a {
    color: #4E8A00;
}
#rightColumn p {
    margin-left: 32px;
    font-size: .9em;
    margin-right: 20px;
}
#featureContainer {
    background-color: #F1F8E8;
    border-left: solid 1px #8CC63F;
    border-bottom: solid 1px #8CC63F;
}
#featureContainer h2 {
    background: transparent url(/Images/Featured_Maven.png) no-repeat 8px 5px;
    text-indent: -1000000px;    
    height: 55px;
}
.featurePhoto {
    width: 186px;
    /*height: 106px;*/
    margin-left: 32px;
    border: solid 1px black;
    overflow: hidden;
}
.featurePhoto img {
    width: 188px;
}
.featureReference {
    background-color: #000000;
    color: #8CC63F;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    margin: -3px 0px 12px 32px;
    overflow: hidden;
}
.lqmLink {
    padding: 10px 0 0 10px;
    text-indent: -10px;
    line-height: 1.2em;
    margin-left: 34px;
    color: White;
}
.sponsorSeal {
    position: absolute;
    right: 6px;
    padding-top: 10px
}
#footer {
    margin: 5px;
    padding-bottom: 10px;
    text-align: center;
    color: White;
}
#mavenPageHeading {
    background: transparent url(/Images/bottom_gradation.png) no-repeat left bottom;
}
#mavenPageHeading p {
    font-size: 13px;
}
#mavenPageHeading img {
    float: right;
    margin-left: 12px;
    margin-bottom: 10px;
}
#twitterContainer {
}
#twitterContainer h2 {
    background: transparent url(/Images/Twittering_Mavens.png) no-repeat 8px 5px;
    text-indent: -1000000px;    
    height: 55px;
}
#twitterContainer p {
    margin-bottom: 0;
}
#twitterContainer h2.singleMaven {
    background: transparent url(/Images/Twitter_Feeds.png) no-repeat 8px 5px;
}
#twitterContainer .twitterFeed img {
    float: left;
    width: 24px;
    height: 24px;
    border: solid 1px black;
    margin-left: 1px;
}
#lqdmad { 
    margin: 16px 0 0 0;
}
#lqdmad p { 
    padding: 6px 0;
}
#lqdmad .dmAdImg { 
    border: 1px solid #8CC63F;
    display: block;
    margin: 2px 0 7px 0;
    padding: 0;
}
#lqdmad .dmAdText {
    color: #FFF;
    margin: 0px;
    padding-right: 6px;
}
/* MISC  
----------------------------------------------------------*/
.bold {
    font-weight: bold;
    display: block;
}
.clear {
    clear: both;
}
.italicNormal {
    font-style: italic;
    font-weight: normal;
}
hr {
    border: none;
    color: #8B9298;
    background-color: #8B9298;
    height: 1px;
    margin: 20px 0 5px 0;
    width: 34px;
    text-align: left;
}
.name {
    font-weight: bold;
    font-style: italic;
}
