
/* sometimes ediotrial will want to hide the large H1 headline and this can affect masthead */
#title h1 {
	display: block !important;
}

#TopLeft, #TopRight {
    width:   150px;
    height:  50px;
    display: block;
}

#home .cColumn {
    padding: 5px !important;
    width:   338px !important;
}

#masthead {
    height:  42px;
    padding: 12px 0 15px;
}

#home .spanAB {
	min-height:1000px;
}

#home .wideA {
    display: none;
}

#hp_menu {
    width:        320px;
    padding-left: 25px;
}

#hp_menu tr {
    text-align: center;
}

#hp_date {
    font-size:  160%;
    text-align: center;
}

#hp_date span.editable {
    cursor:  pointer;
    border:  1px #fff solid;
}

#hp_date span.hover {
    border:  1px #ccc solid;
}

#hp_date input, #hp_date select {
    font-size:  80%;
}

#hp_time {
    width:      100px;
    font-size:  260%;
    text-align: center;
}

span.radio span {
	font-family:    helvetica,sans-serif;
	font-size:      1.1em;
	padding:        5px 0;
	vertical-align: bottom;
}

span.radio span.small {
	font-size:      0.9em;
}


#spinner {
    margin-left:   230px;
    margin-top:    100px;
}

#nytint-credit {
    color:         #999999;
    font-family:   arial,verdana,sans-serif;
    font-size:     1.1em;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align:    right;
}

a.hide, span.timestamp {
    display:  none;
}

#title h1 a {
    color: black;
}

#pageError {
    width: 450px;
    margin: 30px 0 0 38px
}

#pageError h3 {
    font-family: Georgia,serif;
    font-size: 200%;
    font-weight: normal;
    margin: 0 0 18px;
    padding: 0;
}

/* The scraper sometimes get smore of the hompage markup than is nesesary
   These extra CSS rules hide it, but really should be address on Scraper side 
 */

#insideNYTimes, #abColumns #footer, #abColumns div.cColumn, #abColumns div.baseLayoutBelowFold {
	display: none;
}


#newspaper {
	padding-top:30px;
	text-align:center;
	width:520px;
}

#newspaper img {
	border:1px solid #CCCCCC;
	width:410px;
}

#playText {
	height: 15px;
}

.fade {
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}


/*

html > body {
	font-family:Georgia,serif;
	font-size:84.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

table
{
	font-size:84.5%;
    margin:  0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
	vertical-align: top;
}

img {
	border: 0;
}

#masthead, #page {
	width:	870px;
}

#masthead {
	height:	102px;
	padding: 0;
	margin: 0;
	background-image: url('img/line_fade.gif');
    border-left:		1px solid #ccc;
}

#masthead td {
	width:	33%;
	vertical-align: middle;
	text-align:	center;
}

#masthead td h1{
	color:		red;
	font-size:	100%;
}

#page td {
	vertical-align: top;
}

#nav {
	width:	91px;
    border-left:		1px solid #ccc;

}

#abColumns {
	width:	527px;
    border-left:		1px solid #ccc;
}

#cColumn {
    border-left:		1px solid #ccc;
}

#hp_menu td {
	padding:	5px;
	width:		33%;
	vertical-align: middle;
	text-align:	center;
}

#hp_time {
	width:		100px;
	font-size:260%;
	text-align:center;
}

*/