/*
* Global 
*/
@import "global.css";
/*
* CSS Hacks 
*/
@import "hacks.css";
/*
* Template Header
*/
@import "header.css";
/*
* Template Container 
*/
@import "container.css";

/* Other shared classes/ids*/

/* Use for normal padded lists*/
.list {
	padding: 0 15px;
}
/*Inline Lists*/
.inlineList {
	list-style: none;
	height: 1.0em;
}
.inlineList li{
	float: left;
}
.inlineList a {
	border-right: 1px solid #ccc;
	padding: 0 4px ;
}
.inlineList .last a{
	border-right: none;
}
.inlineList .first a {
	padding: 0 4px 0 0;
}
/* issue/article details*/
.category {
	font-weight: bold;
	text-transform: uppercase;	
}
.season_year {
	float: left;
	margin-right: 15px;
	font-size: 0.9em;

}
.wordcount {
	float: left;
	margin-right: 15px;
	font-size: 0.9em;
}
.photographer {
	font-size: 0.9em;
}
.author {
}
.author strong {
	text-transform: uppercase;
}
.more, .exploreLink {
	color: #1E90FF;
}
.more span{
	margin-right: 10px;
}

/*Secondary Blocks*/
.secBlock {
	margin-bottom: 10px;
}
.borderedBlock {
	border: 1px solid #eee;
}
/* Divides page areas*/
.divider {
	border-top: 1px solid #ccc;
	clear: both;
	margin: 10px 0;
}
/* Multiple page navigation*/
.pagination {
	clear: left;
	margin-top: 10px;
	font-size: 0.9em;
}
.pagination ul {
	display: inline;
}	
.pagination ul li{
	display: inline;
	border-right: 1px solid #000;
	list-style:none;
	padding: 0 5px;
	margin: 0;
}
.pagination ul li.last{
	border-right: none;
}
.pagination .pag-move {
	padding: 0 5px;
}
.pagination .pag-move-disabled {
	color: #999;
}
/* Archives search elements */
#searchBox {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
}
#searchBox div {
}
#searchBox span, #searchBox label {
	float: left;
	width: 10em;
} 
#searchQuery {
	margin-bottom: 10px;
}
.submitButton {
	margin: 0 5px;
	padding: 0 2px;
}
p.noresults {
	font-size: large;
	font-weight: none;
	margin: 20px auto;
}
/*Others*/
.clearL {/*Fixes some FF clearing issues*/
	clear: left;
}

/* Article titles have author right below them*/
.articleTitle {
	margin: 0;
}
