/* 
	Title:	Transplant Corporate screen styles
	Author: chris.pearce@bluearcgroup.com
*/

@import 'layout.css';
@import 'nav.css';
@import 'components.css';
@import 'forms.css';
@import 'tables.css';
@import 'thickbox.css';
@import 'toggleelements.css';

/****************************************************************************************	
	[Common Rules]	for entire site + specifics for content area
*****************************************************************************************/

/* [Eric Meyer's Reset Rules] */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	color: #231f20;
	background-color: #fff;
	margin-bottom: 30px;
	font: 0.75em/1.4 Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #aa3203;
	text-decoration: none;
}
ul, ol {list-style: none;}
abbr {
	cursor: help;
	border-bottom: 1px dotted #231f20;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote {margin: 0 12px;}
h1, h2, h3, h4, h5, h6 {
	font-size: 2.05em;
	font-weight: normal;
	line-height: 1.0;
	color: #9EBF00;
	margin-bottom: 1em;
}
body.page-home h1 {
	color: #fff;
	margin-bottom: 0;
	background: #BED700 url("../images/template/h1-bg.gif") no-repeat 0 100%;
	padding: 0.40em 14px;
	font-weight: normal;
	font-size: 1.90em;
}
h2, h3, h4, h5, h6 {
	font-size: 1.55em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.60em;
}
h2.date {
	font-size: 1em;
	color: #666;
	margin-bottom: 1.1em;
}
h3 {font-size: 1.45em;}
h4, h5, h6 {
	font-size: 1.35em;
	color: #333;
}
h5, h6 {
	font-size: 1.30em;
	margin-bottom: 0.20em;
}
h6 {font-size: 1.25em;}
table th, table td {
	text-align: left;
	font-weight: normal;
}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Links */
#main-content #content a:link,
#main-content #content a:visited {border-bottom: 1px dotted #aa3203;}
#main-content #content a:hover {border-bottom-style: solid;}
/* Spacing */
#main-content #content p, #main-content #content ul,
#main-content #content ol, #main-content #content table {margin-bottom: 1.5em;}
#main-content #content table table {margin: 0;}
/* Lists */
#main-content #content ul {margin-left: 24px;}
#main-content #content ol {margin-left: 40px;}
#main-content #content ul li {
	background: url("../images/template/bullet.gif") no-repeat 0 6px;
	padding-left: 10px;
}
#main-content #content ol {list-style: decimal;}
	#main-content #content ol ol {list-style: lower-alpha;}
		#main-content #content ol ol {list-style: lower-roman;}
#main-content #content ul ul, 
#main-content #content ol ol {margin: 0.40em 0 0.80em 16px;}

/* Simple Error Msg */
#main-content p.error {
	color: #D12F19;
	background: url("../images/icons/error2.gif") no-repeat 0 40%;
	padding-left: 20px; 
}

/* [PROCESSING]
-------------------------------------------------------*/
#main-content p.processing {
	float: right;
	background-color: #103051;
	padding: 10px 8px 8px;
	font-weight: bold;
	color: #fff;
}
	#main-content p.processing img {margin-bottom: 8px;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide,
table caption span,
form legend span {
	position: absolute;
	left: -999em;
}
.hide-fully {display: none;}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
}
.clearfix {display: inline-block;}    
/* Hides from IE-mac \*/  
* html .clearfix {height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */

/* [PLAIN BULLETED LIST]
-------------------------------------------------------*/
#main-content #content ul.plain {margin-left: 0;}
	#main-content #content ul.plain li {
		padding: 0;
		background: none;
	}
	#main-content #content ul.plain li strong {padding-right: 5px;}

/* [MISC]
-------------------------------------------------------*/
#main-content #content .no-margin {margin: 0 !important;}
#main-content #content .no-padding {padding: 0 !important;}
