
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: CMS drupal stylesheet
author: Simon Tweedale
created: 15/06/10
updated: 23/07/10 WT
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
 admin tabs style */

ul.primary {
  border-collapse: collapse;
  padding: 0;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid grey;
}

ul.primary li {
  display: inline;
  background-image: none;
  padding: 0;
}

ul.primary li a {
  background-color: #ddd;
  border-color: black;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
  color: white;
}

ul.primary li.active a {
  background: white;
  font-weight: bold;
  color: black;
}

ul.primary li.active a:hover {
  color: #666;
  background: white;
}

ul.primary li a:hover {
  background-color: #999;
  color: #eee;
}
 
ul.primary {
	overflow: auto;
	padding: 0;
	font-size: 12px;
	text-shadow: none;
	margin: 0;
	}
	
ul.primary li.active a:hover {
	color: gray;
	border: 1px solid gray;
	}

ul.primary li a {
	padding: 0 10px;
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	background: gray;
	border: 1px solid gray;
	}
		
ul.primary li a:hover, ul.primary li a, ul.primary li.active a:hover, ul.primary li.active a	{
	border-bottom: none;
	}

   
/* -----------------------------------------------------------------------------
 messages style */
 
.messages	{
	padding: 10px !important;
	margin-bottom: 10px;
	}	
	
.messages p	{
	padding: 0 !important;
	}

div.error	{
	background: #eb9d9d;
	border:2px solid #DD7777;
	color: #940d0d;
	}
	
div.error a	{
	color: #550707 !important;
	border-bottom: 1px dotted #550707 !important;
	}
	
div.status, div.notice	{
	background: #91d876;
	border:2px solid #469528;
	color: #008000;
	}
	
.messages ul	{
	margin: 0 !important;
	padding-left: 20px;
	}

.messages ul li	{
	padding: 0 0 10px 0 !important;
	background: none !important;
	list-style: square !important;
	}
	
/* -----------------------------------------------------------------------------
 #view style */	
	
#content ul.view	{
	list-style: none;
	padding: 0;
	margin-top: 0;
	}
	
#content ul.view li	{
	overflow: hidden;
}
	
/* -----------------------------------------------------------------------------
 pager style */

.item-list	{
	margin-top: 1em;
	clear: both;
	overflow: hidden;
	text-align: center;
}

#content ul.pager, #content .item-list .pager li	{
	background: none;
	display:inline;
	list-style: none;
	padding: 5px;
}

.item-list .pager li a	{	
	color: black; 
	padding: 10px 15px;
	background-color: #ccc;
	text-decoration: none;
	}
	
.pager-current	{
	font-weight:bold;
	color: black;
}
	
.item-list .pager li a:hover	{	
	text-decoration: none;
	background: #fff;
}
	
/* -----------------------------------------------------------------------------
   form style */	


label	{
	display:block;
	padding-top: 8px;
	}

input, textarea, select{
	width:290px;
	margin:2px 0;
	padding: 4px;
	font-size: 1.1em;
	color: #333;
	border: 2px solid #ccc;
	font-family: Arial,Verdana,sans-serif;
	}
	
input:focus,textarea:focus	{
	border: 2px solid #999;
	}
		
input.form-submit	{
	width: auto;
	border: 2px solid black;
	color: #666;
	border: 1px solid black;
	cursor: pointer;
	}
	
input.form-radio	{
	width: 20px;
	border: 0;
	}

.form-required	{
	color: red;
	}
	
#user-login-form 	{
	text-align: left;
	}
	
/* -----------------------------------------------------------------------------
   end style sheet */