/* 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; }
* {outline:none}
/*****Basic Definitions*****/
body { color: #333; font: 12px/18px Verdana, Helvetica, Arial, sans-serif; background-color:#0f1316;  }

a { color: #333; }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/***** SLIDE PANEL ******/
#panel { display:none; background:#fff; height:200px; }
#panel div.conteiner { margin: 0 auto; overflow: hidden; width: 960px; }
#panel div.conteiner div { float:left; width: 300px; padding:10px;}
#slide  {border-top:#bd0b00 4px solid;}
.slide  {padding:0px; margin:0px auto; background:url(../assets/btn-slide.gif) no-repeat 750px top;width: 960px;}
.btn-slide {text-align: center; padding: 0px 10px 0px 0px; margin: 0px 0px 0px 765px; width: 100px; display: block; background: url(../assets/white-arrow.gif) no-repeat right -55px; height: 31px; color: #fff; text-decoration: none;}
.active {background-position: right 5px;}

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

/*****Basic Layout*****/
#content_body {background-image:url(../assets/background.gif); background-repeat:no-repeat; background-position: top center; }
div#container { margin: 0px auto 20px auto; overflow: hidden; width: 960px; }
div#container div.intro {margin: 125px 0 35px 0; padding: 0 70px 0 0;}
div#container div.intro h1 { font-size:24px; font-family:Georgia, "Times New Roman", Times, serif; line-height:normal; color:#fff; font-weight:normal; }
div#container .possibilites_logo { margin: 0px 0 70px 0; }

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; margin-bottom: 20px; width: 100%; }
ul#filter li { 
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #c4c682; text-decoration: none; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:12px;}
ul#filter a:hover { text-decoration: underline; text-decoration:none; color:#FF9;}
ul#filter li.current a { color: #fff; text-decoration: underline; text-decoration:none}

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 960px; }
ul#portfolio li { 
	border-bottom: 1px solid #171a1d; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
}
ul#portfolio a { display: block; width: 100%; text-decoration: none; }
ul#portfolio a:hover { text-decoration: none; color:#fff;}
ul#portfolio img { border: 1px solid #333; display: block; padding-bottom: 0px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8;}
ul#portfolio a:hover img { border: 1px solid #fff; display: block; padding-bottom: 0px; opacity:1; filter: alpha(opacity=100); -moz-opacity: 1; }
/***** FOOTER *****/
#footer { background-color:#fff; background-image:url(../assets/background-footer.jpg); background-repeat:repeat-x; border-top: 3px solid #fff;}
#footer div.conteiner { margin: 0 auto; overflow: hidden; width: 960px; }
#footer div.conteiner div{ float:left; width: 300px; padding:10px;}
#footer div.conteiner div.first  { width: 200px}
#footer div.conteiner div.second  { width: 400px}