/* ***** ----------------------------------------------- *****
Site Name: Amateur Astronomers Association of Princeton
Site URL: http://www.princetonastronomy.com/
Author: Surabhi Agarwal
Author Phone: 732-322-8777
/* ***** ----------------------------------------------- ***** */


/* ***** CSS RESET
/* ***** ----------------------------------------------- ***** */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, xsub, xsup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/* table, caption, tbody, tfoot, thead, tr, th, td, blink */
caption, blink {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
} 

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table:not(.plain), table:not(.plain) th, table:not(.plain) td {
  /*  border: 1px solid #dddddd; (not good),    border: 1px solid black; */
  border: 1px; 
  border-collapse: collapse; 
}

table {
  border-spacing: 2;
  width: 100%;
}

BROKEN-TABLE-STYLES td, BROKEN-TABLE-STYLES th {
  border-spacing: 2;
/*  border: 1px solid #dddddd; */
  border: 1px; 
  text-align: left;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 30px;
}
 
/*  did not work
tr:nth-child(even) {
  background-color: #dddddd;
}
*/

/* ***** General Styles
/* ***** ----------------------------------------------- ***** */

body {
  background-color: #000000;
/*  color: #1a0a01;   */
        color: #000000;
  font-family: 'Rokkitt', serif;
  font-size: 12px;
  background: url(images/bg.jpg) center;
}

p {
  margin-bottom: 20px;
  line-height: 20px;
}

a {
  color: #1a0a01;
  text-decoration: none;
}

a:link {
  color: #3333ff;
}

a:visited {
  color: #cc00cc;
}
a:hover {
  color: #9966cc;
}
a:active {
  color: #777;
}
.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  background: transparent;
}

img {
    padding:8px;
    border:0px;
    margin:-2px;
}

blink {
        animation: blinker 0.6s linear infinite;
       }
      @keyframes blinker {  
        50% { opacity: 0; }
}

.error {
  color: #FF0000;
}

.myBtn {
    background-color: #3b33ff;
    cursor: pointer;
    color: #ffffff;
    border:0px;
    height:30px;
    width:70px;
    text-decoration: none;
    text-transform: uppercase;
}

.myMthBtn {
    background-color: 3372ff;
    cursor: pointer;
    color: #ffffff;
    border:0px;
    height:30px;
    width:75px;
    text-decoration: none;
    text-transform: uppercase;
}

A[disabled] {
    cursor: default;
}

.myMthBtn[disabled] {
    background-color: silver;
    color: gray;
    cursor: default;
}

.mySumBtn {
    background-color: 3372ff;
    cursor: pointer;
    color: #ffffff;
    border:0px;
    height:30px;
    width:75px;
    text-decoration: none;
    text-transform: uppercase;
}

.blink-one {
         animation: blinker-one 1s linear infinite;
       }
       @keyframes blinker-one {  
         0% { opacity: 0; }
}


#header {
       width: 100%; 
       height: 191px;
       background: black;
       font-size: 12px;
       color: #ffcc00;
       font-family: "Times New Roman";
}

#headerContent {
       margin-left: 150em auto; 
       width: 200px;
}

#wrapper {
  width: 978px;
  margin: 0 auto;
  background-color: #ffffff;
}

h1 {
  display: block;
  text-align: center;
  margin: 30px 0 15px 0;
}

#main_content {
  width: 656px;
  margin: 0 0px 0px 0;
        background: #ffffff;
  float: left;
  padding: 0px;
}

#main_content_wide {
  width: 800px;
  margin: 0 0px 0px 0;
        background: #ffffff;
  float: left;
  padding: 0px;
}

#video_box {
  display: block;
  background: #1a0a01;
  padding: 0px;
  margin-bottom: 0px;
}

#donate_box {
  display: block;
  height: 164px;
  background: url(images/donate_bg.png);
  margin-bottom: 30px;
}

#donate_title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  color: #fae8d0;
  padding: 25px 0 20px 0;
}

#share_box {
  display: block;
  background: #fef3d6;
  margin-bottom: 20px;
}

#reward_box {
  display: block;
  height: 124px;
  margin-bottom: 20px;
}

#reward_title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  color: #000000;
  padding: 5px 0 5px 0;
}

#paypal_btn {
  display: block;
  text-align: center;
}


#sidebar {
/*  width: 292px;  */
  width: 310px; 
  float: left;
}

#top_nav {
/*    background: #fef3d6;    */
  background: #3399ff;
  border: 2px solid #c7baa6;
  display: block;
  margin-bottom: 15px;
}

#top_nav ul {
  list-style-type: none;
  height: 40px;
  width: 978px;
  margin: auto;
}

#top_nav ul li {
  float: left;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}




#top_nav ul a {
  background-image: url(images/top_nav_bg_divider.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 28px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  font-size: 20px;
  color: #371C1C;
}

#top_nav ul a:hover {
  color: #bbaabb;
}

#rew {
  background: #fef3d6;
  border: 2px solid #c7baa6;
  height: 408px;
  display: block;
   margin-bottom: 3px;   
}

#rew_title {
  background: #fef3d6;
  border: 2px solid #c7baa6;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 15px;
  display: inline-block;
  margin: -8px 0 0 56px;
}

#rew ul {

}


#press_quote {
  font-size: 20px;
  color: #9C1313;
  text-align: center;
  font-weight: bold;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif ;
}

#astro_quote {
  font-size: 14px;
  color: #4d0000;
  text-align: center;
  font-weight: bold;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif ;
}

#histyr {
  font-size: 18px;
  color: #5C0000;
  text-align: center;
  font-weight: bold;
  font-family: "Times New Roman";
}

#histleg {
  font-size: 16px;
  color: #5C0000;
  text-align: center;
  font-weight: bold;
  font-family: "Times New Roman";
}

#histleg2 {
  font-size: 14px;
  color: #5C0000;
  text-align: center;
  font-weight: bold;
   font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; 
}



#formleg1 {
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-weight: bold;
   font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif 
}

#formleg2 {
  font-size: 14px;
  color: #000000;
  text-align: center;
  font-weight: bold;
   font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif 
}

#alltext {
  font-size: 16px;
  color: #1a0000;
  text-align: left;
  font-weight: normal;
  font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif 
}

#itunes {
  font-size: 20px;
  color: #9C1313;
  text-align: center;
  font-weight: bold;
  font-family: "Times New Roman";
}

#rew ul li {
  display: block;
  background: url(images/donate_bg.png);
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  margin: 5px 0px;
}

#rew ul li.last {
  border-bottom: none;
}

#rew_detail{
  display: block;
  font-size: 13px;
  text-align: left;
  padding: 5px 5px;
  margin: 0 5px;
  font-family: "Georgia", serif;
}

#nav {
  background: #fef3d6;
  border: 2px solid #c7baa6;
  display: block;
  margin-bottom: 30px;
}

#nav_title {
  background: #fef3d6;
  border: 2px solid #c7baa6;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 15px;
  display: inline-block;
  margin: -8px 0 0 27px;
}

#nav ul {

}

#nav ul li {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 1px solid #c7baa6;
  margin: 0 15px;
}

#nav ul li.last {
  border-bottom: none;
}

#like_box {
  background: #fef3d6;
}

#share_content {
  display: block;
  background: #fef3d6;
  border: 2px solid #c7baa6;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}

#share_title {
  background: #fef3d6;
  border: 2px solid #c7baa6;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 15px;
  display: inline-block;
  margin: -8px 0 0 404px;
}

#tweet {
  text-align: center;
  margin: 30px 0;
}

#follow {
  text-align: center;
  margin-bottom: 30px
}

#fb {
  margin-left: 78px;
}

#footer {
  clear: both;  
  margin-bottom: 30px;
  font-weight: bold;
}

#footer span{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

#footer #ml_logo {
  margin: 0 auto;
  display: block;
}

#note {
  margin-bottom: 30px;
}

#note span{
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}


/*  FROM http://codepen.io/philhoyt/pen/ujHzd   */

#menu_wrap_block
{
       display: block;
       /* width: 978px; */
       background: #3399ff;
       height: 40px;
 
}

#footermenu_wrap_block
{
       display: block;
       /* width: 978px; */
       background: #3399ff;
       height:32px;
}

#primary_nav_wrap
{
     margin-left:4em;           /* Centers the main menu on blue background */       
  background: #3399ff;
/*  border: 2px solid #c7baa6; */
  border: 8px solid #3399ff;    /* Centers the text on the blue menu strip */
  display: block;
        margin-bottom: 15em;
/*  margin-bottom: 15px;
   width: 978px;   
        width: 100%;  */
}

#primary_nav_wrap ul
{
  list-style:none;
  position:relative;
  xxfloat:left;
  margin:0;
  padding:0;
  background: #3399ff;
}

#primary_nav_wrap ul a
{
  display:block;
        margin-bottom:1px;      /* Line under the menu items */
  background: #ffcc00;
  color:#fff;              /*text color  */
  text-decoration:none;
/*  font-weight:100;
  font-size:18px;
  line-height:20px;
        text-align: left;
  padding:0 10px;
        font-family: "Times New Roman";  */
   font-weight:100;
  font-size:16px;
  line-height:20px;
  padding:0 10px;       
  background: #3399ff;
   font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif  
}

#primary_nav_wrap ul li
{
  position:relative;
  float:left;
  margin:0;
  padding:0;
  background: #3399ff;
}

#primary_nav_wrap ul li.current-menu-item
{
   background:#c2e0ff    
   
}

#primary_nav_wrap ul li:hover
{
  background:#ffcc00    
/*  background:#3399ff   */
}

#primary_nav_wrap ul ul
{
  display:none;
  position:absolute;
  top:100%;
  left:0;
   background:#ffcc00;    /* color of the line under the menu items  */
  padding:0
}

#primary_nav_wrap ul ul li
{
  float:none;
        width:150px    /* width of each menu item  */
/*  width:200px   */
}

#primary_nav_wrap ul ul a
{
/*  line-height:120%;  */
        line-height:100%;
  padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
  top:0;
  left:100%
}

#primary_nav_wrap ul li:hover > ul
{
  display:block
}

/* END  FROM http://codepen.io/philhoyt/pen/ujHzd   */

#mainpage_col {
    float: left;
    width: 326px;
    background: #ffffff;
    margin-right:10px; 
    display:block; 
    height: 400px;
}

#mainpage_longcol {
    float: left;
    width: 326px;
    background: #ffffff;
    margin-right:10px; 
    display:block; 
  
}
#mainpage_midcol {
    float: left;
    width: 652px;
    background: #ffffff;
    margin-right:10px; 
    display:block; 
    height: 1100px;
}

#mainpage_bigcol {
    float: center;
    width: 970px;
    background: #ffffff;
    margin:10px 10px; 
    display:block;

}
/*  FOR ALL THE PAGES   */
#container {
    width: 978px;
    margin: 0 auto;
}

#primary {
    float: left;
    width: 164px;
    background: #ffffff;    
}

#content {
    float: left;
    width: 650px;
    background: #ffffff;
}

#lists ul{
  }

#center_content {
    float: center;
    width: 650px;
    background: #ffffff;
}

#secondary{
    float: left;
    width: 148px;
    background: #ffffff; 
}


#related_links {
    float: left;
    width: 244px;
    margin-left:10px; 
    display:block;
    height: 300px;
}

#related_longlinks {
    float: left;
    width: 244px;
    margin-left:10px; 
    display:block;
 
}


/* Pinyan 2022-01-02 */
.social-icons IMG {
  height: 2em;
}

TABLE.tdTop TR TD {
	vertical-align: top;
}
