/*========= SETUP =========*/
ul.list2 li, ul.list1 li {
	background: url(/wp-content/themes/ethisphere-2009/styles/default/ico-feat.gif) no-repeat left center ! 	important;
}

ul.list-ceo li{
	background: none !important;
	padding: 8px 8px 8px 4px;
	min-height: 60px;
}

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #666666;
	background-color: #d5d5d5;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
}
a{
	color: #000000;
	text-decoration: none;
}

a {
   outline: none;
}

a:hover, a:active, a:focus{
	color: #990000;
	text-decoration: none;
}

input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}

textarea {
	width:100%;
	margin:0 0 10px 0;
}

select{
	padding: 0;
}
li{
	list-style: none;
}

hr.dotted-divider {
  border-color: #d3d3d3;
  border-style: dotted;
  border-width: 2px 0 0;
  clear: both;
  margin: 20px auto 0px auto;
  height: 0px;
  width: 100%;
}

hr.subscribe-divider {
  border-color: #ccc;
  border-style: double dotted;
  border-width: 3px 0 0;
  clear: both;
  margin: 5px auto 5px auto;
  height: 0px;
  width: 100%;
}

#cse-search-box input {
	color: #555555;
}

.wp-ads {
	margin:10px 0 0 0;
	padding:10px;
	text-align: center;
	background: #ffffff;
	border-top: 1px solid #dddddd;
}

/*========= LAYOUT =========*/

#page{
	width: 960px;
	background-color: #FFFFFF;
	margin:0px auto;
	border: 1px solid #000000;
}
/*--- Main Columns ---*/
#columns{
	padding:10px 15px 25px;
	background-color: #FFFFFF;
	margin: 0px;
}
.full-col {
	width: 100%;
}
.col1{
	float: left;
	width: 595px;
	padding-right:15px;
}
.col2{
	float: left;
	width: 315px;
	margin-left: 5px
}
/*--- Sub Columns ---*/
.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}

/*========= HEADER =========*/

/*- Top Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	background-color: #f9f9f9;
	margin:0px 15px 0px !important;
	border-top:0px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 930px !important;
	}
#nav-left {
	float:left;
	display:inline;
	width:545px;
	}

#nav-right /*This is actually the container div for the search box*/ {
	position: absolute;
	right: 10px;
	bottom: 8px;
	}

#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav .current_page_item {
	height:30px;
}
#nav .current_page_item a {
	color: #990000;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul  li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
} 

#nav ul  li a:hover {
	color: #990000;
}   

/*- RSS/Twitter Header Icons */
#header-icons {
	width:60px;
	height: 26px;
	position: absolute;
	top:10px;
	right:0px;
}

/*- Page Navigation */
#nav2, #nav2 * {
	margin:0;
	padding:0;
	list-style: none;
}

#nav2 {
	height: 20px;
	font-weight:bold;
	font-size:14px;
	position:relative;
	line-height: 20px;
	margin:0px 0px 0px 0px;
	z-index:10 !important;
	background: #000000;
}

ul#nav2 {
/*	padding: 0px 0 0px 15px;*/
	width:99%;
	margin: 0 auto;
}

#nav2 li {
	float: left;
	list-style:none;
	z-index:10 !important;
}
#nav2 li a {
	color: #fff;
	display: block;
	padding: 0 14px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10 !important;
	text-transform: uppercase;
	margin: 0 0px 0 0;
}

#nav2 li ul {
	position:absolute;
	left: -999em;
	margin-top:0px;
	z-index:10 !important;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav2 li ul li {
	display:block !important;
	float:none !important;
	border:0px solid #ddd !important;
	border-top:none !important;
	background:#000;
	z-index:10 !important;
}

#nav2 li a:hover {
	color: #000000;
	background: #ffffff;
} 

#nav2 .current_page_item a {
	color: #000000;
	background: #ffffff;
} 

#nav2 li.subscribe-menu-item a {
	color: #ffffff;
	background: #990000;
}
	
#nav2 li.subscribe-menu-item a:hover {
	color: #ffffff;
	background: #000000;
}	

#nav2 li.contact-menu-item a {
	position:absolute;
	right:0px;
	top:0px;
	color: #ffffff;
	padding: 0 8px 0px 13px;
}

#nav2 li.contact-menu-item a:hover {
	color: #000000;
	background: #ffffff;
}
		
#nav2 li.contact-menu-item-current a {
	position:absolute;
	right:0px;
	top:0px;
	color: #000000;
	background: #ffffff;
	padding: 0 8px 0px 13px;
}	
	

/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:330px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #ffffff;
	border: 1px solid #000000;
	color: #686868;
	float: left;
	font-size: 11px;
	width:255px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:25px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:58px;
}
/*- Header -*/
#header{
	height: 125px;
	background-color: #ffffff;
	margin: 0 0px;
	padding: 0px;
	position: relative;
	border-top: 5px solid #000000
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a{
	display: block;
	height: 42px;
	width: 210px;
	color: #000000;
	font-size: 28px;
	margin: 70px 0 0 15px;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
	padding:20px 0px 0px;
}

#topbanner img{
	float: right;
}

/*- RSS -*/
#rss a{
	color: #000000;
}

#rss a:hover{
	color: #990000;
}

#rss li.rss a:hover{
	color: #ff9400;
}

#rss li.twitter a:hover{
	color: #33ccff;
}

#rss h2{
	padding:0px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
li.rss{
	margin: 0px 0px 0px 0px;
	border:none !important;
	padding: 5px 5px 5px 28px;
	background: url(/wp-content/themes/ethisphere-2009/images/ico-feed.png) no-repeat 5px 4px !important;
}

li.twitter{
	margin: 0px 0px 0px 0px;
	border:none !important;
	padding: 5px 5px 5px 28px;
	background: url(/wp-content/themes/ethisphere-2009/images/ico-twitter.png) no-repeat 5px 4px !important;
}
#rss li.print-mag {
	background: url(/wp-content/themes/ethisphere-2009/styles/default/ico-feat.gif) no-repeat 5px 4px !important;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:15px 0px 0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}

.home-rankings {
	float:left;
	border:0px solid #000000;
	width: 75px;
	height: auto;
	margin: 0px 35px 0px 37px;
	*margin: 0px 38px 0px 35px; /* targets IE6 and 7 */
	_margin: 0px 30px 0px 30px; /* targets IE6 */
}


/*========= BLOG POST STYLING =========*/

.post-image {
	float:left;
	border:0px solid #000000;
	width: 100px;
	height: auto;
	margin: 20px 15px 20px 10px;
}

.expert-image {
	float:left;
	border:1px solid #000000;
	width: 100px;
	height: auto;
	margin: 20px 15px 30px 10px;
}

p.experts-bio {
	font-weight: bold;
	margin: 0 0 0 0;
	*float: right;
	*width: 440px;
}

h4.experts {
	font-weight: bold;
	margin: 0 0 0 0;
}

.post-blurb {
	float: right;
	width: 460px;
	overflow: hidden;
	*width: 450px; *margin:-30px 0 0 -40px; /* notice the * before the property - shows in IE7 and below */
}

.post-blurb p {
	line-height: 1.5em;
}

.experts-blurb {
	float: right;
	width: 460px;
	overflow: hidden;
	*width: 450px; *margin:-30px 0 0 -40px; /* notice the * before the property - shows in IE7 and below */
}

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	height:388px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
.box .post h2 a{
	color:#333333;
}

.box .post h2 a:hover{
	color:#990000;
}

.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

.box .post img{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	
}
.post-alt h2{
	font-size: 18px;
	padding: 0;
	color:#990000;
	line-height: 26px;
	text-transform: uppercase
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #990000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

p.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

h3.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}
/*=== Buttons ===*/
.full-story{
	/*background: url(images/ico-arrow.gif) no-repeat left;*/
	background: url(images/full-story.gif) no-repeat right;
	font-weight:bold;
	padding-left: 0px;
	margin: 10px 20px 10px 0;
	
}

.full-story a {
	color:#990000;
	width: 62px;
	height: 15px;
	display: block;
	text-indent: -9999px;
}

.full-story a:hover {
	color:#000000;
}

.continue-featured{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
	margin:-45px 20px 0 0;
	float: right;
}

.continue-featured a{
	color:#990000;
	text-indent: -9999px;
}

.continue-featured a:hover{
	color:#000000;
}

.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-top:0px;
	margin-bottom:15px;
	padding:0px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#000;
	font-size: 28px;
	font-family:Georgia, serif;
}

#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox h2 {
	color:#000000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000000;
	font-weight:bold;
	font-size: 12px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
	text-decoration:underline;
}

.archivefeed a:hover {
	text-decoration:none;
	color:#000000;
}

.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#000 !important;
}
.singletags a { font-weight: normal !important; }

.entry, .full-entry {
	margin:10px 0 0 0;
}

#tabs .entry p, #tabs .full-entry p {
	width: 558px;
	background: #eaeaea;
	padding: 10px 10px 10px 10px;
	border-top: 0px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	}
	
.entry a, .full-entry a {
	text-decoration: underline;
	}	
	
.entry a:hover, .full-entry a:hover {
	text-decoration: none;
	}	

.entry p, .full-entry p {
	text-align:left;
	font-size:13px;
	line-height:22px;
	color:#000000;
	font-family: Georgia, serif;
	}
	
.entry blockquote, .full-entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p, .full-entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 0px;
	border: 0px solid #dddddd;
	float:left;
	display:inline;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 15px;
	}
.full-entry img {
	padding: 0px;
	border: 0px solid #dddddd;
}
.entry h3, .full-entry h3 {
	color: #990000;
	font-size: 16px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; 
	padding: 4px 0 4px 0px;
	margin: 10px 0 10px 0;
	line-height: 1.35em;
	clear: both;
	text-transform: capitalize; 
	}	

.entry h4, .full-entry h4 {
	color: #333;
	font-size: 15px;
}	

.entry h5, .full-entry h5 {
	color: #333;
	font-size: 14px;
	font-style: italic;
}	
	
body#ethicenter	.entry img {
	border: 0px solid #dddddd;
	}
.entry ul, .entry ol, .full-entry ul, .full-entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:22px;
	}
.entry ul li ul, .entry ol li ol, .full-entry ul li ul, .full-entry ol li ol {
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li, .full-entry ul li {
	list-style:disc outside !important;
	margin-left:35px;
	padding:3px 0px 3px 0px;
	color:#000000;
	font-family:Georgia, serif;
	font-size: 13px;
	}
.entry ul li ul li, .full-entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li, .full-entry ol li {
	list-style:decimal outside !important;
	margin-left:35px;
	padding:3px 0px 3px 0px;
	color:#000000;
	font-family:Georgia, serif;
	font-size: 14px;
	}
.entry ol li ol li, .full-entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}

/*========= SIDEBAR =========*/

#sidebar-events
{
  display: block;
  width: 318px;
  height: 125px;
  background: url(/wp-content/themes/ethisphere-2009/images/sb-events-sprite.jpg) no-repeat 0 0;
}

#sidebar-events:hover
{ 
  background-position: 0 -125px;
}

#sidebar-events span
{
  display: none;
}


#sidebar-rankings
{
  display: block;
  width: 318px;
  height: 125px;
  background: url(/wp-content/themes/ethisphere-2009/images/sb-rankings-sprite.jpg) no-repeat 0 0;
}

#sidebar-rankings:hover
{ 
  background-position: 0 -125px;
}

#sidebar-rankings span
{
  display: none;
}


#sidebar-leaders
{
  display: block;
  width: 318px;
  height: 125px;
  background: url(/wp-content/themes/ethisphere-2009/images/sb-leaders-sprite.jpg) no-repeat 0 0;
}

#sidebar-leaders:hover
{ 
  background-position: 0 -125px;
}

#sidebar-leaders span
{
  display: none;
}


#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width:312px !important;
	height:auto !important;
	min-height:258px;
	padding:0px;
	border:1px solid #ddd;
	background-color:#ffffff;
	float:left;
	display: block;
}
.col2 .mootabs_title{
	font-size: 12px;
	width: 99%;
	float:none;
	margin:0;
	background: #eaeaea;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:0px solid #ddd;
	border-left:1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 5px !important;
	cursor: pointer;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	border: 1px solid #ddd;
	text-decoration: none;
	color:#ffffff;
	background: #000000;
}
.col2 .mootabs_panel {
	display: none;
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 296px !important;
	padding:5px !important;
	border:0px solid #ddd !important;
	margin:0px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:203px;
	}

.list1 li,.list2 li, .list3 li {
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #eee;
}

.list-ceo li {
	padding: 6px 0 6px 5px;
	border-bottom: 1px solid #eee;
}

.list1 li a,.list2 li a,.list3 li a,.list4 li a, .list5 li a {
	color: #000000;
	font-size: 12px;
}

.list-ceo li a{
	color: #990000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
}

.list-ceo li a:hover{
	color: #000000;
}

.list1 li a:hover, .list2 li a:hover, .list3 li a:hover,.list4 li a:hover, .list5 li a:hover {
	color: #990000;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
/*- Ads -*/
.ads{
	border: 1px solid #ddd;
	height: 125px;
	width:308px;
	padding: 5px;
	margin:0 0 15px;
}
.ads img{
	float: left;
	margin:0 5px 0 0;
}
.ads img.last{
	margin: 0;
}
/*- Flickr -*/
.flickr{
	border: 1px solid #ddd;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
}
.flickr h2{
	font-size:14px;
	padding: 5px;
	margin-bottom:10px;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}
.flickr img {
	margin:0px 0px 10px 5px;
	border: 1px solid #ddd;
	padding:5px;
	background-color:#ffffff;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #000000;
}

/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #979797;
	height: auto;
	line-height: 20px;
	margin:0px 15px 0px 15px;
	padding:20px 15px 20px 15px;
	background-color: #ffffff;
	border-top: 11px solid #000;
	text-align: center;
	font-weight: bold;
}

#footer p {
	color:#000000;

}

#footer a {
	color:#000000;
}

#footer a:hover {
	color:#990000;
}

ul.inline li {
	display: inline;
}
/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#head_img_span {
	height: 150px;
	width: 292px;
	margin: 10px 0 15px;
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#head_img_span a {
	display: block;
	margin: 0 auto;
}
#head_img_span img {
	height: 150px;
	width: 250px;
	display: block;
	margin: 0 auto;
}
.committee-member {
	margin-top: 20px;
}
.committee-member, .committee-member .experts-bio, .committee-member .experts-blurb p {
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.3;
}
.committee-member .expert-image {
	margin: 3px 15px 30px 1px;
}
.committee-member .expert-image img{
	margin: 0;
}
.committee-member .experts-blurb {
	width: 475px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}

#suckerfish {
	background: #000;
/*	border-bottom: 2px solid #000000;
	padding:0 0 3px 0;*/
	margin:0;
}


* { margin: 0; padding: 0; } /* Quick and dirty reset */

ul.bookmark li {
	list-style: none; /* Remove the default bullet points*/
}

ul.bookmark li a {
	display: block; /* Increase the clickable area of the link */
	height: 24px; /* Convert the link to the size of the icon (minus the padding) */
	float: left; /* Float each anchor to display side by side */
	margin: 0 15px 0 0; /* Add some right margin to space the links*/
	padding: 8px 0 0px 40px; /* Add some left padding to accomodate the icons */
	color: #333; /* Spice up the link colour */
	text-decoration: none; /* Remove the default underline on the link */
	background-image: url(images/bookmark-icons.png); /* Add the background sprite image */
	background-repeat: no-repeat; /* Don't repeat the image */
}

ul.bookmark li a.reddit { background-position: 0 0; }
ul.bookmark li a.stumbleupon { background-position: 0 -32px; }
ul.bookmark li a.delicious { background-position: 0 -64px; }
ul.bookmark li a.technorati { background-position: 0 -96px; }
ul.bookmark li a.digg { background-position: 0 -128px; }

ul.bookmark li a:hover {
	color: #666; /* Change to lighter grey on hover */
}

/*Featured Tabs*/

#tabs {
clear:both;
width:100%;
border:0px solid #CCCCCC;
border-bottom:0px solid #CCCCCC;
background-color:#ffffff;
margin-top:10px;
}

#tabs p {
margin:0;
padding:0;
}

#tabs h2 {
margin:0px 0 0 0;
padding:0;
}

#tabs h2 a {
color:#990000;
}

#tabs h2 a:hover {
color:#333333;
}

img.thumb  {
	padding: 4px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 0px solid #dddddd;
	border-left: 1px solid #dddddd;
	float:none;
	display:inline;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	}


#tab1 {
display:block;
top:0;
left:0;
height:auto;
width:100%;
}

#tab2 {
display:none;
top:0;
left:0;
height:auto;
width:100%;
}

#tab3 {
display:none;
top:0;
left:0;
height:auto;
width:100%;
}

#tab4 {
display:none;
top:0;
left:0;
height:auto;
width:100%;
}

#tabstrip {
height:40px;
clear:both;
width:100%;
background-color:#ffffff;
border-bottom:1px solid #CCCCCC;
margin:0 0 10px 0;
}

#tabstrip .inner {
float:right;
padding-right:10px;
}

#tabstriptab1, #tabstriptab2, #tabstriptab3, #tabstriptab4 {
padding-left:15px;
padding-right:15px;
padding-top:8px;
padding-bottom:3px;
border:1px solid #CCCCCC;
float:left;
margin-left:5px;
margin-top:10px;
display:block;
text-decoration:none;
border-bottom:none;
height:18px;
z-index:100;
cursor:pointer;
background-color:#cccccc;
color:#990000;
}

#tabstriptab1 {
background-color:#FFFFFF;
height:19px;
}

.sidebar-bottom-home {
	width: 308px;
	height:125px ;
	background: #ffffff;
	text-align: center;
	margin:10px 0 20px 0;
	padding:10px 0 10px 0;
	border:1px solid #000000;
}

.csr_wire_headlines {
	width:250px;
	border: 0px #E6E6E6 solid;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	float:left;
	background: #ffffff;
}


.home-post-container {
	width: 100%;
	overflow-x: none;
	background: url(images/hp-container-double-line.gif) no-repeat;
 	background-position: top;
	padding:20px 0 0 0;
}

.home-post-left h2, .home-post-right h2 {
	margin:5px 0 15px 0;
}

.home-post-left h2 a, .home-post-right h2 a {
	color:#990000;
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 1.25em;
}

.home-post-left h2 a:hover, .home-post-right h2 a:hover {
	color:#333333;
}


.home-post-left {
	width:250px;
	border: 0px #E6E6E6 solid;
	padding: 5px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	float:left;
	background: #ffffff;
	color:#000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.home-post-right {
	width:250px;
	border: 0px #E6E6E6 solid;
	padding: 5px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	float:right;
	background: #ffffff;
	color:#000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.leaders-experts {
	width:250px;
	border: 1px #E6E6E6 solid;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	float:left;
	background: #ffffff;
}

.rankings {
	width:250px;
	border: 1px #E6E6E6 solid;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	float:right;
	background: #ffffff;
	color:#000000;
}

.rankings img {
	border:1px solid #cccccc;
	margin:4px;
}


p.csrwire_headline {
	margin: 0px 0px 6px 0px ;
}

.csr_wire_headlines a{
	color:#000000;
}

.csr_wire_headlines a:hover{
	color:#990000;
}

#csrwire_heading {
	display:inline;
	color:#990000;
}

span#csrwire_provided_by {
	display:none;
}

a.readmore {
	float:right;
	margin:0 10px 0 0;
	border-left: 1px solid #000000;
	padding:0 0 0 5px;
}

a.readmore {
	color:#990000;
}

a.readmore:hover {
	color:#000000;
}

body#the-magazine .entry h3 {
	text-transform: none;
	margin:10px 0 0px 0px;
	padding:4px 4px 4px 0px;
	font-size: 18px;
}

h3.magazine-links a {
	color:#000000;
}

h3.magazine-links a:hover {
	color:#990000;
}

.magazine-read-more {
	font-size: 11px; 
	margin:0 0 0 0px;
}

.magazine-read-more a {
	color:#990000;
}

.magazine-read-more a:hover {
	color:#000000;
}

.magazine-cover {
	border:1px solid #cccccc;
	padding:0px;
	margin:0 0 10px 0;
}

.wme-bookmarks-list {
	color:#000000;
	font-size:100%; 
	margin:0 0 0 10px;
}

.wme-bookmarks-list a:hover {
	color:#990000;
}

.leaders-experts .left {
float:left;
width:250px;
}

.leaders-experts .right {
float:right;
width:250px;
}

.pod_cast_entry img {
	float: left;
	padding: 0px;
	margin: 0px 15px 3px 3px;
	border: solid 1px #666666;
}

.pod_cast_entry p {
	width:250px;
	margin: 0px;
	color:#000000;
}

.pod_cast_entry {
	height: 100px;
}

.pc_link {
	display: inline;
}

/*Table Style*/

table {border-collapse: collapse;
border: 1px solid #cccccc;
color: #000;
background: #fff;
width:100%;
margin:10px 0 10px 0;
}

td, th {border: 1px dotted #bbb;
padding: .5em;
}

th {
	background: #f5f5f5;
	color:#990000;
	width:auto;
}

th.month {
	width:75px;
}

caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */

table a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;}

/*table a:link {border-bottom: 1px dashed #ddd;
color: #000;}*/

/*table a:visited {border-bottom: 1px dashed #ccc;
text-decoration: line-through;
color: #808080;}*/

table a:hover {border-bottom: 0px dashed #bbb;
color: #990000;}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th {border: 2px solid #000;
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #333;
background: transparent;}

tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

tbody th, tbody td {vertical-align: top;
text-align: left;}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

tbody tr:hover {background: #fafafa;}

/*Government Page Stylings*/

ul.gov-wme-list li {
	color:#990000;
	font-size:90%;
	padding:0 0 0 10px;
	background: url(/wp-content/themes/ethisphere-2009/images/ico-arrow-gov-wme.gif) no-repeat 0px 2px;
}



#mag-headline-cover {
	width: 593px;
	height: 163px;
	margin:0px 0 10px 0;
	border: 1px solid #000000;
}

/*Accordion Stylings*/
    
/*About Page*/ 

h4.our-values {
	width:450px; 
	margin: 20px 0 10px 132px !important;
	padding: 0 !important;
	font-family: Georgia, serif;
	font-size: 20px;
	color: #990000;
	line-height: 1.25em;
	font-weight: normal;
}


p.our-values {
	width:400px; 
	float:right;
	margin: 0 !important;
	padding: 0 !important;
}



    
#accordion {
	margin:0px 0px 15px 0px;
}

h3.toggler  {
	cursor: pointer;
	font-family: Georgia,serif;
	font-size: 14px;
	margin: 0 0 0px 0;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
	/*background: url(/wp-content/themes/ethisphere-2009/images/accordion-squares-black.gif) repeat-x center !important;*/
}

/*h3.toggler span {
	background: #ffffff !important;
	margin:0 0px 0 0px;
	padding:0 10px 0 5px;
}*/


.last-toggler {
	border-bottom: 1px solid #cccccc !important;
}

.element {
	width: 593px;
	margin: 0px auto 0px auto;
}

.element p {
	margin:auto !important;
	padding:0px 10px 10px 0px !important ;
}

.element h4, .element h4 a {
	margin:20px 0px 10px 0px;
	*margin:10px 0px 10px 10px;
	_margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	color: #990000;
    font-size: 15px;
    font-weight: normal;
    font-family:Georgia, serif;
}

.element h4 a:hover {
	color: #333333;
}


blockquote {
	padding:5px 20px;
}

#tabs {
	margin: 0;
}

/*-------------*/

#featured{ 
	width:200px; 
	padding-right:350px; 
	position:relative; 
	border:1px solid #ccc; 
	height:250px; 
	background:#ffffff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:300px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:300px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:130px; left:0; 
	height:120px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:10px 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}





/*--- footer pop up ---*/
#bottom-pop {
	background: #000;
	padding: 10px 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#bottom-pop a {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
#pop-close {
	padding: 0 0 15px 0;
}
#pop-close a {
	font-weight: normal;
	color: #FFF;
}
#bottom-pop .pop-mag {
	float: left;
	margin-right: 90px;
}
#bottom-pop .colleft {
	float: left;
	width: 56%;
	margin-left: 25px;
}
#bottom-pop .colright {
	float: right;
	width: 30%;
	margin-right: 30px;
}
#bottom-pop ul {
	float: left;
	margin: 15px 30px 0 0;
}
#bottom-pop li {
	list-style: disc inside;
}
/*Calendar/Events Table
----------------------------------------------- */
td.events-date {
	font-size: 18px;
	width:100px; 
	text-align: right;
}

table {
		border-collapse:collapse;
		border-left:0px solid #686868;
		border-right:0px solid #686868;
		width:593px;
		color: #333;
		margin:20px 0 0 0px;
}

td, th {
		padding:5px;
		text-align:left;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#000000;
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: none;
}

table a:hover {
		border-bottom: 0px dashed #bbb;
		text-decoration:underline;
		color:#333333;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#333;
		color:#fff
}

tfoot td {
		text-align:left
}


/* =body
----------------------------------------------- */

tbody th {
		background: #d5d5d5;
		color: #000000;
		white-space: nowrap;
		text-align: left;

}

tbody th a {
		color:#333;
}

.odd {}

tbody tr {
		background:#f9f9f9;
		text-align: left;
}

tbody tr td {
		text-align: left;
}

tbody tr:hover {
		background:#ffffff;
}


#inset_table-leftcolumn 			{ border-spacing:0px; spacing:0px; margin:20px 0px 20px 0px;border-top:1px dotted #b9c5c3;border-collapse: separate;border-collapse: collapse; background: #ffffff;}
  #inset_table-leftcolumn tr		{ border-bottom:1px dotted #b9c5c3; background:#ffffff;}
  #inset_table-leftcolumn td		{ padding:6px 6px 6px 6px; vertical-align:top; border:0px dotted #b9c5c3; border-left:1px solid #b9c5c3; margin:0 0 0 0; }
  #inset_table-leftcolumn td.label		{ background:#ffffff; border-left:0px; font-weight:bold; }
  #inset_table-leftcolumn td.left		{ background:#fcf9f2; border-left:0px; }
  #inset_table-leftcolumn td.center-left	{ background:#f2f4f3; }
  #inset_table-leftcolumn td.center-right	{ background:#f8f8f8; }
  #inset_table-leftcolumn td.right		{ background:#f2f6f9; }
  #inset_table-leftcolumn ul		{ margin-top:0px;margin-bottom:0px;margin-left:10px;padding-left:10px; }
  #inset_table p		{ margin-top:0px;margin-bottom:10px;margin-left:0px;padding-left:10px; padding-right: 10px; }

/*Sociable Bookmark Styles*/
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*Styles "From the Archives" box"*/

.from-the-archives {
	border:1px solid #d3d3d3; 
	padding:10px 10px 0px 10px; 
	margin:10px 0 0 0; 
	color:#000; 
	background:#f5f5f5;
	height:75px;
}

.from-the-archives img {
	margin:0px 30px 0 0; 
	float:left; 
	border:1px solid #d3d3d3; 
	padding:4px 0 4px 0; 
	background:#ffffff;
}

.from-the-archives a {
	text-decoration:underline;
}

p.archives-text {
	float:left;
	*margin:-70px 0 0 120px;
	_margin:-70px 0 0 60px;
	width:400px;
}

.home-link-container {
	width: 95%;
	overflow-x: none;
 	background-position: top;
	padding:0px 0 0 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 0px solid #E6E6E6;
	clear: both;
	overflow: auto;
	background: #ffffff;
	margin: 0 auto 0 auto;
}

.home-link-container h2 {
	font-size: 16px;
	color: #990000;
	padding: 5px 0 0 0px;
	margin: 0 auto 5px auto;
	text-align: center;
}

.home-link-container ul.xoxo.blogroll li {
	line-height: 1.2em;
	margin-bottom: 5px;
	padding: 0 0 0 0px;
}

.home-link-left h2, .home-link-center h2, .home-link-center2 h2, .home-link-right h2 {
	margin:5px 0 5px 0;
	color:#000000;
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 1.25em;
	padding: 0 0 0 0px;
	text-align: left;
}

.home-link-left h2 a:hover, .home-link-center h2 a:hover, .home-link-right h2 a:hover {
	color:#333333;
}

.home-link-left {
	width:120px;
	border-right: 1px #E6E6E6 solid;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float:left;
	min-height: 140px;
	color:#000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.home-link-center{
	width:120px;
	border-right: 1px #E6E6E6 solid;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float:left;
	min-height: 140px;
	color:#000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.home-link-center2 {
	width:120px;
	border-right: 1px #E6E6E6 solid;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float:left;
	min-height: 140px;
	color:#000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.home-link-right {
	width:120px;
	border-right: 0px #E6E6E6 solid;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	float:left;
	min-height: 140px;
	color:#000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

a.ebulletin {
	color: #000000;
	font-size: 14px;
	padding: 0 0 0 0px;
}

a:hover.ebulletin {
	color: #6d6d6d;
}