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


/* Gallery Layout Rules */
#gallery{
	float:left;
	width:960px;
	margin:0 0 20px 0;}
#select {
	float:left;
	background:#000;
	width:100%;
	margin-top:-60px;
	height:55px;
	padding:5px 0 0 0;
	-moz-opacity:.85; 
	filter:alpha(opacity=85); 
	opacity:.85;
}
#feat, #desc {
	float:left;
	width:48%;
	height:100%;
	padding:0 1%;
}
#desc {
	float:right;
}

/* Gallery Image Rules */
#gallery .gallery img{
	float:left;
	border:none;
	width:960px;
	margin:0;
	background:#000;
}
.img2, .img3, .img4, .img5, .img6, .img7, .img8 {
	display:none;
}
/* Gallery Font Rules*/
#gallery a{
	text-decoration:none;}
#select p{
	margin:0;
	color:#fff;}
#gallery .p1 {
	color:#dff65f;
}
/* Featured Section (numbers) Rules*/
p#gallery_title {
	float:left;
	font-size:1.1em !important;
	text-align:left;
	width:440px;
	padding:5px 8px;
}
#feat p{
	font-size:.95em;
}
.click {
	float:left;
	display:inline;
	cursor:pointer;
}

#feat .click {
	padding:0px 12px !important;
}
 
/* Rules for the Description Section*/
.t2, .t3, .t4, .t5, .t6, .t7, .t8 {
	display:none;
}
#desc .text {
	float:right;
	width:200px;
	margin:0 10px 0 0;
}
#desc .text p {
	font-size:.8em !important;
	float:right;
	width:100%;
	margin:0;
}
#desc .text a {
	float:right;
	text-align:right;
	width:100%;
	margin:0;
	padding:10px 0 0 0;
	color:#fff;
	text-decoration:none;
}
.yellow {
	color:#dff65f !important;
}


/* Rules for the Project Galleries */
#project-gallery{
	float:left;
	width:600px;
	margin:0 0 20px 0;}
#choose {
	float:left;
	margin:2px 0 0 0;
	background:#fff;
	width:100%;
}
#choose #list {
	float:left;
}
#choose #list p{
	float:left;
	background:#fff;
	margin:0 !important;
	border-right:1px solid #fff;
}
#list .click {
	color:#777;
	font-size:1.4em;
	padding:5px 12px !important;
}
#project-gallery .gallery img{
	float:left;
	border:none;
	width:600px;
	height:275px;
	margin:0;
}
#project-gallery #list {
	float:left;
	width:auto;
}
#list p {
	color:#fff;
}
#project-gallery .p1 {
	color:#c3530c;
}
