/*
==============================================================================
**
** ISSUES STYLES
**
** SCOPE: 		ISSUES
** REVISION:	0.1
** DATE:		03/21/11
** AUTHORS:		DUNCAN MCALESTER (DUNCAN@LAYER-51.COM)

** USAGE:		The body tag for this section will have and ID of "issues"

** NOTES:
				
** TODO:		Connect up LESS variables

** REVISION HISTORY
------------------------------------------------------------------------------






==============================================================================
*/
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* =========================================================================== */
/*
** COLOR PALETTE
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:		
** NOTES:
**
*/
/*
** SPECIFIC COLORS
**
** DESCRIPTION:	Define the shape color and size of the container
** USAGE:		
** NOTES:
**
*/
/*
** CONTAINER
**
** DESCRIPTION:	Define the shape color and size of the container
** USAGE:		
** NOTES:
**
*/
/*
This is not working, but eventually I think it makes more sense to define border radius
here than have each element need a border radius element that get's set to zero;
.container-radius() {
	.less-radius(10px,10px,10px,10px);
	.ie-pie();
}
*/
/*
** MAIN NAV
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:		
** NOTES:
**
*/
/*
** BUTTON
**
** DESCRIPTION:	Variables for standard buttons
** USAGE:		
** NOTES:
**
*/
/* Over Button Variables */
/* Pressed Button Variables */
/* Asides Figure Image Shadow */
/* =========================================================================== */
#issues article > h1 {
  margin-bottom: .814em;
}
#issues article > h2 {
  /* see Typography */

  margin-bottom: .422em;
}
#issue-banner {
  width: 592px;
  margin: 0 0 20px 0;
}
#listing th {
  padding: 5px 3px;
  text-align: left;
}
.leg-heading {
  height: auto;
  width: 100%;
  float: left;
}
#main footer h1 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 1.777em;
  margin-bottom: .333em;
}
#main footer ul {
  list-style: none;
  margin-left: 0;
}
#main footer li {
  margin-bottom: 0;
  position: relative;
}
#main footer a {
  margin-left: 3.157em;
  margin-bottom: 0;
}
#main footer time {
  position: absolute;
  top: 0;
  left: 0;
}
