/* This is the beginning of the TYPOGRPAPHY for the site */

/* @group TYPOGRPAPHY */


/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
  * {color: #c1c4c6;} 
body { font-size: 12px;}


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body {
        font-family: Helvetica, Arial, sans-serif; 
	background-color: #020e14;
        color: #c1c4c6;
	font-size: 12px;
	width: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#subContent{
        font-size: 12px;
        line-height: 1.5em;
}

#sidebarContent p{
        font-size: 12px;
        line-height: 1.5em;
}

.announcement-list{font-family: Helvetica, Arial, sans-serif; }
.announcement-list h2{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1,h2,h3,h4,h5,h6 { 
  color: #c1c4c6; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #c1c4c6;}

h1 { font-size: 28px; color: #c1c4c6;  line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 21px; color: #7da7b9;   margin-bottom: 0.5em; }
h3 {  font-size: 17px; color: #c1c4c6;  line-height: 1;  margin-bottom: 0.5em; }
h4 {color: #c1c4c6;  font-size: 1.2em; line-height: 1.25; margin-bottom: .25em; }
h5 {color: #c1c4c6;  font-size: 1.60em; font-weight: normal; width: 425px; }
h6 { font-size: 14px; color: #7da7b9; }

.blog-post h1 a{font-size: 28px; color: #7da7b9; text-decoration: none;}



/* Text elements
-------------------------------------------------------------- */
div{line-height: 2.01em; font-size: 12px; color: #c1c4c6;}
p           { margin: 0 0 1em; line-height: 1.5em; font-size: 12.5px; color: #c1c4c6;}
p.last      { margin-bottom: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #A8A7A7; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#A8A7A7; }

a:link, a:visited{color: #c1c4c6;}

a:hover, a:focus { color: #c1c4c6;  text-decoration: underline;}

a:active{color: #ffffff;}

/* post title */
.blog-list{font-size: 11.5px; }

.blog-list a{color: #c1c4c6; text-decoration: none;}
.post-title a{color: #c1c4c6; text-decoration: none;}

blockquote  { margin: 1.5em; color: #A8A7A7; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 2.01em; }

/*footer */

#footer p{font-family: Helvetica, Arial, sans-serif; font-size: 9px; color: #ffffff;}
#footer a{text-decoration: none;}
#footer a:hover{ text-decoration: underline;}



/* Tables
-------------------------------------------------------------- */
table{ color: #c1c4c6; line-height: 2.04em;}
table p{color: #c1c4c6; line-height: 2.04em;}
table td{line-height: 2.04em;}
#footer td{ color: #c1c4c6; line-height: 2.04em;}
.catsub498062 {padding: 0px; margin: 0px;}
#footerContent{margin-left: 100px;}
#footerimg{margin-left: -10px;}




/* other random edits */
#blog #subContent a{color: #000000;}

#blog #subContent div.blog-post{color: #000000;}

#blog strong{color: #000000;}

/* table margin-bottom: 11px;   table td padding: 0px; margin: 0px; */


/* forums */

.forum-container h1{
	font-size: 24px;
        color: #000000;
}

/* adding black text to forums */
.forum-container ul, .forum-container a, .forum-container td a, .forum-container li, .forum-container th, .forum-container td {
        color: #000000;
}

/* adding black text to forums */
.forum-posts-container .post-list a, .forum-registration a, .forum-registration ul, .forum-registration td, .forum-registration th, .forum-posts-container p, .forum-posts-container .name, .forum-posts-container .author, .forum-posts-container .post  {
         color: #000000;
}

.forum-posts-container h1 a{text-decoration: none;}
.forum-posts-container h1 a:hover{text-decoration: underline;}