/*
==============================================================================
**
** NEWSROOM STYLES
**
** SCOPE: 		LEGISLATION
** 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 "nominations"

** 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:
**
*/
/* =========================================================================== */
.nominations {
  /* overrides and additions to the standard .accordian class */

}
.nominations .inline-search select {
  width: 76% !important;
  margin: 0 0 1em 0;
}
.nominations .accordian span {
  float: right;
  width: 85%;
}
.nominations .accordian .toggler {
  font-size: .8em;
  background: none;
}
.nominations .accordian .togglee dl {
  line-height: 1.2;
  margin: 1em auto auto 15.3%;
  font-size: .9em;
}
.nominations .accordian .togglee dt {
  margin: 0;
  font-weight: bold;
}
.nominations .accordian .togglee dd {
  margin: 0 0 .5em 0;
  padding: 0;
}
.nominations .accordian .togglee .button {
  display: inline-block;
  width: auto;
  float: none;
  margin: 1em auto 1em 15%;
}
/*
#noms {
	list-style: none;
	padding: 0;
	margin: 0;

	li {
		padding: 1em 0;
		border-top: 1px solid #ccc; }
		
	li:first-child {
		border-top: none; }
	

	.toggler {
		line-height: 1.4;
		time {
			display: block;
			width: 14%;

			float: left; 
			border-color: transparent; }
			
			
		time:before {
			display: inline-block;
			height: 0;
			content: '';
			padding: 0;
			margin-right: 10px;
			
			border-left: 10px solid black; 
			border-top: 5px solid transparent; 
			border-bottom: 5px solid transparent; 
			border-right: none; }
			
		span {
			display: block;
			margin-left: 15%;
			width: 85%; }}

			
	.open {
		time:before {		
			border-left: 5px solid transparent; 
			border-top: 10px solid @ui-gradient-top; 
			border-right: 5px solid transparent;
			border-bottom: none;
		}}


	.toggler {
		cursor: pointer; }
				
	dl {
		line-height: 1.2;
		margin: 1em auto auto 15%;
		font-size: .9em; }	
		
	dt {
		margin-bottom: 0;
		font-weight: bold; }	
	
	dd {
		margin: 0 0 .5em 0;
		padding: 0; }


	.button {
		display: inline-block;
		width: auto;
		float: none;
		margin: 1em auto auto 15%; }

}

.nominations {
	.inline-search select {
			width: 76% !important;}

}


*/
