/* Implement CSS Sticky Footer (http://www.cssstickyfooter.com/) */

* {margin:0;padding:0;}

html {height:100%;}

#page {
	min-height:100%;
	-moz-box-shadow: 0px 0px 6px #333; -webkit-box-shadow: 0px 0px 6px #333;
}

#wrapper {
	overflow:auto;
	padding-bottom:50px;
	margin:0;
}

#footer {
	position:relative;
	margin-top:-50px;
	height:50px;
	clear:both;
	-moz-box-shadow: 0px 6px 6px #333; -webkit-box-shadow: 0px 6px 6px #333;
}

#footer .credits {
	float:right;
	margin:0 10px 0 0;
	padding:0;
	color:#999;
}

#footer .credits a {
	color:#999;
}

#footer .credits a:hover {
	color:#900;
	text-decoration:none;
}

/* End Sticky Footer */

@import "css/reset.css";

body {
	margin:0;
	height:100%;
	padding:0;
	width:100%;
	background:url(../images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	color:#900;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin:0 20px 10px 20px;
	padding:5px;
	background:#eee;
}

blockquote p {
	margin:0;
	padding:0;
}

p {
	margin-bottom:10px;
}

td {
	padding:5px;
}

#container {
	padding:10px;
	margin:0;
}

#main {
	width:920px;
	float:left;
	margin:0;
	padding:0 0 0 10px;
}

#main-with-left {
	width:740px;
	float:left;
	margin:0;
	padding:0 0 0 10px;
}

#page {
	width:950px;
	margin:0 auto 0 auto;
	padding:0;
	background:#fff;
}

#left {
	width:175px;
	float:left;
}

.clear-block {
	clear:both;
}


/** issue page - main content */

body.node-type-issue .panels-flexible-region-first {
	margin-top: 10px;
	padding-right: 10px;
	line-height: 140%;
}

body.node-type-issue .meta .submitted {
	display: none;
}

body.node-type-issue .panels-flexible-region-first p {
	margin-top: 1em;
}

/** issue page - article list */

body.node-type-issue pane-issue-stories-panel-pane-1 h2 {
	padding: 10px;
}

body.node-type-issue .view-issue-stories {
}

body.node-type-issue .view-issue-stories .views-row {
	margin-top: 10px;
	padding: 10px 0;
	line-height: 130%;
	border-top: solid 1px #ccc
}

body.node-type-issue .view-issue-stories .views-row .views-field-title {
	margin: 0.5em 0;
	font-size: 1.25em;
	line-height: 130%;
}

/** article page */

.node-type-story h1.title {
}

.node-type-story .pane-node-body {
	padding: 0 2em 0 0;
}

.node-type-story .pane-node-body p, .node-type-page p, .node-type-photo-essay p, .page-friends p {
	font-size: 1.2em;
	line-height: 150%;
	margin: 1em 0;
}

.node-type-story .pane-node-body blockquote {
	padding: 1em 2em;
	margin: 0;
}

.node-type-story .pane-node-comments {
	margin-top: 1em;
	padding: 1em 2em 0 0;
	border-top: solid 1px #900;
}

.node-type-story .pane-node-comment-form {
	padding: 1em 2em 0 0;
}

.node-type-story .pane-node-comment-form h2 {
	font-size: 1.25em;
}

.node-type-story .node-article-sidebar, .article-meta {
	line-height: 140%;
}

.article-meta .addtoany {
	margin: 1em 0;
}

.article-meta .terms {
	margin: 1em 0;
}

.article-meta label {
	font-weight: bold;
	display: block;
}

.article-meta .author-bio {
	margin: 1em 0;
	font-style: italic;
}

.node-type-story .node-article-sidebar .pane-recent-articles .title {
	font-size: 1.25em;
}

.node-type-story .pane-recent-articles {
	background: #F2ECE2;
	margin: 1em 0;
	padding: 1em;
}

.node-type-story .pane-recent-articles .pane-title {
	margin-bottom: 1em;
}

.node-type-story .pane-recent-articles .views-row {
	border-bottom: solid 1px #ccc;
	margin-bottom: 2em;
}

/** article page embedded images */

.imagecache-inline_image, .inline_image {
	margin:5px;
	padding:5px;
	float:left;
	border:1px solid #999;
}

.imagecache-stand_alone_image, .stand_alone_image {
	padding:7px;
	margin:0 auto;
	border:1px solid #999;
	width:510px;
}

.inline_image span a {
	width:250px;
	display:block;
}

/** comments */

.comment {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #900;
}

.comment .submitted {
	margin:0 0 5px 0;
	font-weight:bold;
}

.comment ul.links {
	margin:5px 0 0 0;
}

/** node list page (e.g. /archive/authors/naeem-mohaiemen) */

.node-list .views-row {
	margin: 1em 0;
	border-bottom: solid 1px #ccc;
	line-height: 133%;
}

.node-list .views-field-title {
	font-size: 1.25em;
	margin: 0.5em 0;
	font-weight: bold;
	line-height: 140%;
}

.node-list .views-field-teaser {
	margin-top: 1em;
	line-height: 133%;
}

/** archive page */

.author-jump-menu #edit-jump {
	width:175px;
}

/** apache - facets */

#left .block-apachesolr_search {
	background:#F2ECE2;
	margin:0 0 20px 0;
	padding: 5px;
}

#left .block-apachesolr_search a {
	color:#900;
	text-decoration:none;
}

#left .block-apachesolr_search a:hover {
	text-decoration:underline;
}

#left .block-apachesolr_search h2 {
	font-size: 1.2em;
	color: #333;
	padding: 10px;
	margin: 0 0 5px 0;
}

#left .block-apachesolr_search ul {
	margin:0;
	padding:0;
}

#left .block-apachesolr_search ul li {
	list-style:none;
	margin: 0 0 0.5em 10px;
	font-weight: bold;
}

#left .block-apachesolr_search ul li a.apachesolr-facet {
	font-weight: normal;
}

#left .block-apachesolr_search .item-list {
	margin:0;
}

#left .block-apachesolr_search .content {
	background:#F2ECE2;
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0;
}

/** apache - results */

.search-form input.form-text {
	font-size: 1.5em;
	width: 25em;
	margin: 0.25em 0.25em 0.25em 0;
}

.search-form .spelling-suggestions {
	font-size: 1.2em;
	color: #333;
}

.search-form .spelling-suggestions label {
	display: inline;
}

.search-results .title {
	border-top: solid 1px #ccc;
	margin-top: 1em;
	padding-top: 1em;
}

.search-results .search-snippet {
	color: #444;
	margin: 1em;
	line-height: 140%;
/*	font-style: italic;*/
}

.search-results .title a {
	font-size: 1.25em;
	font-weight: bold;
}

#EPSACropDialog, #edit-epsacropcoords {
	background:#fff;
}