/*
 * WKSU
 * 
 * Style Sheet File
 * Copyright 2007 WKSU
 *
 */



/****** CORE LAYOUT *******/

.headliner {
        font-size: 20px;
        line-height: 20px;
        font-family: Century;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
}

.mainContainer {
	padding: 10px;
	background-color: #fff;
	color: #000;
}


p {
        font-family: Century, Serif;
        font-size: 13px;
        line-height: 18px;
}

.storyContainer {
        border-top: 2px dotted #aaa;
        width: 700px;
        padding: 10px;
}

.storyContainer h1 {
        font-family: Century, Serif;
        color: #fff;
        font-weight: bold;
        font-size: 17px;
        line-height: 17px;
        margin: 0px;
        padding: 0px;
}

.storyContainer h3 {
        font-family: Century, Serif;
        color: #555;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        margin: 0px;
        padding: 0px;
}

.storyContainer p {
        font-family:  Verdana;
        font-size: 13px;
        letter-spacing: -1px;
        word-spacing: -1px;
}


.playerContainer {
        background-image: url("/news/features/neo-development/images/story_background2.jpg");
        font-size: 14px;
        font-family: Lucida Sans;
        color: #fff;
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 410px;
        height: 90px;
}

.playerContainer a {
        font-family: Trebuchet MS;
        letter-spacing: -1px;
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px dotted #fff;
}

.photoGallery {
        border-top: 2px dotted #aaa;
        width: 700px;
        padding: 10px;
}

.photoGallery img {
        border: none;
        padding: 5px;
}


.storyTable {
        width: 300px;
        margin: 0px;
        /*border-top: 2px dotted #aaa;*/
        font-family: Georgia, Serif;
        font-size: 18px;
        font-weight: bold;
        color: #444;}

.storyTable a {
        font-family: Georgia, Serif;
        font-size: 16px;
        color: #444;
        font-weight: normal;
        line-height: 18px;
}

.interviewContainer {
        font-family: Century;
        font-size: 13px;
        border: 1px solid #aaa;
        padding: 10px;
        width: 450px;
        background-image: url("/news/features/neo-development/images/timelineback.jpg");
        background-repeat: repeat-x;
}

.interviewContainer h1 {
        font-size: 20px;
        line-height: 22px;
        font-family: Century;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
}

.miniPhotoGallery {
        width: 600px;
        padding: 10px;
}

.miniPhotoGallery img {
        border: none;
        padding: 5px;
}



.layoutComments {
	/*
	margin: 10px;
	padding: 5px;
	width: 80%;
	border: 1px solid #333;
	background: #fff;
	color: #000;
	border: 1px solid #333;
	background-repeat: repeat-x;
	*/
}

.comments {
	margin: 10px;
	padding: 5px;
	width: 80%;
	border: 1px solid #333;
	background: #fff;
	border: 1px solid #333;
	color: #fff;
	background-image: url("images/backGradient.jpg");
	background-repeat: repeat-x;
	
}

.timeline {
	font-family: Century, Serif;
	font-size: 14px;
	line-height: 20px;
}

.timeline td {
	width: 300px;
	border-top: 5px solid #888;
	background-image: url("/news/features/neo-development/images/timelineback.jpg");
	background-repeat: repeat-x;
	margin-left: 30px;
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 20px;
	
}

.timeline th {
	border-right: 5px solid #888;
	font-size: 20px;
	margin-right: 10px;
	padding-right: 10px;
}












