/* @override http://goldenchainfraternity.org/styles/issues.css */

div.year {
	float: left;
	width: 100px;
	height: 30px;
	padding-left: 20px;
}

:focus {
	outline: 0;
}

.issue {
	float: left;
	width: 250px;
	height: 181px;
	padding: 10px;
}

.cover-photo {
	float: left;
	width: 135px;
	height: 180px;
}

#cover-photo-large {
	position: absolute;
	float: left;
	left: 0;
	top: 33px;
	width: 266px;
	height: 355px;
	border: 1px #ccc solid;
}

#navigation {
/*	float: right;	*/
	width: 540px;
	text-align: right;
	border-bottom: 1px #ccc solid;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 11px;
	color: #999;
}

#navigation a {
	text-decoration: none;
	padding: 5px;
	color: #29abe2;
}

#navigation a:hover {
	background-color: #29abe2;
	color: #fff;
}

#issue-meta {
/*	position: relative;	*/
	float: left;
	padding-left: 300px;
	height: 400px;
	width: 250px;
}

#issues-search {
	width: 402px;
	height: 40px;
	background: url('/images/search-bgd.png') top left no-repeat;
}

.dismiss-search {
	background: url('/images/search_dismiss-bgd.png') !important;
}

#issues-search input.text {
	position: relative;
	top: 9px;
	background: none;
	border: none;
	color: #666;
	width: 340px;
	margin: 0 4px 0 24px;
	font-size: 12px;
	line-height: 10px;
}

#submit-button {
	position: absolute;
	top: 10px;
	right: 14px;
	width: 20px;
	height: 20px;
	background-image: url(/images/search-button.png);
}

#back-button {
	position: absolute;
	right: 10px;
	top:  0px;
	color: #333;
	font-size: 10px;
}

#issues-body {
	background-color: #eee;
	height:  350px;
	width: 402px;
}

.result-row {
	border-top: 1px #ccc solid;
	padding: 2px 0 2px 5px;
	font-size: 11px;
}

.result-row a {
	color: #990000;
	text-decoration: none !important;
}

.result-row a.issue-title {
	font-weight: bold;
}

.result-row a:hover {
	text-decoration: underline !important;
}

.result-row .date {
	float: right;
}

#article-meta {
	border-top: 1px #ccc solid;
	margin-top: 10px;
	padding-top: 5px;
}

.year-row {
	background-color: #ddd;
}

#pdf-icon {
	position: absolute;
	bottom: 37px;
}

#download-button {
	position: absolute;
	left: 340px;
	bottom: 40px;
	height: 35px;
	background: url('/images/btn_download_right.png') no-repeat right;
}

#download-size {
	display: block;
	height:  35px;
	background: url('/images/btn_download_left.png') no-repeat;
	padding-left: 96px;
	padding-right: 20px;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	line-height: 37px;
}

#num-results {
	float: right;
	font-size: 12px;
	color: #666;
}