/*
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
		 10/09/12 ST
version: 1.2
--------------------- */

/* ----------------------------------------------------------------------------- base styles */

 html {
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	}

* {
	margin: 0;
	border: none;
	padding: 0;
	}
	
section, header, footer, aside, article, nav	{
	display: block;
	}
	
a {
  	outline: none;
  	color: blue;
  	-webkit-transition: Color 0.3s ease;
	-moz-transition: Color 0.3s ease;
	-ms-transition: Color 0.3s ease;
	-o-transition: Color 0.3s ease;
	transition: Color 0.3s ease;
	}
	
a:hover {
  	text-decoration: none;
  	color: #000;
	}
	
:focus {
  	-moz-outline-style: none;
	}
		
.content.primary h2	{
	padding-top: 10px;
	}
	
.content.primary ul, .content.primary ol	{
	padding: 0 0 10px 30px;
	}
	
#wrapper, footer	{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}
	
.content	{
	position: relative;
	overflow: hidden;
	}
	
/* ----------------------------------------------------------------------------- custom text selection style */
	
/* Mozilla based browsers */
::-moz-selection {
      background-color: #FFA;
      color: #000;
}
/* Works in Safari */
::selection {
      background-color: #FFA;
      color: #000;
}

/* ----------------------------------------------------------------------------- border box model */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

/* ----------------------------------------------------------------------------- clearfix */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* ----------------------------------------------------------------------------- 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-left: 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;
	}
	
/* ----------------------------------------------------------------------------- to-top style */
	
#totop	{	
	bottom: 0;
	right: 15px;
	}

#totop a {
 	background: #666;
  	border: none;
  	border-radius: 0;
  	color: #fff;
  	font-size: 12px;
 	border-radius: 5px 5px 0 0;
  	padding: 5px 12px;
  	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	}

#totop a:hover {
  	background: #333;
  	border: none;
  	color: #fff;
	}
	
/* ----------------------------------------------------------------------------- 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{
	margin: 2px 0;
	padding: 4px;
	color: #333;
	border: 1px solid #ccc;
	font-family: Arial,Verdana,sans-serif;
	}
	
input:focus,textarea:focus	{
	border: 1px solid #999;
	}
		
input.form-submit	{
	width: auto;
	color: #999;
	border: none;
	cursor: pointer;
	background: #333;
	}
	
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	{	
	color: #000;
	margin-bottom: 10px;
	border-collapse: collapse;
	}

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

tr.odd	{
	background: #fff;
	}
	
thead tr	{
	background: #999;
	}
	
tr.even	{
	background: #eee;
	}
	
/* -----------------------------------------------------------------------------   NAV */

/* --------------------------------------------   primary level */
	
ul#nav	{
	list-style: none;
	position: relative;
	}
	
ul#nav li	{	
	float: left;
	zoom: 1;
	}

ul#nav a	{
	display: block;
	text-decoration: none;
	}
	
ul#nav li:hover	{
	position: relative;
	}
	
#nav > li.has-children > a	{
	position: relative;
	padding-right: 30px;
	}
	
#nav > li.has-children > a:after	{
	/*
content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	height: 0;
	width: 0;
	display: block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #333;
*/
	}
	
/* --------------------------------------------   secondary level (dropdown) */

ul#nav ul 	{ 
	list-style: none; 
	width: 220px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 800; 
	box-sizing: content-box !important;
	}
	
ul#nav ul li { 
	margin: 0;
	float: none; 
	}
									  
/* IE 6 & 7 Needs Inline Block */
ul#nav ul a	{ 
	display: inline-block;
	background: black;
	width: 220px;
	} 
	
#nav ul li.has-children > a	{
	background: url(../images/nav-flyout.png) right 50% no-repeat;
	}
	
#nav ul li.has-children > a:hover	{
	background: url(../images/nav-flyout.png) right 50% no-repeat;
	}
	
/* --------------------------------------------   tertiary levels (flyouts) */

ul#nav ul ul 	{ 
	left: 100%; 
	top: 0; 
	}
	
ul#nav li:hover > ul { 
	visibility: visible; 
	}

	
/* -----------------------------------------------------------------------------   blog comments style */

#comments	{
	margin-top: 15px;
	}
	
#comments .comment	{
	padding: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	}
	
#comments .author-poster	{
	background: #333;
	}
	
#comments .author-registered	{
	background: #666;
	}
	
#comments .author-anonymous	{
	background: #999;
	}
		
#comments .author-registered .content a	{
	color: #fff;
	}
		
.submitted	{
	font-style: italic;
	margin-bottom: 15px;
	font-size: 12px;
	}
	
#comments p	{
	margin-left: 0;
	}

#comments .links	{
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#comments .links li	{
	background: none;
	padding: 0;
	}
	
#comments .links li a	{
	margin-right: 10px;
	display: block;
	float: left;
	padding: 3px 8px;
	border: none;
	color: #fff;
	}
	
#comments .links li a:active	{
	position: relative;
	top: 1px;
	}
	
#comments .description	{
	font-size: 12px;
	}
	
#comments .box	{	
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #fff;
	}
	
.ckeditor_links content.primary
	
#comments fieldset.collapsible	{
	clear: both;
	font-size: 12px;
	}
	
#comments fieldset.collapsible p	{
	margin-top: 15px;
	padding-left: 24px;
	background: url(https://www.sbrevents.co.uk/sites/sbrevents.co.uk/themes/sbrn14/images/info_button.png) 0 0 no-repeat;
	}
	
/* -----------------------------------------------------------------------------   blog tags style */
	
.content ul.tags	.content

.content ul.tags li, .terms li	{
	display: inline;
	border: none;
	margin-bottom: 5px;
	background: none;
	line-height: normal;
	padding: 0;
	}

.content.primary .blog ul.tags li {
	padding-bottom: 0;
	margin-bottom: 0;
}

.content.primary ul.links	{
	padding: 0;
	list-style: none;
	}
	
.content.primary ul.links li	{
	float: left;
	margin-bottom: 0;
	border: none;
	}

.content li.tags ul	{
	display: inline !important;
	padding-left: 0 !important;
	margin: 0;
	}
	
/* -----------------------------------------------------------------------------   blog links style */
	
.content .links	{
	overflow: hidden;
	margin-top: 10px;
	}
	
.content .links span	{
	float: left;
	}	
	
.content.primary .blog  .links a	{	
	margin-right: 10px;
	display: block;
	float: left;
	padding: 3px 8px;
	background: #000;
	border: none;
	color: #fff;
	}
	
.content.primary .blog .links a:hover	{
	background: #666;
	}

.content.primary .blog .links a:active	{
	position: relative;
	top: 1px;
	}
	
/* -----------------------------------------------------------------------------   footernav style */
	
#footernav	{	
	list-style: none;
	float: right;
	}

#footernav li {
  float: left;
  margin: 0 0 10px 10px;
}

.footercontact, .site-information p	{
	float: right;
	clear: right;
	}

body.cke_show_borders, html.CSS1Compat	{
	background: #fff;
	}

/* -----------------------------------------------------------------------------   blocks page style */
   
body.build.block ul#nav	{
	float: none;
	}

#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(https://www.sbrevents.co.uk/sites/sbrevents.co.uk/themes/sbrn14/images/arrow_cursor_drag_icon.png)  0 0 no-repeat; */
   	width: 30px;
  	}   
   
body.cke_show_borders, html.CSS1Compat	{
	background: #fff;
	}
	
/* -----------------------------------------------------------------------------	lightbox */

#imageDataContainer, #numberDisplay, #caption	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999 !important;
	}
	
#caption	{
	color: #333 !important;
	}	

#lightbox2-overlay	{
	background: #333 !important;
	}
	
/* -----------------------------------------------------------------------------	downloads */
	
div.downloads {
	background: #ccc;
	padding: 20px;
	}
	
div.downloads ul	{	
	list-style: none;
	padding-left: 0 !important;
	}
	
div.downloads li a	{
	padding: 5px 0 5px 26px;
	display: block;
	background-position: 0 50%;
	background-repeat: no-repeat;
	}
	
div.downloads li a.avi	{
	background-image:  url(../images/downloads/avi.png);
	}
div.downloads li a.doc, div.downloads li a.ord	{
	background-image:  url(../images/downloads/doc.png);
	}
div.downloads li a.docx	{
	background-image:  url(../images/downloads/docx.png);
	}
div.downloads li a.mp3	{
	background-image:  url(../images/downloads/mp3.png);
	}
div.downloads li a.pdf	{
	background-image:  url(../images/downloads/pdf.png);
	}
div.downloads li a.psd	{
	background-image:  url(../images/downloads/psd.png);
	}
div.downloads li a.tif	{
	background-image:  url(../images/downloads/tif.png);
	}
div.downloads li a.txt, div.downloads li a.ain	{
	background-image:  url(../images/downloads/txt.png);
	}
div.downloads li a.wav	{
	background-image:  url(../images/downloads/wav.png);
	}
div.downloads li a.cel	{
	background-image:  url(https://www.sbrevents.co.uk/sites/sbrevents.co.uk/themes/sbrn14/images/downloads/xls.png);
	}
	
/* -----------------------------------------------------------------------------	breadcrumbs */

ol.breadcrumbs	{
	font-size: 11px;
	padding: 4px 0 !important;
	color: #999;
	overflow: hidden;
	margin-bottom: 20px;
}
	
ol.breadcrumbs li {
	float: left;
	list-style: none;
	padding-left: 0;
}

/* -----------------------------------------------------------------------------   secondary (sidebar) and tertiary content */

body.one-column-layout article.content.primary	{	
	width: auto;
	float: none;
	}
	
body.one-column-layout aside.content.secondary	{
	display: none;
	}

body.no-tertiary-content .tertiary-content {
	display: none;
}

/* -----------------------------------------------------------------------------	captcha */

.captcha {
	background: #eee;
	padding: 10px;
	margin-bottom: 15px;
	}
	
input[type="radio"] {
	box-shadow: none;
}
	
.captcha legend {
	padding: 10px 0 0 0;
	font-weight: bold;
	}
	
.captcha div.form-radios div.form-item {
	float: left;
}

/* -----------------------------------------------------------------------------	search form and results */

#search-form label {
	display: inline-block;
	float: left;
	padding: 4px 15px 4px 0;
	font-size: 14px;
}

#search-form input.form-text {
	padding: 5px;
	font-size: 14px;
	margin: 5px 10px 0 0;
}

#search-form .form-item, #search-form input.form-submit {
	display: inline-block;
	float: left;
}

div.box {
	clear: both;
	border-top: 1px solid #000;
	margin-top: 20px;
	float: left;
	width: 100%;
}

ul.search-results {
	list-style: none;
	padding: 0 !important;
}


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