/* Global Elements
---------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: "New Courier";
	font-size: 12pt;
	font-weight:500;
	background-color: #F4F4F4;
	}
	a{
	text-decoration:none;
	cursor: pointer;

	}
a:link, a:visited {
	text-decoration: none;
	outline: none;
	color:#333333;
	font-weight:500;
	cursor: pointer;

	}
a:hover {
	text-decoration: underline;
	cursor: pointer;

	}
p {
	margin: 10px 0px 12px 0px;
	font-size: 12px;
	line-height: 1.2em;
	}
strong {
	font-weight: normal;
	color: #5c5f45;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px .1em 0px;
	font-weight:500;
	}
h1 {
	font-size: 1.9em;
	margin: 0px 0px 0px 0px;
	float: left;
	color: #333;
	}
h2 {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	font-family: Times;
	font-style: italic;
	line-height: 20px;
	font-weight:500;
	}
h3 {
	margin-top: -6px;
	float: right;
	display: inline;
	font-size: 1.2em;
	color: #ee2c74;
	}
/* Site Architecture
---------------------------------------------------------- */

#header_wrapper{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 25px;
}
#project_img {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 14px;
}
#nav   {
	width: 350px;
	height: auto;
	position: fixed;
	top: 25px;
	left: 900px;
	z-index: 1;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav_title {
	line-height: 10pt;
	background-color:#F4F4F4;
	border-bottom-style: solid;
	font-family: Times;
	font-size: 14px;
	border-bottom-width: 1px;
}
#nav_menu {
	line-height: 15pt;
	font-weight:300;
	font-family: Times;
	font-size: 14px;	
	
}
#upuntilnow{
	background-color:#f4f4f4;
	padding-bottom: 0px;
	font-family: Times;
	font-size: 36pt;
	font-style: normal;
	line-height: 36pt;
	font-weight:100;
	width: 350px;
	color: #000000;
}
#upuntilnow_wrapper   {
	top: 20px;
	left: 50px;
	position: relative;
	width: 350px;
	padding-top: 0px;
	height: 260px;
	vertical-align: middle;
	padding-bottom: 50px;
}
#biography_wrapper {
	top: 50px;
	left: 425px;
	position: absolute;
	width: 350px;
	padding-top: 0px;
	height: 260px;
	vertical-align: middle;
	padding-bottom: 50px;
}
#biography {
	background-color:#f4f4f4;
	padding-bottom: 0px;
	font-family: Times;
	font-size: 12pt;
	font-style: normal;
	line-height: 14pt;
	font-weight:100;
	width: 350px;
	color: #000000;
}

#caption_wrapper {
	top: 0px;
	left: 50px;
	position: relative;
	width: 900px;
	padding-top: 0px;
	height: 12px;
	vertical-align: middle;
	padding-bottom: 0px;
}



	
/* Thumbs
---------------------------------------------------------- */


#thumb {
	width: 140px;
	height: 140px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
}


#thumb_wrapper/* Project Wrapper */
 {
	top: 20px;
	left: 50px;
	position: relative;
	width: 700px;
	padding-top: 0px;
	height: 140px;
	vertical-align: middle;
	padding-bottom: 75px;
	white-space:nowrap;
	display: inline
}

#thumb_wrapper  a.imgurl {
	width: 140px;
	height: 152px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	padding-top: 12.5px;
	padding-right: 12.5px;
	padding-bottom: 12.5px;
	padding-left: 12.5px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	outline: none;
	text-decoration: none;
}
#thumb_wrapper  a.imgurl:hover {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	outline: none;
	text-decoration: none;
}
#thumb_warpper  a.imgurl  img {
	display: block;
	/*padding: 0 !important;*/
	padding-top: 12.5px;
	padding-right: 12.5px;
	padding-bottom: 12.5px;
	padding-left: 12.5px;
	margin-left: auto;
	margin-right: auto;
	outline: none;
	text-decoration: none;
}
#project_wrapper {
	top: 20px;
	left: 50px;
	position: relative;
	width: 900px;
	padding-top: 0px;
	vertical-align: middle;
	padding-bottom: 75px;
}
/*MudShift Elements*/

.gallery {
  	overflow: hidden;
  	clear: left;
  	margin-bottom: 22px;
	padding-top:10px;
	
  	}
.isg_container {
 	position: relative;
 	padding: 0;
 	margin: 0;
	}
table.isg_table {
	margin: 0;
	padding: 0;
	line-height: 0;
	}
.isg_markup-wrapper {
 	line-height: normal;
  	overflow: hidden;
	}
.isg_controller-wrapper {
	float: left;
	width: 780px;
	}
a.isg_button {
    font-family: Times;
	text-decoration: none;
	margin-top: 4px;
	font-size: 12px;
	font-weight:500;
	}
a.isg_button:hover {
	text-decoration: line-through;
	
	}