/*

    -- -- -- -- -- -- --
    protosw.com
    Print CSS
    -- -- -- -- -- -- --

    Print formatting.

    Toward future-proofing CSS hacks:

    Each of the following three files is a separate,
    browser-specific CSS file that keeps all hacks
    out of the main style sheet.

    Over time, as supporting these browsers no longer
    remains a priority, cleaning up the hacks is as
    easy as deleting the @import statement.

*/


/* The file below is read by ALL browsers
    but the hacks contained within it further target
    IE5-6 for Windows. See file for details. */

@import "ie6win.css";


/* The file below is ONLY read by IE5/Win.
    Makes use of the Mid Pass Filter:
    http://tantek.com/CSS/Examples/midpass.html */

@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */


/* The file below is ONLY read by IE5/Mac.
    Makes use of the Band Pass Filter:
    http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/


/*
  UNDO HTML
  Removing most default styling on basic HTML elements.*/

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}


/*
  BASIC HTML STYLING
  Styling basic HTML elements.*/

a:link {font-weight: bold; color: #90B738;}
a:visited {font-weight: bold; color: #799F22;}
a:hover {text-decoration: underline; color: #9BBE4B;}
abbr, acronym {font-style: normal; border-bottom: dotted 1px #666; cursor: help;}
blockquote {padding: 0; margin: 1em 3em;}
body {color: #000; font: 80% Helvetica, Arial, sans-serif; margin: 0; padding: 0; text-align: center; height: 100%;}
code, var, kbd {font-family: monaco, courier, monospace; color: #195C76; font-size: 1.1em;}
dd {line-height: 1.5; margin: 0; padding: 1em 0 1.5em 35px; }
del {color: #888;}
dt {text-transform: uppercase; color: #363636; font-weight: bold;}
h2 {font: bold 1.3em Helvetica, Arial, sans-serif; color: #363636; text-transform: uppercase; margin: 1em 0;}
h3 {font: bold 1.1em Helvetica, Arial, sans-serif; color: #363636; text-transform: uppercase; margin: 1em 0;}
h4 {font: bold 1.1em Helvetica, Arial, sans-serif; color: #195C76; text-transform: none; margin: 1em 0;}
h5 {font: bold 1em Helvetica, Arial, sans-serif; color: #000; margin: 1em 0;}
h6 {font: bold 0.9em Helvetica, Arial, sans-serif; color: #666; text-transform: uppercase; margin: 1em 0; font-weight: normal;}
html {min-height: 100%;}
input, textarea {border: solid 1px #9E9E9E; background: #fff; padding: 2px;}
ins {text-decoration: none; font-style: italic;}
label {text-transform: uppercase; font-size: 0.9em; color: #000; font-weight: normal;}
p {line-height: 1.5; margin-bottom: 1em;}
table {width: 100%;}
td {padding: 5px 0;}
th {color: #fff; text-align: left; text-transform: uppercase; font-size: 0.9em; font-weight: normal; padding: 12px 0 2px 0;}



/*
  BASIC CLASS STYLING
  Creating re-usable style for simple classes and nested elements.*/

.clear {clear: both; padding-bottom: 1px;}
.date {color: #88A0AA;}
/* -- override above for th instances -- */
th.date {color: #fff;}
.left {float: left; margin: 10px 10px 10px 0;}
.right {float: right; margin: 10px 0 10px 10px;}
.separator {padding: 0 5px;}
dd dd {padding: 0 0 0.5em 20px; background: none;}
dd dt {padding: 0 0 0 20px; }
h3 a:link, h3 a:visited {color: #363636;}
ol li {list-style-type: decimal; margin: 0.5em 0 0.5em 2em;}
tr.alt td {background: #F1F7E5;}
.highlight { background-color: #ECFFBF; }

/* special global exception for li's within #mainColumn,
    so that they act like li's where they should */
#mainColumn ol, #mainColumn ul {margin: 1em 0;}
#mainColumn ul li {list-style-type: square; margin: 0.5em 0 0.5em 1.5em;}
/* slightly nicer bullets for fully CSS2-compliant browsers */
html>body #mainColumn ul li {list-style-type: none; margin: 0.5em 0 0.5em 1em;}
html>body #mainColumn ul li:before {content: "\203A"; margin-right: 0.7em; color: #999; line-height: 1.2; font-weight: bold; font-size: 1.2em;}


/*
  BASE PAGE STRUCTURE
  This section defines common layout elements that will
  replicate across various templates.*/

/* -- common page structure -- */
#container {background: #fff; text-align: left; margin: 0px auto; position: relative;}
#header {display: none; }


/* -- slogan, login status -- */
#functionBar {display: none; }

/* -- sidebar, or not -- */
/* -- if no body class, assume one column -- */
#mainColumn {padding: 10px 50px 10px 50px;}
#footer p {margin: 0;}


/* -- page subheader with page title -- */
#subHeader {display: none}


/* -- footer -- */
#footer {clear: both; padding: 20px 50px 5px 50px; font-size: 0.8em; color: #363636;}



/*
  REUSABLE ELEMENTS
  These are common elements which may be used anywhere across the site. */


.post {margin: 1em 0 2em -25px; padding-left: 25px; background: url(../i/bg-post.gif) 13px 2px no-repeat;}

.pagename, .topic {font-size: 1.7em; margin: 1em 0 1em 0;}
.screenshot {background: #EBEBEB url(../i/bg-screenshot-bg.gif) no-repeat; width: 168px;}
.screenshot img {padding: 5px 5px;}
.screenshot .view {background: url(../i/bg-screenshot-view.gif) no-repeat; display: block; height: 44px; text-indent: -9999px; text-decoration: none;}
.screenshot-simple {width: 168px; height: 129px; background: url(../i/ss-default.gif) no-repeat; }
.screenshot-simple img {padding: 6px 5px;}
.spacer {height: 150px;}
.viewlink {padding-left: 13px; background: url(../i/ico-greenarrow.gif) no-repeat left center; display: block;}

.errormessage {padding: 10px 10px 10px 50px; margin: 1em; color: #fff; background: #084057 url(../i/ico-error.gif) no-repeat 10px 10px; border: solid 3px #306E85; clear: both;}
.errormessage h3 {margin: 0.5em 0 0 0;}
.errormessage p {margin: 0 0 0.5em 0;}

.infomessage {padding: 10px 10px 10px 50px; margin: 1em; color: #000; border: solid 3px #bbb; clear: both; width: auto;}
.infomessage h3 {margin: 0.5em 0 0 0;}
.infomessage p {margin: 0 0 0.5em 0;}

.infopanel {margin: 2em 0; border: solid 1px;}
.infopanel .wrapper .wrapper {padding: 1px 20px;}



/*
  ACCESSIBILITY TWEAKS
  Subtle non-visual enhancements to create a more accessible site. */

#accessibility {display: none}
.hide {display: none;}


/* ADDED BY BM */

.screencaption {
    padding-top: 3px;
    font: 8.5pt Helvetica, Arial, sans-serif; color: #363636;
}

.articlescreen {
    padding: 15px 0px 0px 15px;
}
