/* $Id: style.css,v 1.1 2008/04/15 18:31:16 dm66 Exp $ */

img {
 border:0
}

body {
  font: normal normal normal 13px/23px Verdana, sans-serif;
  color:#444;
  background: #fff url('header.jpg') repeat-x;
  padding:0;
  margin:0;
}


h1, h2, h3, h4, h5 {
  font-weight:500;
}

h1, h1 a:link, h1 a:visited {
  font-size: 24px;
  line-height: 28px;
  color: #df0000;
  margin:0.25em 0;
}

h2 {
  font-size:20px;
  margin:0.5em 0;
}

h3 {
  font-size:18px;
}

h4 {
  font-size:17px;
}

h5 {
  font-size:16px;
}

h6 {
  font-size:14px;
}

a:link,a:visited {
  color:#2763A5;
  font-weight:normal;
  text-decoration:none;
}

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



#container {
  width:95%;
  margin:0 auto;
}

/*----------Header----------*/

#header {
  height:107px;
}

#logo {
  float:left;
  margin-top:7px;
}

#siteName {
  color:#fff;
  float:left;
  font-size:350%;
  margin:15px 0 0 15px;
}

#siteName a {
  color:#fff;
  text-decoration:none;
}

#siteName a:hover
{
color:#ddd;
text-decoration:none;
}

#siteSlogan {
  color:#eee;
  float:left;
  font-size:170%;
  margin:25px 0 0 10px;
  text-transform:lowercase;
  white-space:nowrap;
}

#logo img {
  border:0;
  float:left;
}

#logoWrapper {
  line-height:4em;
  position:absolute;
}

/*----------nav styles -- primary links in header----------*/

#nav {
  list-style:none;
  list-style-image:none;
  top:79px;
  position: absolute;
}

#nav a, #nav a:visited {
  display:inline-block;
  font-weight:bold;
  line-height:27px;
  text-decoration:none;
  padding: 0 1em;
  color: #000;
}

#nav a:hover, #nav a:active {
color: #6e6e6e;
}

#error_text
{
	color: red;
	font-size : large;
}

/* Torrent list block */

.action_bar {
	float:left;
	font-size : large;
}

.action_bar_item
{
	background-color: #dce4f9;
	border: 1px solid black;
	display: inline;
	margin-left: 2px;
	padding: 5px 5px 5px 5px;
}

#torrent_list_table {
	clear:right;
}

#torrent_details_table {
	clear:both;
}

#status_bar 
{
	margin-bottom:10px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}

.status_bar_item
{
	background-color: #dce4f9;
	border: 1px solid black;
	display: inline;
	margin-left: 2px;
	padding: 2px 2px 2px 2px;
}


/*----------block and title-----------*/

.block  {
margin:10px 0 10px 0;
width:100%;
}

.title {
color:#011CA1;
margin:.5em 0;
}


/*----------node styles----------*/
.node {
  margin:0 0 2em; /* 26px */
}

.content p {
  margin:0 0 1em 0;
}

.submitted {
  font-size:11px;
  color:#a3a3a3;
  width:100%;
  clear:both;
}

.submitted ul.links {
  padding:0 0 0 15px;
  float:right;
}

.nodeLinks {
  font-size:12px;
  clear:both;
}

.picture {
  float: left;
  margin:5px 10px 0 0;
}



/*----------footer----------*/
#footer {
  clear:both;
  background:#638EC6;
  border-top:2px solid #556D8D;
  border-bottom:1px solid #556D8D;
  min-height:60px;
}

#footer .content {
  max-width:1270px;
  min-width:760px;
  width:95%;
  margin:0 auto;
  color:#fff;
  font-size:11px;
}

#footer a {
  color:#E6E6FF;
}

/* login form */

#user-login-form 
{
	padding:0 0 0 10px;
	text-align:left;
	margin-left: auto; 
	margin-right: auto;
	width: 50%;
	text-align: center;
}

.form-item {
  text-align:left;
  margin
	:0;
  padding:0;
}

/* settings page */
.settings_group 
{
	max-width: 50%;
	margin: 2px;
	background-color: white;
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#settings_buttons
{
	margin-top: 3px;
}

/*---------------table styles---------------*/

table.loginForm {
 margin:10px 0;
}

table {
  margin:10px 0;
  width:100%;
}

tr.even,tr.odd,tbody th {
  border:solid #E1E1E1;
  border-width:1px 0;
}

tr.even {
  background-color:#fff;
}

tr.odd {
  background-color:#F9FAFF;
}

td.region,td.module,td.container {
  background-color:#638EC6;
  border-bottom:1px solid #A4A7C0;
  color:#000;
  font-weight:bold;
}

td.container .name a  {
  color:#fff;
}

tr:first-child td.region,tr:first-child td.module,tr:first-child td.container {
  border-top-width:0;
}

td.menu-disabled,td.menu-disabled a {
  background-color:#D5C2C2;
  color:#000;
}

td.active {
  background-color:#f7f7f7;
}

#torrent_details tr.even 
{
	background-color: #dce4f9;
}

#torrent_details tr.odd
{
	background-color: white;
}

.list_table img {
	opacity: 0.4;
}

.list_table a img {
	opacity: 1.0;
}

