/*************************************************************************
 * stylesheet1.css                                                       *
 * ---------------                                                       *
 * Default stylesheet. Produces a minimalistic, monochromatic gray look. *
 *                                                                       *
 *************************************************************************/

body {
 font-size: 14px;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 background-color: #C8C8C8;
}

div.titleimage {
 background-image: url('http://spud.pureinsanity.net/title-images/title1.png');
 background-repeat: no-repeat;
 background-position: center center;
 height: 47px;
 width: 100%;
}

div.main {
 font-size: 14px;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 75px;
 margin-right: 75px;
 padding: 5px;
 background-color: #E1E1E1;
 border-style: double;
 border-width: 4px;
 border-color: #000000;
}

div.blogpost {
 margin-top: 30px;
 margin-bottom: 30px;
 margin-left: 75px;
 margin-right: 75px;
 border-style: solid;
 border-width: 1px;
 border-color: #000000;
 background-color: #F0F0F0;
 padding: 5px;
}

/* Autogenerated by the blogposter system */

div.blogpostDate {
 font-size: 8px;
 font-family: Verdana, Geneva, sans-serif;
}

div.blogpostTitle {
 font-size: 24px;
 font-weight: bolder;
}

/* ******* */

div.quote {
 font-size: 12px;
 font-family: Courier,"MS Courier New",monospace;
 font-style: italic;
 margin-top: 25px;
 margin-right: 75px;
 margin-bottom: 25px;
 margin-left: 75px;
 padding: 25px;
 border-style: dashed;
 border-width: 1px;
 border-color: #000000;
 background-color: #FFFFFF;
 color: #606060;
}

p.footer {
 font-size: 9px;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 text-align: center;
 margin-top: 100px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
}

div.buttonrow {
 width: 460px; /* This needs to be an absolute size, no percentages, and must */
 margin: 0 auto; /* be as wide but no wider than all the buttons combined */
}

.clear { /* generic container (i.e. div) for floating buttons */
 overflow: hidden;
 width: 100%;
}

A:link {
 color: #000000;
}

A:visited {
 color: #000000;
}

A:active {
 color: #000000;
}

A:hover {
 color: #000000;
}

a.button {
 background: transparent url('http://spud.pureinsanity.net/images/bg_button_a.gif') no-repeat scroll top right;
 color: #444;
 display: block;
 float: left;
 font: normal 12px arial, sans-serif;
 height: 24px;
 margin-right: 6px;
 padding-right: 18px; /* sliding doors padding */
 text-decoration: none;
}

a.button span {
 background: transparent url('http://spud.pureinsanity.net/images/bg_button_span.gif') no-repeat;
 display: block;
 line-height: 14px;
 padding: 5px 0 5px 18px;
}

a.button:active {
 background-position: bottom right;
 color: #000;
 outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
 background-position: bottom left;
 padding: 6px 0 4px 18px; /* push text down 1px */
}

/************************************************
 * This is all for the "Message Board" page.    *
 * comments1.css styles the comments iframe     *
 ************************************************/
 
INPUT {
 background-color:#FFFFFF;
 color:#000000;
 border:1px solid #000000;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.name1 {
 background-color:#FFFFFF;
 color:#000000;
 border:1px solid #000000;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 width:380px;
 height:16px;
}

.webpage1 {
 background-color:#FFFFFF;
 color:#000000;
 border:1px solid #000000;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 width:380px;
 height:16px;
}

.keyquestion1 {
 background-color:#FFFFFF;
 color:#000000;
 border:1px solid #000000;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 width:16px;
 height:16px;
}

.comments1 {
 background-color:#FFFFFF;
 color:#000000;
 border:1px solid #000000;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 width:380px;
 height:100px;
}

div.comments { /* This applies to the actual comment section of the message board, in the iframe */
 font-size: 10px;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 background-color: #E1E1E1;
}

hr {
 border-bottom: 0;
 border-top: 1px dotted #000000;
 width: 99%;
 color: #E1E1E1;
 background-color: #E1E1E1;
 height: 1px;
}

/**********************************************
 * Some pages have tables on them             *
 **********************************************/

table {
 border-collapse: collapse;
 width: 90%;
}

table,th,td {
 border: 1px solid black;
 padding: 2px;
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 font-size: 12px;
 text-align: left;
} 