/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a, span.link {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #356AA0;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a.red {
color:#CC0000;
text-decoration:none;
}

a.red:hover {
color:#333333;
text-decoration:none;
}


small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 980px;
	height: 231px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	margin-top: 20px;
	padding: 100px 190px 0 0;
	background: url(/images/img02.jpg) no-repeat right top;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
}

#header h1 span {
	color: #CC0000;
}

#header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 160px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

#header h2 a {
	color: #333333;
}

/* Search */

#search {
	float: right;
	width: 300px;
	padding: 150px 0 0 0;
}

#search legend {
	display: none;
}

#searchfield {
	width: 200px;
}

#searchsubmit {
	width: 80px;
}

/* Page */

#page {
  width: 98%;
  margin: 10px auto;
  line-height: 130%;
}

/* Content */

#content {
  margin-left:240px;
  margin-right: 220px;
  padding:1em;
}

.top-site-list {
	float:left;
  padding:10px;
  width:220px;
}

.top-site-list .label b {
	color: #356AA0;
}

.top-site-list .label a {
  color: #333333;
}

.top-site-list .label a:hover {
  color: #333333;
  text-decoration: underline;
}

.top-site-list ul {
 	list-style-type:square;
  margin:0px 0px 0px 15px;
  padding:10px;
}

.top-site-list ul li {
	white-space:nowrap;
}

.top-site-list ul li.up {
  list-style-image: url(/images/position_arrow_up.gif);
}

.top-site-list ul li.down {
  list-style-image: url(/images/position_arrow_down.gif);
}

.top-site-list ul li.stay {
  list-style-image: url(/images/position_arrow_stay.gif);
}

.top-site-list ul li.new {
  list-style-image: url(/images/position_arrow_new.gif);
}

.top-site-list ul li a {
	color: #CC0000;
}

.top-site-list ul li a:hover {
  color: #333333;
}

.post {
	padding: 12px 50px;
	background: url(/images/list-red.jpg) no-repeat;
}

.post .title {
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #356AA0;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
	color: #666666;
}

.stats {
  padding: 12px 50px;
  background: url(/images/list-red-clear.jpg) no-repeat;
}

.stats h3 {
  padding:5px 5px 5px 0px;
  font-weight:normal;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	margin: 0;
  padding: 0;
  font-size:0.9em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 40px;
	background: url(/images/img03-02.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
	margin-bottom: 10px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #CC0000;
}

#sidebar a {
	border: none;
}
	
#bonusbar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 1em;
}

#bonusbar h2 {
  font-size:1.4em;
  margin-top: -3px;
  
  margin-bottom: 10px;
  text-transform: lowercase;
  letter-spacing: -1px;
  color: #CC0000;
}

#bonusbar .background {
  margin-bottom: 20px;
  padding: 20px 40px;
  background: url(/images/bonusbar-background.jpg) no-repeat;
}


/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}

#footer p.foreign {
  float:right;
  padding-right:20px;
}

#content .pagination {
   padding:2px;
   margin:2px;
   text-align:right;
}

#content .promoted-links ul li
{
	display: inline;
}

/** TABLE **/
table {
  width: 650px;
  border:1px solid #000000;
  border-spacing: 0px; }

table a, table, tbody, tfoot, tr, th, td {
  font-family: Arial, Helvetica, sans-serif;
}

table caption {
  font-size: 1.8em;
  text-align: left;
  text-indent: 100px;
  background: url(/images/bg_caption.gif) left top;
  height: 40px;
  color: #FFFFFF;
  border:1px solid #000000; }

thead th {
  background: url(/images/bg_th.gif) left;
  height: 21px;
  color: #FFFFFF;
  font-size: 0.8em;
  font-family: Arial;
  font-weight: bold;
  padding: 0px 7px;
  margin: 20px 0px 0px;
  text-align: left; }

tbody tr {  background: #ffffff; }

tbody tr.odd {  background: #f0f0f0; }

tbody th {
  background: url(/images/arrow_white.gif) left center no-repeat;
  background-position: 5px;
  padding-left: 40px !important; }

tbody tr.odd th {
  background: url(/images/arrow_grey.gif) left center no-repeat;
  background-position: 5px;
  padding-left: 40px !important; }

tbody th, tbody td {
  font-size: 0.8em;
  line-height: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  padding: 10px 7px;
  border-bottom: 1px solid #800000;
  text-align: left; }

tbody a {
  color: #000000;
  font-weight: bold;
  text-decoration: none; }

tbody a:hover {
  color: #ffffff;
  text-decoration: underline; }

tbody tr:hover th {
  background: #800000 url(/images/arrow_red.gif) left center no-repeat;
  background-position: 5px;
  color: #ffffff; }

tbody tr.odd:hover th {
  background: #000000 url(/images/arrow_black.gif) left center no-repeat;
  background-position: 5px;
  color: #ffffff; }

tbody tr:hover th a, tr.odd:hover th a  {
     color: #ffffff; }

tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {

  background: #e1e1e1;

  }

tbody tr.odd:hover td, tr.odd:hover td a{
  background: #000000;
  color: #ffffff;  }

tfoot th, tfoot td {
  background: #ffffff url(/images/bg_footer.gif) repeat-x bottom;
  font-size: 0.8em;
  color: #ffffff;
  height: 21px;
  }
  
.adv-horizontal
{
  padding:5px;
}

.adv-vertical
{
  float:left;
}