/*
==============================================================================
**
** 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:
**
*/
/* =========================================================================== */
#issues #hot-topics {
  background: #edece8;
  margin-bottom: 1em;
}
#issues #hot-topics h1 {
  border: none !important;
}
#issues #hot-topics h1 a {
  color: #fff !important;
}
#issues #landing-page-list li {
  width: 48%;
}
#issues #landing-page-list h1 {
  font-size: 1.231em ;
}
#issues #landing-page-list li:nth-child(even) {
  float: right;
  display: block;
  clear: right;
}
#issues #landing-page-list li:nth-child(odd) {
  float: left;
  display: block;
  clear: left;
}
/*
** 768 Up
**
** DESCRIPTION:	Styles that apply to screens 768 pixels wide and up
** USAGE:		
** NOTES: Typically this means tablets users in portrait mode and desktop users smaller than average screens
**
*/
@media only screen and (max-width: 767px) {
  #landing-page-list li {
    width: 100% !important;
    float: none !important;
  }
}
/*
#issues article > h1 {
	margin-bottom: .814em; }
	
#issues article > h2 {

	margin-bottom: .422em;  }

#issue-image {
	height: 269.223px;
	width: 186.033px;
	margin: 0 1.929em 1.929em 0; }
	
	
body#legislation #content div.pagination {
	margin:0 auto 5px;
}

.listing td.bill_number {
	padding:15px;
}

.listing td.record_date {
	padding:15px;
}

.listing th {
	text-align:left;
	font-weight:bold;
	padding-left:5px;
}

.leg-heading {
	height:auto;
	width:100%;
	float:left;
}

.listing th#th_ul {
	padding-left:14px;
}

#asides form div#radio_container div {
	float:left;
	width:50%;
}

#asides form div#radio_container input[type="radio"] {
	margin:4px 5px auto 1px;
}

#asides div#search-thomas-pod {
    padding-bottom: 20px;
	float:left;
	width:100%;
}

#asides div#search-thomas-pod input[type="text"] {
	width:90%;
}

.listing td {
    line-height: 1.4em;
    padding: 15px 15px 15px 5px;
}

#issue-banner {
	width: 592px;
	margin: 0 0 20px 0;
	}
	
	*/