/*
This is the default stylesheet.  DO NOT MAKE CHNAGES HERE!
To customize any of these styles, copy the rules you which to change
into a file called 'easymagazine.css' in your current theme directory.
Any style changes make there will override styles in this document.
*/

/* By default this is an h3 that appears above each author's list of articles */
h3.easymagazine-author-heading  {	
}

/* This span contains the RSS and iCal links for the author */
span.easymagazine-author-subscriptions {
	margin-left: 5px;
	float: right;
}

/* Default wrapper for the year/month menu */
.easymagazine-menu-container {
	padding: 5px 0;
	text-align: right;
}

/* Meet the table that displays our articles */
.easymagazine-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
	margin: 0.5em 0 1em 0;
}

/* This is for the main header cells containing the column labels */
tr.easymagazine-header th {
	font-weight: bold;
}

/* Generic class for the table header cells */
.easymagazine-table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

/* This is for the issue name header cells */
th.easymagazine-heading {
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

/* This is for the issue name headings, whichever one you're using */
th.easymagazine-heading h1, th.easymagazine-heading h2, th.easymagazine-heading h3, th.easymagazine-heading h4, th.easymagazine-heading h5 {
	margin: 0;
}

.gallery-thumb {
	clear: both;
	float: left;
	width: 150px;
}

.gallery-thumb img, .entry-content .wp-post-image {
	border: 1px solid #555;
	height: auto !important;
	width: 150px !important;	
}

.entry-content .wp-post-image {
	width: 200px !important;	
}

.easymagazine-issue-cover {
	float: right;	
	padding-right: 10px;
	text-align: center;
}

.easymagazine-issue-cover a {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.easymagazine-issue-heading {
	background-color: #fff;
	color: #555555;
	font-family: Georgia,serif;
	font-size: 21px;
	line-height: 1.3em;
	margin-bottom: 0px !important;
}



.gallery-title {
	color: #666;
	float: left;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 55px;
	text-align: justify;
	width: 455px;	
}

.gallery-title .entry-title {
	color: #555;	
}

/* Applies to all cells in the table */
.easymagazine-table td {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

/* Applies to the first row of each article listing */
.easymagazine-row td {
	border-bottom: 1px solid #EEE;
}

/* To set an alternating row style */
tr.easymagazine-alt {
}

/* Individual classes for the label header cells that start the table */
th.easymagazine-date {
}

th.easymagazine-author {
}

th.easymagazine-city {
}

th.easymagazine-genre {
}

th.easymagazine-country {
}

/* Likewise, individual classes for the content cells */
td.easymagazine-date {
}

td.easymagazine-author {
}

td.easymagazine-city {
}

td.easymagazine-genre {
}

td.easymagazine-country {
}

/* Style for rows within a issue */
tr.easymagazine-issue td {
	background-color: #F6F6F6;
}

/* Style for the first row after a issue ends in the list */
tr.divider.easymagazine-row td {
	border-top: 2px solid #CCC;
}

/* The secondary row for each article, contains time, admission, etc */
tr.easymagazine-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #CCC;
}

/* Fix for themes that hide .description */
tr.easymagazine-info td.description {
	visibility: visible;
}

/* Greys-out cancelled articles */
tr.easymagazine-row.cancelled, tr.easymagazine-info.cancelled, tr.cancelled span.easymagazine-info-label, tr.cancelled span.easymagazine-info-item {
	color: #999;
}

/* This wraps each of the bits of info in the "info" cell */
span.easymagazine-info-item {
}

/* For the labels for address, admission, etc in the "info" cell */
span.easymagazine-info-label {
	color: #666;
}

/* In case you want to style the "Buy Tickets" link */
a.easymagazine-tickets-link {
	font-weight: bold;
	text-transform: uppercase;
}

/* Notices for Cancelled or Sold Out articles */
strong.easymagazine-cancelled, strong.easymagazine-soldout {
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px;
	color: #111;
	background: #fffdeb;
	border: 1px solid #EEE;
	background: #111;
	color: #FFF;
	border: none;
}

/* In case you want to style the Googlefied address link */
a.easymagazine-address {
}


/* These styles control the peek-a-boo "add" links to iCal and Google Calendar. Behaviour dictated by a separate jQuery script. */
td.easymagazine-links-cell {
	vertical-align: top;
}

.easymagazine-calendar-add {
	position: relative;
}

a.easymagazine-links-toggle {
	display: block;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	background: transparent url(../images/calendar-toggle.png) no-repeat left top;
	cursor: pointer;
}

a.easymagazine-links-toggle:hover {
	background-position: -11px 0px;
}

a.easymagazine-link-active {
	background-position: -33px;
}

a.easymagazine-link-active:hover {
	background-position: -22px;
}

div.easymagazine-calendar-links {
	display: none;
	position: absolute;
	left: 20px;
	top: -1.2em;
	width: 15em;
	padding-left: 7px;
	background: transparent url(../images/calendar-links-bg.png) no-repeat left center;
}

.easymagazine-calendar-links-inner {
	background-color: #F3F3F3;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #CCC;
	border-width: 1px 1px 1px 0;
}

div.easymagazine-calendar-links span {
	display: block;
}

/* These are for the RSS/iCal subscribe links */
p.easymagazine-subscribe {
	text-align: left;
	color: #999;
}

p.easymagazine-subscribe a {
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	margin: 0 3px;
}

a.easymagazine-rss, a.easymagazine-rss:hover {
	background: transparent url(../images/feed-icon-12x12.png) no-repeat left center;	
}

a.easymagazine-ical, a.easymagazine-ical:hover {
	background: transparent url(../images/icalendar-icon.gif) no-repeat left center;	
}


/* These styles are for the sidebar listing */

/* This is the unordered list that holds the dates */
ul.easymagazine-listing {
}

/* Generic styles for the list items within */
.easymagazine-listing li {	
}

/* For author headings in the sidebar */
h3.easymagazine-list-author-heading {
}

/* For issue headings in the sidebar */
span.easymagazine-list-issue-heading {	
	font-weight: bold;
	font-size: 110%;
}

/* So if you like you can style each alternating list item differently */
li.easymagazine-alt {
}

/* So if you like you can style the date differently */
span.easymagazine-sidebar-date {
	font-weight: bold;
	display: inline;
}

span.easymagazine-sidebar-status {
	display: none;	
}

/* Sold Out articles in the sidebar */
ul.easymagazine-listing strong.easymagazine-soldout {
	display: block;
}

li.easymagazine-sidebar-issue {
}

span.easymagazine-sidebar-issue-photo {
	text-align: center;
}

span.easymagazine-sidebar-issue-url a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline !important;
}

span.easymagazine-sidebar-issue-photo img {
	height: auto;
	margin: 0px auto;
	width: 200px;
}


/* These styles control the Related Article list that appears in the body of Related Posts */
ul.easymagazine-related-article {
	margin-bottom: 2em;
}

.easymagazine-related-label {
	font-weight: bold;
}

.easymagazine-related-item {
}

.easymagazine-author-photo {
	height: auto !important;
	padding: 0px;
	vertical-align: middle;
	width: 80px !important;
}

/* This is just to include data for hcalendar support, but hide it from view */
.hide {
	display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
	font-size: 100%;
}