/* Policy blog overrides */ 

/* Override all serif'd fonts */
body {font:14px/19px 'arial', san-serif; color:#222}
h1, h2, h3, h4, h5, h6 , .entry h1.entry_title { font-family:'arial', san-serif;}
.archiveTitle {font: normal 22px/22px "arial", san-serif !important;}

/* Header */
#masthead {background:#86b4c8; width:960px; padding:0; border-bottom:1px solid white;}
#masthead a {color:white;}
	.mastheadnav li{border-left:none; padding-top:2px;}
	.mastheadnav li.current-menu-item {background:#86b4c8;}
	
#logo-wrapper {height:130px; background:#86b4c8;}
#logo {margin:20px; }
#logo a {font-size:1em;color:white;}
#logo a span  {letter-spacing:0;}
#sub-logos { padding:20px;}
#sub-logos a {float:right;}
	#sub-logos #oii {}
	#sub-logos #oxford img{margin-left:20px;}
	
/* Nav */
.current-menu-ancestor, .current-menu-item {background-color:#f78f1e	}

/* Front page featured */
#featured_right {margin-bottom:10px;}
#featured_right, #featured_right .postmeta {text-align:left !important;}

/* Custom Fields */
.customSummary { font-style:italic; padding:10px 0; border-top:1px #ccc dotted; border-bottom:1px #ccc dotted; margin-bottom:10px;}

/* Date overrides */

.entryDate {
background: none;
padding-left: 0px;
float: left;
width: auto;
}

.singleEntryDate {width:80px; float:left; min-height:80px; text-align:right; border-right:1px solid #555; padding-right:10px; margin-right:10px; font-weight:700;}

/* Widgets */
.widgettitle {letter-spacing:0;}
#text-12 .widget img {clear:both;}

/* Author Page */

.authorbox {padding: 20px;
border: 1px solid #ddd;
margin: 20px 0;
background: url(default/bgr_shadow.png) repeat-x top;}

.authorbox li {margin-bottom:5px;}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after, .grid:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;}
.clearfix, .grid {display: block;}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Regular clearing
   apply to column that should drop below previous ones. */
.clear { clear:both;}
