/* homepage stylesheet */

/* Taken from Blueprint CSS 
-------------------------------------------------------------- */

	/* A container should group all your columns. */
	.container {
	  width: 750px;
	  margin: 0 auto;
	}

	/* 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 {float:left;margin-right: 6px;}

	/* 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: 57px;}
	.span-2  { width: 120px;}
	.span-3  { width: 183px;}
	.span-4  { width: 246px;}
	.span-5  { width: 309px;}
	.span-6  { width: 372px;}
	.span-7  { width: 435px;}
	.span-8  { width: 498px;}
	.span-9  { width: 561px;}
	.span-10 { width: 624px;}
	.span-11 { width: 687px;}
	.span-12, div.span-12 { width: 750px; margin: 0; }


	/* Clearing floats without extra markup
	   Based on How To Clear Floats Without Structural Markup by PiE
	   [http://www.positioniseverything.net/easyclearing.html] */

	.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;}

	/* Regular clearing
	   apply to column that should drop below previous ones. */

	.clear { clear:both; }


/* slideshow styles
-------------------------------------------------------------- */

#slideshow.jwp_slideshow,
#slideholder.jwp_slideshow{
height:372px;
width:498px;
}
#slideshow.jwp_slideshow{
position:relative;
}

/* misc styles
-------------------------------------------------------------- */

#content a, #content img{
display:block;
border:none;
outline:none;
}

div.rowblock{
margin-bottom:6px;
}
