/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    /*background:fff; lee*/
    background-color:#ededed;
    font-family: Arial, sans-serif;
    color:#536895;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #footer {
    position: relative;
}

#alpha {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner {
    overflow: hidden;
    /*padding-right: 20px;
    padding-left: 20px;*/
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: none;/*lee*/
    color:#f5c309; /*lee*/
}

a:hover {
    text-decoration: none;/*lee*/
    color:#ffffff; /*lee*/
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }



/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.archive-content {
    clear: both;
}

.asset,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.archive {
    position: static;
    clear: both;
}

.asset,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

/* User pics */

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/* End Base Theme ============================================================= */

/* home page stylings only */
/* LAYOUT */
#alpha-inner { width:940px; margin:5px 0 0 0; }
#col1, #col2, #col3,#col4, #rightcols { 
  padding:0; 
  float:left;  

}
/* SIDEBAR (COL1) */
#col1 {
  background-color:#fff;
  color:#536895; 
  width:165px; 
  min-height:656px; /* was 480 */  
}
.nobackgrnd {background-image:none;}
/* RIGHTMOST 3 COLUMNS IN CONTENT AREA (COL2, COL3, COL4) */
#col2 ,#col3 , #col4 {
  background-color:#57636a; 
  color:#fff;
  width:240px;
  font-size:1em;
  padding-right:10px;
  font-size:.5em;
  
  
}
 
#col2 a, #col3 a, #col4 a {
    font-weight:bold; 
    font-size:1.1em; 
}
#col2 h2, #col3 h2, #col4 h2 {
  font-size:1.5em; 
  text-transform:uppercase;
  margin:20px 0 5px 0;
}

/* CONTAINER FOR COL2, COL3, AND COL4 (RIGHTCOLS) */
#rightcols {
  background-color:#57636a; 
  color:#fff; 
  width:750px; 
  padding: 10px 0 0 25px;
  font-size:1.3em;
  min-height:470px;
}
#rightcols hr {
width:580px; 
color: #f5c309;
background-color: #f5c309;
height: 2px;
margin:-30px 50px 25px 140px;
}
/* HEADER */
#header {background-color:#536895; color:#fff;z-index:100;}

#header-content h1 {
font-size:1.7em; 
color:#f5c309; 
font-family: Arial,Century Gothic, sans-serif;
font-weight:bold;
margin:10px 0 0 125px;
float:left;
/*text-shadow: 1px 1px 1px #111;*/

}
#header-content img {float:left; margin-left:40px;}

/* CONTENT */
#content-inner, #alpha  {background-color:#a4a6a9;}
/*#content {z-index:0;}*/

/* SEARCH BOX AT TOP */
#search {
  margin:0 40px 0 10px; 
  float:right;
  font-size:11px; 
  /*text-shadow: 1px 1px 1px #111;*/ 
}

#search input {font-size:10px;background-color:#ffffff;color:#536895;
 }

.searchbullets ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.searchbullets li   {
    float:right;
    padding:0 10px 0 15px;
    color:#ffffff; 
}
.searchbullets a:link {color:#ffffff;}
.searchbullets a:hover {color:#f5c309}

/* FOOTER */
#footer {
background-color:#a4a6a9;
color:#fff;
font-size:.7em;
padding-left:200px;
}
#footer a:link {color:#57636a}
#footer a:hover {color:#fff;}
#footer td {padding:5px;}
#footer table {margin:0 60px 0 100px; font-weight:bold;}
.twtr-profile-img-anchor {display:none}
.twtr-hd, .twtr-ft, .twtr-fav, .twtr-reply, .twtr-rt {display:none}

