/* 
Theme Name: TNT
Description: Custom theme for TNT.
Author: Ben Hays
Author URI: http://www.eighthfloorcreative.com
Version: 1.0

*/

/*

Blue - #005BAB
Red - #E14529
Green - #006300
Orange - #FF7300
Yellow - #FFDE00

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

body {
	margin-top: 0;
}
div {
	position: relative;
}
#content {
	margin: 20px 0;
}
a {
	color: #005BAB;
}
a:visited {
	color: #006300;
}
a:hover {
	color: #FF7300;
}
a:active {
	color: #E14529;
}
.post h2 a, h3 a, h3 a:visited, h4 a, h4 a:visited {
	color: inherit;
	text-decoration: none;
}
.post h2 a:hover, h3 a:hover {
	color: #ccc;
}
.post h2, h3 {
	border-bottom: 8px solid #E14529;
	color: #E14529;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.post h2 {
	margin-bottom: 22px;
}
.entry h2 {
	margin-bottom: 3px;
}
div.red, div.blue, div.green, div.yellow, div.orange {
	background: #fff;
}
.red h2, .red h3 {
	border-color: #E14529;
	color: #E14529;
}
.blue h2, .blue h3 {
	border-color: #005BAB;
	color: #005BAB;
}
.orange h2, .orange h3 {
	border-color: #FF7300;
	color: #FF7300;
}
.green h2, .green h3 {
	border-color: #006300;
	color: #006300;
}

.post ul, ul.bullets, #the-matrix ul {
	list-style: none;
	margin-left: 0;
}
ol.bullets li {
	background: none;
	padding-left: 0;
}
.post ul li, .bullets li, ol.bullets li li {
	background: url(images/bg_bullet_blue.png) top left no-repeat;
	padding-left: 20px;
}
.blue li, .blue li.widget li { background: url(images/bg_bullet_blue.png) top left no-repeat; }
.red li, .red li.widget li { background: url(images/bg_bullet_red.png) top left no-repeat; }
.green li, .green li.widget li { background: url(images/bg_bullet_green.png) top left no-repeat; }
.orange li, .orange li.widget li { background: url(images/bg_bullet_orange.png) top left no-repeat; }
.yellow li, .yellow li.widget li { background: url(images/bg_bullet_yellow.png) top left no-repeat; }

.blue h4 { color: #005BAB; }
.red h4 { color: #E14529; }
.green h4 { color: #006300; }
.orange h4 { color: #FF7300; }
.yellow h4 { color: #FFDE00; }

ul.bullets ul, ol.bullets ul {
	list-style: none;
	margin: 0 0 5px 0;
}
ul.bullets ul li {	background: none; }
#events ul.bullets li li {
	padding-left: 0;
}
h4 {
	margin-bottom: 0;
	text-transform: uppercase;
}
body.date { color: inherit; }
.date {
	color: #999;
}
div p {
	padding-left: 0px;
	padding-right: 0px;
}

p a img {
	border-bottom: 8px solid #fff;
	padding-bottom: 3px;
}
p a:hover img {
	border-color: #005BAB;
}

/* Blog Stylings */
.postmeta li {
	color: #999;
}
.postmeta li a {
	color: #999;
}
li.widget {
	background: none;
	padding-left: 0;
}
.widgettitle{
	border-bottom: 8px solid;
	margin-bottom: 3px;	
	padding-bottom: 3px;
}
ol#comments_list {
	list-style: none;
	margin: 1em 0;
}
#comments_list li {
	background-image: none;
	border-bottom: 1px solid #ccc;
	clear: both;
	overflow: hidden;
}
#comments_list h4 a {
	text-decoration: none;
}
#comments_list li div {
	padding-top: 5px;
}
#comments_list li.author {
	background: #f0f0f0;
}
#comments_list li.author h4,
#comments_list li.author h4 a {
	color: #E14529;
}
.comments_meta h4, .comments_meta p{
	padding-left: 5px;
}
/* Matrix */
#the-matrix h4 a {
	color: inherit;
	text-decoration: none;
}
#the-matrix th {
	background: #f0f0f0;
}
#the-matrix li {
	padding-left: 20px;
}
#the-matrix table, #the-matrix td {
	vertical-align: top;
}
#matrix-def li {
	margin-bottom: 1em;
}
#matrix-def li li {
	margin-bottom: 0;
}
#the-matrix {
	width: 100%;
}
#the-matrix td { 
	margin-bottom: 22px;
	padding: 2px 0;
	width: 130px;
}
#matrixinfo {
	height: 100px;
}
#matrixinfo {}
/*
tr.blue td { border-top: 8px solid #005BAB; }
tr.red td { border-top: 8px solid  #E14529; }
tr.green td { border-top: 8px solid  #006300; }
tr.orange td { border-top: 8px solid  #FF7300; }
tr.yellow td { border-top: 8px solid  #FFDE00; }
*/

tr.active td {
	border-bottom: 1px solid #999;
}
tr.inactive td {
	border-bottom: 1px solid #f0f0f0;
}
td.heading {
	width: 160px;
}
li.selected {
	background: url(images/bg_bullet_blue.png) top left no-repeat;
}
#matrixtitles ul {
	margin-right: 0;
}
#matrixtitles li {
	background-position: 0 3px;
	border-right: 8px solid #fff;
}
#matrixtitles li.selected {
	border-color: #005BAB;
}
#matrixtitles li.selected h4 a {
	background: #f0f0f0;
	color: #005BAB;
}
#matrixtitles li a {
	display: block;
	outline: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#collinks {
	display: none;
}
ul#collinks {
	background: #f0f0f0;
	border-top: 1px solid #e0e0e0;
	left: 320px;
	position: absolute;
	top: 30px;
	z-index: 9999;
}
#collinks li {
	background-image: none;
	border: 1px solid #e0e0e0;
	border-top: 0;
	padding: 0;
}
#collinks li a {
	color: #005BAB;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#collinks li a:hover {
	color: #FF7300;
}
h3 a#title {
	background: url(images/arrow_down.png) right 2px no-repeat;
	padding-right: 18px;
}
#prev, #next, #up, #down {
	color: #005BAB;
	padding: 0 4px;
	text-decoration: none;
}
#prev {
	background: url(images/arrow_left.png) left -1px no-repeat;
	padding-left: 18px;
}
#next {
	background: url(images/arrow_right.png) right -1px no-repeat;
	padding-right: 18px;
}
#down {
	background: url(images/arrow_down.png) left -3px no-repeat;
	padding-left: 18px;
}
#up {
	background: url(images/arrow_up.png) right top no-repeat;
	padding-right: 18px;
}

div.controls {
	position: absolute;
	right: 0;
}
/* Protocol Flowchart */
#protocol ul {
	margin: 5px 0;
}
#protocol ul.active li {
	background: url(images/bg_bullet_red.png) top left no-repeat;
}
#protocol ul.active li h4 {
	color: #E14529;
}
#protocol ul li {
	background: url(images/bg_bullet_blue.png) top left no-repeat;
}
#protocol ul li h4 {
	color: #004056;
}
#protocol ul ul ul li {
	background: url(images/bg_bullet_orange.png) top left no-repeat;
}
#protocol ul ul ul li h4 {
	color: #FF7300;
}
#protocol ul ul ul ul ul li {
	background: url(images/bg_bullet_green.png) top left no-repeat;
}
#protocol ul ul ul ul ul li h4 {
	color: #006300;
}
#protocol ul ul ul ul ul ul ul li {
	background: url(images/bg_bullet_red.png) top left no-repeat;
}
#protocol ul ul ul ul ul ul ul li h4 {
	color: #E14529;
}
#protocol li.first {
	margin-top: 25px;
}
#protocol h4 {
	margin-top: 10px;
}
#protocol a {
	padding-right: 20px;
}
#protocol a.flow {
	background: url(images/icon_navigation.png) right center no-repeat;
	color: #005BAB;
}
#protocol a.flowed {
	background: url(images/icon_navigation_up.png) right center no-repeat;
	color: #ccc;
	text-decoration: none;
}
#protocol a.doc {
	background: url(images/icon_document_pdf.png) right center no-repeat;
	color: #E14529;
}
span.heading{
	text-transform: uppercase;
}
span.doc {
	background: url(images/icon_document_pdf.png) right top no-repeat;
	color: #E14529;
	padding-right: 20px;	
}
span.flow {
	background: url(images/icon_navigation.png) right top no-repeat;
	color: #005BAB;
	padding-right: 20px;	
}

/* Header */
#header {
	background: #fff url(images/bg_header.png) center top no-repeat;
	height: 212px;
	position: relative;
}
#header h1 {
	margin: 0;
	padding-top: 70px;
}
#header h2 {
	margin: 0;
}
#header h1 a, #header h2 {
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	height: 115px;
}
#contactUs {
	left: 800px;
	position: absolute;
	top: 118px;
	z-index: 9999;
}
#contactUs a {
	display: block;
	height: 75px;
	text-indent: -9999px;
	width: 105px;
}
/* Sponsors */
#sponsors {
	position: absolute;
	right: 0;
	top: 0;
}
#sponsors ul {
	display: inline;
	margin: 0;
}
#sponsors li, #sponsors h4 {
	display: inline;
}
#sponsors li {
	float: left;
}
#sponsors li a {
	background: url(images/bg_sponsors.png) top left no-repeat;
	display: block;
	height: 68px;
	text-indent: -9999px;
	width: 120px;
}
li#sponsorsTitle { display: none; }
li#sponsorsBIAC a { background-position: 0 0; width: 126px; }
li#sponsorsCTBITF a { background-position: -130px 0; }
li#sponsorsCDE a { background-position: -260px 0; width: 160px;}

/* Navigation Menu */
#nav {
	background: #005BAB;
	margin: 0;
	overflow: hidden;
}
#nav li {
	border-right: 3px solid #fff;
	display: inline;
	float: left;
}
#nav li a {
	background: #005BAB;
	color: #FFF;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px 6px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	background: #006300;
}
#nav li.active a {
	background: #FF7300;
}
/* Footer */
#footer {
	background: url(images/bg_footer.png) center top no-repeat;
	padding-top: 50px;
	text-align: center;
}

/* Calendar Styles */
.calnk a:hover {
	 border-bottom:1px dotted;
	 text-decoration:none;  
}
.calnk a:visited {
	 border-bottom:1px dotted;
	 text-decoration:none;
}
.calnk a {
	border-bottom:1px dotted;
	text-decoration:none; 
}
.calnk a span { 
	display:none; 
}
.calnk a:hover span {
	background:#F6F79B; 
	color:#333333; 
	display:block;
	margin-top:1px; 
	padding:5px; 
	position:absolute; 
	width:150px; 
	z-index:100;
}
.calendar-table {
    border:none;
    width:100%;
}
.calendar-heading {
	background-color:#E4EBE3;
	border:1px solid #D6DED5;
	height:25px;
	text-align:center;
}
.calendar-next {
	text-align:center;
	width:25%;
}
.calendar-prev {
	text-align:center;
	width:25%;
}
.calendar-month {
	color: #005BAB;
	font-size: 16px;
	text-align:center;
	text-transform: uppercase;
	width:50%;
}
.normal-day-heading, .weekend-heading {
	background-color:#EBF2EA;
	border:1px solid #DFE6DE;
	height:25px;
	text-align:center;
	width:25px;
}
.weekend-heading {
	color:#E14529;
}
.day-with-date {
	border:1px solid #DFE6DE;
	height:60px;
	text-align:left;
	width:60px;
	vertical-align:text-top;
}
.no-events {

}
.day-without-date {
	border:1px solid #E9F0E8;
	height:60px;
	width:60px;
}
span.weekend {
	color:#E14529;
}
.current-day {
	background-color:#E4EBE3;
	border:1px solid #BFBFBF;
	height:60px;
	text-align:left;
	vertical-align:text-top;
	width:60px;
}
span.event {
	font-size: 12px;
}
.event-title {
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}
.event-title-break, .event-content-break {
	background-color:#666;
	height:1px;
	margin: 5px 2%;
	text-align:center;
	width:96%;
}
.calendar-date-switcher {
	background-color:#E4EBE3;
	border:1px solid #D6DED5;
	height:25px;
	text-align:center;
}
.calendar-date-switcher form {
	margin:0;
	padding:0;
}
.calendar-date-switcher input {
	border:1px #D6DED5 solid;
}
.calendar-date-switcher select {
	border:1px #D6DED5 solid;
}
.cat-key {
	border:1px solid #D6DED5;
	margin-top:10px;
	padding:5px;
	width:100%;
}

/* flatnav list */
.flatnav {
	padding:0;
	margin:0 0 1.5em;
}
.flatnav li {
	display:inline;
	padding:0;
	margin:0;
}
.flatnav li.active a {
	font-weight: bold;
	text-decoration: none;
}
.flatnav li:before {
	content:" |  ";
}
.flatnav li:first-child:before {
	content:"";
}
/*IE workaround*/	
/*All IE browsers*/
* html .flatnav li {
	border-left:1px solid #000;
	padding:0 .4em;
	margin:0 .4em 0 -.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html .flatnav {
	height:1%;
}
* html .flatnav li {
	display:block;
	float:left;
}	
/*End hide*/	
/*Mac IE 5*/
* html .flatnav li:first-child {
	border-left:0;
}