/*
Theme Name: Northwestern Chronicle
Description: Developed for The Northwestern Chronicle and Fighting Methodist in 2009.
Author: Tom Giratikanon, Jess Huang and Debi Nafis

*/

body { 	
	background-color: #333366; 
	margin: 0; 
	font-family: "Georgia";
	font-size: 12pt; 
	background-image: url(/graphics/chron_background.png);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color:  #333366;
}

h1, h2, h3 {
	margin: 0;
}

p {
	line-height: 1.6;
	font-size: 10.5pt;
	margin: 13pt 0;
}

a img { 
	border: none;
}

/* BASIC STRUCTURE */

#top { 	
	width: 100%; 
	background-color: #333; 
	height:30px; 
}

#outer { 
	margin: 0 auto;
	width: 950px; 
}

#wrapper { 	
	
	background-color: white; 
	
	border: 1px solid #999;
	float: left;
}

/* GLOBAL STYLES */

.byline {
	font-family: Arial;
	font-size: 8pt;
	text-transform: uppercase;
}

.byline a { 
	color: black;
}

.alignright {
	float: right;
}

.wp-caption.alignright {
	margin: 0 0 15px 15px;
}

p.wp-caption-text {
	margin: 0;
	font-size: 8pt;
	font-family: Arial;
}

.date { 
	font-family: Arial;
	font-size: 8pt;
	color: #999;
}

.red {
	color: #EC202D;
}

/* HEADER */

#header { 
	float: left;
}

#masthead { 
	float: left;

	width: 100%;
} 

#nav { 
	float: left;
	width: 100%;
	background-color: #EBEBEB;
}

#navLeft { 
	float: left;
	width: 545px;
	background-image: url(/graphics/chronicle_logo_full_04.png);
	background-repeat: repeat-x;
	height: 37px;
	font-size: 11pt;
	padding-left: 20px;
}

#navCenter { 
	float: left;
	background-image: url(/graphics/chronicle_logo_full_03.png);
	background-repeat: no-repeat;
	width: 106px;
	height: 37px;
}

#navRight { 
	float: left;
	background-image: url(/graphics/chronicle_logo_full_04.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 277px;
	
}

#navRight form {
	float: left;
	padding-top: 5px;
}

#navRight img {
	padding-top: 3px;
	padding-left: 10px;
}

#s {
	font-size: 8pt;
}

#searchsubmit {
	color: white;
	background-color: #EC202D;
	margin: 0;
	padding: 2px;
	border: 0;
	font-size: 8pt;
	font-family: Arial;
}

.navLink { 
	float: left;
	margin: 6px 0;
	padding: 4px 12px 4px 12px;
	border-right: 1px dashed #ccc;
}

.navLink a:link, .navLink a:visited { 
	color: #999;
}

.navLink a:hover {
	color: black;
}

.navLinkLast { 
	border: none;
}

.navLink img {
	vertical-align:bottom
}

#crumbs { 
	float: left;
	background-color: #DCDDDE;
	width: 100%;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 8pt;
}

.crumb, .crumbAd {
	margin: 7px 0;
	padding: 0 4px 0 4px;
	float: left;
}

.crumb a:link, .crumb a:visited { 
	color: #333;
}

.crumb a:hover {
	color: black;
}

.crumbAd {
	text-transform: none;
	background-color: #eee;
	padding: 3px 5px;
	margin: 5px 0 0 0;
}

.adLabel {
	text-transform: uppercase;
}

#crumbsLeft { 
	float: left;
	width: 545px;
	background-image: url(/graphics/chronicle_logo_full_07.png);
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 20px;
}

#crumbsCenter { 
	float: left;
	background-image: url(/graphics/chronicle_logo_full_06.png);
	background-repeat: repeat-x;
	width: 106px;
	height: 30px;
}

#crumbsRight { 
	float: left;
	background-image: url(/graphics/chronicle_logo_full_07.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 277px;
}

/* CONTENT */

#content {
	float: left;
	width: 950px;
}

/* HOME */

.featureContent {
	display:none
}

#feature0 {
	display:block
}

.featureImageCenter {
	text-align: center;
}

h2.home, h2.heading {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	width: 100%;
}

h2.heading a { 
	color: black;
}

h2.categoryHead {
	color: #000;
	border-bottom: 1px #000 solid;
	font-weight: normal;
	text-transform: uppercase;
}

.homeStory {
	float: left;
	width: 100%;
	font-weight: normal;
}

.homeStory, li {
	border-bottom: 2px dotted #ccc;
	padding: 10px 0 5px 0 ;
} 

.homeStory h3 { 
	font-size: 9pt;
	padding-bottom: 3px;
	font-weight: normal;
}

.homeStory p {
	margin: 0 0 5px 0;
}

.homeStory .excerpt { 
	color: #666;
	font-size: 9pt;
	margin: 0;
}

.homeStory img {
	float: right; 
	padding-left: 10px;
}
/*
.homeStory .text {
	float: left; 
	width: 200px;
}
*/

.excerpt p {
	margin: 0;
	font-size: 9pt;
	line-height: 1.25;
}

#homeAll {
	float: left;
	border-bottom: 4px solid #ccc;
}

#homeAll p { 
	color: #666;
	font-size: 9pt;
}

#homeLeft {
	float: left;
	width: 640px;
}

#homeTop {
	float: left;
	border-bottom: 4pt solid #CCC;
	width: 100%;
}

#homeLinks {
	float: left;
	width: 129px;
	padding: 15px;
}

#homeLinks h3  {
	margin: 0;
	font-weight: normal;
	font-size: 9pt;
}

#homeLinks .homeStory {
	padding: 15px 0;
}

#homeFeature {
	float: left;
	width: 481px;
}

#homeFeatureMenu {
	float: left;
	padding-top: 10px;
}

#homeFeatureMenuTop, #homeFeatureMenuBottom {
	float: left;
}

#homeFeatureMenuTop {
	border-left: 1px solid white;
}

.homeFeatureMenuSpacer, .homeFeatureMenuSpacerFull { 
	float: left;
	width: 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid white;
	height: 25px;
}

.homeFeatureMenuSpacer:first {
	width: 0px;
}

.homeFeatureMenuSpacerFull {
	width: 114px;
}

.homeFeatureMenuLink, .homeFeatureMenuLinkActive {
	float: left; 
	width: 102px; 
	border: 1px solid #999;
	height: 17px;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 8pt;
	padding: 4px 2px;
	color: #999;
}


.homeFeatureMenuLinkActive {
	border: 1px solid #EC202D;
	background-color: #EC202D;
	color: white;
}

#homeBottom { 
	float: left;
	width: 100%;
}

.homeColumn {
	width: 145px;
	float: left;
	padding: 15px 0 15px 15px;
}

.homeColumnContent {
	float: left;
	padding-right: 15px;
	border-right: 1px dashed #999;
}

.sideless { 
	border-right: none;
}

.homeColumn h2 { 
	color: #EC202D;
	width: 125px;
}

.homeColumn h3 {
	padding-bottom: 4px;
}

.homeColumn .byline {
	padding-bottom: 4px;
	text-transform: uppercase;
}

.menuMini {
	height: 10px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
	border-bottom: none;
}

.menuLinkBottom {
	border: 1px solid white;
	border-top: none;
	border-bottom: none;
}

.menuMiniActive {
	height: 10px;
	padding: 0 2px;
	border: 1px solid #EC202D;
	border-bottom: none;
	border-top: none;
}

.homeFeatureMenuLinkActive a {
	color: white;
}

#homeFeatureStoryBox {
	float: left;
	border-left: 1px dashed #999;
	width: 100%;
	
}

#homeFeatureStory {
	float: left;
	padding: 0 10px 10px 10px;
}

#homeFeatureStory .excerpt {
	padding-top: 5px;
}

#homeFeatureStory img {
	padding-bottom: 10px;
}

#homeFeatureStory h3 { 
	font-weight: normal;
	padding-bottom: 5px;
}

#homeRight {
	float: left;
	width: 310px;
}

#homeNewest {
	float: left;
	width: 310px;
	border-bottom: 4px solid #ccc;
}

#homeNewestTop {
	padding: 16px 0 0 20px;
	float: left;
	width: 270px;
}

#homeNewestBorder {
	float: left;
	border-left: 1px dashed #999;
	padding: 0 20px 20px 20px;
}

#homeNewest .homeStory {
	padding: 15px 0 10px 0;
}

#homePopular {
	float: left;
	padding: 20px;
	width: 270px;
	border-left: 1px dashed #999;
}

#homePopular ol, .popular ol, #homePopular ul {
	margin: 0;
	padding: 0;
	list-style-position:inside;
	font-size: 9pt;
	list-style-type:decimal
}

#homePopular li, .popular ol {
	font-weight: bold;
	color: #EC202D;
	font-size: 12pt;
	font-family: Arial;
}

#homePopular a, .popular a { 
	font-weight: normal;
	font-size: 9pt;
	font-family: Georgia;	
}

#homeComments {
	font-family: Arial;
}

.commentStory { 
	color: #999;
	text-align: right;
	font-size: 9pt;
	font-family: Georgia;
}

.commenter {
	font-size: 9pt;
}

.commentTimestamp {
	font-size: 8pt;
	color: #999;
}

.bottomless {
	border-bottom: none;
	margin-bottom: none;
	padding-bottom: none;
}	

#homeFM {
	float: left;
	border-left: 4px solid #ccc;
}

.homeFMBox {
	padding: 10px 20px;
	width: 266px;
}

.FM a {
	color: #2c9d40;
}

/* NON-HOME STYLES */

.contentWrapper { 
	padding: 20px 0 0 20px; 
	float: left;
	border-bottom: 4px solid #ccc;
}

.contentWrapper p {
	color: #666;
}

.contentMain h2 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 2em;
}

.contentMain {
	float: left;
	width: 600px;
	padding-right: 19px;
	border-right: 1px dashed #999;
}

.sidebar { 
	float: left;
	width: 310px;
}

.sidebarBox {
	float: left;
	padding: 20px;
	margin-bottom: 0;
	border-bottom: 4px solid #CCC;
	width: 270px;
}

.sidebarBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

.sidebarBox li {
	padding: 10px 0;
}

.sidebarBox .empty {
	margin: 10px 0 0 0;
	color: #999;
	font-style: italic;
	font-size: 9pt;
}

.hammer {
	font-size: 8pt;
	text-transform: uppercase;
	font-family: Arial;
}

.hammer a { 
	font-size: 8pt;
	text-transform: uppercase;
	font-family: Arial;
	color: #666;
}

.hammer a:hover {
	color: black;
}

.mainStoryImage {
	margin-bottom: 5px;
}

.caption {
	text-align: right;
	font-size: 8pt;
	font-family: Arial;
	color: #999;
	margin-bottom: 10px;
}

/* PAGE */

h2.pagetitle {
	color: #EC202D;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 12pt;
}

.page h3 { 
	font-weight: normal;
	font-size: 18pt;
}


/* COMMENTS */

#comments { 
	font-family: Arial;
	color: #EC202D; 
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.commentBox {
	padding: 15px 0;
	border-top: 1px dashed #999;
	margin-top: 20px
}

.comment {
	font-family: Arial;
	font-size: 10pt;
	border-bottom: 1px dashed #CCC;
}

.commentMeta { 

}

.commentTime {
	font-size: 8pt;
	color: #999;
}

.commentTime a { 
	color: #999;
}

.commentAuthor {
	font-weight: bold;
	color: #333;
}

.commentText p {
	font-size: 10pt;
}

.reply {
	text-align: right;
	font-size: 8pt;
	text-transform: uppercase;
}

.comment-reply-link {
	
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#respond {

	margin: 15px 0;
	font-family: Arial;
}

/* BLOG POSTS */

.blogHeader {
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
	padding-bottom: 10px;
	width: 100%;
}

.blogTitle {
	font-size: 18pt;
	font-weight: bold;
}

.blogSubtitle {
	font-size: 11pt;
	color: #999;
	
}

.blogSubtitle p {
	margin: 0;
}

.blogPost {
	border-bottom: 1px dashed #999;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.blogPost a {
	color: black;
}

.blogMeta {
	font-family: Arial;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

.blogMeta a {
	color: #EC202D;
}

.blogMetaItem {
	float: left;
	margin-right: 20px;
}

/* SIDEBARS */

.sidebar ul {

}

.sidebar li {

}

.sidebarStory {
	padding-left: 10px;
}

/* LANDING PAGES */

.sectionWrapper { 
	float: left;
	padding-top: 15px;
}

.landingPodcasts {
	width: 142px; 
	padding: 10px;
	float: left;
}

.landingStories {
	width: 598px;
	padding: 10px;
	border-right: 1px dashed #999;
	float: left;
}

.landingSidebar {
	width: 200px;
	float: left;
}

.landingStory {
	border-bottom: 1px dotted #ccc;
	margin: 10px 0; 
}

/*.landingStory {
width: 46%;
padding: 2%;
float: left;
}*/

.landingStory h3 { 
font-weight: normal;
}

.landingStory .excerpt {
	color: #666;
	padding: 5px 0;
	
}

.landingStory .excerpt p {
	font-size: 9pt;
}

.landingStory img { 
	float: right;
	margin: 0 0 10px 10px;
}

.dailyLink p {
        margin: 0;
}

.dailyLink .date {
       margin-bottom: 10px;
}

.landingTopStory {
	margin: 10px 0;
	padding-bottom: 10px; 
	border-bottom: 1px dotted #999;
}

.landingTopStory p {
	font-size: 12pt !important;
}

.landingTopStory img {
	padding-bottom: 5px;
}

.landingTopStory h3 {
	font-size: 18pt;
}

.landingTopStory .excerpt {
	padding-top: 5px;
}

.landingPodcast {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.landingPodcast h3 {
	font-size: 11pt;
	margin-bottom: 5px;
}

.landingPodcast .byline {

}
.landingPodcast .excerpt {
	margin: 5px 0;
}

.landingPodcast .excerpt p {
	line-height: 1.25;
	color: #666;
}

.landingPodcast .meta {
	margin-bottom: 5px;
}


.meta {
	font-family: Arial;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
}

.meta a {
	color: #EC202D;
}

/* GENERAL ARCHIVES */

.archiveWrapper {
	float: left;
	padding: 20px;
	padding-right: 0px;
}

/* NAVIGATION ON LANDINGS */

.navigation {
	margin: 10px 0;
	font-size: 8pt;
	font-family: Arial;
	text-transform: uppercase;
	background-color: #eee;
	padding: 10px;
	float: left;
	clear: both;
	width: 580px;
	
}

.archiveLeft {
	float: left;
	width: 600px;
	padding-right: 19px;
	border-right: 1px dashed #999;
}

/* AD SYSTEM */

.sidebarAdBox {
	float: left;
	width: 300px;
	padding: 5px;
	background-color: #eee;
}

.sidebarAdBox img {
	border: 1px solid #ccc;
}

.sidebarAdLabel {
	text-transform: uppercase;
	color: #999;
	margin-bottom: 5px;
	font-size: 7pt;
	font-family: Arial;
	text-align: center;
}

/* SIDBAR COMMENTS */

.sidebarComment { 
	padding: 10px 0;
	border-bottom: 2px dotted #ccc;
	font-family: Arial;
}

.sidebarComment .commenter {
	font-size: 10pt;
}

.sidebarComment .date {
	color: #999;
	font-size: 8pt;
	font-weight: normal;
}

.sidebarComment .excerpt {
	color: #333;
	font-size: 10pt; 
}

.sidebarComment .story {
	font-family: Georgia;
	font-size: 9pt;
	color: #999;
	text-align: right;
}

/* SINGLE */

.single img { 
	border: 1px solid #999;
}

.single img.mugshot { 
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
}

.single .entry {
	clear: both;
}

.single .date {
	margin-bottom: 20px;
}

.addthis {
	width: 50%;
	float: left;
}

.printthis {
	width: 50%;
	float: right;
	text-align: right;
	font-size: 8pt;
	font-family: Arial;
	text-transform: uppercase;
}

.thumb {
	width: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
	float: right;
	margin-left: 10px;
}

.landingStory hr, .landingTopStory hr {
	height: 0;
	width: 100%;
	border: none;
	background-color: transparent;
	clear: both;
}
