/* Flexible Width Layout */

* {
	margin: 0;
	padding: 0;
}

html {
	text-align: center;
    /*
        if the following is defined as a percentage,
        font resizing will break in IE
    */
	font-size: 11px;
}

body {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

hr {
	color: #eeeeee;
	background-color: #dddddd;
	border-color: #000;
	border: 0px;
	width: 100%;
	height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
	}

hr.sidebar {
	align: center;
	width: 85%;
	height: 2px;
	color: #cccccc;
	background-color: #cccccc;
	margin-top: 15px;
	margin-bottom: 15px;
}

a {
	color: #247bc0;
}

/* #dummy is used to put a dummy opening div tag because Drupal puts an extra closing one. */
#dummy { }

#container {
	position: relative;
	width: 827px;
	padding-right: 20px;
	background: #fff url('images/sidebar.gif') bottom left repeat-y;
	}
#print-header{ display:none; }

#left {
	position: relative;
	width: 227px;
	float: left;
	background: #fff url('images/sidebar.gif') top left repeat-y;
	height: 100%;
	color: #fff;
}

.juror {
	margin-left: 25px;
}

ul#navlist {
	padding: 0 10px;
}

#bodycontent {
	position: relative;
	width: auto;
	margin-left: 250px;
	padding: 20px;
	height: auto;
}

/*#bodycontent {
	position: relative;
	width: 940;
	margin-left: 240px;
	padding: 10px;
	height: auto;
    border: 0px solid #ddd;
}*/

/*
#right {
	position: relative;
	width: 47.5%;
	margin: 0 0 10px -10px;
	padding-left: 10px;
	background: transparent url(images/golddot.jpg) top left repeat-y;
	float: right;
}
*/
div#awards_right {
	position: relative;
	width: 50%;
	height: auto;
	margin: 0 -30px 10px 10px;
	padding-left: 10px;
	background: transparent url(images/golddot.jpg) top left repeat-y;
	float: right;
        /* ncm */
        clear:right;
}

#awards_center {
	width: 50%;
	height: auto;
	margin-bottom: 10px;
	float: right;
	postition:relative;
}

/*
#center {
	position: relative;
	width: 47.5%;
	margin-bottom: 10px;
	margin-left: -30px;
	float: left;
}
*/

#finalists_button {
	width: auto;
	height: auto;
	text-align: left;
	clear: right;
}
/*
#footer {
	width: 100%;
	height: auto;
	padding: 0;
  	margin: 0;
	overflow-x: scroll;
	clear: both;
}
*/

div#footer {
	width: 100%;
	height: auto;
	padding: 0;
	clear: both;
	overflow:hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
/* Override /module/node formatting so the update forms present correctly */

.node-form .standard {
  clear: none;
}

/* Navlist Formatting */

/* This bit of nonesense is to make the nav bar h2 tags invisible */
#left h2 {
	color: #147cc1;
	font-size: .4em;
    display: none;
}

#block-menu-114 {
	margin: 10px;
}

#block-user-1 {
	margin: 10px;
}

#block-search-0 {
	margin: 10px;
}

ul.links li {
  display: list-item;
}

ul.menu {
	list-style: none;
	font-size: 1.em;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

ul.menu li {
	margin: .3em 0;
	padding: 0 3px;
	border: 1px solid #147cc1;
}

.menu li a {
	text-decoration: none;
	color: #fcdc59;
}

ul.subnav {
	list-style: none;
	font-size: .8em;
	margin-left: 10px;
	font-style: italic;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #ffffff;
}

.menu li:focus, .menu li:hover {
	background-color: #147cc1;
	border: 1px solid #147cc1;
}

.menu a:focus, .menu a:hover {
	color: #E0ca68;
}

.subnav a:focus, .subnav a:hover {
	color: #E0CA68;
}

.menu li.null:focus, .menu li.null:hover {
	background-color: #147cc1;
	border-color: #147cc1;
}

/* End of Layout / Begin Styling */

p {
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 8px;
	line-height: 1.2em;
}

p.small {
	margin-top: 7px;
	font-size: .9em;
	margin-bottom: 5px;
	line-height: 1.2em;
}

p.green {
    font-size: 1.0em;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 8px;
	line-height: 1.2em;
    color: #666633;
}

p.green-bold {
    font-size: 1.1em;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 8px;
	line-height: 1.3em;
    color: #666633;

}

p.indentsmall {
	font-size: .9em;
    margin-top: 5px;
	margin-left: 20px;
    margin-bottom: 10px;
    line-height: 1.2em;
    text-align: left;
}

p.indented {
    margin-top: 15px;
	margin-left: 90px;
	margin-right: 90px;
    margin-bottom: 20px;
    text-align: left;
}

p.inset {
    margin-top: 15px;
	margin-left: 90px;
	margin-right: 90px;
    text-align: left;
}
p.nominated {
	margin-top: -10px;
	font-size: .9em;
		line-height: 1.2em;
}

p.caption {
    margin-top: 0px;
	margin-left: 90px;
	margin-right: 90px;
    margin-bottom: 10px;
    font-size: .8em;
    text-align: left;
    color: #888888;
}
p.date {
    margin-top: 0px;
	margin-left: 10px;
    margin-bottom: 5px;
    font-size: .8em;
    text-align: left;
    font-style: italic;
    color: #888888;
}

p.photo-credit {
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: .9em;
    color: #999999;
    line-height: 1.2em;
}

p.speech {
    margin-left: 50px;
    margin-right: 100px;
    margin-bottom: 5px;
    font-size: 1.0em;
}

p.speech-subhead {
    margin-top: 0px;
    margin-left: 50px;
    margin-bottom: 10px;
    font-size: 1.0em;
    color: #666666;
}

p.byline {
    margin-left: 50px;
    margin-bottom: 10px;
	font-size: .9em;
	color: #666666;
}

p.byline-location {
    margin-left: 50px;
    margin-bottom: 10px;
	font-size: .9em;
	color: #666666;
}

p.byline-date {
    margin-left: 50px;
    margin-bottom: 10px;
	font-size: .9em;
	color: #666666;
}

p.press-release-title {
	margin-left: 50px;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-color: #237bbf;
}

p.press-release-teaser {
    margin-left: 50px;
    margin-right: 100px;
    margin-bottom: 5px;
    font-size: 1em;
}

.boxed-item {
	float: right;
	width: 180px;
	height: auto;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
	border: 0px;
	font-size: .9em;
	color: #000000;
	background-color: #ffffff;
}

.boxed-item-right-blank {
	float: right;
	height: auto;
    margin-top: 5px;
    margin-left: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
	border: 0px;
	font-size: .9em;
	color: #000000;
	background-color: #ffffff;
}

.boxed-item-left-blank {
	float: left;
	height: auto;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 12px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
	border: 0px;
	font-size: .9em;
	color: #000000;
	background-color: #ffffff;
}


.boxed-item-right {
	float: right;
	width: 180px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
	border: 1px solid #ddd;
	font-size: .9em;
	color: #000000;
	line-height: 1.em;
	background-color: #eeeeee;
}

.boxed-item-left {
	float: left;
	width: 180px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right:10px;
    padding-bottom: 5px;
    padding-left: 10px;
	border: 1px solid #ddd;
	font-size: .9em;
	color: #000000;
    line-height: 1.em;
	background-color: #eeeeee;
}

.boxed-item-right-border {
	float: right;
	width: 180px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
	border: 4px solid #006699;
	font-size: .9em;
	color: #000000;
	line-height: 1.em;
	background-color: #ffffff;
}
.boxed-item-left-border {
	float: left;
	width: 180px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
	border: 4px solid #006699;
	font-size: .9em;
	color: #000000;
	line-height: 1.em;
	background-color: #ffffff;
}

.boxed-item-right-gold {
	float: right;
	width: 180px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
	border: 2px solid #d7aa3f;
	font-size: .9em;
	color: #000000;
	line-height: 1.em;
	background-color: #e8d4a6;
}

.readmore {
    font-size: .9em;
	color: #666666;
}

.view-data-field-biography-value p {
    margin-top: 8px;
	margin-left: 15px;
	margin-right: 0px;
    margin-bottom: 5px;
}

.view-data-field-biography-value img {
    margin-top: 8px;
	margin-left: 15px;
	margin-right: 0px;
    margin-bottom: 5px;
}


.view-data-field-logo-fid {
	text-align: center;
}

h1 {
  font-size: 1.5em;
  color: #237bbf;
}

h1#maintitle {
	margin-bottom: 20px;
}

h1 span.title {
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
  font-size: 1.3em;
  margin-left: 5px;
  line-height: 1.2em;
}

h2.category {
  margin-left: 0px;
  font-size: 1.5em;
  font-weight: bold;
  color: #cca504;
  margin-top: .9em;
  margin-bottom: .7em;
	}

h2.winnercategory {
  text-align: center;
  margin-left: 0px;
  margin-bottom: 1.8em;
  font-size: 1.6em;
  font-weight: bold;
  color: #000000;
	}

div.multiwinnerindex {
  text-align: center;
  margin-bottom: 1.8em;
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
	}

div.bioname {
  text-align: center;
  margin-bottom: 1.8em;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 1.60em;
  font-weight: bold;
  color: #000000;
	}

h2.winneryear {
  text-align: center;
  margin-left: 5px;
  margin-bottom: -16px;
  font-size: 1.9em;
  font-weight: bold;
  color: #237bbf;
	}

h3 {
  font-size: 1.3em;
  margin-left: 5px;
  color: #237bbf;
  margin-top: .1em;
  margin-bottom: 0.1em;
}

h4 {
  font-size: 1.em;
  margin-left: 5px;
  font-weight: bold;
  color: #237bbf;
  margin-top: .9em;
  margin-bottom: 0.2em;
}


dl.winners {
    margin: 10px 0;
}

dl.winners dt {
	font-size: 1.2em;
	margin-top: .8em;
}

dl.winners dd {
    font-size: 1.0em;
    line-height: 1.2em;
    color: #000000;
}

span.pub {
	font-style: italic;
    color: #000000;
}

.winners a:link {
      color: #237bbf;
      }

.winners a:visited {
      color: #88adc3;
      }

.winners a:hover {
      color: #2a3963;
      }

.winners a:active {
      color: #990000;
      }

.content ol {
text-align: left;
font-size: 1.0em;
margin-top: 1.0em;
margin-bottom: 1.0em;
}

.content ol li {
	margin: 1em 0 1em 30px;
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 0px;
    font-size: 1.0em;
    line-height: 1.em;
}

.content h1, h2, h3, h4, h5, h6 {
text-align: left;
margin-top: 1.0em;
margin-bottom: 1.4em;
}

/*
.article {
	margin: 1em 0;
	padding: 0;
}  */

.article {
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 8px;
	line-height: 1.3em;
}

h4.article {
	color: #064c84;
	background-color: #e4ebf0;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	padding: 3px;
	line-height: 1.1em;
}

h2.article {
	color: #237bbf;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 5px;
	line-height: 1.1em;
}


blockquote {
	margin: 1em 30px;
	font-style: italic;
}

.left{
	text-align: left;
}

/* Some FAQ styling */

dl.FAQ {
    margin: 15px 0;
}

dl.FAQ dt {
	font-size: 1.em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.6em;
	margin-left: 5px;
	margin-top: 1.0em;
	color: #064c84;
}

dl.FAQ dd {
    font-size: 1.0em;
    line-height: 1.2em;
    color: #000000;
}

dt.FAQ a {
    color: #064c84;
}

ul.FAQ li {
	margin-left: 25px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 0px;
    font-size: 1.em;
    line-height: 1.6em;
    color: #333333;
}

ul.booklist li {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
    font-size: 1.0em;
    line-height: 1.2em;
    color: #333333;
}

ul.resume li {
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 0px;
    font-size: 1.0em;
    line-height: 1.em;
    color: #333333;
}

div.archive-body ol li {
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 0px;
    font-size: 1.0em;
    line-height: 1.em;
    color: #333333;
}

h4.resume {
	color: #237bbf;
    margin-left: 25px;
	margin-top: 1.2em;
	margin-bottom: .3em;
	padding: 3px;
	line-height: 1em;
}

img.right {
	margin-top: 0px;
	margin-left: 12px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: right;
	border: 0px;
}

img.left {
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px;
	float: left;
}

img.center {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px;
}

/* this style removed and replaced with the more general archive-body, below

.imported_contents img {
	margin: 0px;
}

.imported_contents td {
	padding: 15px;
}
*/

/* archive-body applies to all works entries */
div.archive-body {
	margin-left: 0px;
}

div#footer img { background: white }

/* archive-body single applies only to Works Single Entry pages */
.archive-body-single img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}

div.archive-body table {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px; */
}

div.archive-body table td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.tabbed_header {
	margin-bottom: 25px;
}

/* awards page */

div#awards-container h1, #finalists_button h1 {
  font-size: 1.8em;
  color: #237bbf;
  border-bottom: 1px solid #d2bb60;
  padding-bottom: 3px;
  margin: 0;
  margin-bottom: 3px;
}

#finalists_button .button {
  margin-top: 15px;
}

/* Styling and positioning of the Highlighted Award box */

div#awards-header {
  height: 150px;
  width: auto;
}
div#awards-header div#header-txt {
  position: relative;
  text-align: right;
  margin-right: 315px;
}
.awards_highlight {
/*	position: absolute; */
	background: #eeeeee;
/*	top: 10px;
	left: 400px; */
	position: relative;
    height: 125px;
	width: 300px;
	border: 1px;
	border-style: solid;
	border-color: black;
	margin-left: 15px;
    z-index: 4;
    padding: 0px;
}

.highlight_image {
	position: relative;
	float: left;
	width: 125px;
	height: 100px;
	margin: 0px 0px 0px 0px;
}

.imagefield-image-caption {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px;
    margin-right: 30px;
    text-align: left;
}

.field_bio_value {
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}

.awards_highlight_title {
	height: 25px;
	width: 100%;
	background: #147cc1;
}

.awards_highlight_link {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 5px 5px 137px;
}

.view-awards-highlight {
	position:relative;
	float:right;
}

.awards_highlight .editlink {
  float:right;
  padding-right: 4px;
  margin-right: 5px;
}

.awards_highlight_title .awards_highlight_title_text {
        float: right;
        font-size: 1em;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #ddd;
	padding: 4px;
	margin-right: 5px;
}

.header1 {
  font-weight: bold;
  font-size: 2.5em;
  color: #237BBF;
  padding-top: 20px;
}

.header2 {
  font-weight: bold;
  font-size: 1.6em;
  color: #237BBF;
  font-style: italic;
}
/*
.awards-title {
	color:  #237BBF;
	font-size: 2em;
	font-weight: bold;
}
*/
.view-speeches-and-announcements .clear-block,
.view-content-upcoming-events .clear-block {
  display: table;
}

.clear-block {
	text-align: center:
	margin-right: auto;
	margin-left: auto;
}


/* test: commented out to make subtitles consisten across letters/journalism July 6, 2008	
.field-items {
    font-weight: normal;
    font-style: normal;
	font-size: 1em;
    color: #000000;
}*/

.field-label-inline-first {
	font-size: .8em;
    color: #888888;
     
}

.field-field-authors {
    font-weight: bold;
	font-size: 1.em;
	margin-top: .5em;
	margin-left: 30px;
}

.field-field-publication {
    font-weight: bold;
    font-style: normal;
    font-size: 1.8em;
    color: #237BBF;
    margin-top: 15px;
    margin-left: 30px;
	margin-bottom: .3em;
}

.field-field-publisher {
    font-style: italic;
    font-weight: normal;
	margin-bottom: 5px;
	margin-left: 30px;
}

.field-field-subtitle {
    font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 1.3em;
    color: #000000;
    margin-right: 40px;
    margin-left: 30px;
}

.field-field-date {
	font-size: 1.em;
    font-style: italic;
    margin-bottom: 1.9em;
    margin-top: .5em;
    margin-left: 30px;
}

.field-field-copyright-notice {
	font-size: .8em;
    color: #888888;
    text-align: center;
    margin-bottom: 2.3em;
    margin-top: 1.5em;
           
}

.archive-body-single-table {
	margin-left: 22px;

}

.archives_logo {
    text-align: center;
    margin-bottom: 3em;
}


.works_links_date .date-display-single {
    font-size: .8em;
    color: #000000;
	font-style: italic;
}

h2.archives-title {
	color: #237bbf;
	font-size: 1.8em;
	margin-top: 0em;
	margin-bottom: .3em;
	margin-left: 30px;
	margin-right: 20px;
}

h2.archives_year_award {
	color: #cca504;
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

h2.archives_award {
	color: #cca504;
	font-size: 1.2em;
	margin-top: 1.4em;
	margin-bottom: 3em;
	text-align: center;
}

/*
 *  clean up gallery views for image works.
 */

.view-content-works .row {
  width: 100%;
  float: left;
}
.view-content-works .works_images {
  float: left;
  margin: 15px 13px 15px 14px;
  height: 90px;
}

.view-finalists-journalism dt {
	color: #237bbf;
	font-size: 1.1em;
	margin-top: 10px;
}

.view-finalists-letters dt {
	color: #237bbf;
	font-size: 1.1em;
	margin-top: 10px;
}

.view-awards-journalism dt {
	color: #237bbf;
	font-size: 1.1em;
}

.view-finalists-letters dd {
	margin-top: 5px;
}

.view-finalists-journalism dd {
	margin-top: 5px;
}

.view-finalists-journalism .pub {
	font-size: 1.1em;
}

.view-finalists-letters .pub {
	font-size: 1.1em;
}

.view-awards-letters dt {
	color: #237bbf;
	font-size: 1.1em;
}

.view-awards-journalism a {
	color: #237bbf;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: .2em
}

.view-awards-letters a {
	color: #237bbf;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.1em;
    margin-bottom: .2em
}

.board_prevnext_container_top {
    margin-bottom: 2.2em
}

/* list of winners and finalists by category */
.winners-by-cat .left {
  position: relative;
  width: 43%;
  float:left;
}
.winners-by-cat .right {
  position: relative;
  width: 47%;
  float:right;
  background: transparent url(images/golddot.jpg) repeat-y scroll left top;
  padding-left: 10px;
}
/* This is a container for each winner/finalist returned */
.view-content-past-winners .item, .view-content-past-finalists .item, .view-past-winners-special-citation .item {
  margin-bottom: 2em;
}
/* This is a container for year, title, and publication */
.view-content-past-winners .citation-heading, .view-content-past-finalists .citation-heading, .view-past-winners-special-citation .citation-heading {
}
.view-content-past-winners .year, .view-content-past-finalists .year, .view-past-winners-special-citation .year {
  font-weight: bold;
  font-size: 1.2em;
  color: #237bbf;
}
.view-content-past-winners .publication, .view-content-past-finalists .publication, .view-past-winners-special-citation .publication {
  font-style: italic;
}
/* the .title class is the name of the winner/finalist */
.view-content-past-winners .title, .view-content-past-finalists .title, .view-past-winners-special-citation .title {
  font-weight: bold;
}
/* this is the citation description. (I will change the value when this is settled.) */
.view-content-past-winners .view-data-field-citation-value, .view-content-past-finalists .view-data-field-citation-value, .view-past-winners-special-citation .view-data-field-citation-value {
}
