/*
Hurts To Think... 5.0 - supplemental file, layout cascading style sheet
*/

/*
General Page Style
*/

body {
      background-image: url(./images/background.png);
      background-attachment: fixed;
      background-repeat: repeat;
      background-position: center center;
      color: #FFFFFF;
      }

a:link {
        color: #008000;
        }

a:active {
          color: #FF0000;
          }

a:visited {
           color: #008000;
           }

a.wiki:link {
             color: #FFFF00;
				 }
	 
a.wiki:visited {
                color: #FFFF00;
				    }

/*
Layout and Division Styles
*/

div.page {
             text-align: center;
             }

div.menu {
          width: 140px;
          height: auto;
          padding-top: 5px;
          padding-bottom: 20px;          
          float: left;
          text-align: center;
          }

div.content {
             width: 840px;
             height: auto;
			    padding: 5px;
			    margin-left: 10px; 
	          position: absolute; left: 148px;
             }	 

div.navstrip {
              text-align: center;
              }
				  
/*
Specific Styles
*/

p.enter {
         font-size: xx-large;
			text-decoration: underline;
         }

p.intro {
         font-size: large;
         }

p.mguide {
          line-height: 2em;
          }
          
p.title {
         font-size: x-large;
         text-decoration: underline;
         text-align: center
         }
			
p.subtitle {
         font-size: large;
         text-decoration: underline;
         text-align: center
         }
			
p.titlenul {
         font-size: x-large;
         text-align: center
         }
			
p.subtitlenul {
         font-size: large;
         text-align: center
         }		


p.text {
	     width: 700px;
		  text-align: left;
		  margin-left: 70px;
		  }		  

span.c {
        color: #99FF00;
        }
			
img.left {
          float: left;
          padding-right: 5px;
          }
           
img.right {
           float: right;
           padding-left: 5px;
           }
			  
img.center {
            text-align: center;
				padding-left: 5px;
				padding-right: 5px;
				}

img.linkbanners {
	              padding-bottom: 3px;
					  border: 0px;
                 }

hr.nbdivide {
	          width: 75%;
				 text-align: center;
             }

/*
Weblog Layout Style
*/

#sidebarblog {
              width: 225px;
              float: right;
              color: #FFFFFF;
              }
              
#sidebarblog ul {
                 }

#sidebarblog a {
                color: #008000;
                }

#sidebarblog h2 {
                 display:block;
                 color: #FFFFFF;
                 padding: .25em;
                 font-weight: normal;
                 font-size: 24px; }

#sidebarblog ul li {
                    list-style: none;
                    }

#sidebarblog ul ul {
                    padding: .25em;
                    }

/* container */

#container { margin-left: auto; margin-right: auto; text-align: left; }

/* empty */

#empty { height: 0em; }

/* container */

#container { margin: 0em auto; }

#wrapperblog {  margin: 1em; }

* html #wrapperblog { margin: 0em; }

#containerblog { width: 100%; float: left; margin-right: -250px; }

#contentblog { margin-right: 200px; }

#contentblog ol { padding: 0em; }

#contentblog ol li { list-style:decimal;  }

#googlebr { text-align: center; }

.apost h1 { font-size: x-large; font-weight: normal; text-align: left; }

a img { border-width:0; }
				 
/*
<-FEAR-W
120k.ca, hurtstothink.com
*/