/* $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-image: url('/sites/all/themes/basic/images/backround.jpg');
}

#page {
	/* Use a 12px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .75 = 12px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
  width: 950px;
  background: #fff;
}

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

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

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

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

/* Titles  */

h1 {
	font-size: 2em;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;
}
 
/* 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
---------------------------------
*  delete when starting a new theme
*/

#footer {
	background-color: #eee;
}

#sidebar-left {
	background: #B9CAFF;
}

#sidebar-right {
	background: #FF8539;
    margin-top: 36px;
}

#navigation {
	/*background-color: #f0ff83;*/
}

#header {
	padding: 0;
	margin: 0;
}

.column {
	background-color: #ffffff;
}










.primary-links
{
    background-image: url("../images/menu_bar.png");
    width: 950px;
    height: 36px;
}

ul.primary-links li
{
    display: block;
    height: 36px;
    float: left;
    border-right: 2px solid #6CA4C3;
}
ul.primary-links li.last
{
    border-right: none;
}
ul.primary-links li.active
{
    color: #00f;
    background-color: #fff;
}
ul.primary-links li a
{
    color: #fff;
    height: 39px;
    line-height: 39px;
    margin: 0 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
}
ul.primary-links li a.active
{
    color: #045E8F;
}