* {
	margin: 0;
	padding: 0 }

#page-wrapper {
	text-align: left;
	margin: 0;
	min-width: 980px; }

#header-wrapper {
	width: 100%;
	clear: both; }

#toolbar-wrapper {
	clear: both;
	text-align: center;
	background-color: #333;
	padding: 2px 0;
	border-bottom: 1px solid #1F1F1F;
	color: #fff;
	font-size: 11px; }

	#toolbar {
		width: 980px;
		margin: 0 auto;
		text-align: left; }

		#toolbar a:link, #toolbar a:visited {
			color: #fff;
			font-weight: bold;
			font-size: 11px; }

		#toolbar a:active, #toolbar a:hover {
			color: #fff;
			text-decoration: none; }

		#toolbar .search { float: right }

		#toolbar input {
			margin: 0 2px 0 0;
			padding: 1px;
			float: left;
			background-color: #fff;
			border-color: #303030;
			color: #333;
			font-size: 12px; }
	 
		#toolbar button {
			background: none;
			border: 0;
			margin: 0 0 0 155px;
			padding: 0;
			clear: none;
			position: absolute;
			top: 1px;
			height: 17px !important; }
	 
#header-main-wrapper {
	clear: both;
	text-align: center; }
	 
	#header-main {
		width: 970px;
		margin: 0 auto;
		text-align: left;
		padding: .5em 0; }
	 
		#header-main > a.logo { float: left }
	 
		#header-main > div {
			float: right;
			margin: 10px 0; }
 
h1.title, h2.title, h3.title {
	letter-spacing: -1px;
	line-height: 95%;
	margin: .5em 0;
	color: #000;
	font-weight: bold;
	font-size: 2.5em;
	width: 100%;
	display: block; }
	
	h3.title { font-size: 1.55em }
	
	h1.page-title { 
		background-color: #bcbcbc; 
		display: block; 
		-moz-border-radius: 5px; 
		display: block;
		width: 100%;
		padding: .35em 0;
		margin-bottom: 10px; 
		font-size: 100%; }
		
		h1.page-title > span { 
		color: #fff; 
		font-weight: bold;
		font-size: 1.7em;
		padding-left: .25em; }

#page-body {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 auto;
	background: url(../images/common/body-gradient.gif) repeat-x #fff;
	min-height: 500px; }
 
#content-wrapper {
	width: 980px;
	clear: both;
	margin: 0 auto;
	padding: 10px 10px 20px 10px;
	background: url(../images/common/content-gradient.gif) repeat-x #f5f5f5;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e5e5e5; }

#footer {
	clear: both;
	clear: both;
	padding: 20px 0; }

	#footer a:link, #footer a:visited { color: #fff; }
 
	#footer #footer-wrapper {
		text-align: center; 
		margin: 0 auto;
		width: 980px; }
 
		#footer #footer-wrapper ul {
			text-align: center;
			display: table;
			clear: both;
			margin: 8px auto; }
 
			#footer #footer-wrapper ul > li {
				display: table-cell;
				float: left;
				list-style-type: none;
				padding: 0 .75em; }

/* Markdown editor */		
.wmd-preview {
	background-color: #F5F5F5;
	border: 1px solid #ddd;
	padding: 10px; }
 
/* Link styles */
a:link, a:visited {
	text-decoration: none;
	color: #004276; }
 
a:hover, a:active {
	text-decoration: underline;
	color: #CA0002; }

/* Rounded inputs */
* input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
 
/* Item styles */
.main-item, .secondary-item {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	float: left;
	width: 100%;
	border-color: #DDDDDD #EEEEEE #DDDDDD #EEEEEE;
	border-style: solid;
	border-width: 0 0 1px; }
 
.main-item > h4, .secondary-item > h4 {
	padding: 6px 9px;
	font-size: 100%;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	font-weight: bold; }
	
	.main-item > h4 > a, .secondary-item > h4 > a { font-weight: bold; }
 
.inner {
	padding: 0 10px;
	margin: 0;
	list-style-type: none; }
 
	.inner > ul { margin: 0; }
	
	.main-item > .linklist, .secondary-item > .linklist { 
		padding: 0 10px;
		margin: 0 0 0 20px;
		list-style-type: disc; }
 
/* Main page columns */ 
#col-1, #col-2 {
	list-style-type: none;
	display: inline-block;
	margin: 0; }

	#col-1 {
		width: 670px;
		float: left;
		margin: 0 10px 0 0; }
	 
	#col-2 {
		width: 300px;
		float: left; }

/* Beta Logo - unused */
.betaburst {
	position: absolute;
	top: 18px;
	left: 4px; }
 
/* Pagination style - may become obsolete? */
.pagination { text-align: center; }
 
	.pagination a.page, .pagination span.page { font-weight: bold; }
 
	.pagination span.current {
		background-color: #000;
		color: #fff;
		padding: 0 3px; }

/* Breaking news style */
#breaking-news {
	display: block;
	margin: 5px 0 10px 0;
	padding: 6px 10px;
	background-color: #CC0000;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }
 
	#breaking-news span.date {
		font-size: .75em;
		font-weight: normal;
		font-style: italic }
 
	#breaking-news a:link, #breaking-news a:active, #breaking-news a:hover, #breaking-news a:visited { color: #fff; }
 
	#breaking-news a:hover { text-decoration: underline }
 
/* Detail bar (used on news/blogs article details) */ 
.bar {
	overflow: hidden;
	background-color: #FFFFFF;
	border-color: #dedede;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin: .5em 0 1em 0 !important;
	padding: 6px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: both }
 
	.bar > ul > li,
	.bar  li {
		float: left;
		list-style-type: none; }
 
	.bar *, .bar > ul { margin: 0 }
 
	.bar .col-1 { margin-left: 8px; }
 
	.bar .col-2 {
		float: right;
		margin-right: 8px; }

/* Date italics used on news/blogs */
span.date {
	font-size: .9em;
	font-weight: normal;
	font-style: italic }
	
/* Styling for back link, if used */

.back { font-size: 10px; font-weight: bold; margin: .5em 0; }
 
/* Ads */ 
.ad-300x250 {
	width: 300px;
	margin: 0 0 10px 0;
	list-style-type: none }
 
.skyscraper { text-align: center }
 
	.skyscraper .left { float: left; }
 
	.skyscraper .right { float: right; }
	
.half-banner { display: block; text-align: center; margin:0 0 10px; }

.ad-square img { padding: 10px; }
 
/* Audio Style */ 
.audio {
	background-color: #f3f3f3;
	border-color: #dedede;
	border-style: solid;
	border-width: 0 1px 1px 0;
	clear: both; 
	margin: .5em 0 1em 0 !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px !important;
	width: 200px;}
 
	.audio p.caption {
		font-size: 12px !important;
		font-style: italic;
		margin: .2em 0 0 0 !important; }
 
/* Menu Style */
#menu-wrapper {
	clear: both;
	text-align: center; }
 
#menu {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	z-index: 100; }
 
	#menu ul li a, #menu ul li a:visited {
		background: transparent;
		border: 0;
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: bold;
		height: 20px;
		line-height: 20px;
		overflow: hidden;
		text-decoration: none;
		text-align: center; }
 
	#menu ul {
		z-index: 100;
		padding: 5px 0;
		margin: 0;
		list-style-type: none; }
 
		#menu ul li { position: relative; }
 
	#menu > ul > li { 
		padding: 0 1.5em;
		float: left; 
		display: inline; }
 
	#menu ul li ul { display: none; }
 
		#menu ul li ul li a { text-align: left !important; }
 
		#menu ul li ul li {
			border-top: 1px solid #494949;
			border-right: 1px solid #2B2B2B;
			border-bottom: 1px solid #2B2B2B;
			border-left: 1px solid #494949; }
 
	#menu ul li:hover a {
		color: #fff;
		background: transparent; }
 
	#menu ul li:hover ul {
		display: block;
		position: absolute;
		top: 20px;
		left: 0;
		margin-left: 15px; }
 
		#menu ul li:hover ul li a.hide {
			background: #888;
			color: #fff; }
 
		#menu ul li:hover ul li:hover a.hide {
			background: #996666;
			color: #000; }
 
		#menu ul li:hover ul li ul { display: none; }
 
		#menu ul li:hover ul li a {
			display: block;
			background: #3A3A3A;
			color: #FFF;
			padding: 5px 0 5px 5px;
			width: 200px; }
 
			#menu ul li:hover ul li a:hover {
				background: #4C4C4C;
				color: #FFF; }
 
		#menu ul li:hover ul li:hover ul {
			display: block;
			position: absolute;
			left: 190px;
			top: 0; }
 
			#menu ul li:hover ul li:hover ul.left { left: -105px; }

/* Tooltip for jQuery hover script */
.tooltip {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border-color: #eee #ccc #ccc #eee;
	border-style: solid;
	border-width: 1px;
	display: none;
	font-size: 13px;
	left: 0;
	line-height: 1.75em;
	padding: .75em 1em .5em .85em;
	position: absolute;
	top: 0;
	width: 400px;
	z-index: 3; }
 
/* Panel element */
.panel {
	background-color: #F8F8FF;
	border-bottom: 1px solid #EEEEF5;
	margin-top: -10px;
	padding: .5em 10px; }
	
.internal-header {
	background-color:#E4E4E4;
	color:#000000;
	font-size:1em;
	font-weight:bold;
	padding:0.25em 0.5em;
	margin: 1em 0 .5em 0; }
	
/* Blogs - header font sizes */

.posts h1 	{ font-size: 20px !important; line-height: 1.4em; }
.posts h2 	{ font-size: 18px !important; line-height: 1.4em; }
.posts h3 	{ font-size: 16px !important; line-height: 1.4em; }
.posts h4,
.posts h5,
.posts h6	{ font-size: 15px !important; line-height: 1.4em; }
.posts p	{ font-size: 14px !important; line-height: 1.4em; }

.post h1 	{ font-size: 20px !important; line-height: 1.4em; }
.post h2 	{ font-size: 18px !important; line-height: 1.4em; }
.post h3 	{ font-size: 16px !important; line-height: 1.4em; }
.post h4,
.post h5,
.post h6	{ font-size: 15px !important; line-height: 1.4em; }
.post p	{ font-size: 14px !important; line-height: 1.4em; }