/* $Id: style.css,v 1.1.4.3 2009/03/21 00:52:31 couzinhub Exp $
======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 

/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background: url(../images/background_left_stripes.jpg) no-repeat;
	background-color: #000;
}

/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/
#navigation {
	font-size: 1.6em;
	margin-left:-59px;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#content {
	background: url(../images/scratchy_bg.jpg); background-repeat: no-repeat;
	position: relative;
	top: -20px;
	padding-left: 15px;
}

.container {
	margin-left: 124px;
	margin-bottom: 0;
	width: 950px;
	float: left;
}

.container a:link { 
	text-decoration: none; 
	color: #DC0000; 
}

.container a:visited { 
	text-decoration: none; 
	color: #DC0000;
}

.container a:hover { 
	color: #DC0000; 
}

.container a:active, .container a:focus { 
	color: #fff; 
}

.container h3 {
	position: relative;
	background-color: #000;
	padding: 4px 0 1px 4px;
	margin-top: 15px;
}

.container h3 a {
	color: #eee;
}

.container h3 a:visited{
	color: #fff;
	text-decoration: none;
}

.container h3 a:hover{
	color: #3c3c3b;
}

.container table{
	color: #000;
}

.right_bg{
	height: 940px;
	width: 775px;
	background-image: url(../images/background_right_stripes.jpg);
	position: relative;
	left: 1065px;
	top: -20px;
}

.node {
background:transparent url(../images/scratchy_bg.jpg) no-repeat scroll 0 0;
border-top:1px dotted #666666;
padding:0 5px 15px 0;
}

.node-inner{
	margin-top: 15px;

}

.node-inner p{
	margin-right: 30px;
}

.breadcrumb{
	padding-top: 5px;
	font-style: italic;
}

.shoptable{
	color: white;
}

/**************************************
/*				SIDEBAR RIGHT
/***************************************/
#sidebar-right {
  position: relative;
}

#user-login-form {
  text-align:left;
}

.block-odd {
  top: -20px;
  padding-left: 15px;
  }
  
.block-even {
  top: -20px;
  padding-left: 15px;
  }
  
.block-even h3 {
  color: #fff;
  }
  
.block-odd h3 {
  color: #fff;
  }
  
.block-odd h3, .block-even h3 {
  font-size: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0 0 0 0;
  }
.sidebar ul {
  list-style-type: square;
  padding-left: 30px;
  }
.sidebar p {
  line-height: 16px;
}
.sidebar ul li {
  margin-bottom: 5px;
  }
.sidebar ul span {
  color: #000;
  }
.sidebar ul a {
  color: #000;
  text-decoration: none;
  }
.block-odd ul a {
  border-bottom: 1px dashed #968e77;
  }
.block-odd p a, .block-even p a {
  color: #000;
  }
.block-odd ul a:hover, .block-odd p a:hover {
  background-color: #6c644d;
  color: #000;
  border: 0px;
  }
.block-even ul a {
  border-bottom: 1px dashed #668b9c;
  }
.block-even ul a:hover, .block-even p a:hover {
  background-color: #294A59;
  color: #fff;
  border: 0px;
  }
.block-odd ul {
  color: #968e77;
  padding-bottom: 2px;
  }
.block-even ul {
  color: #668b9c;
  padding-bottom: 2px;
  }

.hr_sidebar{
	background-image: url(../images/hr_sidebar.gif);
	width: 307px;
	height: 9px;
}

#block-block-5{
	background-color: black;
}

#block-block-6{
	background-color: black;
}

h2.matrobutton{
  width: 310;
  height: 0;
  padding-top: 54px;
  margin-left: -15px;
  overflow: hidden;
  background-image: url(../images/matro_button.jpg);
  color: #000;
}

#block-block-9{
	margin-top: -15px;
}
.field-item{
	overflow: hidden; 
 	float: left;
	margin: 0 10px 10px 0;
}

/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
	color: white;
	background-image: url(../images/footer_bg.jpg);
	margin:-20px 0 0 -15px;
	padding: 10px 0 0 15px;
}

/**************************************/
/*               FORUM               */
/**************************************/
#forum th{
	color: white;
}

tr.even{
	background-color: #191919;
	color:  white;
	border-bottom:1px solid #000;
}

tr.odd{
	background-color: #272727;
	color:  white;
	border-bottom:1px solid #000;
}

.node-type-video .links{
	float: none;
	clear: both;
}