/* $Id: style.css,v 1.1.4.2 2009/03/19 23:50:07 couzinhub Exp $
*/

/** General styles 
---------------------------------*/

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  background-color: #131313;
  color: #ffffff;
  background-image: url('images/body-bg.png');
  background-repeat: repeat-x;
  background-position: top left;
}

#page {
  font-size: 10pt;
  line-height: 12pt;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Arial, sans-serif;
	text-align: justify;
}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:hover, a:active {
  color: red;
  text-decoration: none;
}

.active a{
	color: #cccccc !important;
	background: #000000;
	padding: 10px 5px 10px 5px;
}

/* Titles  */

h1 {
	font-size: 18pt;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;
	font-family: arial, sans serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #333333;
}

h1 {
	font-size: 18pt;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;
	font-family: arial, sans serif;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
}
 
/* Paragraph Styles */

p {
  margin: 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code {
  font-family: "monaco", "Courier New", monospace;
}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}


/* Colours */

#header {
	background-color: #232323;
	height: 63px;    
}

#footer {
	background: url() #070707 no-repeat right;
	font-size: 8pt;
	text-align: center;
	height: 75px;
	width: 900px;
	margin:0 auto 30px auto;
	color: #232323;
	padding-top: 10px;
}

#sidebar-left {
	background: #000000;
}

#sidebar-right {
	background: #000000;
}

#navigation {
	background-color: #000000;
    height: 45px;
    background-image: url('images/nav-bg.png');
 	background-repeat: repeat-x;
	text-align: left;
	font-family: arial, verdana, sans serif;
	font-size: 8pt;
	letter-spacing: 1pt;
	text-transform: uppercase;
}

#navigation li{
	margin: 0 20px;
	display: inline;
}

#content{
	background: #000000 url(images/content-bg.png) no-repeat bottom right;
	padding-top: 15px;
	min-height: 450px;
	text-align: justify;
}

#content-area {
	width: 800px;
	margin: 0 auto;

}

#logo-title {
	position: relative;
	top: 15px;
	left: 25px;
}

.breadcrumb {
	display: none;
}

/* Comments */

new a {
	display: none;
}

.comment h3 {
	font-size: 12pt;
	margin-top: 10px;
	background: transparent;
}

.comment div {
	width: 550px;
	margin: 0 auto;
}

.comment-inner div {
	padding: 10px 25px;
	background: #333333;
}

.indented div{
	margin: 0 auto;
	width: 400px !important;
	background-color: #232323 !important;
}

/* END COMMMENTS */

.links {
	background: transparent !important;
	text-transform: uppercase;
	font-size: 8pt;
	margin-bottom: 25px;
	margin-left: -5px;	
}

.submitted {
	background: transparent !important;
	font-size: 8pt;
	color: #999999;
}

.submitted a{
	color: #999999;
}

tr.odd, tr.even {
	background: transparent!important;
}

td.active {
	background: #232323 !important;
}

#block-block-2 li{
	display: inline;
	padding-right: 50px;
	font-size: 8pt;
	text-transform: uppercase;
	float: left;
}

#block-block-2 ul{
	margin-left: 50px;
	margin-top: -30px;
}

#block-block-2 div{
	height: 20px;
	background: #232323;
	margin-bottom: 25px;
}

td {
	padding: 25px !important;
	text-align: justify;
}

th {
	color: #000000;
}

h2.title {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #232323 solid;	
}

.field-item img{
	margin: 0 auto;
}

.image-attach-teaser div{
	float: right;
	width:100px;
}

.node-inner {
	color: #ffffff;
}

#dirlist, #dirlist a, #dirtee0, #dirtree0 a {
	color: #000000;
}

#webfm-cxtCont{
	color: #000000;
}