/* -------------------------------------------------------------- 
   
   grid.css
   * Sets up an easy-to-use grid of 24 columns.
   
   By default, the grid is 950px wide, with 24 columns 
   spanning 30px, and a 10px margin between columns.
   
   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)
   
   Note: Changes made in this file will not be applied when
   using the compressor: make changes in lib/blueprint/grid.css.rb
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container { width: 984px; margin: 0 auto; }

/* Use this class on any div.span / container to see the grid. */
.showgrid { background: url(src/grid.png); }

/* Body margin for a sensile default look. */
body { margin:1.5em 0; border-bottom-style: visible; }


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
 
}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width:31px;}
.span-2 {width:71px;}
.span-3 {width:111px;}
.span-4 {width:151px;}
.span-5 {width:191px;}
.span-6 {width:231px;}
.span-7 {width:296px; padding-right:15px; padding-top:10px;}
.span-8 {width:311px;}
.span-9 {width:351px;}
.span-10 {width:391px;}
.span-11 {width:431px;}
.span-12 {width:471px;}
.span-13 {width:511px;}
.span-14 {width:551px;}
.span-15 {width:591px;}
.span-16 {width:631px;}
.span-17 {width:671px;}
.span-18 {width:711px;}
.span-19 {width:751px;}
.span-20 {width:791px;}
.span-21 {width:831px;}
.span-22 {width:871px;}
.span-23 {width:911px;}
.span-24, div.span-24 {
	width:984px;
	margin:0;
	border-left-style: visible;
}
.span-25 {
	width:1100px;
	height: 575px;
}

.span-26 {
	width:984px;
}

.span-27 {
	width:870px;
	height: 555px;
}

.span-28 {
	width:775px;
	height: 30px;
}

.span-29 {
	width:1000px;
	height: 470px;
}

/* Add these to a column to append empty cols. */
.append-1 {padding-right:41px;}
.append-2 {padding-right:81px;}
.append-3 {padding-right:121px;}
.append-4 {padding-right:161px;}
.append-5 {padding-right:201px;}
.append-6 {padding-right:241px;}
.append-7 {padding-right:281px;}
.append-8 {padding-right:321px;}
.append-9 {padding-right:361px;}
.append-10 {padding-right:401px;}
.append-11 {padding-right:441px;}
.append-12 {padding-right:481px;}
.append-13 {padding-right:521px;}
.append-14 {padding-right:561px;}
.append-15 {padding-right:601px;}
.append-16 {padding-right:641px;}
.append-17 {padding-right:681px;}
.append-18 {padding-right:721px;}
.append-19 {padding-right:761px;}
.append-20 {padding-right:801px;}
.append-21 {padding-right:841px;}
.append-22 {padding-right:881px;}
.append-23 {padding-right:921px;}

/* Add these to a column to prepend empty cols. */
.prepend-1 {padding-left:41px;}
.prepend-2 {padding-left:81px;}
.prepend-3 {padding-left:121px;}
.prepend-4 {padding-left:161px;}
.prepend-5 {padding-left:201px;}
.prepend-6 {padding-left:241px;}
.prepend-7 {padding-left:281px;}
.prepend-8 {padding-left:321px;}
.prepend-9 {padding-left:361px;}
.prepend-10 {padding-left:401px;}
.prepend-11 {padding-left:441px;}
.prepend-12 {padding-left:481px;}
.prepend-13 {padding-left:521px;}
.prepend-14 {padding-left:561px;}
.prepend-15 {padding-left:601px;}
.prepend-16 {padding-left:641px;}
.prepend-17 {padding-left:681px;}
.prepend-18 {padding-left:721px;}
.prepend-19 {padding-left:761px;}
.prepend-20 {padding-left:801px;}
.prepend-21 {padding-left:841px;}
.prepend-22 {padding-left:881px;}
.prepend-23 {padding-left:921px;}

/* Border on right hand side of a column. */
div.border { padding-right: 4px; margin-right: 5px; border-right: 1px solid #eee; }

/* Border with more whitespace, spans one column. */
div.colborder { padding-right: 24px; margin-right: 25px; border-right: 1px solid #eee; }


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 {margin-left:-41px;}
.pull-2 {margin-left:-81px;}
.pull-3 {margin-left:-121px;}
.pull-4 {margin-left:-161px;}
.pull-5 {margin-left:-201px;}

.pull-1, .pull-2, .pull-3, 
.pull-4, .pull-5, .pull-5 { float:left; position:relative; }

.push-1 { margin: 0 -41px 1.5em 41px; }
.push-2 { margin: 0 -81px 1.5em 81px; }
.push-3 { margin: 0 -121px 1.5em 121px; }
.push-4 { margin: 0 -161px 1.5em 161px; }
.push-5 { margin: 0 -201px 1.5em 201px; }

.push-0, .push-1, .push-2, 
.push-3, .push-4, .push-5 { float: right; position:relative; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { padding: 1.5em; margin-bottom: 1.5em; background: #E5ECF9; }

/* Use this to create a horizontal ruler across a column. */
hr { background: #ddd; color: #ddd; clear: both; float: none; width: 100%; height: .1em; margin: 0 0 1.45em; border: none; }

/* Use this to create a horizontal ruler across green box in right col  */
hr.greenbox { color: #fff; clear: both; float: none; width: 100%; height: .05em; margin: 0 0 0.45em; border: none; }
hr.space { background: #fff; color: #fff; }


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.php] */

.clearfix:after, .container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container { display: block; border-bottom-color: #999999; border: 1px; }

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* upcoming events */
div.event{ float:left; width:170px;padding:5px 30px 30px 5px;}
div.event_title { margin:0px; padding:5px 0px; line-height:10px; }
div.event_title a{font:bold 13px arial;}
div.event_title a:hover{ font-size:13px; text-decoration:none; color: #090}
div.event_title a:visited{ font-size:13px; text-decoration:underline; color:#66cc33}
div.event_title a:visited:hover{ font-size:13px; text-decoration:underline; color: #090}

* html p.event_desc{font:13px arial; line-height:20px; margin:20px 0px 10px 0px; color:#333;}
html* p.event_desc{font:13px arial; line-height:20px; margin:0px 0px 10px 0px; color:#333;}
p.event_desc{font:13px arial; line-height:20px; margin:0px 0px 20px 0px; color:#333;}
div.event h6{font: italic 12px arial; color: #999 }

/* RSS Icon */
span.rss_icon{ float:right;}
* html span.rss_icon{float:left; }
html* span.rss_icon {float:right; position:relative; top:-40px;}
/*press_email */
#press_email{margin: 0px 25px 20px 30px; color:#000; font:normal 14px Arial, Helvetica, sans-serif; text-align:left; position:relative; top:10px; line-height:25px;}

a.press_email {color: #090; font: normal 14px arial; text-decoration:none; padding:0px; margin:0px ;line-height:25px; }
a.press_email:hover {color:#000; font: normal 14px arial; text-decoration:underline;}

/*publishers box*/
#publishers_box{padding:0px 0px 10px 0px;}
html* #publishers_box{padding:0px;}
html* .pub_menu div.sidenav{padding-bottom:10px}

.pub_menu2{margin: 10px 25px 0px 15px; padding-bottom:10px;}
html* .pub_menu2{margin: 10px 25px 0px 15px; padding-bottom:1px;}

#bg_fade {background-color:#555555;height:140%;left:0px;margin:0px;padding:0px;position:absolute;top:0px;visibility:hidden;width:100%;z-index:1000;	}
#containerDiv {	position: absolute;	z-index: 99999;padding:0;text-align:right; float:left; width:600px; height:450px; }
#containerDiv a#closeLink {position: relative; float:left; color:#fff; background:#000;padding:3px 5px ; font:bold 14px arial; text-decoration:none; border-bottom:none;}