/* @override http://trannyshag.com/style.css */


/* clear browser defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
abbr,acronym,fieldset,img{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-size:100%;font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
div{overflow:hidden;}
h1,h2,h3,h4,li{white-space:nowrap;overflow:hidden;}
ol,ul{list-style:none;}
/* global hacks */
body{text-align:center;}
.clearfix:after,.clear{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
#preload{position:absolute;left:0;top:0;height:0;display:none;}
#preload img{width:1px;height:1px;}

body {
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
    color: #000;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #525252;
}
a:link,a:visited  {
    text-decoration: underline;
    color: #CC0001;
  }
a:hover,a:active {
    color: #239C0A;
	text-decoration: none;
}

/* IE fix */
* html div {
	height: 1%;
	}
#wrapper {
	width: 995px;
	margin: 0px auto 0px;

	background: #fff;
}

/* header */
#header {
	width: 100%;
	background-color: #740001;
	margin-bottom: 10px;
}

 #header h2, #header p{
	float: left;
	top: 2px;
	margin-top: 3px;
	margin-right: 8px;
	margin-left: 38px;
	color: #E3E3E3;
	font-size: 13px;
}

#header h1 a, #header h1{
	color: white;
	text-decoration: none;
	font-size: 24px;
	top: 2px;
	margin-top: 3px;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
	padding-bottom: 3px;
	padding-left: 10px;
}

.thumbtable{
	display: inline; /* required for Explorers double-margin bug */
	width: 990px;
	clear: both;
}
.thumbtable h3{
	font-size: 20px;
}

.thumbtable img {
		width: 240px;
		height: 240px;
		margin: 0px;
	}

	
.thumbtable a:link img{
	border: 1px solid #CC0001;
}


.thumbtable a:hover img {
	border: 1px solid #000;
}

.bigthumbtable img {
	margin: 15px;
	height: 180px;
	width: 135px;
}

h3{
    background-color: #740001;
	 color: #F8F7ED;
	padding: 0px;
	font: bold 15px Arial, Helvetica, Geneva, sans-serif;
	clear: both;
	border-style: none;
	margin: 10px 4px 2px;
}
h2{
	font-size: 14px;
	line-height: 15px;
	margin: 3px;
}

.pages_table {
	font-size:16px; 
	font-weight:bold;
    background-color: #B5E3C4;
	text-align: left;
	margin: 8px;
	clear: both;
}
.pages_table a:link, pages_table a:visited {
	color: #063415;
	text-decoration: underline;
}
.pages_table a:hover, pages_table a:active {	
	text-decoration: none;
	color: #52E068;
}

.toplist {
  /* if you want a margin above and below the toplist, replace the zero, thus */
  /* margin: 20px auto; */
  margin: 0 auto;
  /* the width may be fixed or a percentage */
  /*width: 99%; */
    font-weight: bold;
	border: medium solid #740001;
	background-color: #fff;
	width: 760px;
	text-align: left;
}

/* Firefox hack */
/* keep this otherwise following content will appear alongside the toplist */
.toplist:after {
  content: ".";
  display: block;
  line-height: 1px;
  font-size: 1px;
  clear: both;
  }
.toplist ul {
  /* adjust the margin to suit */
  margin: 10px;
  padding: 0;
  list-style: none;
  /* text-alignment is left by default but can be changed */
  /* text-align: center; */
  }
  
.tl-column {
  /* IMPORTANT: the total width of the columns should be 98%-99% of the available width */
  width: 33%;
  float: left;
  }

.txt {
	width: 980px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
	.txt ul  {
		list-style: none;
		margin: 15px;
		padding: 0;
		}
		.txt li  {
			margin: 0;
			padding-left: 2px;

}
.txt-column {
  /* IMPORTANT: the total width of the columns should be 98%-99% of the available width */
  width: 49%;
  float: left;
}

#footer{
	background-color: #000;
	font-size: 12px;
	color: white;
	text-align: center;
	padding: 10px;
	margin: 100px auto 0;
}
.thebest{
	text-align: center;
	margin: 15px auto 20px;
}

.thebest a{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 8px;
	margin-left: 20px;
}	
.bookmark{
	margin: 15px 5px;
	font-size: 24px;
	color: #1E3712;
}

.imlivetxt{
	font: 32px Arial, Helvetica, Geneva, sans-serif;
	font-weight: bolder;
}
.imlive{
	margin: 20px;
}

