/*
| Date: May 31, 2007
| Employed By: Pendergraphics
| Author: Erik Smith, erik@pendergraphics.com
*/


/* News & Archives */
/* -------------------------------------------------- */

#newsLeft {
	float:left;
	width:170px;
}

#newsRSS {
	padding:3px 38px 3px 0;
	background:#000 url(../../images/feed.png) no-repeat top right;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:right;
}

div.archives {
	background:#000;
	opacity: .75;
	filter: alpha(opacity=75);
	margin:40px 0 0 0;
	padding:10px;
	color:#eee;
}

	div.archives h4 {
		font-size:16px;
		margin:0 0 10px 0;
		text-align:right;
		font-weight:normal;
	}

	div.archives li {
		list-style-type:none;
		margin:0 0px 0 0;
	}
	
		div.archives li a {
			color:#fff;
			display:block;
			padding:7px;
			text-decoration:none;
			text-align:right;
		}
		
			div.archives li a:hover {
				background:#151515;
			}


#articles {
	float:left;
	width:500px;
	margin: 20px 0 20px 20px;
	color:#eee;
}

		#articles h3 a {
			color:#25669C;
			text-decoration:none;
		}
	
		#articles h4 {
			font-size:14px;
			font-weight:bold;
			color:#fff;
		}
	
	
#articles div.article {
	line-height:18px;
	padding: 20px 0 20px 0;
	border-bottom:1px solid #111;
}

	#articles div.article img {
		border:1px solid #222;
		background:#000;
		padding:3px;
		margin:10px 0px 10px 10px;
	}
		







/* Photo Gallery / Portfolio */
/* -------------------------------------------------- */

#gallery {
	margin:20px 0 0 0;
}

#galleries li {
	list-style-type:none;
	padding:6px;
}

#gallery ul {
	margin:0px;
	padding:0px;
}

	#gallery li {
		margin:0px;
		padding:0px;
	}

#gallery h2 {
	margin:0px;
	padding:0px;
}

#gallery h3 {
	margin:-20px 0 0 -10px;
	padding:0px;
}

#Title {
	font-size:20px;
}



/* ------- Gallery Image List ---------- */

#image-list {
	border-top:1px solid #111;
}

#image-list li {
	float:left;
	list-style-type:none;
	margin:10px 10px 10px 0;
	padding:0px;
}

#image-list li a{
	padding:0px !important;
	margin:0px !important;
}

#image-list li p, #image-list li a.imageDesc{
	text-align:center;
	margin:0px !important;
	padding:0px !important;
}

#image-list li a img {
	border:1px solid #222;
	padding:5px;
	background:#000;
}


/* ------- Gallery Next and Previous ---------- */


#next-previous {
	margin:20px 0 0 10px;
}

#next-previous li {
	list-style-type:none;
	float:left;
	color:#555;
}

#next-previous li.current {
	padding:3px 8px 3px 8px;
	border:1px solid #333;
	background:#111;
	margin:0px 5px 0 5px;
	text-decoration:none;
	color:#fff;
}

#next-previous li a {
	padding:3px 8px 3px 8px;
	border:1px solid #115A8F;
	background:#2C658F;
	margin:0 5px 0 5px;
	text-decoration:none;
	color:#fff;
	display:block;
}

	#next-previous li a:hover {
		border:1px solid #06395F;
	}
	
#gallery h3 {
	clear:both;
	font-size:12px;
	color:#888;
	font-weight:normal;
	padding:20px 0 0 10px;
}




/* ------- Gallery Types ---------- */

#galleryTypes {
	float:left;
	width:170px;
	background:#000;
	opacity: .75;
	filter: alpha(opacity=75);
	color:#eee;
	padding:10px;
}

	
#galleryTypes h4 {
		font-size:16px;
		margin:0 0 10px 0;
	}

	#galleryTypes li {
		list-style-type:none;
		margin:0 10px 0 10px;
	}
	
		#galleryTypes li a {
			color:#fff;
			display:block;
			padding:7px;
			text-decoration:none;
			text-align:left;
		}
		
			#galleryTypes li a:hover {
				background:#151515;
			}
			
	#galleryTypes ul ul {
		margin:0 0 0 10px;
		padding:0 0 10px 5px;
		border-left:1px solid #111;
	}
	
		#galleryTypes ul ul li a {
			font-size:12px;
			padding:7px;
			color:#aaa;
		}
		
			#galleryTypes ul ul li a:hover {
				background:none;
			}
		
		
		

/* ------- Gallery Content ---------- */

#gallery div.galleryContent {
	float:left;
	width:500px;
	margin: 15px 0 0 40px;
}

	
	#gallery div.galleryContent h2 {
		width:400px;
		font-size:20px;
		border:none;
		text-transform:uppercase;
		color:#25669C;
		margin:0 0 0px 0;
		font-weight:bold;
	}
	
	#gallery div.galleryContent p.error {
		margin:10px 0 0 0;
		font-style:italic;
	}
	
	
	
/* ------- Gallery Default List View ---------- */


	#typeList li {
		list-style-type:none;
		margin:15px;
		width:100px;
		float:left;
	}
	
		#typeList li a {
			color:#fff;
			text-decoration:none;
			text-align:center;
			display:block;
			font-size:12px;
		}
		
			#typeList img {
				border:3px solid #fff;
			}

	
	
	
	
	
	


/* Case Studies */
/* -------------------------------------------------- */

#caseList {
	width:750px;
}

	#caseList li {
		list-style-type:none;
		clear:both;
		padding: 30px 0 25px 0;
		position:relative;
	}

		#caseList p {
			width:500px;
			float:left;
			line-height:18px;
			margin:0 0 0 20px;
		}
		
		
		#caseList div.caseLeft {
			position:relative;
		}
		
		#caseList a.more {
			position:absolute;
			background:#000;
			opacity: .85;
			filter: alpha(opacity=85);
			left:3px;
			top:22px;
			display:block;
			width:182px;
			padding:3px 10px 0 10px;
			font-size:16px;
			text-align:right;
			color:#fff;
			text-decoration:none;
		}
		
		#caseList img {
			float:left;
			margin:20px 0 0 0;
			border:1px solid #333;
			padding:3px;
		}
		
		
#caseStudy {
	width:750px;
	margin:30px 0 0 0;
}

	#caseStudy p {
		width:400px;
		float:left;
		margin: 0 0 0 20px;
		line-height:18px;
	}

#casePhotos {
	float:left;
	margin:15px 0 0 0;
}

	#casePhotos li {
		list-style-type:none;	
		clear:both;
	}
	
		#casePhotos li img {
			float:left;
			padding:3px;
			background:#000;
			border:1px solid #333;
			height:65px;
			width:80px;
			overflow:hidden;
			margin:4px;
		}
		
#caseStudy a.back {
	font-size:12px;
	color:#666;
	float:right;
	margin:-10px 250px 0 0;
}
		
		
		
		
		
		

/* Employee Photos */
/* -------------------------------------------------- */

#employeeInfo{
	 position:absolute;
	 width:500px;
	 height:400px;
	 border:1px solid #000;
	 left:220px;
	 background-color:#121212;
	 z-index:111;
	 display:none;
}

	#closeButton{
		top:10px;
		right:10px;
		color:#FFF;
		position:absolute;
		z-index: 150;
		padding:0px;
		margin:0px;
	}



	#employeeInfo h2{
		width:90%;
		margin:0px auto;
		border:none;
		padding:10px 10px 5px 0;
		color:#FFF;
		text-transform:none;
		font-size:35px;
		font-style: normal;
		border-bottom:1px solid #777777;
	}
	
	
	#employeeInfo h3{
		width:auto;
		border:none;
		padding:5px 20px 10px 20px;
		color:#FFF;
		text-transform:none;
		font-size:15px;
		font-style:normal;
		font-style:italic;
		font-weight:normal;
	}


		#emInfoLeft{
			float:left;
			width:40%;
			padding-top:10px;
		}
				
			
			#employeeInfo img{
				width:160px;
				display:block;
				margin:0px auto;
			}
		
		
		#emInfoRight{
			float:left;
			width:60%;
			padding-top:10px;
		}
		
		
			#employeeInfo p{
				
			}
		
		

#employees {
	float:left;
	margin:0px 25px 60px 0;
	padding: 0;
	width:830px;
	position:relative;
}

	#employees ul li {
		list-style-type: none;
		float:left;
		margin:20px 47px 20px -17px;
		padding: 0;
		position:relative;
		background:#111;
		display:inline;
		position:relative;
		height:184px;
		border: 1px solid white;
	}
	
		#employees div.overlay{
			background:#000;
			opacity: .80;
			filter: alpha(opacity=80); /* IE */	
			width:126px;
			height:184px;
			position:absolute;
			top:0px;
			left:0px;
			z-index:99;
			display:none;
		}

			#oWrapper{
				position:relative;
				display: block;
				width:126px;
				height:184px;
			}
				#employees div.overlay span{
					font-size:15px;
				}
		
				#employees div.overlay p{
					padding:0px;
					position:absolute;
					margin:0px;
					width:126px;
				}
			
			
	
		#employees ul li a.image  {
			background:#000;
			display:block;
			height:174px;
			width:116px;
			margin:5px;
			overflow:hidden;
			text-align:center;
			display:block;
			position:relative;
		}
		
			#employees ul li:hover {
				background:#2a2a2a;
			}
		
		#employees ul li p a {
			color:#fff;
		}
		
		
		#employees ul li p {
			position:absolute;
			top:115px;
			left:0px;
			color:#aaa;
			font-size:10px;
			text-align:center;
			width:80px;
		}
		
			#employees ul li p span {
				color:#fff;
				font-size:12px;
				font-weight:bold;
			}
		
	#employee ul li a img {
		display:block;
		clear:both;
	}