@import url(reset.css); 

@font-face {font-family: 'StandardCT-MediumCond';src: url('/site/templates/styles/fonts/2935C0_0_0.eot');src: url('/site/templates/styles/fonts/2935C0_0_0.eot?#iefix') format('embedded-opentype'),url('/site/templates/styles/fonts/2935C0_0_0.woff') format('woff'),url('/site/templates/styles/fonts/2935C0_0_0.ttf') format('truetype');}
 

body {
	background-color: #F8F8F8;
	margin: 40px;
}

#editpage {
	position: absolute;
	top: 20px;
	right: 20px;
}

a {
	color: black;
}

h1 {
	font-size: 36px;
	margin-bottom: 1em;
}

h1.work {
	font-family: 'StandardCT-MediumCond';
	font-size: 58px;
	position: absolute;
	left: 42%;
	border-bottom: 3px solid black;
	height: 51px;
	line-height: 0.9;
}

.clear {
	clear: both;
}

nav {
	width: 40%;
	position: absolute;
	left: 2px;
	top: 55px;
	z-index: 100;
}

nav ul {
	display: inline-block;
	border-bottom: 1px solid #ccc;	
	padding-bottom: 2px;
}

nav ul li {
	font-family: "Times New Roman",Times,serif;
	font-size: 14px;
	display: inline-block;
	color: #979797;
}

nav ul li .divider {
	display: inline-block;
	text-align: center;
	width: .5em;
}

nav ul li a {
	color: #979797;	
}

nav ul li a:hover {
	color: black;
}

nav ul li ul {
	display: none;
}

nav ul li ul {
	background-color: white;
}

nav ul li ul li {
	display: block;
}

nav .submenus ul {
	display: none;
	background-color: white;
	border-bottom: 1px solid #ccc;
	line-height: 1.75;
}

nav .submenus ul li {
	display: block;
	margin-left: 5px;
}

nav .submenus ul li a {
	display: block;
}


.clear {
	clear: both;
}

.wrapper {
	min-width: 980px;
	max-width: 100%;
}

.content {
	position: relative;
}


.page-work_overview .all-projects {
	margin-top: 2em;
}

.page-work_overview .all-projects .project:hover {
	background-color: #F8F8F8;	
}

.page-work_overview .project {
	height: 150px;	
	background-color: white;	
	margin-bottom: 1em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
	overflow: hidden;
}

.page-work_overview .project .image {
	float: left;
	width: 25%;
	overflow: hidden;
	height: 100%;
}

.page-work_overview .project .image img {
	width: 100%;
	height: auto;
}

.page-work_overview .project .info {
	float: left;
	width: 75%;
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
}

.page-work_overview .project .info .inner {
	padding-left: 40px;
	padding-top: 20px;
}

.page-work_overview .project .info .inner .col {
	float: left;
	width: 50%;
}

.page-work_overview .project .info .inner .col.second {
	font-size: 14px;
	margin-top: 0px;
	max-height: 6em;
	overflow: hidden;	
	width: 48%;
}

.page-work_overview .project .info .inner h2 {
	font-size: 16px;
	line-height: 16px;
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	margin-bottom: 1em;
}

.page-work .content,
.page-textpage .content,
.page-blog_index .content,
.page-work_downloads .content {
	margin-top: 2em;	
}

.page-work .content .images,
.page-textpage .content .images,
.page-blog_index .content .images,
.page-work_downloads .content .images {
	float: left;
	width: 410px;
	width: 42%;
}

.page-work .content .images .image,
.page-work_downloads .content .images .image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.page-work .content .images .full-viewer {
	display: none;
/* 	position: absolute; */
	top: 0px;
	left: 0px;
	width: 375px;
	height: 280px;
}

.page-work .content .images .overview-btn {
	margin-top: 25px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

.page-work .content .images .overview-btn span {
	display: inline-block;
}

.page-work .content .images .overview-btn span:hover {
	border-bottom: 1px solid black;
}


.page-work .content .images .overview .image {
	width: 21%;
}

.page-work .content .images .overview .image img {
	width: 100%;
}

.royalSlider .rsBullets {
	bottom: -25px;
}

.royalSlider.rsFullscreen .rsBullets {
	bottom: 8px;
}

.page-work .texts,
.page-textpage .texts,
.page-blog_index .texts,
.page-work_downloads .texts {
	float: left;
	width: 58%;
}

.page-work .texts .properties {
	margin-bottom: 1em;
}

.page-work .texts .properties label {
	float: left;
	width: 80px;
}

.page-work .texts .properties .value {
	float: left;
	width: 440px;
}

.page-work .texts .properties .property {
	margin-bottom: .25em;
}

.page-work .texts .body,
.page-work .texts .files,
.page-textpage .texts .body,
.page-textpage .texts .files {
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.page-work .texts .body a {
	color: black;
	text-decoration: none;
}

.page-work .texts .body a:hover {
	text-decoration: underline;
s}

.page-work .texts .body em,
em {
	font-style: italic;
}

.page-work .texts .body strong,
strong {
	font-weight: bold;
}

.page-work .texts .body ul li ul {
	margin-left: 1em;
}

.page-work .texts .files,
.page-textpage .texts .files {
	padding-bottom: 4em;
}

.page-work .texts .files a:hover,
.page-textpage .texts .files a:hover {
	border-bottom: 1px solid black;
}

.page-work .texts .body p,
.page-textpage .texts .body p {
	margin-bottom: 1.25em;
}

#editpage {
	position: fixed;
	top: 20px;
	right: 20px;
}

#puppetsP {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
}

.page-work .content .images .full-viewer.rsDefault .rsGCaption {
	position: absolute;
/* 	padding-top: 9em; */
	text-align: center;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 260px;
	margin: 0 auto;
	top: 115%;
	left: 0;
	right: 0;
}


.page-work .content .images .full-viewer.rsDefault.rsFullscreen .rsGCaption {
	position: absolute;
	float: none;
	top: .5em;
	left: 0;
	right: 0;
	text-align: left;
	color: black;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.blog-post {
	margin-bottom: 2em;
}

.blog-post .title {
	border-bottom: 1px solid black;
	padding-bottom: .2em;
	margin-bottom: .6em;
}

.blog-post .title h2 {
	float: left;
}

.blog-post .title .date {
	float: right;
}

.blog-post .body {
	margin-bottom: .6em;
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
}

.page-blog_index .content .blog-post .images {
	width: 100%;
	float: none;
	text-align: center;
}

.blog-post .images .image {
	margin-bottom: 1em;	
}

.blog-post .images .image .caption {
	max-width: 80%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.blog-post .images .image img {
	width: 80%;
	margin: 0 auto;
}

.blog-post .body .TextformatterVideoEmbed {
	margin-top: 1em;
	margin-bottom: 1em;
}

.page-work_downloads .back {
	margin-bottom: 1em;
}
.page-work_downloads .file-download {
	clear: both;
}
.page-work_downloads .file-download .date {
	float: left;
}
.page-work_downloads .file-download .title {
	float: left;
}

.page-work_downloads a:hover div {
	text-decoration: underline;
}
.images .image {
	padding-right: 1em;
}
.images .image img {
	width: 100%;
}