/*
Theme Name: Dissimulants Original DIS002
Theme URI: http://www.dissimulants.com/
Author: MHDuncan
*/

body {
	background: #eee;
    color:#222;
    font-family: "Courier New", Courier, monospace;
    padding: 1em;
}

#blotter {
    margin:1em;
    min-width:1080px;
}

#sidebar {
    width 200px;
    margin-left:33px;
    text-align:center;
    color:#7788aa;
	text-decoration: none;
     }

#sidebar a:link {
    color:#7788aa;
    font-weight:bold;
	text-decoration: none;
     }

#sidebar a:visited{
    color:#7788aa;
    font-weight:bold;
	text-decoration: none;
     }
     
#sidebar a:hover {
    color: #000;
    text-decoration:line-through;
}      

#sidebar img {
    border:solid #888 2px;
    border-top: solid #555 2px;
    border-left: solid #555 2px;     
}

#sidebar img:hover {
    border:solid #222 2px;
    border-top: solid #aaa 2px;
    border-left: solid #aaa 2px;     
}    

#tasklist {
    width:200px;
    text-align:center;
    padding:5px 0 10px 0;
    margin:20px 10% 10% 0;
     }

#tasklist img {
width:30px;
height:30px;
margin:10px;
 }
 
 #adbox {
 margin: 10px;
background:#ddddfc;
 }
 
#page{
width:71%;
background:#e1e1ff;
border: solid #345 .1em;
padding:2em;
margin:30px;
float:left;
 }
 
#page H1 {
         text-align:right;
         padding:0 .5em 0 0;
         color:#999999;

}

*.bigthree {
		font-size: 175%;
        letter-spcing: -1.5em;
        word-spacing: -.25em;
        line-height:.85em;
        font-weight:600;
        color:#555;

 }
 
*.bigtwo {
		font-size: 125%;
        letter-spacig:-.1em;
        word-spacing: -.25em;
        line-height: 1em;
        font-weight:600;
        color:#444;
 }
 
#page p  {
	font: 90%/175% "Courier New", Courier, monospace;
	word-spacing: -.2em;
         text-indent: 2em;
         font-size:110%;
         line-height:1.2em;
         margin-bottom:.05em;
         margin-top: 0;
         font-weight:500;
}


#content img {
    margin: 32px;
    border: 0px;
}

#slug {
      padding-left:0em;
      margin-bottom:2em;      
      margin-top:1em;
	color: #667799;
	font-weight: 900;
    font-size: 140%; 
    word-spacing:-.2em;

      }
      
#header {
	font: normal bold 300% "Stencil", "Courier New", Courier, monospace;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 1em 1em 3em 0;
    text-color:#7788aa;
}
      
#header a {
	color:#7788aa;
	text-decoration: none;

}

#header a:hover {
         color: #000;
         background-image: url(http://www.dissimulants.com/common/strikeout.png);
}      
      
      
.meta, .meta a {
	margin-left:.1em;
    font-weight: 500;
	letter-spacing: 0;
    font-size: 72%;
    letter-spacing: -,2em; 
    word-spacing:-.2em;
	color: #556688;
}




      
      
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;

}

.alignright {
	float: right;

}



