/* Traditional Matter Site
 * Layout ripped from an Onion satire image
 *
 */

/* Newspaper style text -
 * Headline text is bold and condensed
 */
div.headline {
	font-family:    Courier;
	font-weight:    bold;
	letter-spacing: -2px;

	float:          right;
	text-align:     left;

	padding-top:    1.0ex;
	padding-left:   3ex;
	padding-right:  1.5ex;
	padding-bottom: 1.5ex;
}

/* used in headlines */
b.heading1 {
	font-family: Courier New;
	font-weight: 900;
	font-size:   150%;
}

/* Standard newspaper style text
 * for columns
 */
div.column {
	font-family:     Courier;
	font-size:       12pt;
	font-weight:     light;
	letter-spacing:  -1px;

	float:           right;
	text-align:      left;
}

/******************* Layout **********************/

/* under banner, padded */
#picture_box {
	padding-top:    0.0ex;
	padding-left:   2.2ex;
	padding-right:  1.5ex;
	padding-bottom: 1.5ex;
}

/* under banner, to the left of the picture */
#flashPlayer {
	position: absolute;
	left:     450px;
	top:      278px;
	height:   400px;
	width:    400px;
}

/* Right side of page directly below the player */
div.inner_box_shows {
	position: absolute;
	left:     440px;
	top:      420px;
	height:   400px;
	width:    400px;
	padding:  1em;
	font-family:     Courier;
	font-size:       11pt;
	font-weight:     light;
	letter-spacing:  -2px;

}


/* Right side of page directly below the player 
 * First headline beneath the player - Primary news spot
*/
div.inner_box {
	position: absolute;
	left:     430px;
	top:      580px;
	height:   400px;
	width:    400px;
	padding:  1em;
}

div.inner_column_left {
	position: absolute;
	left:     430px;
	top:      680px;
	height:   400px;
	width:    200px;
	padding:  1em;

	float: right;
	text-align: left;

	padding-top:    1.0ex;
	padding-left:   3ex;
	padding-right:  1.5ex;
	padding-bottom: 1.5ex;
}

div.inner_column_right {
	position: absolute;
	left:     640px;
	top:      680px;
	height:   400px;
	width:    200px;
	padding:  1em;

	padding-top:    1.0ex;
	padding-left:   3ex;
	padding-right:  1.5ex;
	padding-bottom: 1.5ex;
}


/* Lower headlines and columns
 * Below the main picture and below the fold
 */
div.lower_box {
	position: absolute;
	left:     10px;
	top:      730px;
	height:   400px;
	width:    400px;
	padding:  1em;
}


/* Article under picture, first column
 */
div.lower_column_left {
	position: absolute;
	left:     5px;
	top:      810px;
	height:   400px;
	width:    200px;
	padding:  1em;

	padding-top:    1.0ex;
	padding-left:   3ex;
	padding-right:  1.5ex;
	padding-bottom: 1.5ex;
}

/* Article under picture, second column
 */
div.lower_column_right {
	position: absolute;
	left: 220px;
	top: 810px;
	height: 400px;
	width: 180px;
	padding: 1em;

	padding-top:1.0ex;
	padding-left:3ex;
	padding-right:1.5ex;
	padding-bottom:1.5ex;
}

/* Contact info footer
 */
div.footer {
	position: absolute;
	left:     220px;
	top:      1140px;
	height:   20px;
	width:    680px;
	padding:  1em;

	font-family:     Courier;
	font-size:       12pt;
	font-weight:     light;
	letter-spacing:  -1px;

	float:           right;
	text-align:      left;

	padding-top:1.0ex;
	padding-left:3ex;
	padding-right:1.5ex;
	padding-bottom:1.5ex;
}

