  @charset "utf-8";
/* CSS Document */

.border {border:1px solid #000;}

.right {float:right; clear:right;}
.left {float:left;}

.bold {font-weight:bold;}

.margin5px {margin:5px;}

.twocolumn
{
	-moz-column-count: 2; 
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 1em; 
	-webkit-column-gap: 1em;
	column-gap: 1em;
}

.columns
{
	column-gap:1rem;
	column-width:16rem;
}

.threecolumn
{
	-moz-column-count: 3; 
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: .5em; 
	-webkit-column-gap: .5em;
	column-gap: .5em;
}

fieldset
{
	margin:10px 5px;
}

fieldset legend
{
	font-size:1.2em;
	font-weight:bold;
}

div.councilmember
{
	width:47%;
	border:1px solid #AAA;
	float:left;
	padding:3px;
	margin:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.councilmember img
{
	float:left;
	margin:3px;
}

/* Front Page columni layout */
div#leftside
{
	float:left;
	width:48%;
}

div#rightside
{
	float:right;
	width:48%;
	border-left:1px solid #dfe0e2;
}

/* Gallery style */
div.gallery_photo
{
	width:33%;
	margin:0 auto;
	float:left;
	height:300px;
}

div.gallery_photo p, div.gallery_photo img
{
	display:block;
	margin:0 auto;
	text-align:center;
}

div.gallery_photo p
{
	font-size:1em;
}

div.gallery_photo img
{
	border:1px solid #000;
}
	
.nivo-controlNav a
	{
		margin:0px !important;
	}
