
/*
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, ul.secondary {
  	list-style: none;
  	margin: 0;
  	height: auto;
  	line-height: normal;
  	overflow: auto;
	text-shadow: none;
	border: none;
	background: #666;
  	padding: 5px !important;
  	margin-bottom: 15px;
  	-moz-border-radius: 3px;
  	border-radius: 3px; 
	}

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

ul.primary li a, ul.secondary li a {
  	margin-right: 5px;
  	text-decoration: none;
 	padding: 0 10px;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	background: #999;
	font-weight: bold;
	font-size: 12px;
	color: #eee;
	text-transform: uppercase;
	border: 1px solid #666;
	}

ul.primary li a:hover, ul.secondary li a:hover {
  	background: #333;
  	color: #fff;
	}

ul.primary li.active a, ul.secondary li.active a {
  	font-weight: bold;
  	color: #666;
  	background: #eee;
	}

ul.primary li.active a:hover, ul.secondary li.active a:hover {
  	color: #000;
  	background: #fff;
	}

ul.secondary {
	background: #999;
	font-size: 90%;
	}
   
/* -----------------------------------------------------------------------------
 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: 0 0 0 20px !important;
	}

.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;
}

.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{
	margin:2px 0;
	padding: 4px;
	font-size: 1.1em;
	color: #333;
	border: 1px solid #ccc;
	font-family: Arial,Verdana,sans-serif;
	}
			
input.form-submit	{
	width: auto;
	cursor: pointer;
	}
	
input.form-radio	{
	width: 20px;
	border: 0;
	}

.form-required	{
	color: red;
	}
	
#user-login-form 	{
	text-align: left;
	}

/* -----------------------------------------------------------------------------
   tables style */	
   
caption	{
	text-align: left;
	margin-bottom: 10px;
	}
	
table	{	
	margin-bottom: 10px;
	border-collapse: collapse;
	}

td, th	{
	vertical-align: top;
	padding: 4px;
	border: 1px solid #000;
	}

tr.odd	{
	background: #fff;
	}
	
tr.even	{
	background: #eee;
	}
	
thead tr	{
	background: #999;
	}
	
/* -----------------------------------------------------------------------------   blocks page style */
   
#block-admin-display-form table	{
	width: 100% !important;
	border-collapse: collapse;
	background: #fff;
	}
   
#block-admin-display-form  td, #block-admin-display-form  th	{
	border: 1px solid #ddd;
	}
   
  #block-admin-display-form a	{
  	color: #666;
  	}
   
#block-admin-display-form  th	{
	text-align: left;
	background: #333;
	color: #fff;
	}   
   
.tabledrag-handle	{
  	display: block;
  	float: left;
  	text-decoration: none;
   	background: url(../images/arrow_cursor_drag_icon.png)  0 0 no-repeat;
   	width: 30px;
  	}   
   
body.cke_show_borders, html.CSS1Compat	{
	background: #fff;
	}

	
/* -----------------------------------------------------------------------------
   end style sheet */