/* CSS Document */

/* 
Author:Andalucia Web Solutions
Website: http://www.andaluciaws.com
Created: 19th January 2008
Last Amended:Stacy Prendeville
Last date amended:
 */
 
 
/*
global values + layout divs
======================================
*/

/* Neutralize styling:  */
* {
	margin: 0;
	padding: 0;
}


body {
	text-align:center;
	min-width:960px;
}

/* Miscellaneous conveniences: */

fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
ul,
.block ul { padding-bottom:5px; }

li {
	margin-left:1em;
	font-size:15pt;
	
}
li.expanded,
li.collapsed,
li.leaf {
	list-style-type:none;
	list-style-image:none;
}


/* Remove border around linked images */
img {
	border: 0;
}

 /*
image floaters (take out border for colours)
======================================
*/

.left{
	float:left;
	margin: 0px 10px 0px 0px;
}

.right{
	float:right;
	margin: 0px 0px 0px 10px;
}
#container{
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-top:15px;
	padding:20px 0;
	background:#FFFFFF;
}
#header{
	margin:10px 20px;
	text-align:left;
}
#header-right {
	float:right;
	width:300px;
}
#header-region {
}
#logo {
	padding-top:5px;
}
#content-container{
	clear:both;
	text-align:left;
	margin:30px 20px 0 20px;
}
#sidebar-a {
	width:460px;
	float:left;
}
#maincontent-top {
	height:35px;
}
#maincontent-top div {
	float:left;
}
.breadcrumb {
	padding:9px 0;
}

#maincontent {
	width:460px;	
	float:right;
}
#sidebar-b {
	width:250px;
	float:right;
}
#text {
	width:440px;
	float:left;
}
#content-top .block {
	margin-bottom:20px;
}
#text-content {
	padding:0;
}
#text img {
	margin-bottom:5px;
}

#text ul { padding-left:5px; }
#text ol { padding-left:10px; }

/* Class for clearing floats*/
.clear {
	clear:both;
}

#footer  {
	clear:both;
	text-align:left;
	margin:0 auto;
	width:960px;
}
#footer-inner {
	padding:10px 20px;
}

/*
 * Variable columns overrides
 */
.twocol#maincontent {
	width:920px;
}
.twocol #text {
	width:450px;
	float:none;
}
.twocol #sidebar-b {
	width:450px;
}
.onecol#maincontent,
.onecol #text {
	width:960px;
	float:none;
}

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
  padding:4px 5px;
  font-size:12px;
  font-weight:bold;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
  margin:10px 0;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
  margin:0 0 10px 0;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

div.error {
  margin:10px 0;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
  
}

/*page styling */
.views-row {
	margin-bottom:10px;
}
.view div.pager {
	clear:both;
	padding:0 10px;
	text-align:right;
}
.view div.pager ul.pager {
	text-align:right;
}
.view div.pager ul.pager li {
	margin:2px;
	padding:2px;
}
.view div.pager ul.pager li a {
	font-weight:normal;
}
.view div.pager ul.pager li.pager-current {
	font-weight:bold;
}
li.leaf {
	list-style-image:none;
	padding-bottom:5px;
}
div.fieldgroup {
	margin:0;
}

div.indentation {
	width:5px;
	margin:0 2px;
}