
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: All things Training stylesheet
author: wayne taylor
created: 30/03/09
modified: 30/03/09
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

	
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	#000;
	}

/* -----------------------------------------------------------------------------
   nav style */
	
ul#nav {
	display: none;
}

/* -----------------------------------------------------------------------------
   sidebar style */	
	
#header {
	display: none;
}	
	
.sidebar {
	display: none;
}

body.home .sidebar {
	display: block;
	margin-top: 20px;
	border-top: 2px solid #b9b9b9;
	padding-top: 20px;
}

.content img {
	display: none;
}	

#banner {
	display: none;
}

.biglinks {
	display: none;
}

	/* -----------------------------------------------------------------------------
  course details style */
  
ul.links {
	padding-bottom: 10px;
	clear: both;
} 

.content ul.links {
	padding-left: 0;
}

ul.links li {
	list-style: none;
	margin-bottom: 10px;
	border: 1px solid #f9bd7a;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
}

ul.links li a {
	background: url(../images/links-a-bg.gif) no-repeat right;
	display: block;
	padding-right: 70px;
	color: #565656;
	text-decoration: none;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

ul.links li a:hover {
	background:  url(../images/links-a-hover-bg.gif) no-repeat right;
}

ul.links li a span {
	color: #F7931E;
	display: block;
	font-weight: bold;
}

ul.links li a:hover span {
	color: #81021C;
}

	/* -----------------------------------------------------------------------------
  footer style */
  
#footer {
	border-top: 2px solid #b9b9b9;
	padding-top: 30px;
	margin-top: 30px;
	color: #fff;
	font-size: 85%;
}  

#footer .wrapper {
	overflow: auto;
	min-height: 170px;
	height: auto !important;
	height: 170px;
}

#footer ul#footernav {
	clear: both;
	padding-bottom: 20px;
}

#footer ul#footerlinks {
	clear: both;
	padding-bottom: 20px;
}

#footer li {
	float: none;
	padding: 0 10px;
	border-left: 1px solid #fff;
	list-style: none;
	padding-bottom: 5px;
}

#footer li.first {
	border-left: none;
}

#footer li a {
}

#footer li a:hover {
	color: #fff;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 10px;
	color: #ad132d;
}

a {
	color: #000;
}

dt {
	font-weight: bold;
	padding-bottom: 5px;
}

dd {
	padding-bottom: 10px;
}

.content ul {
	padding-left: 20px;
}

.content li {
	padding-bottom: 10px;
}

p {
	padding-bottom: 10px;
}
	/* -----------------------------------------------------------------------------
  blockquote style */
  
blockquote {
	border: 2px solid #b9b9b9;
	margin-top: 20px;
	color: #b9b9b9;
	padding-top: 10px;
	clear: both;
} 

blockquote p {
	padding-left: 20px;
	margin-right: 20px;
	background: url(../images/blockquote-closequote.jpg) no-repeat bottom right;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

blockquote span {
	background: url(../images/blockquote-openquote.jpg) no-repeat;
	width: 16px;
	height: 14px;
	display: block;
	float: left;
	margin-right: 3px;
}
  
blockquote p.person {
	color: #c8c8c8;
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}  

	/* -----------------------------------------------------------------------------
  course details table style */
  
table {
	border-collapse: collapse;
	border:2px solid #c8c8c8;
	margin-bottom: 20px;
	margin-top: 10px;
	width:690px;
}  

td {
	border:2px solid #c8c8c8;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

	/* -----------------------------------------------------------------------------
print logo style */

#print-logo {
	clear: both;
	display: block;
	margin-bottom: 20px;
	height: 150px;
}

#print-logo img {
	margin-right: 30px;
	float: left;
}

#print-logo dl {
	float: right;
}

#print-logo dt {
	float: left;
	clear: both;
	width: 100px;
	padding-right: 20px;
}

#print-logo dd {
	padding-left: 120px;
}

	/* -----------------------------------------------------------------------------
drupal edit tabs style */

#main ul.primary {
	display: none;
}

	/* -----------------------------------------------------------------------------
hidden and shown style */

.printhidden {
	display: none;
}