/**
 * work.css
 *
 * styling related to work post type
 */


/* common styles */

.work-category .title a
{
	text-shadow: 2px 2px 1px #999999;
}

.work-categories .work-category,
.works .work
{
	box-shadow: 1px 6px 10px 1px #999999;
}

.work-categories .work-category:hover,
.works .work:hover
{
	box-shadow: 1px 6px 10px 1px #777777; 
}


/* work archive */

.work-categories
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.work-categories .work-category
{
	display: block;
	float: left;
	width: 420px;
	height: 300px;
	padding: 20px;
	background: #b7a660;
	margin: 10px;
}

.work-category .title
{
	margin-top: 0;
}


.work-category .thumbnail
{
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 0 0;
}


/* work taxonomy */

ul.works
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.works .work
{
	width: 170px;
	padding: 30px 20px;
	margin: 0 15px 30px;
	height: 240px;
	float: left;
	text-align: center;
	background: #b7a660;

	box-shadow: 1px 6px 10px 1px #999999;
}

.works .work:hover
{
	box-shadow: 1px 6px 10px 1px #777777; 
}

.works .work .thumbnail
{
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.works .work .entry-title
{
	margin-top: 10px;
}

/* single work */

.single-work .images
{
	float: left;
	width: 400px;
	margin: 0 20px 20px 0;
}

.single-work .images .main
{
	max-width: 400px;
  min-height: 400px;
  padding: 20px;
}

.single-work .images .main img
{
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border: 5px solid #dedede;
}

.single-work .thumbnails
{
  max-width: 440px;
  overflow: hidden;
}

.single-work .thumbnails img
{
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  float: left;
  cursor: pointer;
  border: 2px solid #ccc
}

.single-work .thumbnails img:hover
{
  border: 2px solid #aaa;
}

.single-work .entry-meta
{
	margin: 0 0 30px 0;
	width: 500px;
	float: left;
}

.single-work .entry-meta dt
{
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
}

.single-work .entry-meta dd
{
	float: left;
	width: 280px;
	min-width: 280px;
	text-align: left;
	margin: 0 0 10px 0;
}

.overlay 
{
  display: none;
  z-index: 10000;
  background-color:#333;
 
  width: 675px;
  min-height: 200px;
  border: 1px solid #666;
 
  -moz-box-shadow: 0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;
  -o-box-shadow: 0 0 90px 5px #000;
  box-shadow: 0 0 90px 5px #000;
}

.overlay .close 
{
  background-image:url(../images/close.png);
  position:absolute;
  right:-15px;
  top:-15px;
  cursor:pointer;
  height:35px;
  width:35px;
  z-index: 10;
}
 
.overlay .full-image
{
  width: 100%;
}