﻿/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body
{
    font-family: Arial,sans-serif;
    line-height: 1.6;
    background-color: black;
    color: #F0E68C;
}
/************* #Masthead styles *************/
#masthead
{
    background-color: inherit;
}
#masthead h1
{
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    background-color: inherit;
    font-family: Chiller;
    text-align: center;
    color: yellow;
    width: 60%;
    border: 15px;
    border-color: #9900FF;
    border-style: outset;
    text-decoration: none;
    font-size: 60px;
    margin-top: 40px;
}
.mastheadpicl
{
    float: left;
    width: 145px;
}
.mastheadpic2
{
    float: right;
    width: 157px;
}
/************* #breadCrumb styles *************/
#breadCrumb
{
    text-align: center;
    font-variant: small-caps;
    padding-top: 0px;
    font-size: 68%;
    width: 99%;
}

/************* #mainMenu styles *************/
#mainMenu
{
    font-family: Papyrus;
    font-variant: small-caps;
    background-color: inherit;
    margin: 25px auto 15px auto;
    text-align: center;
    width: 99%;
    font-size:10px;
}
/*
#mainMenu Table
{
    border-color: red;
    border-style: Outset;
    border-width: 4px;
    background-color: Transparent;
    text-align: center;
   
}

#mainMenu td
{
    margin: 1px;
    padding: 0px;
    border-color: #9900FF;
    border-style: outset;
    border-width: 4px;
}
*/


/************* #mainMenu styles *************/


.red
{
    color: Red;
    font-weight: bolder;
}
/************* #breadCrumb styles *************/
a
{
    text-decoration: none;
    color: Lime;
}
a:hover
{
    text-decoration: none;
    color: red;
}
a:visited
{
    text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6
{
    font-family: Chiller,Arial,sans-serif;
    text-align: center;
}
h1
{
    font-size: 120%;
    color: #334d55;
}
h2
{
    font-size: 115%;
    color: Red;
}
h3
{
    font-size: 100%;
    color: #334d55;
}
h4
{
    font-size: 100%;
    color: yellow;
}
h5
{
    font-size: 100%;
    color: red;
    font-weight: bolder;
}
ul
{
    list-style-type: square;
}
ul ul
{
    list-style-type: disc;
}
ul ul ul
{
    list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#navBar
{
    color: #F0E68C;
    background-color: inherit;
    border: none;
    float: left;
    width: 15%;
    padding-top: 10px;
    margin-left: 0px;
}

/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited
{
    display: block;
}
#navBar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li
{
    border-bottom: 1px solid #9900FF;
}
/* fix for browsers that don't need the hack */
html > body #navBar li
{
    border-bottom: none;
}
#content
{
    width: 69%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-color: inherit;
    color: lime;
    border: none;
    text-align: left;
}
#content h1
{
    font-family: Chiller,Arial,sans-serif;
    margin: 5px;
    padding: 5px;
    color: red;
    font-size: xx-large;
    font-weight: bold;
    text-transform: uppercase;
}
#content h2
{
    font-family: Chiller,Arial,sans-serif;
    margin: 5px;
    padding: 5px;
    color: red;
    font-size: x-large;
    text-transform: uppercase;
}
#content h3
{
    font-family: Chiller,Arial,sans-serif;
    margin: 5px;
    padding: 5px;
    color: purple;
    font-size: larger;
    text-transform: uppercase;
}
#content h4
{
    font-family: Chiller,Arial,sans-serif;
    margin: 5px;
    padding: 5px;
    color: red;
    font-size: large;
    text-transform: uppercase;
}
#content h5
{
    font-family: Chiller,Arial,sans-serif;
    margin: 5px;
    padding: 5px;
    color: purple;
    font-size: small;
    text-transform: uppercase;
}
#content h6
{
    font-family: Chiller,Arial,sans-serif;
    margin: 5px;
    padding: 5px;
    color: red;
    font-size: xx-small;
    text-transform: uppercase;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

/* adjust margins to change separation between the feature image and text flowing around it */
/************** .story styles *****************/
.panel1
{
    margin: 0px;
    border-color: #9A439C;
    border-style: inset;
    border-width: 5px;
    padding: 0px;
    font-size: medium;
    min-width: 110px;
    font-variant: small-caps;
}
.panel2
{
    margin: 1px 1px 20px 1px;
    padding: 0px;
    border-color: #9900FF;
    border-style: outset;
    border-width: 5px;
    min-width: 120px;
}
.panel3
{
    font-weight: bold; /*background-color: #abb0c4;*/
    background-color: black;
    color: yellow;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.panel4
{
    margin: 5px 5px 0px 5px;
    padding: 0px;
    border-color: #9900FF;
    border-style: outset;
    border-width: 5px;
    min-width: 120px;
}


.story a
{
    color: lime;
    text-decoration: none;
}
.story a:hover
{
    color: red;
    text-decoration: none;
}

.story
{
    color: #F0E68C;
    padding: 2px;
    font-size: inherit;
    margin: 1px;
    text-align: left;
}
.story p
{
    padding: 0px;
}
/************* #siteInfo styles ***************/
#siteInfo
{
    clear: both;
    font-size: 80%;
    color: red;
    padding: 10px 10px 10px 0px;
    margin-top: 0px;
    float: right;
    width: 99%;
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    background-color: inherit;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#siteInfo img
{
    padding: 4px 4px 4px 0px;
    vertical-align: middle;
}
#siteInfo a:link
{
    color: red;
    text-decoration: none;
}
#siteInfo a:visited
{
    text-decoration: none;
}
#siteInfo a:hover
{
    color: Lime;
    text-decoration: none;
}
#siteInfo a
{
    color: red;
    text-decoration: none;
}
#siteInfo
{
    color: lime;
}
#siteInfo hr
{
    color: red;
    height: 2px;
    width: 99%;
}


/*********** .headlines styles ***********/
#headlines
{
    float: right;
    width: 15%;
    background-color: inherit;
    color: #F0E68C;
    padding-top: 10px;
    border-top: none;
    text-align: center;
}
#headlines img
{
    border-style: none;
}
#headlines h3
{
    font-weight: bold; /*background-color: #abb0c4;*/
    background-color: black;
    color: yellow;
    font-family: Chiller;
    text-transform: uppercase;
}
.friends
{
    padding: 0px;
    width: 97%;
}
#headlines p
{
    padding: 2px;
}
/************** #headlines styles **************/
/*********** .relatedLinks styles ***********/
#relatedLinks
{
    font-size: larger;
    border: none;
    width: 88%;
    text-align: center;
    padding: 0px;
    background-color: inherit;
}
#relatedLinks h3
{
    font-weight: bold; /*background-color: #abb0c4;*/
    background-color: black;
    color: yellow;
    text-transform: uppercase;
}
#relatedLinks a:link, #relatedLinks a:visited
{
    color: red;
    padding: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
#relatedlinks a:hover
{
}
#relatedLinks li
{
    /* background-color: #CFC4D0;*/ /*background-color: #abb0c4;*/
    background-color: inherit;
    color: yellow;
}
#relatedLinks li a:hover
{
    color: Lime;
    background-color: Black;
    border-color: #abb0c4;
    border-style: inset;
    text-transform: uppercase;
}
/************** #advert styles **************/
#advert
{
    padding: 10px 0px 0px 10px;
    font-size: 80%;
}
#advert img
{
    display: block;
}

/************** #google search box **************/


.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #330033;
    background-color: #000000;
  }
  input.gsc-input {
    border-color: #000000;
  }
  input.gsc-search-button {
    border-color: #ff0000;
    background-color: #000000;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #000000;
    background-color: #330033;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-color: #000000;
    background-color: #000000;
  }
  .gsc-tabsArea {
    border-color: #000000;
  }
  .gsc-webResult.gsc-result {
    border-color: #000000;
    background-color: #000000;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #000000;
    background-color: #330033;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    color: #ff9966;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    color: #993399;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #99ff99;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #cc0000;
  }
  .gsc-cursor-page {
    color: #ff9966;
  }
  a.gsc-trailing-more-results:link {
    color: #ff9966;
  }
  .gs-webResult.gs-result .gs-snippet {
    color: #ffffff;
  }
  .gs-webResult.gs-result .gs-visibleUrl {
    color: #ffffff;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
    color: #ffffff;
  }
  .gsc-cursor-box {
    border-color: #000000;
  }
  .gsc-results .gsc-cursor-page {
    border-color: #000000;
    background-color: #000000;
  }
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #000000;
    background-color: #000000;
  }
  .gs-promotion.gs-result {
    border-color: #CCCCCC;
    background-color: #E6E6E6;
  }
  .gs-promotion.gs-result a.gs-title:link {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:visited {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:hover {
    color: #444444;
  }
  .gs-promotion.gs-result a.gs-title:active {
    color: #00CC00;
  }
  .gs-promotion.gs-result .gs-snippet {
    color: #333333;
  }
  .gs-promotion.gs-result .gs-visibleUrl,
  .gs-promotion.gs-result .gs-visibleUrl-short {
    color: #00CC00;
  }