/***** CSS placed here will be applied to all skins on the entire site. *****/

/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

.MainPageFtrdBox {
   background: url("http://www.hrwiki.org/index.php/skins/common/images/homestar-grayfade.png") repeat-x bottom right;
   border: 1px solid #A50901;
   padding: .5em 1em 1em;
   color: #000;
   background-color: #FAFAFA;
}

.MainPageFtrdBox h3 {
   margin: 0 -.3em;
   padding: .3em;
   font-size: 120%;
   color: #FFF;
   background: url("http://www.hrwiki.org/index.php/skins/common/images/header-background-redfade.gif") repeat-x top #500401;
   border: none;
}

.MainPageFtrdBox{
   background: url("http://images.wikia.com/flash/images/3/3a/Macromedia_Flash_8_Professional.png") repeat-x bottom right;
   border:1px solid #1C58A3;
   padding: .5em 1em 1em;
   color: #000;
   background-color: #F3F6FA;
}


/*

/* Styling links to Adobe Flash Website */
#n-officialsite a,
#bodyContent a[href ^="http://www.adobe.com/flash/"],
#article a[href ^="http://www.adobe.com/flash/"]
{
   background: url(http://images.wikia.com/flash/images/5/5d/MacromediaFlash.gif) center left no-repeat !important;
   padding-left: 23px !important;
   padding-right: 0px !important;
}


/*** Mark redirects in Special:Allpages und Special:Watchlist ***/
 
.allpagesredirect {
     font-style: italic;
}
 
.watchlistredir {
     font-style: italic;
}


/*** Forum formatting (by -Algorithm & -Splaka) ***/

.forumheader { 
     border: 1px solid #ffad80; background-color: #ffad80; margin-top: 1em; padding: 12px; 
}
.forumlist td.forum_edited a { 
     color: black; text-decoration: none 
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new { 
     font-weight: bold; background: url() 
     center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}


/* </pre> */

 blockquote {
    border-left: 3px solid #06f;
    margin-left: 2em;
    padding-left: 1em;
 }