/*  
Theme Name: Big Fat Fuckers CUSTOM
Theme URI: http://www.ensellitis.com/
Description: Theme for Ensellitis.com
Version:
Author: Ensellitis
Author URI: http://www.ensellitis.com/
*/

/* 3 col flanking menus */

.entry{
margin-top:3px;
margin-bottom:3px;
text-align:justify;
}

body {
color:#333;
background-color:white;
margin:20px;
padding:0px;
font:11px arial, helvetica, sans-serif;
}

h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:35px;
font-weight:900;
color:#ccc;
text-align:center;
}

h2.title{
font:25px;
margin:0px 0px 5px 0px;
padding:0px;
line-height:bold 25px;
}


p {
font:11px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 16px 0px;
padding:0px;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
font-family:verdana, arial, helvetica, sans-serif;
font-weight:600;
text-decoration:none;
}
a:visited {color:#00f;}
a:hover {background-color:#eee;}
a:hover {color:red}
  

/* All the content boxes belong to the content class. */
.content {
position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
width:auto;
min-width:120px;
margin:0px 210px 20px 170px;
border:1px solid black;
background-color:white;
padding:10px;
z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#navAlpha {
position:absolute;
width:150px;
top:20px;
left:20px;
border:1px solid black;
border-top:3px solid black;
border-bottom:3px solid black;
background-color:#eee;
padding:10px;
z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
voice-family: "\"}\"";
voice-family:inherit;
width:128px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#navBeta {
position:absolute;
width:190px;
top:20px;
right:20px;
border:1px solid black;
border-top:3px solid black;
border-bottom:3px solid black;
background-color:#eee;
padding:10px;
z-index:1;
/* Again, the ugly brilliant hack. */
voice-family: "\"}\"";
voice-family:inherit;
width:168px;
}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#navBeta h2{
border-bottom: 1px solid #D6D3CE;
text-align: left;
line-height: 14px;
font-size: 14px; <!--11px;-->
}

#navBeta ul {
margin: 0px 2px 30px 5px;
padding: 0px;
list-style-type: none;
list-style-image: none;
}

#navBetaul li {
list-style-type: none;
list-style-image: none;
}

#navBetaul li ul {
margin: 10px 0px 10px 10px;
padding-left: 5px;
}

#navBeta  ul li ul li {
margin: 0px 0px 0px 0px;
color: #404040;
list-style-type: none;
}









#commentform {
margin: 15px 0px 30px 0px;
}

#commentform input {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
border: 1px solid #D6D3CE;
border-right: 3px solid #D6D3CE;
}

#commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
width: 98%;
padding: 2px;
border: 1px solid #C1C1C0;
border-right: 3px solid #C1C1C0;
}

#commentform #submit {
width: 99%;
padding: 2px;
background: #FFFFFF;
text-align: center;
border: 1px solid #C1C1C0;
border-right: 3px solid #C1C1C0;
font-weight: bold;
}

#commentform #submit:hover {
background-color: #eee;
cursor: pointer;
}











.comarea{
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
line-height: 17px;
color: #313031;
}

.comol{
margin: 20px 0px 40px 0px;
margin-left: -13px;
text-align: left;
font-weight: bold;
list-style-type: none;
list-style-position: inside;
}

.comli{
border: 1px solid #C1C1C0;
text-align: left;
margin: 25px 0px 20px 0px;
padding: 4px;
min-height: 90px;
width: 95%;
}

.comli:hover{
border: 1px solid #888888;
}

.oddnum {
background:#EBEBEB;
}

.pingback{
background: #DFDFDF;
}

.comauth{
border-bottom: 0px solid #D6D3CE;
font-size: 11px;
font-weight: bold;
padding: 0px 0px 2px 0px;
}


.comli .cmeta {
margin: 1px 0px 5px 2px;
border: none;
font-size: 10px;
font-weight: 900;
}

.comtxt{
margin: 0px 0px 0px 5px;
font-size: 9px;
font-weight: normal;
text-align: left;
}
