@import url("/std/common.css");

body { margin: 0px; padding: 0px; color: black; }
#specialform { display: inline; }
#content { top: 0; margin: 0; padding: 0; }
#topbar { padding: 0px; }
#powersearch {
  background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
}
#quickbar {
 width: 140px; top: 18ex; padding: 2px; visibility: visible; z-index: 99;
}
#article, #article td, #article th, #article p {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10pt; color: black;
}
#article p {
 padding-top: 0; padding-bottom: 0;
 margin-top: 1ex; margin-bottom: 0;
}
p, pre, td, th, li, dd, dt { line-height: 12pt; }
textarea { overflow: auto; }

#footer { padding: 4px; }
#footer form { display: inline; }
#sitetitle {
 font-family: Times, serif;
 color: white;
 font-weight: normal; font-size: 32pt;
 line-height: 32pt;
}
td.top {
 background-color: #6688AA; color: white;
 margin-top: 4px; margin-bottom: 4px;
 padding-top: 0; padding-bottom: 0;
 text-transform: uppercase;
 font-family: Verdana, Arial, sans-serif; font-size: 8pt;
}
td.top a {
 font-family: Verdana, Arial, sans-serif;
 background-color: #6688AA; color: white;
 text-decoration: none; font-size: 10pt;
}
td.bottom {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10pt;
 padding: 0;
}
#pagestats {
 font-family: Verdana, Arial, sans-serif;
 color: black;
 font-size: 9pt;
}
#sitesub {
 font-family: Verdana, Arial, sans-serif;
 font-size: 9pt; font-weight: bold;
 color: black;
 padding-top: 0;
}
#quickbar {
 font-family: Verdana, Arial, sans-serif;
 font-size: 8pt; font-weight: bold; line-height: 9.5pt;
 text-decoration: none;
 color: black;
 padding: 0; margin-top: 0;
}
#quickbar a { color: #446688; }

#quickbar h6 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10pt; font-weight: bold; line-height: 12pt;
 text-decoration: none;
 color: #666666;
 padding: 0; margin-bottom: 2px; margin-top: 6px;
}
#quickbar form { padding: 0; margin-top: 0; }

h1 {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: 18pt; font-weight: bold; line-height: 21pt;
}
h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
#article p.subtitle {
 color: #666666; font-size: 11pt; font-weight: bold;
 padding-top: 0; margin-top: 0; padding-bottom: 1ex;
}

/* a { color: #223366; } 
a.external { color: #336644; }
a:visited { color: #8D0749; } */
a {
    color: #002bb8;
    background: none;
}
a:visited { color: #5a3696; }
a:active { color: #ffa500; }
a:hover { text-decoration: underline; }

a.printable { text-decoration: underline; }
a.stub, #quickbar a.stub { color:#772233; text-decoration:none; }
a.new, #quickbar a.new { color: #CC2200; }
h2, h3, h4, h5, h6 { margin-bottom: 0; }
small { font-size: 75%; }

/* ADDED FROM MONOBOOK.CSS */
/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#article a[href ^="http://"],
#article a[href ^="gopher://"] {
    background: url(external.png) center right no-repeat;
    padding-right: 13px;
}
/* disable the external thing for local links */
#article a[href ^="http://www.alanmacek.com"] {
	background: url("");
	padding-right: 0px;
}
#article a[href ^="https://"],
.link-https {
    background: url("lock_icon.gif") center right no-repeat;
    padding-right: 16px;
}
#article a[href ^="mailto:"],
.link-mailto {
    background: url("mail_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#article a[href ^="news://"] {
    background: url("news_icon.png") center right no-repeat;
    padding-right: 18px;
}
#article a[href ^="ftp://"],
.link-ftp {
    background: url("file_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#article a[href ^="irc://"],
.link-irc {
    background: url("discussionitem_icon.gif")  center right no-repeat;
    padding-right: 18px;
}
/* disable interwiki styling - AM: actually keep external links for IW */
/* #article a.extiw,
#article a.extiw:active {
    color: #3366bb;
    background: none;
    padding: 0;
}*/
#article a.external { color: #3366bb; }
/* this can be used in the content area to switch off
special external link styling */
#article .plainlinks a {
    background: none !important;
    padding: 0;
}

/*
div.leftMarginAd {
 position: absolute; left: 4px; 
 width: 140px; padding: 2px; visibility: visible; z-index: 98;
} */
/* This puts Google ads (120px wide) into the left column */
div.leftMarginAd {
 position: absolute; left: 4px; 
 width: 140px; padding: 2px; visibility: visible; z-index: 98;
}
/* Google Ads on the right side (with text flow) - 160px wide */
div.rightMarginAd {
	position: absolute; right: 4px;
	width: 165px; padding: 2px; visibility: visible; z-index:97;
}
