/* base
----------------------------------------------- */

body {
	margin: auto;
        margin-top: 0px;
        padding-top: 0px;
	color: silver;
	background-color: #000000;
        font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;

}

h2, h3, h4, h5 { font-weight: normal; margin: 0px 0 10px; }

h1 { font-weight: normal; font-size: 35px; margin-bottom: 0px;  margin-left: 40px; color: #CE1212; /*text-transform: lowercase;*/}

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5 { font-size: 20px; }

h6 { 
    font-size: 11pt; 
    font-weight: bold;
    color: #ffffff;  
}

p.mission {
    font-size: 16px;
    text-align: justify;
}

small, .small {
	font-size: 0.9em;
}

.centered 

{     
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; 
    border: none;
}

/* links
----------------------------------------------- */

a { outline: none; }

a:link, a:visited  { text-decoration: none; color: #ce1212; }
a:hover, a:active  { text-decoration: none; color: #FF0000; }

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #353535;
    margin-top: 0px;
    position: relative;
}

#wrapper a { font-weight: bold; }

#wrapper
{
    clear: both;
    float: left;
    width: 100%;
    color: silver;
    background-color: #353535;
}

#content {
    width: 70%;
    float: left;
    margin-top: 10px;
    padding: 0 0px 10px 30px;
}

#store {
    width: 75%;
    float: left;
}

#content a:link, a:visited  { 
  text-decoration: none; 
  color: #ce1212; 
}
#content a:hover, a:active  { 
  text-decoration: none; 
  color: #FF0000; 
}


.entry-content {
    margin-top: 25px;
    font-size: 14px;
    text-align: justify;
}

.entry-title, .entry-title a {
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    border-bottom-width: 0;
}

.post-head-wrapper {
    position: relative;
}


/*
.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}
*/
/* Footer
---------------------------------------*/

#footer
{
    clear: both;
    float: left;
    width: 980px;
    text-align: left;
    padding-left: 20px;
    background-color: #353535;
    color: #696969;
    font-size: 11px;
    padding-bottom: 10px;
}

#footer a {
    color: #696969;
    font-size: 11px;
}

#footer a:visited {
    color: #696969;
}

#footer a:hover {
    color: #FF0000;
    border-bottom: 1px dashed #FF0000;
}

/* post footer
----------------------------------------------*/
.post-foot-wrapper {
    position: relative;
    height: 240px;

}

.news-foot-wrapper {
  position: relative;
  height: 20px;
}
.post-foot-column {
    width: 33%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
}

.post-foot-rating {
  padding-bottom: 20px;
}

.post-foot-bottom {
  margin-top: 16px;
  margin-bottom: 0px;
/*  position: absolute;  */
  bottom: 0px;

}


/* overrides
----------------------------------------------- */

.caps {
/*
	font-size: 0.9em;
	letter-spacing: 0.1em;
*/
}

div.divider {
	margin: 0 0 24px;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
    position: relative;
    bottom: -5px; 
    left: 0px;
    height: 80px;
    float: left;
    margin-top: 5px; 
    margin-right: 10px;
}

.published {
	font-size: 12px;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

.comments_invite {
  font-size: 15px; 
  display: block;
  width: 225px;
  height: 100px;
  background-image: url(/images/114.jpg);
  background-repeat: no-repeat;
  padding-top: 40px;
  margin-bottom: -40px;
}

.gossip_comments_invite {
/*
  display: block;
  width: 210px;
  height: 42px;
  font-size: 16px;
  background-image: url(/images/98.jpg);
*/
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/* tabs
-----------------------------------------------*/
#tabs
{
    width:950px;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    position: absolute;
    bottom: 0px;
}

#tabs ul {
    margin:0;
    padding:10px 10px 0 10px;
    list-style:none;
}

#tabs li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs a {
    float:left;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    font-weight:bold;
}

#tabs a span {
    float:left;
    display:block;
    padding:5px 12px 4px 6px;
    color:#666;
}

#tabs li a:link,
#tabs li a:visited
{
    float: left;
    color: #979797;
    display: block;
    padding: 5px 10px;
    margin-right: 1px;
    height: 20px;
    font-size: 14px;
    margin-top: 0px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;	
}

#tabs li a:hover,
#tabs li a:active
{
    color: #ce1212;
    background: #ECECEC;
    border: 1px solid #FFFFFF;
    background-repeat: repeat-x;
    font-size: 14px;
    margin-top: 0px;
}


/* Navigation */

#navigation
{
    width: 1000px;
/*    background-image: url(/images/72.png);*/
  background-image: url(/images/2.gif); 
    height: 224px;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    padding-top: 50px;
    position: relative;
}

#navigation h1 {
    margin-top: 0px;
    color: #CE1212;
}

#navigation h1 a{
    color: #CE1212;
    margin-top: 0px;
}
/*
#navigation a {
    width: 100%;
    height: 100%;
}
*/
/* Site name/slogan
----------------------------------------------*/

.slogan {
    font-size: 13px;
    color: #979797; 
    margin-left: 20px;
    margin-bottom: 2px;
    width: 330px;
}

.sitename {
    margin-left: 65px;
    margin-top: 10px;
    text-transform: lowercase;
    font-size: 36pt;
}




/* Sidebar 
--------------------------------------------*/

#sidebar-wrapper
{
    width: 24%;
    float: right;
    margin-top: 10px;
}

#sidebar
{
    float: right;
    padding: 0px 10px 0px 0px;
    width: 212px;
    margin-right: 0px;
    margin-top: 0px;
}

#sidebar ul { list-style-image: url(/images/4.png); }

.sideblock
{
    padding: 5px 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: top;
    background: #000000;
    border: 0px solid #565656;
}

.sideblock h3 { margin-top: 5px; font-size: 14px; color: #949788; font-weight: bold;  padding-left: 10px; padding-top: 2px;  }

.sideblock a:link, a:visited { color: #ce1212; }

.sideblock a:hover, a:active { color: #ff0000; }

.sideImage
{
    padding: 0px 10px;
    background-repeat: no-repeat;
    background: #000000;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; 
    border: none;
}

/* Ratings
---------------------------------------------------*/
#rating {
    width: 150px;
    height: 27px;
}

/* Custom for LBT
---------------------*/
table.hussy td { 
  width: 225px; 
  text-align: center;
}

.bttText {
  padding-top: 0px; 
  text-align: center;
  font-size: 16px;
}

#postNav {
  vertical-align: bottom;
  text-align: center;
  font-size: 11pt;
}

.boldWhite {
    font-weight: bold;
    color: #ffffff;
}

img.twBook {
  width: 133px;
  height: 202px;
  border: none;
}

img.vixen {
  width: 225px;
  height: 285px;
  border: none;
}

img.dots {
  margin-top: 10px;
}

object#embed {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#rss_list ul {
  list-style-image: url(/images/86.png);
}

#twitter {
    font-size: 14px;
    padding: 0 0 0 10px;
    vertical-align: middle;
}