﻿/* ======================================================================

   	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for QMBio Enterprises
	DATE:			05/03/2009
	LAST EDITED:	--/--/--

======================================================================== */

body {
	background:#333;
	font-family:Helvetica,arial,sans-serif;
	text-align:center;
}
#wrapper {
	position: relative;
	width:855px;
	margin:0 auto;
	overflow: auto;
	letter-spacing: 0.1em;
	text-align:left;
}
/* HEADINGS */
/*h1 {
	width:100%;
	margin:1em 0 2em;
	font-size:1.4em;
}
*/
.hide
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; 	
}
hr 
{
	display:none;
}
sup
{
	font-size: 0.7em;
	vertical-align:top;
}
/* ==========================================================
	CMS - JUMP-TO
========================================================== */
#jump-to
{
	position: absolute;
	top: 0;
	left: -9999px;
}
#jump-to a:hover
{
	background-color: #EEE;	
}
#jump-to a:focus
{
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 1020px; 
	font-size: 1.5em; 
	background-color: #FFF; 
	border: solid 2px #999;
	color: #999;
	padding: 10px; 
	width: 15em; 
	z-index: 1;
}

h1 img {
	margin:5px;	
}
h1 span 
{
	display:none;	
}
h1,h2,h3,h4
{
	letter-spacing: 0.1em;
	line-height: 1em;
}
h1
{
	font-size: 1.6em;
	text-transform:uppercase;
	margin: 0 0 1.8em;
	font-weight: normal;		
}
h2
{
	font-size: 1.5em;
	text-transform:uppercase;
	margin: 0 0 1.8em;
	font-weight: normal;		
}
h3
{
	font-size: 1.4em;
	text-transform:uppercase;
	margin: 0 0 1.8em;
	font-weight: normal;		
} 
h4 {
	font-size:1.3em;
	margin: 0 0 1.8em;	
	line-height:1.2em;
	text-transform:uppercase;		
}
h2.underline, h3.underline 
{
	border-bottom-width:1px;	
	border-bottom-style:solid;
	padding-bottom: 9px;
	margin-bottom: 1.5em;
}
div.column h1
{
	font-size: 1.5em !important;
}
/* INLINE ELEMENTS */
p
{
	color:#fff;
	font-size:1.2em;	
	line-height:1.7em;	
	margin:0 0 2em;
	letter-spacing: 0.1em;
}
#content address, ul li
{	
	line-height:1.7em;
	letter-spacing: 0.1em;
}
p.search-heading {
	font-size:1.4em;
	text-transform:uppercase;	
	border-bottom-width:1px;	
	border-bottom-style:solid;
	margin-bottom:1em;
}
p a {
	text-decoration:underline;	
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}
#content ul li
{
	font-size:1.2em;
	color: #fff;
	margin-bottom: 1em;	
	line-height:1.7em;
}
#content ol
{
	list-style-type: decimal;
	list-style-position: outside;
}
#content ol li 
{
	padding: 0.4em 0 0;
	font-size:1.2em;
	color: #fff;
	line-height:1.7em;
	letter-spacing: 0.1em;
	margin-left:20px;
}
#content ol li div.list-p-divider
{
	padding: 0 0 0.8em 0;
}
p.caption
{
	font-size:1em;
	margin: 0 0 0.1em 0;
}
.padding-bottom
{
	padding-bottom: 1.5em;
}
.clear
{
	clear: both;
}
/* ==========================================================
      GENERIC CLASSES
========================================================== */
.hide {
	display:none;	
}

/* ==========================================================
      COLOURS
========================================================== */

/* BLUE */
.blue { color:#00ccff; }
.blue * { border-color:#00ccff; }
.blue a, blue a:hover, .blue #sub-header ul#services-nav li a:hover { color:#00ccff; }
.blue ul#main-nav li { background-image:url(../images/blue/bg-nav-slash.gif); }
/*.blue ul#sub-nav li { background-image:url(../images/blue/bg-nav-slash.gif); }*/
.blue ul#sub-nav li { background-image:url(../images/blue/bg-nav-slash-white.gif); }

.blue #footer { background:#00ccff; }
.blue ul#services-nav li#nav-ird a:hover { background-position:center -69px; }
.blue ul#services-nav li#nav-grants a:hover { background-position:center -71px; }
.blue ul#services-nav li#nav-events a:hover { background-position:center -71px; }
.blue ul#services-nav li#nav-resources a:hover { background-position:center -73px; }
.blue ul#services-nav li#nav-discussion a:hover { background-position:center -69px; }
.blue ul#services-nav li#nav-service a:hover { background-position:center -71px; }
/* YELLOW */
#yellow h2, #yellow h3, #yellow h4, #yellow p.search-heading { color:#ffff33; }
#yellow h1, #yellow .event p.date { background-color:#ffff33; }
#yellow * { border-color:#ffff33; }
#yellow a, #yellow a:hover #yellow, #yellow #sub-header ul#services-nav li a:hover { color:#ffff33; }
#yellow ul#main-nav li { background-image:url(../images/yellow/bg-nav-slash.gif); }
#yellow #footer { background:#ffff33; }
#yellow ul#services-nav li#nav-ird a:hover { background-position:center -138px; }
#yellow ul#services-nav li#nav-grants a:hover { background-position:center -142px; }
#yellow ul#services-nav li#nav-events a:hover { background-position:center -142px; }
#yellow ul#services-nav li#nav-resources a:hover { background-position:center -146px; }
#yellow ul#services-nav li#nav-discussion a:hover { background-position:center -138px; }
#yellow ul#services-nav li#nav-service a:hover { background-position:center -142px; }

/* ==========================================================
      HEADER
========================================================== */
#header {
	float:left;
	width:100%;
	margin:5em 0 0 0;
}
a#logo {
	float:left;	
}
/* ==========================================================
      MAIN NAVIGATION
========================================================== */

ul#main-nav {
	margin: 2.4em 0 0.5em 0;
	padding-bottom: 0.5em;	
	width: 100%;
	float:left;
	clear:left;
	border-bottom-width:1px;	
	border-bottom-style:solid;
}
ul#main-nav li {
	display:inline;
	float:left;
	padding:0 5px 0 10px;
	background-repeat:no-repeat;
	background-position: left center;
}
#header ul#main-nav li.first {
	padding-left:0;	
	background-image:none;
}
ul#main-nav li a {
	text-transform:uppercase;	
	font-size:1.2em;
	float:left;
}
ul#main-nav li.selected
{
	text-decoration: underline;
}
/* ==========================================================
      SUB NAVIGATION
========================================================== */
#sub-header {
	padding: 0 0 0.8em 0;
	float:left;
	width:100%;
	border-bottom-width:1px;	
	border-bottom-style:solid;
}
ul#sub-nav {
	margin: 2.4em 0 0 0;	
	float:left;
	clear:left;
}
ul#sub-nav li {
	display: inline;
	float: left;
	padding: 0 5px 0 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
div#sub-header ul#sub-nav li.first {
	padding-left:0;	
	background-image:none;
}
ul#sub-nav li a {
	text-transform:uppercase;	
	font-size:1.2em;
	float:left;
	color: #fff;
}
ul#sub-nav li a.selected
{
	text-decoration: underline;
}

/* ==========================================================
      LOGIN
========================================================== */
#login {
	float:right;	
	width:330px;
	margin:2.4em 0 0 0;
}
#login fieldset {
	margin:0 0 1.5em;
	clear:both;
}
#login legend {
	display:none;	
}
#login div.actions {
	float:left;
	margin:0 0 1.2em 0;	
	clear:both;
	width:100%;
}
#login div.actions a {
	font-size:1em;
	text-transform:uppercase;	
	float:left;
	text-decoration:underline;
	margin-right:25px;
}
#login .textbox {
	float:left;
	clear:none;
	margin:0 4px 0 0;
	width:135px;
	overflow:hidden;
}
#login .textbox label {
	clear:both;
	float:left;
}
#login .textbox input {
	width:130px;	
	clear:both;
	border:none;
	float:left;
}
#login input.button {
	margin-top:1.8em;	
}

/* ==========================================================
      SUB-HEADER
========================================================== */
#sub-header img {
	clear:both;
	float:left;	
}
/* SERVICES NAV */
ul#services-nav {
	float:left;
	margin:3em 0 0 0;	
	clear:left;
}
ul#services-nav li {
	display:block;
	float:left;	
	margin:0 35px 0 0;
}
ul#services-nav li a {
	color:#cccccc;
	text-transform:uppercase;
	display:block;
	width:60px;
	padding:3.6em 0 0 0;
	text-align:center;
}
ul#services-nav li a:hover {
	text-decoration:none;	
}
ul#services-nav li#nav-ird a {
	background:url(../images/bg-nav-ird.gif) no-repeat center top;
}
ul#services-nav li#nav-grants a {
	background:url(../images/bg-nav-grants.gif) no-repeat center top;
}
ul#services-nav li#nav-events a {
	background:url(../images/bg-nav-events.gif) no-repeat center top;
}
ul#services-nav li#nav-resources a {
	background:url(../images/bg-nav-resources.gif) no-repeat center top;
}
ul#services-nav li#nav-discussion a {
	background:url(../images/bg-nav-discussion.gif) no-repeat center top;
}
ul#services-nav li#nav-service a {
	background:url(../images/bg-nav-services.gif) no-repeat center top;
}
/* SEARCH */
#search {
	float:right;
	width:185px;	
	margin:5em 0 0;
	text-align:right;
}
#search .textbox label {
	text-align:left;
}
#search .button {
	margin:0.5em 0 0;	
}
/* ==========================================================
      BANNER
========================================================== */
#banner {
	float:left;	
	height:320px;
	width:100%;
	overflow: hidden;
}
div.border-wrap
{
	float:left;
	display: inline;	
	border-bottom-width:1px;	
	border-bottom-style:solid;
	width:100%;
	padding:1em 0;
}
/* ==========================================================
      CONTENT
========================================================== */
#content{
	float:left;	
	display: inline;
	margin-bottom:1.5em;
	width: 100%;
}
#content img.heading-image {
	margin:0 0 1.5em;
}
div.column {
	float:left;
	width:275px;
	margin:0 0 0 15px;
	padding:4em 0 0 0;
}
div.column .inner-height
{
	min-height:26em;
	height:auto !important;
	height:26em;
}
div.column.first {
	margin-left:0;	
}
div.column-narrow {
	width:200px;
	float:left;
}
div.column-wide {
	width:425px;
	margin:0 15px;
	float:left;
}
div.column-wide h2, div.column-narrow h2 {
	border-bottom-width:1px;	
	border-bottom-style:solid;
	line-height:1.7em;
	
}
/* DATE SEARCH */
#date-search .textbox {
	width:100%;
	float:left;
	margin-bottom:1em;
}
#date-search .button {
	margin:0.3em 0 1em;	
	width:auto;
}
#date-search .textbox .button {
	float:right;
	margin:-0.7em 10px 0 0;	
}
/* EVENT DETAILS */
#event-details {
	padding:1.5em 0 0;
}
#event-details p {
	font-size:1em;	
}
/* EVENTS */
.event {
	margin:1em 0 0;
}
.event p.date {
	display:block;
	color:#333;
	text-transform:uppercase;
	font-size:1em;
	padding-left:5px;
}
.event p {
	margin-bottom:1.3em;	
}
.event p.extra {
	margin-top:1em;
	padding-top:0.5em;
	border-top-width:1px;	
	border-top-style:solid;
}
.event a {
	text-decoration:underline;	
}
/* ==========================================================
      FOOTER
========================================================== */
#footer {
	float:left;
	display: inline;
	margin-bottom: 3em;
	text-transform:uppercase;
	width:855px;
}
#footer div#inner
{
	padding: 5px;
}
#footer p {
	color: #333;
	margin:0.5em 0 0 0;
	line-height: 1.5em;
}
ul#hygene-nav {
	width:100%;
	margin:0;
	float:left;
	display:inline;
	clear:left;
}
ul#hygene-nav li {
	display:inline;
	float:left;
	margin: 0 0 0.3em 0;
	padding:0 5px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#265966;
	line-height: 1em;
}
ul#hygene-nav li.first {
	padding-left:0;	
	border:none;
}
ul#hygene-nav li a {
	text-transform:uppercase;	
	font-size:1em;
	color:#333;
	float:left;
	display:inline;
}
ul#hygene-nav li.selected
{
	text-decoration: underline;
}

/* ==========================================================
      DEFAULT TEMPLATE STYLES
========================================================== */
.top-content
{
/*	border-bottom-style:solid;
	border-bottom-width:1px;
*/	float:left;
	display: inline;
	min-height:320px;
	height:auto !important;
	height:320px;
	padding:1em 0;
	width:100%;
}
.top-content img {
	margin-bottom:1.5em;
}
.top-content div.left
{
	float:left;
	margin: 0;
	display: inline;
	width:420px;
}
.top-content div.right
{
	float: left;
	margin: 0 0 0 15px;
	display: inline;
	width: 400px;
}
.last
{
	border-bottom: none;
}

/* ==========================================================
      GENERIC FORM STYLES
========================================================== */
div#contact-left
{
	float: left;
	display: inline;
	width: 420px;
}
div#divForm
{
	float: left;
	display: inline;
	margin: 0 0 2em 0;
}
div#divForm fieldset
{
	display: block;
	width: auto;
}
div#divForm div.textbox
{
	float: left;
	display: inline;
	clear: both;
	width: 100%;
	margin-bottom: 0.6em;
}
div#divForm div.textbox label
{
	float: left;
	display: inline;
	width: 163px;
	font-size:1.2em;
	color: #fff;
}
div#divForm div.textbox input
{
	width: 250px;
	padding: 0.1em 0 0.1em 0.3em;
	background-color: #fff;
	border: none;
	color: #000;
	font-size:1.2em;
	font-family:Helvetica,arial,sans-serif;
	}
div#divForm div.textarea
{
	clear: both;
}
div#divForm div.textarea label
{
	float: left;
	display: inline;
	width: 163px;
	font-size:1.2em;
	font-size:1.2em;
	color: #fff;
}
div#divForm div.textarea textarea
{
	width: 250px;
	height: 100px;
	padding: 0.1em 0 0.1em 0.3em;
	background-color: #fff;
	border: none;
	color: #000;
	font-size:1.2em;
	font-family:Helvetica,arial,sans-serif;
}
div#divForm div.buttons input#btnSubmit
{
	background-color: #333333;
	color: #fff;
	padding: 2px 0 2px 3px;
	border: none;
	text-transform:uppercase;
}
div#divForm fieldset legend {
	display:none;	
}
#contact-right
{
	float: left;
	display: inline;
	margin: 0 0 0 15px;
	width: 420px;
}
address
{
	color: #fff;
	font-size:1.2em;
	margin-bottom: 15px;	
}
#contact-right address  a 
{
	text-decoration:underline;	
}
#contact-right address a:hover 
{
	text-decoration:none;	
}
/*fieldset legend {
	display:none;	
}
fieldset .textbox label {
	color:#cccccc;
	font-size:1.2em;	
	text-transform:uppercase;
	float:left;
	width:100%;
	margin:0 0 0.5em;
	cursor:pointer;
}
fieldset .textbox input {
	float:left;
	width:130px;
	border:none;
}
fieldset .checkbox-list ul {
	margin:0 0 1.5em;
	float:left;
	width:100%;
}	
fieldset .checkbox-list label {
	cursor:pointer;
	color:#ccc;
	font-size:1em;
	float:left;
	clear:right;
	text-transform:uppercase;
	margin:0.4em 0 0 0.4em;
}
fieldset .checkbox-list input {
	float:left;
	clear:left;
}*/
/* ==========================================================
      CONTACT MAP
========================================================== */
.map
{
	float:left;
	margin:0 0 0 15px;
	padding:4em 0 0;
	width: 275px;
}
/* SLIDESHOW */
div.bananaphone {
	display:none;	
}
/* ==========================================================
      ADMIN
========================================================== */
#pageview div.edit-element {
	background:none;
	clear:both;
}
#pageview div.add-element {
	background:none;
	clear:both;
	border:none;
	padding:5px;
	margin:3px 0;
}

