/*
Theme Name: Bizcast v2.0
Theme URI: http://www.bruceharrod.com
Description: A 2 or 3 column magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 sidebars, header alignment, logo uploader, home page number of posts and more. Also includes two extremely useful widgets. Tested on WP 2.7.x using Firefox, IE6 and IE7. 100% xHTML valid. Designed by <a href="http://bavotasan.com">c.bavota</a> of <a href="http://tinkerpriestmedia.com">Tinker Priest Media</a>.
Version: 2.0
Author: Bruce Harrod
Author URI: http://www.bruceharrod.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url("css/micro_audio.css");


/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #205B87;
	color: #9e2f50;
	}
	
a:hover {
	text-decoration: underline;
	}
	
img { 
	border: 0;
	}

body {
	color: #444;
	font-size: 14px; 
	padding: 0px;
	margin: 0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFF1E0;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #222;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #4781aa;
	text-decoration:none;
}

textarea {
	width: 97%;
	}

/* Header Elements */

#header{
	float: left;
	width: 960px;
	}

#object {
	position:absolute;
	width:492px;
	left:300px;
	top:20px;
}
#header-search { 
	float: right; 
	margin:65px 15px 0 0; 
}

#header form {
	margin:5px 0 20px 0;
}


#search-header {
	width: 180px;
	}	

#date {
	border:0px solid black;
	text-align:right;
	margin-top:10px;
	font-size:12px;
}

.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
	float: left;
	font-size: 48px;
	margin: 20px 0 0;
	padding: 0;
	line-height: 34px;
	}
	
	#title a {
		color: #222;
		}		
	
	#title a:hover {
		color: #9e2f50;
		text-decoration: none;
		}
		
#description {
	clear:left;
	float: left;
	display:none;
	font-size: 23px;
	margin: 7px 0 10px 0px;
	padding: 0;
	}		
	
#navigation {
	font-family:Arial, Helvetica, sans-serif;
	clear: left;
	background: url(images/login.png) repeat-x;
	float: left;
	width: 100%;
	height: 25px;
	}

ul.menu * {
	margin:0; 
	padding:0
	}

ul.menu ul {position:absolute; top:25px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:1px solid #CCC; width:159px; margin:0; border-top:1px solid #FFF; }
ul.menu ul li a {display:block; padding:5px 7px 5px 12px; color: #555; background-color:#FFF; border-right: 0; font-size: 12px; }
ul.menu ul li a:hover {background-color:#EEE;}
ul.menu ul ul {left:159px; top:-1px}

	ul.menu {
		list-style:none;
		padding: 0;
		margin: 0;
		}
	
	ul.menu li {
		position:relative;
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 13px;
		padding: 0;
		margin: 0;
		position: relative;
		}
	
	ul.menu a {
		display: block;
		font-weight: bold;
		color: #fff;
		border-right: 1px solid #fff;
		padding: 4px 12px 4px 12px;
		}
		
		ul.menu a:hover {
			color: #444;
			background: #EEE;
			text-decoration: none;
			}
		
	ul.menu .menulink:hover, ul.menu .menuhover { 
		color: #444; 
		background-color:#EEE;
		}		

	ul.menu li.podcast {
		background-color:#F8F8F8;
	}
	ul.menu li.podcast a {
		color:#205B87;
		color:#9e2f50;
	}

	ul.menu li.podcast ul li a {
		color:#205B87;
		color:#333;
	}

	ul.menu ul li {
		background-color:#FFF;
		color:#205B87;
	}

#ticker {
	font-family:Arial, Helvetica, sans-serif;
	clear: left;
	float: left;
	width: 958px;
	height: 25px;
	border-left:1px solid #D5CBBD;
	border-right:1px solid #D5CBBD;
	background: url(images/bg-hatch-highlight.gif);
	overflow:hidden;
}

#ticker iframe {
	margin:0px 6px;
	width:946px;
	height:25px;
	overflow:hidden;
}

/* Main Elements */
	
#mainwrapper {
	float: left;
	width: 960px;
	padding: 10px 0;
	margin: 0;
	border-top: 8px solid #4781aa;
	border-bottom: 8px solid #4781aa;
	}

#sidebar {
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
	padding: 0;
	}

#secondsidebar {
 	width: 180px; 
 	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	}

#secondsidebar .banner{
	border: 1px solid #d5cbbd;
}

.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	
	
.side-widget {
	width: 160px;
	float: left;
	margin: 0 0 10px;
	padding: 0 10px 15px;
	background: url(images/bg-hatch.gif);
	border: 1px solid #d5cbbd;
	border-top:8px solid #d5cbbd;
	}

.highlight {
	background: url(images/bg-hatch-highlight.gif);
	border: 1px solid #d5cbbd;
	border-top:8px solid #9E2F50;
	}

	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul.news {
		margin-left: 15px;
		list-style-type:disc;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;
		font-size: 11px;
		}
		
	.side-widget ul li {
		padding-left: 0px;
		margin: 5px 0;
		}
	
	.side-widget h2 {
		font-size: 14px;
		border-bottom: 1px solid #d5cbbd;
		padding: 10px 0 5px;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
		}

	.side-widget p,
	.side-widget li
	 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
		
	.side-widget .storycontent {
		border-bottom: 1px solid #d5cbbd;
		}
		
	.side-widget .noline {
		border-bottom: 0;
		}		

.posts {
	margin-bottom: 10px;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}
	
	.posts img {
		margin: 10px 10px 10px 0;
		float: left;
		width: 100px;
		}
		
.readmore {
	color: #9e2f50;
	color: #369;
	}
		
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	}

/* Left Content Elements */

#leftcontent {
	float: left;
	width: 558px;
	margin: 0 10px;
	padding: 0;
	}

	#leftcontent h5 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #9e2f50;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		margin-bottom:5px;
		font-size: 24px;
		line-height: 26px;
		}

	#leftcontent h2 {
		clear:left;
		margin: 0;
		padding: 0;
		margin:10px 0px 5px 0px;
		padding:10px 0 0 0;
		border-top:1px solid #d5cbbd;
		font-size: 16px;
		}

#leftcontent h1.catheader {
	margin-top: 3px;
	color: #9e2f50;
	font-weight: normal;
	}
	
	#leftcontent p,
	#leftcontent li
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}

	#leftcontent .post {
	}
	
	#leftcontent .post h1, 
	#leftcontent .twopost h1, 
	#leftcontent .threepost h1 {
		margin-top: 5px;
		font-size:30px;
		font-family: Georgia, Times, serif;
		font-weight: normal;
		line-height: 32px;
		color: #222;
		}
		
	#leftcontent .twopost h1 {
		font-size: 26px;
		line-height: 28px;
		}
	
	#leftcontent .threepost h1 {
		font-size: 20px;
		line-height: 22px;
		}

	#leftcontent .single h1 {
		margin-top: 5px;
		font-size: 44px;
		font-family: Georgia, Times, serif;
		font-weight: normal;
		line-height: 46px;
		color: #222;
		}
	
	#leftcontent .postmetadata {
		clear: both;
		line-height: 14px;
		}
		
	#leftcontent .post .entry {
		font-size: 15px;
		line-height: 18px;
		}
				
/* This is your subtitle style */

#leftcontent p.sub {
	font-size: 24px;
	line-height: 26px;
	font-weigth: bold;
	font-style: italic;
	margin: 10px 0 0;
	}

/* This is your blockquote style
	
#leftcontent blockquote p {
	width: 200px;
	font-size: 24px;
	line-height: 26px;
	float: right;
	margin: 10px 0 10px 30px;
	font-style: italic;
	}

 */
.more-link {
	font-size: 11px;
	text-align: right;
	color: #9e2f50;
	}

.tags a {
	color: #9e2f50;
	}
	
.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4781aa;
	}	

.post {
	border-bottom: 0px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#twocol {
	margin-bottom: 3px;
	padding: 10px 0 0;
	}
	
	#twocol img {
		width: 80px;
		float: left;
		margin: 0;
		margin: 5px 10px 5px 0;
		}
	
.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}	


#leftcontent .twopost1 {
	border-right:1px solid #AAA;
	padding-right:15px;
}
#leftcontent .twopost2 {
}

.twopost {
	width: 32%;
/*
		width: 47%;
*/
	float: left;
	}	

	.twopost2 {
		width: 33%;
/*
		width: 47%;
*/
		margin-left: 15px;
		}
		
#threecol {
	float: left;
	background: url(images/line.png) repeat-y 31.5% 0;
	margin-top: 3px;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
}

	#threecol img {
		width: 40px;
		float: left;
		margin: 5px 10px 5px 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #aaa;
	padding-top: 10px;
	}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}
			
/* Other Elements */

.red, .entry a {
	color: #9e2f50;
	color: #369;
	}
	
#tagcloud {
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #9e2f50;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}
			
			
	 h4#comments, #respond h3 { color:#333; font:normal 240% georgia,times,serif; margin:0 0 .1em; padding:0 0 .1em; }

	 #respond p { font-size:11px; margin:0 0 1em; }	

	 ol.commentlist { list-style:none; margin:0; padding:0; }

	 ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }

	 ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }

	 ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }

	 ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }

	 ol.commentlist li div.vcard cite.fn a.url, .cancel-comment-reply a { color:#9e2f50; text-decoration:none; }

	 ol.commentlist li div.vcard cite.fn a.url:hover, .cancel-comment-reply a:hover { color:#000; }

	 ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }

	 ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }

	 ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }

	 ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }

	 ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }

	 ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }

	 ol.commentlist li div.reply:hover { background:#9e2f50; border:1px solid #9e2f50; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }

	 ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#EEE; }

	 ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
			
.commentnumber {
		position: absolute;
		left: 7px;
		bottom: 3px;
		font-size: 14px;
		color: #ccc;
		}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
   border: 1px solid #d5cbbd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #9e2f50;
	}

#wp-calendar {
	margin: auto;
	}
	
blockquote {
	font-style:normal;
	border: 1px solid #d5cbbd;
	border-top:8px solid #d5cbbd;
	padding:3px 3px 3px 50px;
	min-height:50px;
	width:430px;
	background-color:#FFF;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	background-position:left center;

}
blockquote p {
	margin-bottom: 0 !important;
}

.ata {
	margin:20px 0 20px 200px;
}


.wp-polls-archive {
	float:left;
}

/* ------------------------------ */

	#banner {
		position:absolute;
		top:180px;
		left:985px;

		border:1px solid #d5cbbd;

		height:600px;
		width:160px;
		margin:0px;
		padding:0px;
	}

	#wrapper {
		border:0px solid #d5cbbd;
	}
	#wrapper hr {
		clear:both;
		border:1px solid #FFF1E0;
		border-bottom:1px solid #d5cbbd;
	}
	
	#wrapper h1 {
		font-size:28px;
		font-weight:normal;
		line-height:30px;
	}
	#wrapper h3 {
		font-size:18px;
		font-weight:normal;
		line-height:20px;
		margin:0 0 5px 0;
	}
	
	.box-feature {
		width:390px;
		min-height:215px;
		border:0px solid black;
	}

	.box-home {
		border:1px solid #FFF1E0;
		margin:5px 0px;
	}
	.box-feature img,
	.box-home img
	{
		float:left;
		margin:3px 8px 2px 0px;
	}


	.box-home.odd {
		float:left; 
		width:270px; 
		border-right:1px solid #d5cbbd; 
		margin-bottom:10px; 
		padding-right:10px;
 	}

	.box-home.even {
		float:right; 
		width:260px; 
		margin-bottom:10px; 
 	}
	
	.border {
		border:1px solid #d5cbbd;
		height:60px;
		width:468px;
		margin:0px;
		padding:0px;
	}

/* ------------------------------ */

.indices {
	position:absolute;
	margin-left:410px; 
	width: 330px; 
	height:200px; 
}
.indices #toggler {
	position:absolute;
	margin-top:10px;
	width:330px;
	text-align:right;
}

.indices #toggler #but {
	float:left;
	
}

.indices #loader {
	position:absolute;
	margin-top:40px;
	width:330px;
	height:160px;
	background-color:#FFF;
	text-align:center;
	font-size:11px;
	font-style:italic;
}
.indices #loader .spacer {
	height:55px;
}

.indices #target {
	display:none;
	position:absolute;
	margin-top:40px;
	border:0px solid #d5cbbd;
	width:330px;
	height:160px;
}

.side-widget .mask {
	width:160px;
	height:100px;
	border:0px solid green;
}

.mask #loader-rates,
.mask #loader-commodities
{
	text-align:center;
	height:100px;
	background-color:#FFF;
}

.mask #loader-rates .spacer,
.mask #loader-commodities .spacer {
	height:25px;
	border:0px solid green;
}

.mask #target-rates,
.mask #target-commodities {
	display:none;
	width:160px;
	height:100px;
}

.same {
/*
	color:#333;
	background-image:url(images/same.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
*/
}
.up {
	color:#090;
	background-image:url(images/up.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
}
.down {
	color:#900;
	background-image:url(images/down.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
}

.addtoany_share_save_container {
	clear:both;
}

/* ------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#secondsidebar iframe img {
	border:10px solid green;
}

/* ------------------------------ */


