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

/* General Colours 
links: #535c6e;
h1: color:#999999;
}
*/

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

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
 font-family : verdana;
        color : #F8D583;
        font-style: normal;
        line-height: 15px;
        text-align: left;
        margin-top: 10px;
        background-color: #ffffff; /* every page background color x0x */

}

#page {
	border:5px solid  #F8D583;
   background-color: #7b1d20; /* every page background color x0x */
	/* Use a 12px base font size with a 18px line height */
  font-size: 75%; /* 16px x .75 = 12px */
  line-height: 18px; /* 14px x 1.286 = 18px */
  letter-spacing:1px;
}

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


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

.inner a {
  color: #535c6e;
}

.inner a:link, a:visited {
  color: #FF3300;
}

.inner a:hover, a:active {
  color: #a18f60;
  text-decoration: none;
}

/* Titles  */

/* h2 same as h1 for in body use, if you update h1 be sure to update h3 */
h1 {
	font-size:1.4em;
font-weight:bold;
letter-spacing:2px;
padding-bottom:4px;
padding-top:10px;
	padding-left:12px;
}

h1.title {
	border-bottom:1px solid #F8D583;
	color:#F8D583;
}

h3.block-title {
font-size:1.2em;
border-bottom:solid #CCCCCC 1px;
line-height: 1.3em;
}

#logo-title h1 {
font-size:9px;
margin-left:-1000px;
border-bottom:none;
}

h3 { 
font-size: 1.4em;
	line-height: 1.3em;
	padding: 0 0 0.2em;
	margin: 0;
	margin-bottom:10px;
	margin-top:15px;
	border-bottom:solid #F8D583 1px;
}

h2 { /* h2 same style as h1 for in body use, if you update h1 be sure to update h2 */
font-size:1.4em;
letter-spacing:1px;
color:#F8D583;
font-weight:bold;
margin-left:60px;
padding-bottom:4px;
padding-top:0px;
padding-left:1px;
}

#node-2 h2 {
	margin-left:190px;
}

h2.node-title {
border-bottom:solid  #F8D583 3px;
}

h2.title {
border-bottom:solid #F8D583 1px;
}

#content h2 a {
text-decoration:none;
color:#F8D583;
}

#content h3 a {
text-decoration:none;
color:#F8D583;
}

h5
{
font-size:1.1em;
line-height: 1.3em;
	padding: 0.1em 0 0.2em;
	margin: 0;
	color:#555d6b;
	letter-spacing:1px;
}

.breadcrumb {
display:none;
}

#user-login-form {
text-align:left;
}

#user-login-form .item-list .block ul.li {
padding-left:0;
margin-left:0;
}
  
/* Wysiwig Styles */
                        

hr {
border:1px solid #ececed;
height:1px;
}

.image_left {
float:left;
margin:10px 20px 0 0;
}
.image_right {
float:right;
margin:10px 10px 0 20px;
}
.image_nowrap {
clear:both;
margin:10px 10px 10px 10px;
}


/* Paragraph Styles */

#node-2 p img {
	margin-left:-165px;
}
#node-2 p {
	font-family: verdana; 
	font-size: 11px; 
	color: #f8d583; 
	padding-right: 10px; 
	text-align: left; 
	line-height: 16px;
  margin: 1em 0;
	margin-left:190px;
}

p {
	font-family: verdana; 
	font-size: 11px; 
	color: #f8d583; 
	padding-right: 10px; 
	text-align: left; 
	line-height: 16px;
  margin: 1em 0;
	font-align:justify;
	margin-left:60px;
}
p.menu {
line-height:8px;
}

p.nogaps {
margin-bottom:0px;
margin-top:0px;
margin-right:10px;
line-height:1.3;
}

/* List Styles  */

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

/* Table Styles  */

table {
	width: 99%;
}
td {
 padding: 1px 5px; 
 vertical-align:top;
};


tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #5d5450;
}
tr.even {
	background-color: #867c75;
}
.field-field-main-image {
	margin-left:60px;
}
.field-field-main-image img {
border:#F8D583 5px solid;
}
/* Media Page Rules */
.view-id-new_media {
	clear:both ;
}

.views-field-title {
	clear:both;
	font-size:1.4em;
	letter-spacing:1px;
	color:#322e2c;
	padding-bottom:4px;
	padding-top:10px;
	margin-left:60px;
	font-weight:normal;
}
.view-id-new_media img {
	border:solid 3px #ffffff;
	clear:left;
	padding:5px 0 5px;
	float:left;
}

#infoFoot {
	clear:both;
	font-size:.8em;
	width:100%
	letter-spacing:1px;
	color:#7B1D20;
	padding-bottom:4px;
	padding-top:10px;
	text-align:center;
	font-weight:normal;
	
}
#infoFoot a {
	color:#7B1D20;
}

/* 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;
}


/** Sidebars*/

#sidebar-right{
background:#cccccc;
margin-left:20px;
font-weight:bold;
}

#sidebar-title { 
height:24px;
width:225px;
background-image:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
text-transform:uppercase;
font-weight:bold;
letter-spacing:2px;
padding-left:15px;
}


h3.block-title {
padding-top:10px; 
border-bottom:solid #999999 1px;
color:#322E2C;
}
h3.block-title a {
color:#322E2C;
}

.block ul { 
padding-left:0px;
}

/** Content*/
#content {
/**background:#cccccc;*/
}

#content a {
color:#ef8961;
}
#content a.active {
color:#EF8961;
}

/** Menu*/

#primary {
padding-top:0px;
padding-left:26px;
padding-right:0px;
text-align:left;
}

#footer-navigation #primary {
	padding-left:170px;
}

#footer-navigation .primary-links {
	font-size:1em;
}
.primary-links {
font-size:1.3em;
text-transform:uppercase;
letter-spacing:1px;
font-weight:bold;
}

.primary-links a:hover, a:active {
text-decoration:none;
color:#F8D583;
}

.primary-links a:link, a:visited {
color:#F8D583;
text-decoration:none;
}

.sidebar a, .sidebar a:link, .sidebar a:visited {
color:#efefef;

}
.sidebar a.active {
color:#F8D583;
}

li a.active {
color:#F8D583;
text-decoration:underline;
}

.block.block-menu ul {
list-style-image:none;
list-style-type:none;
}

.block ul.menu {
margin:0;
padding:0.5em 0 0.5em 0;
list-style-type:none;
}

ul.menu li {
margin:0 0 0 0.5em;
}

li.leaf {
list-style-image:none;
list-style-type:none;
margin:0;
padding:0.2em 0.5em 0 0;
}

img.inline {
border:#efefef 3px solid;
float:left;
margin:0px 20px 15px 0;
}


/**Tabs*/


ul.primary li a .tab {
color:#FF3300;
}

/**Read More Read More tweak? */
#read-more {

  }

/* TinyMCE specific rules */
 
body.mceContentBody {
   background: #5d5450;
   font-family:Helvetica, Arial, sans-serif;
   font-size:75%;
   line-height: 18px; /* 14px x 1.286 = 18px */
  letter-spacing:0.5px;
}
.mceItemNoBorder {
	margin-right:10px;
	margin-bottom:10px;
	padding-left:1px;
}
.mceItem {
	margin-right:10px;
	margin-bottom:10px;
	border:5px solid  #ffffff;
	padding-left:1px;
}
.mceContentBody {
    margin: 0;   
    padding: 5px 5px 5px 20px;
}
.mceToolbarTop * {
float:left;
}
.mceToolbarTop select {
width:95%!important;
}
.mceToolbarTop option {
float:none;
}
.mceToolbarTop {
     white-space: normal;
}
.defaultSkin table 
{
margin-top: 1em;
margin-right: 0pt;
margin-bottom: 1em;
margin-left: 0pt;
}
/* End TinyMCE specific rules */

.swftools-wrapper {
	margin-top:15px;
	padding-left:100px;
}

