/* 
	Theme Name: Freakonomics	
	Theme URL: http://theme-junkie.com/
	Description: Custom Freakonomics theme based on <a href="http://theme-junkie.com/">Theme Junkie</a>'s Gadget theme (by Roy Guan). Design by <a href="http://www.errothree.com/">ErroThree Consulting</a>.
	Author: Jeremy Dempster
	Author URI: http://www.jeremydempster.com.com/ 
	Version: 1.0
	Tags:  three-columns, advertise-ready, widget-ready, advanced-theme-options
*/

/*******************
*	RESET		   *
*******************/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231;}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #f90; color: #fff; text-shadow: none; }
::selection { background: #f90; color: #fff; text-shadow: none; }

a {
	color: #015fd3;
}

table {
	border-collapse:separate;
	border-spacing:0;
	}
	
tr {
	vertical-align:top;
	}
	
tr.alt, tr.odd {
	background:#f5f5f5;
	}
	
th {
	font-weight:bold;
	}
	
td, th {
	border-top:1px dotted #636363;
	}
	
th, td {
	padding:5px;
	}
	
tfoot {
	font-style:italic;
	}
	
fieldset, img {
	border:0;
	}
	
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
	}
	
ol, ul {
	list-style:none;
	}
	
caption, th {
	text-align:left;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	}
	
h2 {
	font-weight:bold;
	font-size:18pt;
	line-height:1em;
}
	
q:before, q:after {
	content:'';
	}
	
abbr, acronym {
	border:0;
	}
	
.clear {
	clear:both;
	}
	
.right {
	float:right;
	}
	
.left {
	float:left;
	}
	
#menunav .left {
	margin:0px;
}
	
/*******************
*	GLOBAL		   *
********************/
body {
	background: #ffffff url('images/background.jpg') repeat-x left top;
	font: 12px/17px Georgia, serif;
	color: #222222;
	}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	background: #f4f4f4;
	width: 1008px;
	margin: 0px auto;
	padding: 20px 0 0 0;
	border-left:1px solid white;
	border-right:1px solid white;
	}
	
.midthumb img {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.featuredthumb {
	margin: 0px 10px 10px 0px;
	}
	
/*******************
*	HYPERLINKS	   *
********************/
a, a:visited {
/*	color: #5CA12F;	*/
color:#015fd3;
	text-decoration: none;
	}
	
a:hover {
/*	color: #5CA12F;	*/
color: #f77707;
	text-decoration: none;
	}
	
a:active {
	}
	
a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}
	
/*******************
*	TOP			   *
********************/
#menu {
	background: #000;
	margin: 0px;
	padding: 0px;
	border-bottom: 6px solid #666;
	}

.menu-header {
	background: #000;
	height: 36px;	
	margin: 0px auto;
	width: 1004px;
	}

.menu {
	font-family:  "Gill Sans", "Gill Sans MT", 'Trebuchet MS', clean, sans-serif;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
.menu li {
	float: left;
	list-style: none;
	padding: 0px;
	position: relative;	
	}
	
.menu li a {
	font-size: 16px;
	letter-spacing: 1px;	
	color: #fff;
	display: block;
	margin: 0px;
	padding: 9px 21px;
	border-left:1px solid white;
	border-top: 1px solid #333;
	text-decoration: none;	
	}
	
.menu li a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0px;
	border-bottom: none;
	}

.home .menu a[title='home']:hover,
.menu a[title='home'] {
	background: url('images/menu-bar/home.jpg') no-repeat left bottom;
	text-indent: -999em;
	display: block;
	width: 110px;
	height: 36px;
	padding: 0;	
	border-top: none;	
	}
	
.home .menu a[title='home'],
.menu a[title='home']:hover {
	background-position: left top;
	width: 110px;
	height: 36px;
	padding: 0;	
	border-top: none;		
	}	

.sub-menu {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	float: left;
	display: none;
	margin: 0;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 99999;
	border: none;
	border-left: 1px solid #fff;	
	}
	
.menu li:hover .sub-menu {
		display: block;
	}
	
.sub-menu li a {
	background: #000;
	letter-spacing: 0;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	height: auto;
	line-height: 1.2em;
	width: 180px;
	float: none;
	margin: 0px;
	border: none;
	border-bottom: 1px solid #ddd;	
	}
	
.sub-menu li a:hover, .sub-menu li a:active {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #ddd;	
	}
/* == Navigation menu colors  == */

.category-featured-post #menu,
.blog #menu	{
	border-color: #ffcc00;
}

.category-freakonomics-blog .menu a[title='blog'],
.category-featured-post .menu a[title='blog'],
.blog .menu a[title='blog'],
.menu a[title='blog']:hover{
	color: #ffcc00;
}

.category-freakonomics-radio #menu	{
	border-color: #ae06b8;
}

.category-freakonomics-radio .menu a[title='radio'],
.page-template-page-radio-php .menu a[title='radio'],
.menu a[title='radio']:hover {
	color: #ae06b8;
}

.page-template-page-books-php #menu,
.parent-pageid-6 #menu	{
	border-color: #03B5FF;
}

.page-template-page-books-php .menu a[title='books'],
.parent-pageid-6 .menu a[title='books'],
.menu a[title='books']:hover {
	color: #03B5FF;
}

.page-template-page-movie-php #menu,
.page-id-52806 #menu {
	border-color: #ff0000;
}

.page-template-page-movie-php .menu a[title='movie'],
.page-id-52806 .menu a[title='movie'],
.menu a[title='movie']:hover {
	color: #ff0000;
}

.page-template-page-videos-php #menu,
.page-id-70346 #menu {
	border-color: #66cccc;
}

.page-id-70346 .menu a[title='videos'],
.menu a[title='videos']:hover {
	color: #66cccc;
}

.page-template-page-lectures-php #menu,
.page-id-8 #menu {
	border-color: #00A652;
}

.page-template-page-lectures-php .menu a[title='lectures'],
.page-id-8 .menu a[title='lectures'],
.menu a[title='lectures']:hover {
	color: #00A652;
}

/* Experiments Menu Item */

#menu-item-70329:hover {
	background: #000;
}
#menu-item-98795 a:hover {
	color: #8fcb2d;
}

		
/*******************
*	SEARCH FORM	   *
********************/
#searchform {
	float: right;
	margin: 3px 0 0 0;
	padding: 0px;
	text-align: right;
	width: 350px;
}
#searchform fieldset {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
}

.searchinput {
	background: #fff;
	width: 140px;
	margin: 0px;
	padding: 3px 3px 3px 4px;
	font-size: 11px;
	font-style: italic;
	color: #999;
	border: none;;
	border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
	}

.searchsubmit {
	background: #ccc url(images/submit.gif) repeat-x;
	width: 32px;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	border: 1px double #ccc;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#searchform #s {
	padding: 0 5px;
	width: 180px;
}
	
/*******************
*	HEADER		   *
********************/
#header {
	background: transparent url(images/banner.png) no-repeat 0px 0px;
	height: 143px;
	width:1008px;
	margin:0px auto !important;
	padding: 0 !important;
	}
	
#headerwrapper {
	width: 1008px;
	margin: 0px auto;
	padding: 0;
	}
	
.logo {
	background: url(images/logo.png) no-repeat;
	float: left;
	width: 160px;
	height: 60px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;
	}
	
.ad468x60 {
	float: right;
	width: 468px;
	height: 60px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	}
	
.ad468x60 img {
	border: none;
	}
	
.rssfeed {
	background: url(images/rss-gray.png) no-repeat;
	float: left;
	width: 24px;
	height: 24px;
	margin: 8px 0px 0px 0px;
	cursor: pointer;
	}
	
.rssfeed:hover {
	background: url(images/rss.png) no-repeat;
	}

/*******************
*	MENU		   *
********************/
/* Don't think this is used at all...
#menu {
	background: #222 url(images/menu.gif) repeat-x;
	height: 41px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	}
	
#menuwrapper {
	width: 960px;
	margin: 0px auto;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	border-left: 1px solid #e9e9e9;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #e9e9e9;
	text-transform: uppercase;
	}
	
#menu ul li {
	margin: 0px 0px 0px -1px;
	padding: 0px;
	list-style: none;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0px;
	padding: 12px 15px 12px 15px;
	color: #333;
	display: block;
	font-size: 11px;
	font-weight: bold;
	}
	
#menu li a:hover, #menu li a:active {
	background: #f0f0f0;
	margin: 0px;
	padding: 12px 15px 12px 15px;
	color: #5CA12F;
	display: block;
	text-decoration: none;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: url(images/sub-menu.jpg) repeat-x;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 6px 15px 6px 15px;
	color: #333;
	font-weight: normal;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	}
	
#menu li li a:hover, #menu li li a:active {
	background: #f5f5f5;
	padding: 6px 15px 6px 15px;
	color: #5CA12F;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	}
	
#menu li ul {
	background: #fff;
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	left: -999em;
	border-top: 1px solid #e9e9e9;
	}
	
#menu li li, #menu li li li {
	border: none;
	margin: 0px 0px 0px -1px;
	}
	
#menu li ul a {
	}
	
#menu li ul a:hover, #menu li ul a:active {
	}
	
#menu li ul ul {
	margin: -30px 0px 0px 181px;
	border-top: 1px solid #e9e9e9;
	}
	
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}
	
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}
	
#menu li:hover, #menu li.sfhover {
	position: static;
	}
	
/*******************
*	HOMEPAGE	   *
********************/
#col1 {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
	}
	
/*********************
*	FEATURED BLOCK   *
**********************/
#featured {
	}
	
#featured h1 {
	background: url(images/featured-h1.jpg) no-repeat;
	height: 23px;
	padding: 7px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#featured h1 a {
	color: #333;
	text-decoration: none;
	}
	
#featuredcontent {
	background: #fff;
	height: 221px;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
/*******************
*	POST BOXS	   *
********************/
#leftcol {
	float: left;
	width: 310px;
	margin: 0px;
	padding: 0px;
	}
	
#rightcol {
	float: right;
	width: 310px;
	margin: 0px;
	padding: 0px;
	}
	
.postbox {
	margin: 0px;
	padding: 0px;
	}
	
.postboxcontent {
	background: #fff;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
.postbox h1 {
	background: url(images/postbox-h1.jpg) no-repeat;
	height: 23px;
	width: 292px;
	margin: 10px 0px 0px 0px;
	padding: 7px 7px 0px 11px;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.postbox h1 a, .postbox h1 a:hover, .postbox h1 a:visited {
	color: #333;
	text-decoration: none;
	}
	
.postbox h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	font-weight: bold;
	}
	
.postbox ul {
	margin: 5px 0px 0px 0px;
	}
	
.postbox ul li {
	background: url(images/arrow.gif) no-repeat 0px 6px;
	padding: 0px 0px 3px 7px;
	}
	
.postbox li a, .postbox li a:visited {
	color: #333;
	}
	
.postbox li a:hover {
/*	color: #5CA12F;	*/
color:#015fd3;
	}
	
.byline {
	margin: 2px 0px 2px 0px;
	font-size: .9em;
	color: #999999;
	text-transform: uppercase;
	}
	
.byline a:link, .byline a:visited {
	color: #999999;
	}

.more {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	text-transform: uppercase;
	}

/*******************
*	CONTENT		   *
********************/
#content {
	float: left;
	/*background: #fff;*/
	width: 640px;
	margin: 15px 0 0 15px;
	padding: 0 10px 0 0;
	color: #333;
}
	
#fullcontent {
	float: left;
	background: #fff;
	width: 940px;
	margin: 0px;
	padding: 10px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.h1title {
	font-size: 36px;
	font-family: Georgia, serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding-left: 8px;
	line-height: 100%;
}
.h2title {
	font-size: 24px;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 100%;
}
	
.entry h1.h1title {
	font-size: 23pt;
	font-weight: bold;
	margin: 5px 15px 0px 0px;
	padding: 7px 0px 7px 0px;
	color: #080808;
	border-bottom: 1px dotted #ccc;
	letter-spacing: -1.5px;
	line-height: 1em;
	}

.browse {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	color: #333;
	font-size: 11px;
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	}

.browse a, .browse a:hover, .browse a:visited {
/*	color: #5CA12F; */
color:#015fd3;
	}

.postmeta {
	margin: 5px 0px 0px;
	padding: 0px 15px 5px;
	font-size: 11px;
	vertical-align:middle;
}

.postmeta a, .postmeta a:hover, .postmeta a:visited {
	color: #333;
	}

/*******************
*	ENTRY		   *
********************/
.entry {
	margin: 10px 15px 15px;
	padding: 0px;
	color: #000000;
	line-height: 1.4em;
	text-align:left;
	}

.entry p {
	font-size:14px;
	line-height: 150%;
	padding-bottom: 15px;
	}

.entry strong {
	font-weight: bold;
	}

.entry h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}

.entry h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}

.entry h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}

.entry h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}

.entry h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}

.entry h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}

.entry a {
/*	color: #5CA12F;	*/
	color:#015fd3;
	font-weight:bold;

	}

div.entry p a:hover,
div.entry ul a:hover,
div.entry ol a:hover {
	color: #f77707;	
	text-decoration: none;
	}

.entry a img {
	border: none;
	}

.entry ul {
	font-size: 13px;
	padding-bottom: 15px;
	list-style: disc inside;
	margin: 10px;
	}

.entry ol {
	font-size: 13px;
	padding-bottom: 15px;
	list-style: decimal inside;
	margin: 10px;
	}

.entry ul li {
	padding: 6px 0px 6px 10px;
	}

.entry ol li {
	padding: 6px 0px 6px 0px;
	color: #333;
	}	

.entry li a:link, .entry li a:visited {
	color: #015fd3;
	}

.entry li a:hover {
/*	color: #5CA12F;	*/
	color:#015fd3;
	}	

.entry li ul {
	margin: 0px;
	padding: 0px;
	}

.page {
	margin: 10px 0px 0px 0px;
	}
body.page {
	margin: 0;
}
.entry del {
	text-decoration: line-through;
	color: #AAAAAA;
	}

.entry ins {
	text-decoration: underline;
	font-weight: bold;
	}
	
.entry code {
	display: block;
	background: #f0f0f0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	color: #444;
	border: 1px solid #E6E6E6;
	}

.entry blockquote,
div.blog-feature blockquote, 
div.post blockquote {
	display: block;
	background: #fcfcfc;
	margin: 0 20px 30px;
	padding: 15px 20px;
	color: #333;
	border: 1px solid #dadada;
	text-align:justify;
	}

div.post blockquote {
	font-size: 13px;
	line-height: 160%;
}
.entry blockquote blockquote {
	margin: 0;
	padding: 0 0 0 20px;
	color: #555555;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	border: none;
	}

.module .entry {
	margin:5px;
}
/*******************
*	ARCHIVE		   *
********************/
body.archive {
	margin: 0;
}

.archive {
	margin: 35px 0px 0px 0px;
	padding: 0px;
	}
.archive p {
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 10px;
}
.archive h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
	}

.archiveright {
/*	float: right;
	width: 498px; */
	margin: 0px;
	padding: 0px;
	}

.archive div.postmetasearch {
	background: #f8f8f8;
	margin-top: 15px;
}
.tags {
	background: transparent url(images/tag.gif) no-repeat 0px 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 19px;
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
	}

.tags a, .tags a:visited {
	color: #333;
	text-decoration: none;
	}

.tags a:hover {
/*	color: #5CA12F;	*/
	color:#015fd3;
	text-decoration: underline;
	}
	
ul.postmetasearch {
	margin-top: 20px;
}
ul.postmetasearch li.postmeta-tags {
	background: url(./images/icon-tag.png) 0 2px no-repeat;
	padding-left: 20px;
}

/*******************
*	IMAGES		   *
********************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}

img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
div.post-image {
	text-align:center;
	margin-bottom:10px;
}
div.post-image {
	border:1px solid #dfdfdf;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width:630px;
	overflow:hidden;
	padding:4px;
}
/*******************
*	SIDEBAR		   *
********************/
#sidebar {
	float: left;
	width: 310px;
	margin: 15px 0 0 20px;
}

#sidebar li ul {
	}

#sidebar li li {
	}


#sidebar a {
	font-weight: bold;
}
/*
#sidebar a:hover {
	color: #5CA12F;
	}
*/

#sidebar h3 {
	color:#fff;
	height: 23px;
	padding: 7px 9px 0px 11px;
	font-size: 13px;
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	background-color:black;
	letter-spacing: 0.12em;
	margin-bottom:5px;
	}

#sidebar h3 a {
	color: #333;
	}
	
	
#sidebar ul.freakest li {
	background: transparent url(./images/bullet.png) 6px 11px no-repeat;
	border-bottom: 1px #ccc dotted;
	list-style: none;
	padding: 6px 0 6px 20px;
}


/*
#sidebar .box {
	background: #fff;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	color: #333;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
*/
.fullwidget {
	margin: 0px 0px 10px;
/*	width: 300px;
	padding: 4px;
	border:1px solid #dfdfdf;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color:white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/
	}

.leftwidget {
	float: left;
	width: 150px;
	margin: 0px 0px 10px;
	padding: 0px;
	}

.rightwidget {
	float: right;
	width: 150px;
	margin: 0px 0px 10px;
	padding: 0px;
	}

.fullwidget ul, .leftwidget ul, .rightwidget ul {
	margin: 0px;
	padding: 0px;
	}

.fullwidget ul li, .leftwidget ul li, .rightwidget ul li {
	list-style: none;
	margin: 0px;
	background: #fff;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	}
/*
.leftwidget h3 {
	background: url(images/lr-h3.jpg) no-repeat;
	}

.rightwidget h3  {
	background: url(images/lr-h3.jpg) no-repeat;
	}	
	
.fullwidget h3 {
	background: url(images/full-h3.jpg) no-repeat;
	}
*/
.ad300x250 {
	background: #fff;
	width: 300px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 10px 9px 10px 9px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.ad300x250 img {
	border: none;
	}

.postnav {
	background: url(./images/icon-tag.png) 0 10px no-repeat;
	padding: 7px 0px 7px 22px;
	border-top: 1px dotted #ccc;
	}
.postnav strong {
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	font-size: 11px;
	letter-spacing: 0.08em;
	font-style: normal !important;
	font-weight: normal;
}
.postnav a {
	color: #636363;
	}

.postnav a:hover {
/*	color: #5CA12F; */
color:#015fd3;
text-decoration: none;
	}
	
.postnav .left {
	width: 280px;
	text-align: left;
	}
	
.postnav .right {
	width: 280px;
	text-align: right;
	}	

.previouspost {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	}

.nextpost {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	text-align: right;
	}

.previouspost a:hover, nextpost a:hover {
	text-decoration: underline;
	}

/*******************
*   CALENDER	   *
********************/
#wp-calendar {
	width: 100%;
	}

#wp-calendar, #wp-calendar th, #wp-calendar caption {
	text-align:center;
	}

#wp-calendar th {
	background: #f8f8f8
	}

#wp-calendar td {
	padding: 5px 2px;
	}

#wp-calendar caption {
	background:transparent;
	font-weight:bold;
	padding: 5px 0px;
	font-style: italic;
	font-size: 11px;
	text-transform: uppercase;
	}

#wp-calendar #today {
	font-weight:bold;
	}

/*******************
*	COMMENTS	   *
********************/
.comments-box {
	padding: 20px 0px 0px 0px;
	border-top: 1px dotted #ccc;
	}

.comments-box img {
	}

.comments-box h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333;
	}

#respond {
	border:1px solid #dfdfdf;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:4px;
	margin: 10px 0px 0px 0px;
	}
	

#respond h2 {
	background: #000;
	color:#fff;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	height: 23px;
	margin-bottom:15px;
	letter-spacing: 0.12em;
	padding: 9px 0 0 11px;
	text-transform: uppercase;
	width:618px;
}

#respond p {
	color: #777777;
	margin: 0px;
	}

.cancel-comment-reply {
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	}

.cancel-comment-reply a {
	color: #000000;
	}

.cancel-comment-reply a:hover {
/*	color: #5CA12F; */
color:#015fd3;
	} 

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777777;
	width: 200px;
	}

/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link {
	text-decoration: none;
	}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
	}

ol.commentlist {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background: #f4f4f4;
	}

ol.commentlist li {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 160%;
	list-style-type: none;
	border-top: 1px dotted #ccc;
	}
ol.commentlist li div.comment-body p {
	margin-bottom: 17px;
}
ol.commentlist li.alt {
	background: #f8f8f8;
	}

ol.commentlist li.bypostauthor p {
	}

ol.commentlist li.byuser {
	}

ol.commentlist li.comment-author-admin {
	}

ol.commentlist li.comment {
	}

ol.commentlist li div.comment-author {
	}

ol.commentlist li div.vcard {
	}

ol.commentlist li div.vcard cite.fn {
	color: #000;
	font-style: normal;
	font-weight: bold;
	}

ol.commentlist li div.vcard cite.fn a.url {
	color: #000000;
	}

ol.commentlist li div.vcard img.avatar {
	float: left;
	margin: 0px 10px 5px 0px;
	}

ol.commentlist li div.vcard img.avatar-32 {
	}

ol.commentlist li div.vcard img.photo {
	}
ol.commentlist li div.vcard span.says, span.says {
	color: #636363;
	font-weight:bold;
	font-style:italic;
	padding-left:20px;
	background:url('./images/meta-comments.png') no-repeat left center;
	}

ol.commentlist li span.commentmetadata {
	font-weight:bold;
	font-style:italic;
	padding-left:15px;
	background:url('images/post-on.jpg') no-repeat left center;
	}
ol.commentlist div.commentmetadata {
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	font-size: 11px;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;	
}
ol.commentlist li span.comment-meta {
	margin: 3px 0px 0px 15px;
	font-size: 12px;
	}

ol.commentlist li span.comment-meta a {
	color: #636363;
	text-decoration:none;
	}

ol.commentlist li p {
	margin: 5px 0px 0px 0px;
	line-height: 1.4em;
	color:#000000;
	}

ol.commentlist li ul {
	}

ol.commentlist li div.reply {
	display: inline; 
	margin: 10px 0px 0px 0px;
	line-height: 18px;
	}

ol.commentlist li div.reply a {
	color: #f77707;
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	font-size: 11px;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	margin-bottom: 8px;
	text-align: left;
	}

ol.commentlist li div.reply a:hover {
	color: #333 !important;
	text-decoration: none;
	}

ol.commentlist li ul.children {
	}

ol.commentlist li ul.children li {
	margin: 10px 0px 0px 0px;
	padding-left: 20px;
	border-top: 1px dotted #636363;
	border-bottom: 0px dotted #636363;
	padding-bottom:0px;
	}

ol.commentlist li ul.children li li.alt {
	}

ol.commentlist li ul.children li.bypostauthor {
	}

ol.commentlist li ul.children li.byuser {
	}

ol.commentlist li ul.children li.comment {
	}

ol.commentlist li ul.children li.comment-author-admin {
	}

ol.commentlist li ul.children li.depth-2 {
	}

ol.commentlist li ul.children li.depth-3 {
	}

ol.commentlist li ul.children li.depth-4 {
	}

ol.commentlist li ul.children li.depth-5 {
	}

ol.commentlist li ul.children li.odd {
	}

ol.commentlist li.even {
	}

ol.commentlist li.odd {
	}

ol.commentlist li.parent {
	}

ol.commentlist li.pingback {
	}

ol.commentlist li.thread-alt {
	}

ol.commentlist li.thread-even {
	}

ol.commentlist li.thread-odd {
	}
	
ol.commentlist li code {
	color: #666;
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

/*******************
*	COMMENT FORM   *
********************/
#commentform {
	}

#commentform input {
	font-size: 10px;
	margin:10px 0px 0px 0px;
	}

#commentform input[type="image"] {
	margin-bottom:5px;
	}
	
#commentform .author, #commentform .email, #commentform .url {
	padding: 5px;
	background: #fff;
	color: #999999;
	font-style: italic;
	}

#commentform textarea {
	width: 99%;
	height: 130px;
	margin: 0px;
	padding: 2px;
	font-family: Georgia, serif;
	font-size: 12px;
	border: 1px solid #ddd;
	}

#commentform .submit {
	width: 90px;
	padding: 4px; 
	background: url(images/submit.gif); 
	border: 3px double #ccc;
	border-top-color: #ddd; 
	border-left-color: #ddd; 
	font: bold 1.4em 'Arial Narrow', Arial, sans-serif; 
	cursor: pointer; 
	}

/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 10px 0px 15px 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	}

/******************
*	FOOTER		  *
*******************/ 
#footerbg {
	background: #000 url(images/footer-bg.jpg) no-repeat center top;
	border-left:3px solid #2e2e2e;
	border-right:3px solid #2e2e2e;
	}
	
#footer {
	width: 1008px;
	height: 250px;
	margin: 0 auto;
	padding: 10px 0px 10px 40px;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	}
	 
#footer a, #footer a:visited {
	color: #f0f0f0;
	}
	
#footer a:hover {
	color: #ffcc00;
	text-decoration: none;
	}
	
#footer th {
	color: #333;
	}
	
#footer p {
	margin: 0px 0px 10px 0px;
	}	

#footer ul {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer ul li {
	color: #fff;
	}

#footer h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size:11pt;
	letter-spacing: 0.08em !important;
	font-family: 'Arial Narrow', Arial, sans-serif;
	border-bottom: 1px dotted #666;
	letter-spacing:-1px;
	}

.footer-col {
	width: 117px;
	padding: 5px 10px;
	margin-bottom:43px;
	}
	
#footer .left {
	clear:none;
	margin:0px;
}
	
.footer-col p {
	color:#898989;
}

#bottom {
	background: #111;
	height: 15px;
	padding: 10px;
	border-top: 1px solid #000;
	}

#bottomwrapper {
	width: 960px;
	margin: 0px auto;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	}

#bottomwrapper a {
	color: #fff;
	}

.rss {
	background: url(images/rss-small.gif) no-repeat;
	padding: 0px 0px 0px 18px;
	}
	
#footer-wide {
	height:80px;
	width:100%;
	margin-bottom:5px;
}
	
/****************
 ** Tabber Box **
 ****************/
 .tabs {
	margin: 0 0 10px 0;
	padding:4px 0px 2px 0;
	border-top:1px dotted #636363;
	border-bottom:1px dotted #636363;
	width: 100%;
}
ul.tabs li {
	display:inline;
}
ul.tabs a {
	margin:0px;
	border:0px;
	padding:0px;
}
.inside #popular-posts {
	display:block;
}
.inside #recent-posts {
	display:none;
}
.inside #recent-comments {
	display:none;
}
.inside #tag-cloud {
	display:none;
	line-height:1.5em;
	padding: 10px;
	text-align:justify;
}
.inside #tag-cloud a {
	margin-right:10px;
}
.inside li {
	margin-bottom:10px;
	padding:5px;
}
a img.thumb, img.avatar-70 {
	float:left;
	margin-right:10px;
	margin-top:5px;
}
div.info {
	display:inline;
}
#popular-posts ul li,
#recent-posts ul li,
#recent-comments ul li {
	border-bottom: 1px dotted #c1c1c1;
	padding-bottom: 10px;
}

h3.grey-arrow {
	color:#fff;
	background: #898989 url('images/grey-triangle.jpg') no-repeat right top;
	height:25px;
	width:135px;
	padding: 3px 10px 0px 10px;
	text-align:left;
	line-height:1.6em;
	margin:5px 0;	
	font-size: 14px;
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	-moz-text-shadow: #666 1px 1px 1px;
	-webkit-text-shadow: #666 1px 1px 1px;
	text-shadow: #666 1px 1px 1px;
	font-weight: normal;
	letter-spacing: 0.07em;
}
h3.blue-arrow {
	color:#fff;
	background: url('images/arrow-book-blue.png') no-repeat;
	height:30px;
	width:170px;
	padding: 3px 10px 0px 10px;
	text-align:left;
	line-height:1.6em;
	margin: 5px 0;		
	font-size: 14px;
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	-moz-text-shadow: #666 1px 1px 1px;
	-webkit-text-shadow: #666 1px 1px 1px;
	text-shadow: #666 1px 1px 1px;
	font-weight: normal;
	letter-spacing: 0.07em;
}


#books-table td {
	padding: 20px 10px;
	margin-top: 20px;
}
div.bookpg-desc {
	float: left;
	padding: 20px 10px;
	width: 380px;
}
div.bookpg-img {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

div.bookpg-buy,
#books-table th {
	padding:5px;
	text-align:center;
}
div.bookpg-buy {
	border-top:1px dotted #636363;
	border-bottom:1px dotted #636363;
	margin-bottom: 40px;
}

div.bookpg-img img,
#books-table img {
	border:1px solid #dfdfdf;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
	padding:4px;
}

div.bookpg-buy br,
#books-table th br {
	display:none;
}

div.bookpg-buy img {
	margin:0 6px;
	border:0px;
	background:none;
	padding:0px;
}
#books-table th img {
	margin:0 6px;
	border:0px;
	background:none;
	padding:0px;
}
#content div.entry #book-table td h2 a:hover {
	color: #f77707 !important;
}

div.books-overview div.bookpg-desc ul,
#books-table div.book-subnav ul {
	margin: 0;
	padding: 0;
}
div.books-overview div.bookpg-desc ul li,
#books-table div.book-subnav ul li {
	display: inline;
}
div.books-overview div.bookpg-desc ul li a,
#books-table div.book-subnav ul li a {
	display: block;
	border-right: 1px #fff solid;
	color: #fff;
	float: left;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	background-color: #000;
	letter-spacing: 0.12em;
}
div.books-overview div.bookpg-desc ul li a:hover,
#books-table div.book-subnav ul li a:hover {
	background: #f77707 !important;
}
div.bookpg-desc h2,
#books-table td h2 {
	margin-bottom: 8px !important;
	line-height: 140%;
}
div.bookpg-desc h2 a,
#books-table td h2 a {
	color: #000;
}
div.bookpg-desc h2 a:hover,
#books-table td h2 a:hover {
	color: #f77707 !important;
}
div.bookpg-desc h2 a em,
#books-table td h2 a em {
	font-size: 24px !important;
}

div.likebox {
	margin: 15px 0 !important;
}

p.top-dots {
	border-bottom:1px dotted #636363;
}

p.bottom-dots {
	border-top:1px dotted #636363;
}

.grey {
	background-color:#252525;
	color:white;
	font-style:italic;
	padding:7px 10px;
	width:96px;
	margin-right:1px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

img[src="http://www.frekonomics.com/wp-content/themes/freakonomics/includes/timthumb.php?src=http://www.frekonomics.com/wp-content/themes/freakonomics/images/image-pending.gif&h=70&w=70&zc=1"],
img[src="http://www.frekonomics.com/wp-content/themes/freakonomics/includes/timthumb.php?src=http://www.frekonomics.com/wp-content/themes/freakonomics/images/image-pending.gif&h=80&w=100&zc=1"],
img[src="http://www.frekonomics.com/wp-content/themes/freakonomics/includes/timthumb.php?src=http://www.frekonomics.com/wp-content/themes/freakonomics/images/image-pending.gif&h=100&w=100&zc=1"] {
	display:none;
}

#all-posts {
/*	margin-top:15px;	*/
/*	margin-left:15px;	*/
}

.post-box {
	width:300px;
	height:350px;
	padding:4px;
	background-color:white;
	border:1px solid #dfdfdf;
	border-right-width:2px;
	border-bottom-width:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:left;
	margin-right:8px;
	margin-bottom:15px;
}

.post-box h2 {
	width:290px;
	color:white;
	background-color:black;
	font-size:16pt;
	padding:5px;
	margin-bottom:5px;
	height:43px;
}

.post-box p {
	width:290px;
	padding:5px;
}

.post-box div.upper {
	height:295px;
	overflow:hidden;
	border-bottom:1px solid #e0e0e0;
}

.post-box table.lower {
	height:54px;
	border-top:1px solid #ffffff;
	width:100%;
}

table.lower td {
	border:0px;
	height:25px;
	padding:0 5px;
	font-weight:bold;
	color:#636363;
	font-size:13px;
	vertical-align:middle;
}

table.lower a {
	color:#636363;
}

table.lower th {
	border:0px;
	height:28px;
	background-color:black;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:13px;
	color:white;
}


.textwidget {
	padding:5px;
}

.textwidget p {
	margin:0 0 10px;
}

.widget {
	padding: 4px;
	border:1px solid #dfdfdf;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color:white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:300px;
	margin-bottom:15px;
}

.widget p {
	margin:0 0 10px;
	padding:5px;
}

#search-wrapper {
	border-top:1px dotted #636363;
	border-bottom:1px dotted #636363;
	float: left;
	height:33px;
	margin-left: 20px;
	padding:5px 0;
    width: 968px;
}
#search-wrapper h1 {
	float: left;
	margin-top: 3px;
}
#search-wrapper h1 span {
	display: none;
}

#s {
	border: 1px solid grey;
	height: 26px;
	left: 3px;
	position: relative;
	top: -9px;
}
#tkiydd-tkiydd {
	width:210px; 
	height:26px;
}

#media-box {
	position:absolute;
	right:0px;
	top:225px;
	padding: 4px;
	border:1px solid #dfdfdf;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color:#f6f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:127px;
	z-index:5;
}

#media-box img{
	margin-bottom:7px;
	display:block;
	border:0px;
}

#tabber .info h4 {
	font-size:14px;
	font-family: Georgia, serif;
	font-weight: normal !important;
	margin-bottom: 5px;
}
#tabber .info h4 a {
	font-family: Georgia, serif;
	font-weight: normal !important;
	font-size: 14px;
}
#tabber .info h4 a:hover {
	color: #f77707;
	text-decoration: none;
}

#tabber .readmore {
	color: #f77707;
	font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
	font-size: 11px;
	font-weight: normal !important;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
}
#tabber .readmore:hover {
	text-decoration: underline;
}

.pagination {
    font-size: 14pt;
    margin-bottom: 10px;
    width: 630px;
}

.pagination a {
	color:#333333;
}

img.book-cover {
	border:1px solid #dfdfdf;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
	padding:4px;
	float:left;
	margin:3px 10px 5px 0;
}

#triptych {
	border-top: 1px dotted #636363;
    height: 190px;
    margin: 0 0 10px 30px;
    padding-top: 20px;
    width: 964px;
}

.triptych {
	border:1px solid #dfdfdf;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:hidden;
	padding:4px;
	float:left;
	margin-right:17px;
}

.last {
	margin-right:0px;
}

#tabber p.tabs h3 {
display: inline;
height: 28px; 
padding: 7px 8px;
}

img.email {
	position:relative;
	top:8px;
}

/*
 * jQuery FlexSlider v1.6
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}

/* Browser Resets */
.flexslider a {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load
 */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; margin-bottom: 50px; height: 348px;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
.flex-caption {width: 96.1%; padding: 2%; position: absolute; left: 0; bottom: 0; background: #000; background: rgba(0,0,0,.7); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}
.flex-caption a { font-size: 18px; text-transform: uppercase; letter-spacing: 1px; color: #fff; 	font-family:  "Gill Sans", "Gill Sans MT", 'Trebuchet MS',clean, sans-serif; }
/* Direction Nav */
.flex-direction-nav li a {width: 38px; height: 38px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {background-position: -38px 0; right: -12px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -5px;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 15px; height: 15px; display: block; background: url(theme/control_nav.png) no-repeat 0 top; cursor: pointer; color: #fff; line-height: 1.15em; text-shadow: 0 -1px 1px rgba(3,3,3,.3);}
.flex-control-nav li a:hover {background-position: 0 -16px;}
.flex-control-nav li a.active {background-position: 0 -32px; cursor: default;}

/* Video Page Tabbed Nav */

/* -- Reset -- */
.page-id-70346 .entry,
.page-id-70346 .entry ul li {
	margin: 0;
	padding: 0;
} 

.page-id-70346 .entry {
	border: none;
} 
/* -- end reset -- */


#video-nav {
	height: 38px;
	overflow: hidden;
}

#video-nav ul {
	margin: 0;
	padding: 0;
}

#video-nav li {
	float: left;
	display: block;
}

#video-nav li a:hover, #radio-nav li a.active,
#video-nav li.ui-state-active a {
	background: transparent url(images/radio-nav-active.png) 50% 0 no-repeat;
}

#video-nav li a {
	background: transparent url(images/video-nav-bg.png) 0 0 repeat-x;
	color: #fff;
	display: block;
	float: left;
	font-family: 'Gill Sans', "Gill Sans MT", 'Trebuchet MS', sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	margin-left: 3px;
	overflow: hidden;
	padding: 6px 12px;
	text-align: center;
	text-transform: uppercase;
}

/*
 * jQuery UI Tabs 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:none;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 0 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Transcript functionality */

.transcript {
	padding: 10px 0;
	margin: 10px 0;
}

.entry h4.transcript-title {
	margin: 5px 0 30px;
	font-family: 'Gill Sans', "Gill Sans MT", 'Trebuchet MS', sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	padding: 5px 8px 5px;
	display: block;
	width: 140px;
	border: 1px solid #bbb; 
	background: #fff url('images/arrow-down.png') no-repeat 95% 40%;
	text-transform: uppercase;
	cursor: pointer;
	color: #FF981F;
}

.entry h4.transcript-title:hover {
	background-color: #f3f3f3;
}

/* Books Carousel */

.jcarousel-skin-tango .jcarousel-container {
    width: 550px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 550px;
    padding: 10px 30px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  550px;
    height: 240px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 160px;
    height: 240px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 5px;
    margin-right: 13px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 13px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 100px;
    right: 5px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: transparent url(theme/bg_direction_nav.png) no-repeat -38px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 100px;
    left: 5px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: transparent url(theme/bg_direction_nav.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    opacity: .5;
}


em {
	font-style: italic important;
}

div.radioarchive-page span.green-title,
div.radioarchive-page span.red-title,
div.radioarchive-page span.blue-title {
	display: block;
	padding-bottom: 5px;
}