/* Portfolio Filter Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


*{
  margin: 1;
  padding: 0;
}

body{
	text-align: center;
	}

a img{
	border: 1;
	}

body{
	font-family: arial;
	}

.header{
	margin: 0 auto;
	width: 100%;
	height: 120px
	}


.logo {
	background: url('http://plusfortyone.com/dotcom/images/logo.png') no-repeat;
	width: 292px;
	height: 36px;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
	}


.clearing { 
	clear: both; 
	}
	
.last { 
	margin-bottom: 0; 
	}
	
.screenReader { 
	left: -9999px; 
	position: absolute;
	top: -9999px; 
	}

div#container { 
	margin-left: 10px;
	margin: 20px auto 0;
	overflow: hidden;
	width: 100%; }

ul#filter { 
	float: left; 
	font-size: 16px;
	list-style: none;
	margin-left: 21px;
	width: 100%; }

ul#filter li { 
	border-right: none;
	float: left;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 35px;
	padding-right: 10px;
	}
	
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: none; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { 
	float: left; 
	list-style: none; 
	margin-left: 10px; 
	width: 100%; 
	}

ul#portfolio li { 
	border: none; 
	float: left; 
	margin: 0 2px 2px 0; 
	width: 200px;
	}

ul#portfolio a { 
	display: block; 
	width: 100%; 
	}
	
ul#portfolio a:hover { 
	text-decoration: none; 
	}
	
ul#portfolio img { 
	none; 
	display: block;
	}

.toggledivs1{
	margin: 7px;
	width: 60px;
	height: 40px;
	float: left;
	}

.toggledivs2{
	margin: 7px;
	width: 60px;
	height: 40px;
	float: left;
	}


.changecolors{
	margin-left: 0px;
	margin-top: -3px;
	margin-bottom: 10px;
	width: auto;
	height: 25px;
	float: left;
	}


div.thumb{
  width: 200px;
  height: 75px;
  margin-right: 2px;
  background-image: url('img/thumb_bg.png');
  background-repeat: no-repeat;
  float: left;
}


div.thumb img.image{
  margin-left: 8px;
  margin-top: 4px;
  width: 200px;
  height: 75px;
  z-index: 1;
}


div.thumb div.overlay{
  opacity:0.8;
  padding-left: 0px;
  padding-top: 0px;
  margin-left: 8px;
  margin-top: -75px;
  z-index: 2;
  display: none;
}


div#gallery div.slide{
  position: relative;
  margin-top: 4px;
  margin-left: 6px;
  width: 640px;
  height: 360px;
  visibility: hidden;
}

div#gallery div.slide img{
  position: relative;
  top: 0;
  left: 0;
  height: 360px;
  width: auto;
}


#footer {
	margin: 0 auto;
	width: 100%;
	height: 100px
	}


#footercontent {
	color: #222;
	font-size: xx-small;
	text-align: center;
	margin-right: 40px;
	margin-top: 60px;
	float: right;
	}



/*												
----------------------
Dann Silverton-Stewart
----------------------					
dann@plus41.com
Slide over edited from Husani S. Oakley
Filter effect from (net.tutsplus) Trevor Davis 
*/

