/* 
Theme Name: B2B 09
Theme URI: 
Description: 
Author: Ricky Sullivan
Author URI: 
Version: 0.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/* Import css for superfish */
 @import url('library/css/superfish.css'); 
 
 * {
	margin:0;
	padding:0;
}

/**
* Body
************************************************/

/* Contains everything */
body {
	background:#fff none repeat scroll 0 0;
	color:#333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 0;
	min-width: 950px;
}

/* Wrapper for everything inside of the body */
#body-container {	
	margin: 0 auto;
	padding: 0 1.5em;
	width: 950px;
}

/**
* Elements
************************************************/

/* Hyperlinks */

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline !important;
}

a img, a div {
	border: none;
	vertical-align:middle;
}

/* Headers */
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

/* Colours */
	
.red {
	color: #D2232A;
}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
}

strong, b {
	font-weight: bold;
}

/* Ordered lists */

#navigation ol, 
#navigation ul, 
#navigation li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
pre code {}

/* Tables */
.content table {
	
}

 .content td, .content th {
	padding: 10px;
}

.content th {
	font-weight: bold;
	text-align: left;
	color: #000;
	height: 32px;
	border-bottom: 1px solid #000;
}

.content tr:first-child{

}

.content th {
	height: 32px;
	padding: 0px 10px;
}

.content td {
	border-bottom: 1px dotted #f1f1f1;
}

.content tr.odd {
	background-color: #fbfbfb;
}

.content tr.even {
	background-color: #ffffff;
}
	
/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {
	font-size: .8em;
	font-style: italic;
}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.right, .alignright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */

a img {}

img {
	border: 0;
}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

.post img {
	border: 1px solid #ccc;
	padding: 2px;
}

.page-57 img {
	border: none !important;
}
/**
* Header
************************************************/

/* Contains entire header */
#header-container {}

	/* Contains site title and tagline */
	#header {
		background: #fff url(images/header.jpg) top left no-repeat;
		width: 950px;
		height: 155px;
		border-bottom: 1px solid #000;
	}

		/* Site title */
		#site-title {}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */

/* Default category menu styles */
#cat-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#cat-nav ul {
	line-height: 1.0;
	}
.menu ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
#cat-nav ul ul li {
	width: 100%;
	}
#cat-nav li:hover {
	visibility: inherit;
	}
#cat-nav li {
	float: left;
	position: relative;
	}
#cat-nav a {
	display: block;
	position: relative;
	}
#cat-nav li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
#cat-nav li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
#cat-nav li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
#cat-nav li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
}

#page-nav li a {}

#page-nav li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
border-top:1px solid #000000;
}



	/**
	* Content
	************************************************/
	
	#pagecontent ul, #pagecontent li, #pagecontent ol {
		list-style-position: inside;
		padding-left: 10px;
	}
	#pagecontent ul {
		padding-bottom: 10px;
	}

	/* Contains site's main content */
	#content {	
	margin-bottom: 10px;
	}
		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			margin: 0;
			padding-bottom: 15px;
			min-height:130px;
			height:auto !important;
			height:130px;
		}
		
		.post p {
			margin-top: 0 !important;
		}

			/* Post, page, and archive titles */
			.entry-title {
				font-size: 1.1em;
			}
			
			.entry {
				padding-top: 5px;
			}
			.single-title {}
			.page-title {
				margin: 10px 0;
			}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {
				font-size: .8em;
				margin-left: 15px;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
		margin: 10px 0;
	}
		.widget-inside {}
			.widget-title {
		
			}

	/* Primary widget section */
	#primary {
		float:right;
		margin:1em 0 0;
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {
						list-style-image:none;
						list-style-position:outside;
						list-style-type:none;
					}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #000;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
		border-top: 1px solid #000;
	}
		/* Footer extra */
		#footer .copyright { font-size: .8em; text-align: left;}
		#footer .credit {}

/**
* Sections
************************************************/	

/* Homepage news and archives */		
#homepagenews, 
#cmnewsfeed  {
	margin: 0;
}

#cmnewsfeed ul {
	padding: 5px;
}

#cmnewsfeed li, #newsarchive li {
	padding: 5px 0;
}

#cmnewsfeed a,  
#newsarchive a {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

#cmnewsfeed ul, #cmnewsfeed li, #cmnewsfeed ol {
	list-style: none;
}

.right_arrows {
	font-size: 1.2em;
	padding-right: 5px;
}

#enternow {
	font-size: 3.4em;
	font-weight: bold;

}

#enternow a:hover {
	color: #D2232A;	
}


/* Video player */

.wordtube {
	border: 5px solid #000;
	width: auto;
	width: 300px;
}

.jdGallery {
	border: 6px solid #000 !important;
	float: left;
}

.MsoNormal {
	text-transform: uppercase;
	color: #D2232A;
}



/**
* Colums
************************************************/

.col-section {
	padding-bottom: 10px;
}

.col h4 {
	margin-top: 10px;	
	margin-bottom: 10px;	
}

.col h4 {
	background-color: #c70000;
	padding: 5px;
	color: #fff;
}

#col-1 {
	float: left;
	width: 310px;
}

#col-1 h4 {
	
}	

#col-2 {
	margin-right: 320px;
	margin-left: 320px;
	background-color: #E4F0F6;
}

#col-2 h4 {
	background-image: none !important;
	background-color: #1B73A4;
	margin-bottom: 0px !important;
}

#col-3 {	
	float: right;
	width: 310px;
}

/* Advertising Banners */

.mediumrec {
	border: 5px solid #000;
	width: 300px;
	height: 250px;
}

#homepage_mediumrec {
	float: right;
}

/*Read more Links */

.readmore {
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
}

#featured_content_banner {
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.clear {
	clear: both;
}

/* ---------------------- Quicklinks ---------------------- */

#quicklinks td {
	height: 100px;
	text-align: center;
}

#quicklinks a {
	font-size: 1.8em !important;
	text-transform: uppercase;
	color: #000;	
}

#quicklinks a img {

}

#quicklinks {
	border-bottom: 1px solid #000 !important;
}


.quicklinks_red {
	background:  transparent url('images/quicklinks_red.gif') top center no-repeat;
}

.quicklinks_green {
	background:  transparent url('images/quicklinks_green.gif') top center no-repeat;
}

.quicklinks_blue {
	background: transparent url('images/quicklinks_blue.gif') top center no-repeat;
}

.quicklinks_yellow {
	background: transparent url('images/quicklinks_yellow.gif') top center no-repeat;
}



/* ---------------------- COUNT DOWN ---------------------- */

#countdown {
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	text-transform: uppercase;
}

#countdowntimer  {
	font-size:1.45em !important;
}
#countdown_old {
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: 1px solid #000;
	background: #fff url('images/countdown_watch.gif') 0 12px no-repeat;
	height: 115px;
}

#countdowntext_old  {
	font-size:2.55em;
	font-weight:bold;
	margin-left:100px;
	text-align:justify;
}

#countdowntimer_old {
	font-size:2em;
	font-weight:bold;
	text-align:right;	
}

#enternow {
	line-height: .9em;
	font-size: 5em;
	padding-top: 5px;
	text-align: center;
}


#enternow a:hover {
	text-decoration: none !important;

}

.page #col-1,  .single #col-1, .category #col-1 {
	width: 100%;
}

/* ----------------------Form Styles ---------------------------- */

.button {
	height:26px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/redslate_background.gif) repeat-x center left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	text-transform:uppercase;
	margin: 2px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
}

.search-text {
	width: 230px;

}

.text_input_mozilla {
	padding: 4px;
	margin: 5px 0;
	border: 1px solid #c9c9c9;
   	background:#f5f5f5;    
}

.button:hover {
	cursor: pointer;
}

.text_input_ie {
	padding: 4px;
	border: 1px solid #c9c9c9;
   	background:#f5f5f5; 
}


.button_ie  {
	border: 1px solid #808;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

/* NDM Bar */

#ndm-bar a,#ndm-bar a:visited,#ticker a,#ticker a:visited{color:#ccc;font-weight:700;text-decoration:none;letter-spacing:normal}
#ndm-bar a:hover,#ticker a:hover{color:#fff !important}
#ndm-bar{background:#313131;font:normal .85em tahoma, arial, san-serif;color:#ccc;line-height:2.45em;height:2.45em;position:relative;width:950px;border-bottom:3px solid #ccc;border-top:1px solid #4c4c4c;}
#ndm-bar dl{margin:0}
#ndm-bar dt{display:block;float:left;width:10px;text-indent:-3000px;letter-spacing:-3000px}
#ndm-bar dd{float:left;letter-spacing:4px;margin:0 3px}
#ndm-bar dd a:visited{color:#ccc;font-weight:700;text-decoration:none;letter-spacing:normal}




