/*
Theme Name: Taub Center
Theme URI: http://taubcenter.org.il/
Description:Custom theme for Taub Center by <a href="http://userable.com">Userable</a>
Author: Shahar Hesse
Author URI: http://userable.com
Tags: 

	The CSS, XHTML and design is for use only for the website at the URL http://taubcenter.org.il/
	Use for or as part of other websites and or designs is prohibited

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #fff;
	color: #434B58;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}
	
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


/**** Taub Center Css starts here ****/

/* Generic */
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.clear{
	clear:both;
}
.clear43{
	clear:both; height:43px;
}
.clear16{
	clear:both; height:16px;
}

input.default{
	color:#6C7076; background-image:none !important;
}

.small, small {
	font-size: 0.909em; color: #999; font-weight:normal; font-family:Arial, Helvetica, sans-serif;
}
h3 small {
	font-size: 0.714em;
}

form{
	margin:0px;
}

a {
  outline: none;
}

.ltr{
	direction:ltr; text-align:left;
}
span.ltr p{
	margin-left:15px !important; margin-right:0 !important;
}

/* General Layout & persistent items */
div#head{
	padding-bottom:3px; background:#fff url(images/header_slice.png) repeat-x bottom; text-align:center;
}
div.wrapper{
	margin:0 auto; width:960px; text-align:left;
}
div#head_upper{
	position:relative; overflow:hidden; height:95px;
}
div#logo{
	position:absolute; left:0px; bottom:7px; width:300px; height:44px;
}
div#options{
	position:absolute; right:0px; bottom:7px; width:227px; padding-right:2px; text-align:right;
}
div#main_nav{
	position:relative; height:32px; text-align:right; z-index:1;
}
div#breadcrumb{
	position:relative; margin-left:22px; padding:12px 80px 5px 0px; font-size:1.1em; z-index:0;
}
div#breadcrumb a:visited{
color:#4350AE
}
div#content{
	overflow:hidden; font-size:1.2em; z-index:-1;
}
div#footer{
	font-size:1.1em;
}
div#logo h1{
	width:300px; height:44px; margin:0; padding:0; background: url(images/logo.png) no-repeat top left; font-size:18px; text-indent:-99999px;
}

a:link.download_button, a:visited.download_button{
	display:block; width:89px; height:24px; margin:1em 0 0 -1px; text-indent:-99999px; font-size:10px; background:transparent url(images/download.png) no-repeat top left;  text-decoration:none !important;
}

a:hover.download_button{
	background-image:url(images/download_hover.png);
}

input.submit_lg{
	width:76px; height:24px; background:transparent url(images/signup.png) no-repeat bottom left; border:none; text-indent:-9999px; vertical-align:top; margin-top:-1px; cursor:pointer;
	/* IE 7 hack */
	color: transparent; text-transform: capitalize;
}
input.submit_lg:hover{
	background-image:url(images/signup_hover.png);
}

input.search_sm{
	width:24px; height:24px; background:transparent url(images/search_sm.png) no-repeat bottom left; border:none; text-indent:-9999px; vertical-align:top; margin-top:-2px; cursor:pointer;
	/* IE 7 hack */
	color: transparent; text-transform: capitalize;
}
input.search_sm:hover{
	background-image:url(images/search_sm_hover.png);
}
input.submit_sm{
	width:24px; height:24px; background:transparent url(images/submit_sm.png) no-repeat bottom left; border:none; text-indent:-9999px; vertical-align:top; margin-top:-2px; cursor:pointer;
	/* IE 7 hack */
	color: transparent; text-transform: capitalize;
}
input.submit_sm:hover{
	background-image:url(images/submit_sm_hover.png);
}
div#search form div input.search_box{
	width:190px; padding:0 2px; font-size:1em; background-image:none !important;
}

div#languageandsize{
	position:relative; height:35px; width:224px; color:#4350AE;  background:#F1F3F7 url(images/languageandsize_bottom.png) no-repeat left bottom;
}
div#languageandsize_labels{
	position:relative; height:17px; padding:0; margin:-1px 0px 14px;
}
div#languageandsize a:link, div#languageandsize a:visited, div#languageandsize a:hover{
	padding:2px 2px 7px;
}
div#size a:link, div#size a:visited{
color:#4350AE;
}
div#languageandsize a:hover{
	background-color:#4350AE; color:#fff; text-decoration:none;
}
div#languageandsize a:link.current, div#languageandsize a:visited.current{
	color:#1B9DA2; background:transparent url(images/langandsize_current.png) no-repeat bottom center;
}
div#languageandsize a:hover.current{
	background-color:transparent; text-decoration:none;
}
div#lang, div#size{
	position:absolute; width:50%;
}
div#lang{
	left:13px; bottom:1px; padding-bottom:1px; text-align:left;
}
div#size{
	right:13px; text-align:right;
}
div#languageandsize div#lang a{
	display:block; float:left;
}
div#languageandsize div#lang a#english{
	font-size:1.1em; padding-bottom:8px;
}
div#languageandsize div#lang a#hebrew{
 margin-left:5px; direction:rtl;	font-size:1.2em; margin-top:-1px; padding-bottom:8px;
}
div#languageandsize div#size a#text_sm, div#languageandsize div#size a#text_m, div#languageandsize div#size a#text_lg{
	display:block; float:right; margin:0 1px;font-family:Georgia, "Times New Roman", Times, serif;
}
div#languageandsize div#size a#text_sm{
	font-size:12px; margin-top: 9px;
}
div#languageandsize div#size a#text_m{
	font-size:18px; margin-top: 4px; padding-bottom:6px
}
div#languageandsize div#size a#text_lg{
	font-size:22px; padding-bottom: 4px;
}

#lang_ind, #size_ind{
	position:absolute; height:15px; padding-bottom:2px; bottom:0px; text-align:center; border-top:1px solid #BECAEC; background-color:#C8D2F1; font-size:1.1em;
}
#lang_ind{
	left:18px; width:68px;
}
#size_ind{
	right:11px; width:63px;
}

span.separator{
padding:0 0.75em; color:#1B9DA2;
}

input.subscribe{
	font-size:1em;
}

.rss_link{
	padding:0.5em 30px 0.5em 0; background:transparent url(images/rss.png) no-repeat right bottom; cursor:pointer; line-height:2em;
}
#sidebar a.rss_link{
	display:block; padding:0 34px 0 0; margin-right:36px; background:transparent url(images/rss.png) no-repeat right 1px; font-size:0.909em; line-height:1.4em;
}

a.print{
	position:absolute; right:7px; bottom:-10px; padding:5px 30px 5px 2px; background:#fff url(images/print.png) no-repeat right top;
}

/* Footer */
div#footer_links{
	padding:15px 14px 15px 23px; background:#fff url(images/content_item_lower_blue.png) repeat-x left bottom;
}
div#footer_links a.icon_link{
	padding:10px 2px 10px 30px; margin-right:70px; background:transparent url(images/download_sm.png) no-repeat left 0px; font-size:1em;margin-left:-30px
}
div#footer_links a.twitter{
	background-image:url(images/twitter.png);
}
div#footer_links a.facebook{
	background-image:url(images/facebook.png);
}
div#footer_links a.youtube{
	background-image:url(images/youtube.png);
	
}
div#footer_address{
	position:relative; height:20px; margin:15px 0; background:transparent url(images/logo_footer.png) no-repeat 15px top; text-indent:-9999px;
}
div#footer_address span.contact_details{
	position:absolute; top:5px; right:14px; padding-left:365px; text-indent:0px; text-align:center;
}

div#footer_tag{
	padding:14px; text-align:center;
	padding-top:40px;
	
	
}
div#footer_tag ul{
	margin:0;  padding:0px; list-style-type:none;
}
div#footer_tag li{
	display:inline; margin:0 4px;
}
div#footer_tag li a:link{
	color:#9798A3;
}
div#footer_tag li a:visited{
	color:#aaa;
}
div#footer_tag li a:hover{
	color:#999;
}


/* Main Nav */
div#main_nav ul#main_ul {
	margin:0; height:32px; padding-top:1px; list-style-type:none;
}
div#main_nav ul#main_ul li{
	position:relative; display:inline; margin:0 0 0 -2px; padding:12px 8px 8px; text-transform:uppercase;
}
div#main_nav ul#main_ul li a:link, div#main_nav ul#main_ul li a:visited, div#main_nav ul#main_ul li a:hover{
	font-size:1.2em; line-height:31px; color:#454b9d; font-weight:bold; text-decoration:none;
}
div#main_nav ul#main_ul li:hover, div#main_nav ul#main_ul li.current{
	background:url(images/nav_hover.png) repeat-x bottom left;
}

/* Drop down */
div#main_nav ul#main_ul li ul.submenu{
	display:none; position:absolute; left:0; top:33px; margin:0; padding:0; background-color:#fff; border-top:3px solid #F6F6F6; z-index:10; text-align:left;
}
div#main_nav ul#main_ul li:hover ul.submenu{
	display:block;
}
div#main_nav ul#main_ul li ul.submenu li{
	text-align:left; margin:0; padding:0; white-space:nowrap; ;
}
/* fixes for the about menu */
div#main_nav ul#main_ul li.submenu_narrow ul.submenu{
 width:125px;
}
div#main_nav ul#main_ul li.submenu_narrow ul.submenu li{
 white-space:normal;
}
/* */
div#main_nav ul#main_ul li ul.submenu li a{
	display:block; margin:0; padding:9px 16px 5px 8px; background-color:#EBEFF8;border-bottom:1px solid #fff; text-transform:none; line-height:normal; font-weight:normal; cursor:pointer; 
}
div#main_nav ul#main_ul li ul.submenu li a:hover{
 background-image:none; text-decoration:underline;
}

/* Headers */
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;
}
h1{
	position:relative; margin-bottom:22px; padding:0.75em 0.886em 0.35em; font-size:1.4em; overflow:auto;
}
div.green h1, div.green h1 a:link, div.green h1 a:visited, div.green h1 a:hover{
	color:#029399; text-decoration:none;
}
div.blue h1, div.blue h1 a:link, div.blue h1 a:visited, div.blue h1 a:hover{
	color:#4574E9; text-decoration:none;
}
h1 span{
	position:absolute; bottom:0px; left:0px; width:2.286em; height:2.286em; z-index:-1;
}
div.green h1 span{
	background-color:#C1E4E5;
}
div.blue h1 span{
	background-color:#D1DCF6;
}
h2{
	margin:0.571em 15px 0.5em 14px; font-size:1.4em;  color:#454b9d;
}
h3{
	margin:0.667em 15px 0.325em; font-size:1.2em; font-weight:bold; color:#454b9d;
}
h4{
	margin:2em 15px 0.325em; font-size:1em; font-weight:normal; color:#454b9d
}

/* Content tags */
a:link, a:visited, a:hover{
	color:inherit; text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	margin:0 15px 1em 30px; line-height:1.5em;
}
p.view_more{
	margin-top:1.5em; clear:both;
}
p a:link, div a:link, div#rss_home link{
	color:#4350AE;
}
p a:visited, div a:visited, div#rss_home a:visited{
	color:#7883d7;
}
div#home_left p, div#home_right p{
	margin-left:15px;
}
p#join_mailing_list{
	margin:0px;
}

/* Home page content */
div#home_left{
	width:639px; margin-right:25px; z-index:-1;
}
div#home_right{
	width:296px; z-index:-1;
}

div.taub_center_img img{
	margin:0 0 6px 0; text-align:center;
}

div#home-right div.datasets div.content_item_inner p img{
	margin:auto -2px 0 -11px;
}

div#subscribe_rss_home{
	margin:1.5em auto -0.4em auto; font-size:0.9em; overflow:hidden;
}
div#subscribe_rss_home form{
	width:370px; float:right; margin-top:5px;
}
div#subscribe_rss_home form p input#email{
	width:150px; margin:0 4px 0 10px;
}
div#subscribe_rss_home div#rss_home{
	float:right; padding-top:0.4em; margin-right:35px;
}

/* Content items */
div.content_item{
	clear:both; margin:0 0 37px 0;
}
div.content_item_inner{
	position:relative; margin:0 0 0 8px; padding:0 0 21px; background:#fff url(images/content_item_lower_blue.png) repeat-x left bottom;
}
div.green div.content_item_inner{
	background-image:url(images/content_item_lower_green.png);
}
div#home_left div.content_item_inner{
	margin-right:8px;
}
div.content_item_lower{ 
	position:absolute; bottom:1px; right:0; height:12px;
}
div.green div.content_item_inner div.content_item_lower{ /* extends div.content_item_lower_border */
	border-right:12px solid #7CC2C5;
}
div.blue div.content_item_inner div.content_item_lower{ /* extends div.content_item_lower_border */
	border-right:12px solid #4574E9;
}

div.three_column_wrapper{
	overflow:auto;
}
div.three_column{
	float:left; width:33%;
}
div.two_column{
	float:left; width:50%;
}
div.one_column{
	float:left; width:100%;
}
div.imgandtext div.content_item_inner {
 overflow:hidden; 
}
div.imgandtext div.img{
	display:block; float:left; width:114px;
}
div.imgandtext div.content_item_inner div.text{
	float:left; width:510px; margin-left:-1px;
}
div#home_right div.imgandtext div.content_item_inner div.text{
	width:160px;
}
div#home_right div.imgandtext div.content_item_inner div.text_no_thumb{
	width:auto;
}

/* Sidebar */
div#sidebar{
	float:left; width:248px; padding-top:22px; font-size:1em;
}
div.sidebar_item{
	margin:15px 0 24px;
}
div.sidebar_item a{
	color:#4350AE;
}
div.sidebar_item li.current{
	color:#4350AE; font-weight:bold; background:transparent url(images/current_category.png) no-repeat left 3px;
}
div.sidebar_item li.current ul{
	font-weight:normal;
}
div.sidebar_item_inner{
	margin-left:10px; padding:0 0 26px 24px; background:transparent url(images/content_item_lower_blue.png) repeat-x bottom left;
}
#sidebar div.sidebar_item_inner ul{
	margin-left:-12px;
}
#sidebar div.sidebar_item_inner ul li{
	margin-bottom:10px;
}
#sidebar div.sidebar_item_inner ul li a{
	 display:block; padding:1px 1px 1px 12px;
}
#sidebar div.sidebar_item_inner ul li ul{
	margin:10px 0 0 14px;
}
#sidebar div.sidebar_item_inner form label{
	display:block; font-size:0.909em; margin-bottom:5px;
}
#sidebar div.sidebar_item_inner form input.subscribe{
	width:146px; font-size:0.909em; margin-top:-2px;
}
#sidebar div.sidebar_item_inner form p{
	margin:0; padding:0;
}
div.secondary_menu{
	padding-bottom:12px;
}

div.sidebar_item li.current_page_item{
	 color:#4350AE; font-weight:bold; background:transparent url(images/current_category.png) no-repeat left 3px;
}

/* Main Content */
div#maincontent{
	float:left; width:670px; margin:0 0 20px 34px;
}
p.item_meta{
	margin-left:15px;  font-size:0.909em; line-height:1.75em;
}
div.pub p{
	margin-left:15px;
}
div.pub p.item_meta{
	margin:-3px 15px 1.5em 0px;
}
a:link.download, a:visited.download{
	padding:6px 3px 6px 30px; background:transparent url(images/download_sm.png) no-repeat left 2px; font-size:0.909em;
}
a.download:hover{
	background-image:url(images/download_sm_hover.png) !important;
}

div.feature_box{
	background-color:#CCCCCC;
}

/* Publications listing */
div.pub, div.with_thumb{
	margin:0 54px 26px 15px; padding-bottom:15px;  border-bottom:1px solid #D8D4F8;
}
div.pub h2, div.pub h3{
	margin-left:0;
}
div.thumb_and_excerpt{
	position:relative; overflow:auto;
}
div.thumb{
	float:left; margin:0 16px 0 13px;
}
div.excerpt{
	float:left; width:420px; margin-bottom:1px;
}
div.excerpt p{
	margin-left:0;
}
div.show_more{
	margin:15px 15px 10px;
}
div.excerpt div.show_more{
	margin-left:0px;
}
div.show_more ul{
	list-style-type:none; margin:0 auto 0 -10px;
}
div.show_more ul li{
	font-size:0.909em; line-height:1.5em;
}
div.show_more a.show_more_closed, div.show_more a.show_more_open{
	display:block; padding:5px 0 5px 30px; font-size:0.909em; line-height:1.9em;
}
div.show_more a.show_more_closed{
	background: transparent url(images/open_it.png) no-repeat left top;
}
div.show_more a.show_more_closed:hover{
	background-image:url(images/open_it_hover.png);
}
div.show_more a.show_more_open{
	background: transparent url(images/close_it.png) no-repeat left top;
}
div.show_more a.show_more_open:hover{
	background-image:url(images/close_it_hover.png);
}

div.three_column div.three_column_inner{
	margin-left:15px; padding-bottom:10px; background:#fff url(images/content_item_lower_blue.png) repeat-x left bottom;
}
div.three_column div.pub{
	border-bottom-width:0px; margin:0 15px;
}
div.three_column h1{
	  margin:10px 0 10px 5px; font-family:Arial, Helvetica, sans-serif; font-size:1.1em; font-weight:bold;
}
div.three_column h1 a:hover{
	text-decoration:underline;
}
div.three_column p{
	margin-left:0px;
}
div.three_column div.show_more ul li{
	margin:0.5em 0;
}

div.policyprog_img{
	float:right; margin-left:20px; border:1px solid #F0EFEF;
}
div.policy_team{
	float:right; width:126px; margin-left:54px; font-size:0.909em; background:transparent url(images/vertical_slice.png) repeat-y left top;
}
div.policy_team ul{
	margin:13px 0 13px 10px; padding:0; list-style-type:none;
}
div.policy_team ul li{
	margin:8px 0;
}
div.policy_team ul li span{
	color:#6D6F81; font-weight:bold;
}
div.policy_program_page_publication{
margin-right:152px;
}

p.downloadandmore{
	padding-top:9px;
}
p.downloadandmore a:link.small, p.downloadandmore a:visited.small{
margin-left:37px;
}

ul.keywords, ul.more_by{
	margin:0 0 0 30px; padding:0; list-style-type:none; font-size:0.909em;
}
ul.keywords li, ul.more_by li{
	line-height:1.5em;
}
ul.keywords li{
	display:inline;
}

/* Datasets */
div.datasets div.content_item h3{
	margin-top:0px;
}
div.datasets ul{
	list-style-type:none; margin:0 0 0 15px; padding:0;
}
div.datasets ul li{
	margin-left:15px;
}
div.datasets ul li a:link{
	padding:0px 20px 0px 0px; line-height:1.9em; background:#fff url(images/excel.png) no-repeat right bottom;
}

/* Author */
div.author div.content_item{
	margin-bottom:0px;
}
div.author div.content_item_inner{
	background-image:none; padding-bottom:0px;
}
div.author div.imgandtext div.img{
	display:block; float:left; width:160px; margin-left:7px;
}
div.author div.imgandtext div.content_item_inner div.text{
	float:left; width:470px; margin-left:-1px;
}

/* Experts */
div.experts div.tabs{
	padding:0 15px 5px 15px; border-bottom:1px solid #D8D4F8; 
}
div.experts div.tabs a:link, div.experts div.tabs a:visited{
	padding:5px 10px; border:1px solid #D8D4F8; background-color:#D8D4F8; color:#434B58;
}
div.experts div.tabs a:link.current, div.experts div.tabs a:visited.current{
	border-bottom-color:#fff; background-color:#fff;
}
div.experts div.experts_list{
	padding:5px 22px;
}
div.experts div.experts_menu{
}
div.experts div.experts_menu ul, div.experts div.experts_list div.list_column ul{
	margin:0; padding:0; list-style-type:none;
}
div.experts div.experts_menu ul li{
	display:inline; margin:3px;
}
div.experts div.experts_menu ul li a:link, div.experts div.experts_menu ul li a:visited{
	padding:1px 2px;
}
div.experts div.experts_menu ul li a:hover{
	background-color:#D8D4F8; text-decoration:none;
}
div.experts div.experts_list div.list_column{
	float:left; width:45%; margin-top:10px; margin-left:5px;
}
div.experts div.experts_list div.list_column h4{
	margin:1em 0 0.325em; font-weight:bold;
}
div.experts div.experts_list div.list_column ul li{
	margin:0 0 7px 0;
}

/* About */
.about_lists  ul{
	list-style-type:none; margin:0.5em auto 1.5em 0; padding-left:15px;
}
.about_lists  ul li{
	margin-bottom:0.4em;
}

/* contact form */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 p{
	text-align:left;
}
div.wpcf7 p input[type=text], div.wpcf7 p textarea{
	width:300px; padding:5px; border:1px solid #ccc; font-family:Helvetica, Arial, sans-serif; font-size:14px;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #a7c4a4; background-color:#bedfb9; color:#184118; text-align:center;
}

div.wpcf7-mail-sent-ng {
	background: #ffc6c4;
	border: 1px solid #d7a6a6;
	color:#310d0c;
}

div.wpcf7-spam-blocked {
	background: #ffc6c4;
	border: 1px solid #d7a6a6;
	color:#310d0c;
}

div.wpcf7-validation-errors {
	border: 1px solid #dcd9aa; background-color:#f0eeb5; color:#666218; text-align:center;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	display:block;
	margin-top:2px;
	background: #ffc6c4;
	border: 1px solid #d7a6a6;
	width:310px;
	color:#310d0c;
	text-align:center;
}

span.wpcf7-not-valid-tip-no-ajax {
	display:block;
	margin-top:2px;
	background: #ffc6c4;
	border: 1px solid #d7a6a6;
	width:310px;
	color:#310d0c;
	text-align:center;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

div.category_tagline p{
	color:#999999; margin:-15px 15px 15px 15px;
}
div.pub div.category_tagline p{
	margin:-5px 0px 15px 0px;
}
div.post_tagline p{
	color:#999999; margin:-5px 15px 15px 15px;
}

