/* 
/* The Cortland Review
/* Stylesheet
*/

/*****************************************************************************/
/**  CSS 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
i,em {
	font-style: italic;
}
b,strong {
	font-weight: bold;
}
.clearfix:after, #main-container:after, .viewport:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  text-indent:-9999em;
  }
.clearfix, #main-container, .viewport{
    zoom:1;
}
.clear {
	display:block;
	height:0px;
	clear:both;
}
a { /* remove unwanted focus outlines from links */
	noFocusLine: expression(this.onFocus=this.blur())
	outline: none;
	}
*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}



/*****************************************************************************/
/**  MAIN ELEMENTS                                                          **/
/*****************************************************************************/
body {
	font-family: verdana, sans-serif;
	font-size: .75em;
	line-height: 1.1em;
	padding-top:24px;
}
section {
	font-family: helvetica;
}
#container {
	width: 960px;
	margin:0px auto 10px auto;
}
sup {
    font-size: 0.8em;
    position: relative;
    top: -4px;
}
a {
	color:#003366;
}
a:hover, a.on {
	color:#58acff;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h4 {
	text-transform: uppercase;
	font-size: 18px;	
}
h5 {
	font-size: 15px;
	color: #17416c;
	text-transform: uppercase;
}

.dotted-line {
	margin: 16px 0 16px 0;
	height: 1px;
	width:100%;
/*	background: url('../img/bg_tile_dotted_line.gif');*/
	border-top: 1px dashed #aaa;
}
span.small {
	font-size: .9em;
}
p.small {
	font-size: .8em;
    line-height: 1.4em;
}
section p {
	margin: auto;
	margin-bottom: 0;
}


/*****************************************************************************/
/**  HEADER                                                                 **/
/*****************************************************************************/

#tippytop {
	position:relative;
	padding-bottom:7px;
}
#tippytop #logo {
	display:block;
	width: 426px;
	height: 41px;
	background: url('../img/logo_tcr.gif') no-repeat;
	text-indent: -9999em;
}
#tippytop #search {
	position:absolute;
	right:0px;
	bottom:4px;
}
/* Apple Search Box */
#applesearch .sbox_l  {
	/*default styling*/
}

#applesearch .sbox_r  {
	/*default styling*/
}

#applesearch .sbox input {
	/*default styling*/
	width: 175px;
	float:left;
	font-family: helvetica;
}
#homepage #applesearch .sbox input {
	width:182px;
}
#menubar {
	display:block;
	position:relative;
	padding:16px 0 16px 0;
	border-top: 1px solid #ebedef;
	border-bottom: 1px solid #ebedef;
	margin-bottom:16px;
}
ul.global-nav {
	list-style: none;
}
ul.global-nav li {
	float:left;
	text-transform:uppercase;
	font-size: 11px;
	font-family: verdana;
}
ul.global-nav li a {
	text-decoration:none;
}
ul.global-nav span {
	padding:0 6.5px 0 6.5px;
	color:#999;
}
#menubar #social {
	position:absolute;
	right:-6px;
	top:16px;
}
#menubar #social .addthis_toolbox {
	display:none;
}
#menubar #social .addthis_button_facebook_like {
	margin-top:-2px;
}
#menubar #social a.tcr_addthis_extension {
	float:left;
	cursor: pointer;
	width: 16px;
	height: 16px;
	padding: 0px 1px 0 1px;
	background: url(/img/widget005_top.png) no-repeat;
}
#menubar #social a.chicklet_facebook {
	background-position: 0px -288px;
	padding-right: 2px;
}
#menubar #social a.chicklet_twitter {
	background-position: 0 -896px;
}
#menubar #social iframe {
	width: 85px !important;
	overflow: hidden !important;
}
#homepage #menubar #social iframe {
/*	width: 122px !important;  /*82*/
}











/*****************************************************************************/
/**  PUBLICATION PAGES                                                      **/
/*****************************************************************************/

.publication .coverPhoto {
	
}
.publication .coverPhoto img {
	width: 500px;
}
.author {
/*	margin-left: 120px;
	margin-right: 10px;
    margin-bottom: 16px;*/
    min-height: 100px;
}
.author h1 {
	font-size: 20px;
	color:#17416c;
	text-transform: none;
	font-style: italic;
	margin-left: 0px;
	margin-bottom: 6px;
}
.author img.photo {
	position:absolute;
	left:0px;
	width: 100px;
	height: 100px;
}
.author .bio {
	font-family: verdana;
	font-size: 11px;
	color:#333;
	margin-left: 120px;
	margin-right: 10px;
}

.the-work {
	margin-top: 46px;
}
.the-work .piece {
	margin-bottom: 90px;
}
.the-work .audio {
    height: 32px;
    margin-bottom: 12px;
    width: 32px;
}

/* html5 audio styles */
.the-work .audio a {
	display: block;
	width:35px;
	height:35px;
}
.the-work .audio a.pause {
	background: url(/img/button_pause35.gif) no-repeat;
}
/*.the-work .audio a.pause:hover {
	background: url(/img/button_pause35_over.gif) no-repeat;	
}*/
.the-work .audio a.play {
	background: url(/img/button_play35.gif) no-repeat;
}
/*
.the-work .audio a.play:hover {
	background: url(/img/button_play35_over.gif) no-repeat;	
}
*/
.the-work .audio a.playing {
	background: url(/img/button_playing35.gif) no-repeat;
}
/*.the-work .audio a.playing:hover {
	background: url(/img/button_playing35_over.gif) no-repeat;
}
/*  */

.the-work h2 {
	font-size: 16px;
	font-style: italic;
	color:#17416c;
	margin-bottom: 18px;
	line-height: 22px;	
}
.the-work h2 em, .the-work h2 i {
	font-style: normal; /*because normal style is italic, we have to make the italic style normal*/
}
.the-work .text {
	font-size: 12px;
}
:root .the-work .text {font-size: 11.5px\9;}

.the-work .caption {
    color: #17416C;
	margin: -4px 24px 24px 30px;
    font-size: 11px;	
}


.piece div.book {
	font-weight:normal;
	position:relative;
	left: 35px;
	width: 400px;
	margin-bottom: 35px;
	margin-top:35px;
}
.piece div.book .photo {
	float:left;
	margin-right:10px;
}
.piece .info {
}
.piece .info a {
	font-weight: bold;
	color: #003399;	
}
.piece div.book .pubinfo {
	font-size:11px;
	line-height: 13px;
	margin: 6px 0 6px 0;
}
.piece div.book .support {
	font-size:11px;
	line-height: 13px;
	position:absolute;
	bottom:5px;
	left: 160px;
}

.interview .tcr {
	color:#039;	
}


.standard .rightcol #pods {
	
}
.standard .rightcol .pod {
	margin-bottom: 27px;
	background: #eee;
}
.standard .rightcol .pod h4 {
	text-indent: 9px;
	line-height: 31px;
	font-size: 15px;
}

#social_placeholder {
	display:none;
}
.review blockquote {
	margin: 20px 20px 20px 45px;
	display:block;
}

.more-work {
	font-size: 10px;
	background: #eee;
	padding:5px;
	padding-bottom: 12px;
}
.more-work li {
	padding-top:12px;
}


/*FEATURE FOR YOUTUBE */
#feature-embed {
	position:relative;
}
#youtube-clicker-large {
	display:block;
	position:absolute;
	height: 309px;
	width:502px;
	z-index:20;
	background: url(/img/button_overlay_play72.png) 215px 130px no-repeat;
}
#youtube-clicker-large:hover {
	background: url(/img/button_overlay_play72_over.png) 215px 130px no-repeat;
}


/*****************************************************************************/
/**  HOME PAGE                                                              **/
/*****************************************************************************/

#homepage .home .column2, #homepage .home .column3 {
	height: 461px;
	overflow:hidden;
}

#hero { 
	position:relative;
	height: 317px;
	overflow: hidden;
}
#hero .lower-third {
	position:absolute;
	left:0px;
	bottom:0px;
	height: 55px;
	background: #111;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	width:100%;
	color:#fff;
	text-indent:12px;
	font-size: 16px;
	line-height: 56px;
	cursor:pointer;
	font-family: helvetica;
}
#hero .lower-third b {
	color: #fbf17a;
	font-weight: normal;
	font-size: 20px;
}
#hero .lower-third canvas {

}
#hero ul.items li {
	display:block;
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	z-index:10;
}
#hero ul.items li.on {
	display:block;
}
#hero ul#hero-controller {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px;
	z-index: 100;
}
#hero ul#hero-controller li {
	float:left;
}
#hero ul#hero-controller li a {
	margin: 0 0 0 5px;
	display: block;
	height: 10px;
	width: 10px;
	background:#ccc;
	border-radius: 5px;
}
#hero ul#hero-controller li a:hover, #hero ul#hero-controller li a.on {
	background:#333;
}

#subscribeResult .error {
	color:#ff0000;
	margin-bottom: 1em;
}
#subscribeResult a {
	color:#333;
}






#news {
	background: #f4f4f4;
	overflow: hidden;
}
#news h4 {
	display:block;
	position:relative;
	z-index: 100;
	background: url('../img/bg_blueheader.gif') repeat-x;
	height: 30px;
	color: #fff;
	text-indent: 11px;
	font-size: 16px;
	line-height: 30px;
}
#news h4 canvas {

}
#news .news-items  {
	height:401px;
	line-height:15px;
	z-index: 10;
	position:relative;
	font-size: 11px;

}
#news li {
    border-bottom: 1px dashed #CCCCCC;
    margin: 0 14px;
}
#news li a {
	display:block;
	text-decoration:none;
	color: #444;
    padding: 14px 0;
}
#news li span {
	display:block;
	padding-top:3px;
	color:#666;
	font-size:9px;
}
#news li a:hover {
	color:#000;
}
#news .pagination {
	position:relative;
	height:30px;
	background: #e2e2e2;
	z-index:50;
	line-height: 25px;
}
#news .pagination a {
	position:absolute;
	right: 10px;
	font-size: 10px;
	display:none;
}


.widget {
	width: 154px;
	padding:14px;
	margin-bottom: 18px;
	position:relative;
}
#featured-book.widget {
	background: #e9e8e9;
	height: 240px;
	padding-bottom:0;
}
#subscribe.widget {
	background: #f5f0b7;
	height: 189px;
}
.widget p {
	font-size: 11px;
	color: #333;
}
#featured-book h4, #subscribe h4 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: -6px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	color:#0e263e;
}
#featured-book .info {
    position: absolute;
    bottom: 16px;
    width: 155px;
}
#featured-book p {
	padding-bottom:12px;
}
#featured-book a {
	float:left;
}
#featured-book a.buy, .book a.buy {
	display:block;
	width: 62px;
	height: 25px;
	background: url('../img/button_buy.png') no-repeat;
	text-indent: -9999em;
	float:right;	
}
.book a.buy {
	float:left;
}
#subscribe p {
	margin: 12px 0 18px 0;
}
#subscribe .submit {
	float:right;
}

/*
 * PODS (175x96 image)
 */
#homepage #pods {
	margin-top:18px;
	overflow:hidden;
	width:585px;
}
.pod {
	width: 175px;
	overflow:hidden;
	color: #222;
	font-size: 11px;
	position:relative;
}
.audio-host-pod a {
	background: url('../img/bg_pod_gradient.gif') no-repeat;
	cursor: default;
}
#homepage .pod {
	float:left;
	margin-right:20px;
}
.audio-host-pod .wimpy_button {
	position:absolute;
    right: 14px;
    top: 54px;
	z-index:500;
}
.pod h4 {
	display:block;
	background: url('../img/bg_blueheader.gif') repeat-x;
	height: 30px;
	overflow: hidden;
	color: #fff;
	text-indent: 11px;
	line-height: 30px;
	font-size: 16px;
}
.pod h4 canvas {

}
.pod p {
	padding: 2px 0 5px 0;
	line-height: 1.3em;
}
.rightcol .pod p {
	padding-left: 7px;
	padding-bottom: 5px;
}
.pod a, .pod span {
	display:block;
	height: 96px;
	overflow:hidden;
}

/*****************************************************************************/
/**  STANDARD                                                               **/
/*****************************************************************************/

.column {
	float:left;
	position:relative;
}
.home .column1 {
	width:564px;
	margin-right:16px;
	overflow: hidden;
}
.home .column2 {
	width: 182px;
	margin-right:16px;
}
.home .column3 {
	width:182px;
}
.editors-note blockquote {
	margin: 18px !important;
}



.standard .leftcol {
	width: 188px;
	margin-right:55px;
}
.standard .maincol {
	width: 502px;
	margin-right:40px;
	line-height: 18px;
}
.standard .rightcol {
	width:175px;
}

.standard .maincol h5 {
	margin-top: 8px;
    margin-left: -2px;
}
/* IE7 hack because of text size too large.  Remove this hack if you resize the site past 960 */
*+html .publication .standard .maincol {
	width: 517px;
	margin-right: 35px;
}
*+html .publication .standard .leftcol {
	margin-right: 45px;
}
/* END IE7 HACK */


/* LEFT NAVIGATION */
.leftnav-container {
	position:relative;
	font-family: verdana;
}
.leftnav-container .arrow {
    left: 192px;
    position: absolute;
	width:19px;
	height:34px;
	background: url('../img/pubnav_title_arrow.gif') no-repeat;
}
ul.leftnav {
	display:block;
}
*+html ul.leftnav { /* IE7 only Hack */
	display:inline-block;
}
ul.leftnav h4 {
	background: #17416c;
	overflow:hidden;
}
ul.leftnav h4.header {
	font-size: 13px;
	color: #003333;	
	height: 34px;
	line-height: 32px;
	text-indent: 8px;
	background: url('../img/pubnav_gradient_yellow.gif');
}
*+html ul.leftnav h4.header { /* IE7 only Hack */ 
	line-height: 36px;	
}
ul.leftnav h4.header span.numeral { /* For numerals */
    font-size: 15.5px;
    position: relative;
    top: -3px;
}
ul.leftnav h4.header span > span.eight {
	font-size: 14px !important;
	top:2px !important;
}
ul.leftnav li h4 a {
	display:block;
	color: #e6e7e8;	
	height: 34px;
	line-height: 32px;
	text-indent: 8px;
	text-decoration: none;
	background: url('../img/icon_blueplus.png') no-repeat 165px 12px;
}
ul.leftnav li.open h4 a.non-opening, ul.leftnav li h4 a.non-opening {
	background-image: none;
}
*+html ul.leftnav li h4 a { /* IE7 only Hack */
	line-height: 36px;
}
ul.leftnav li h4 {
	background: #DDD url('../img/pubnav_gradient_grey.gif');
}
ul.leftnav li.open h4, ul.leftnav li.rollover h4 {
	background: #17416c;
}
ul.leftnav li.open h4 a {
	background: url('../img/icon_blueminus.png') no-repeat 165px 12px;
}
* html ul.leftnav li.open h4 a { background-image: none;}
ul.leftnav li {
	margin-bottom:1px;
	visibility: visible;
}
ul.leftnav li ul {
	background: #17416c;
	padding: 6px 0 6px 0;
}
ul.leftnav li ul.no-header {
	margin-top:1px;
}
.publication ul.leftnav li ul {
	display:none;	
}
ul.leftnav li.open ul {
	display:block;
}

ul.leftnav li ul li {
	margin-left:5px;
}
ul.leftnav li ul li a, ul.leftnav li ul li span {
	display:block;
	width:173px;
	font-size: 11.5px;
	margin-bottom: 0px;
	height: 21px;
	line-height: 18px;
	visibility: visible;
	text-decoration: none;
	padding-left: 5px;
	font-size: 11px \0/; /* IE 8 & 9 HACK */
}
ul.leftnav li ul li a {
	color: #fbf17a;
	font-style: italic;
}
ul.leftnav li ul li span {
	color: #eee;
	height: auto;
    margin-bottom: 12px;
    width: 173px;
}
ul.leftnav li ul li a.on {
	background: #517191;
	color: #fff;
}
ul.leftnav li ul li a:hover, ul.leftnav li ul li .onspan {
	background: #517191;
}


ul.issue {
	width:188px;
}

ul.issue ul {
	display:block;
}

.maincol section {
	border-top: 1px dashed #aaa;
	margin: 16px 16px 24px 0;
	padding-top: 20px;
}

.publication .maincol section {
    margin: 16px 0 16px 0;	
	border-bottom: 1px dashed #aaa;
	padding: 16px 0 17px 0;
}
.maincol section.no-dash {
	border-top: none;
	margin-top: 0px;
}
.maincol section.no-padding {
	padding-top:0;
	margin-bottom:0;
}
.maincol section.no-dash-bottom {
	border-bottom: none;
}
.maincol h3, .overlay h3 {
	font-size: 16px;
	color:#17416c;
	text-transform: none;
	font-style: italic;
	margin-left: -1px;
	margin-bottom: 12px;
}
#video .maincol h3 {
	margin-bottom: 2px;
}
.maincol ul {
	list-style-type: disc;
	margin:1em 1em 1em 2em;
}
.maincol p {
	margin-top: 1em;
}

.publication .coverCaption {
	
}

/* Interview Photo Inserts */

.piece a.photo-insert-right {
	display: block;
	float: right;
	padding: 5px 0 5px 10px;
}
.piece a.photo-insert-left {
	display: block;
	float:left;
	padding: 5px 10px 5px 0px;
}
.piece .photo-insert-large {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 10px 0 20px;
    padding: 10px 10px 10px 0;
    text-align: center;
}
.piece .photo-insert-large a {
	
}
.piece .photo-insert-large p {
	font-size: 14px;
	font-style: italic;
	padding-top:0;
	margin-top:0;
}


/*****************************************************************************/
/**  BOOKSTORE                                                              **/
/*****************************************************************************/

#bookstore .standard .maincol {
	width: 744px;
	height: 100%;
}
#bookstore_iframe {
	width: 770px;
	min-height: 541px;
	overflow-x: hidden;
}
* html #bookstore_iframe { /* IE6 hack */
	width: 745px; 
}
#bookstore h5 {
	margin-bottom: 12px;
}



/*****************************************************************************/
/**  VIDEO                                                                  **/
/*****************************************************************************/

body.wide-layout .standard .maincol {
	width: 744px;
}
body#video ul.videos, body#video ul.videos li {
	list-style-type: none;
	margin:0;
	padding: 0;
}
body#video ul.videos {
	height: 185px; overflow: hidden;
}
body#video ul.videos li {
	display:inline-block;
	float:left;
	padding: 5px 8px 12px 0;
	width: 175px;
	height:183px;
	line-height: 1.2em;
}
body#video ul.videos li.last {
	padding-right:0;
}
body#video ul.videos li img {
	width:175px;
}
body#video ul.videos p {
	display:block;
	margin:0;
	padding:0;
}
body#video h5 {
	margin-bottom: 18px;
}

body#video .maincol section {
	margin-right:0px;
	clear:both;
}
body#video #youtube_player {
	width: 724px;
	height: 433px;
}



/*****************************************************************************/
/**  SUBMIT FORM                                                            **/
/*****************************************************************************/

.submit section input {
	margin-top: 2px;
}
.submit .errortextlarge, .submit .errortext {
	color: #ff0000;
}
.submit .reginput, .submit .medinput {
	width:200px;
}
.submit .verysmallinput {
	width: 60px;
}
.submit input.inputtitle {
	width: 320px;
}
.submit textarea.coverletter, .submit textarea.submission {
	width: 100%;
}
.submit input.checkbox {
	margin-right: 10px;
}
.submit .note {
	color: #333;
	font-size: .95em;
	line-height: 1.2em;
}
.submit .error {
	color:#ff0000;
}
.submit .alert {
	font-weight:bold;
	color: #ff0000;
	padding: 3px;
}
.submit .alert p, .submit p.alert {
		text-decoration: underline;
}

/*****************************************************************************/
/**  AUTHORS                                                                **/
/*****************************************************************************/

.authors {
	
}
.authors .a-z {
	text-align: center;
}
.authors .a-z a {
	text-decoration: none;
}
.authors .search_results {
	margin-top:20px;
}
.authors .search_results p {
	padding-bottom: 20px;
}
.authors .search_results .row {
	position:relative;
	padding: 0 10px 28px 48px;
	color: #17416c;
}
* html .authors .search_results .row { /* IE6 HACK */
	position:static;
}
.authors .search_results .row img.photo {
	position:absolute;
	left:0px;
	height: 34px;
	width: 34px;
}
.authors .search_results .row h6 {
	font-size:13px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
}
.authors .search_results .row ul {
	list-style-type: none;
	margin: 0;
}
.authors .search_results .row ul li {
	font-size: 12px;
}
.authors .search_results .row ul li a {
	color: #333;
}


/*****************************************************************************/
/**  ARCHIVE                                                                **/
/*****************************************************************************/

.archive {
	
}
.archive .maincol ul {
	list-style-type: none;
	margin-left:0;
}
.archive .maincol ul a {
	color: #333;
}


/*****************************************************************************/
/**  CONTACT                                                                **/
/*****************************************************************************/

.contact {
	
}
.contact section table {
	margin-top: 20px;
}
.contact section table td {
	padding: 2px;
}
.contact section table td.name {
	color: #17416c;
	width: 100px;

	padding-right: 10px;
}
.contact section table td.field input,
.contact section table td.field textarea {
	width: 250px;
}


/*****************************************************************************/
/**  POETRY STREAMER PAGE                                                   **/
/*****************************************************************************/

#poetry-streamer-page .standard .maincol {
	width: 744px;
	height: 100%;
}




/*****************************************************************************/
/**  ABOUT                                                                  **/
/*****************************************************************************/

.about {
	
}

.staff {
	margin: 16px 0 16px 0;
	border-top: 1px dashed #aaa;
	padding-top:20px;
}

.staff div {
	float:left;
	margin-left:24px;
}
.staff h1 {
	font-size: 16px;
	color:#333;
	text-transform: none;
	font-style: italic;
	margin-left: -1px;
	margin-bottom: 6px;
}
.staff img.photo {
	float:left;
	left:0px;
	width: 80px;
	height: 80px;
	margin-right: 16px;
}
.staff p {
	font-size: 12px;
	color:#333;
	font-style: italic;
}

.about p.q {
	font-weight: bold;
	color:#17416c;
}


/*****************************************************************************/
/**  FOOTER                                                                 **/
/*****************************************************************************/

footer {
	margin:60px auto 0 auto;
	text-align:center;
	color: #999;
	font-family: helvetica;
}
footer #copyright {
	padding:22px 22px 0;
	font-size: 0.8em;
}
footer #bottom-nav {
	display:inline-block;
}
*+html footer #bottom-nav { /* IE7 only Hack */
	display:inline;
}

footer #bottom-nav a {
	text-transform: none;
	color: #333;
}
footer #bottom-nav a:hover {
	text-decoration: underline;
	color:#333;
}
footer #bottom-nav span {
	padding:0 2px 0 2px;
}

