/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

/* Required to Render UL and OL elements correclty */
ol {   list-style: decimal inside none; }
ul {   list-style: disc inside none; }


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ClearFix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

@font-face {
    font-family: 'AllerRegular';
    src: url('/fonts/aller/aller_rg-webfont.eot');
    src: url('/fonts/aller/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/aller/aller_rg-webfont.woff') format('woff'),
         url('/fonts/aller/aller_rg-webfont.ttf') format('truetype'),
         url('/fonts/aller/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NovecentowideMedium';
    src: url('/fonts/novecento/Novecentowide-Medium-webfont.eot');
    src: url('/fonts/novecento/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/novecento/Novecentowide-Medium-webfont.woff') format('woff'),
         url('/fonts/novecento/Novecentowide-Medium-webfont.ttf') format('truetype'),
         url('/fonts/novecento/Novecentowide-Medium-webfont.svg#NovecentowideMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	overflow: auto;
}
h1, h2, h3, h4, h5, h6 { 
  color: #231f20; 
  font-family: "Times New Roman", "Times Roman", serif;
}

h1 {
  letter-spacing: 1px;
  line-height: 1.3em;
  font-size: 20px;
}

h2 {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 1.3em;
}

a {
	color: #231f20;
}
p,li {
	line-height: 1.3em;
	color: #454142;
	font-family: "Times New Roman", "Times Roman", serif;
	font-size: 16px;
}
body {
  line-height: 1.3em;
  background: #ffffff;
  color: #454142;
  font-size: 16px;
  font-family: "Times New Roman", "Times Roman", serif, Arial, Helvetica;
}
section, .clear {
	clear: both;
}
#wrapper {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
/* top */
#top {
  padding: 37px 0 10px 0;
  z-index: 1;
  border-bottom: 1px solid #DFDFDF;
}
.social_icons {
  float: right;
  margin-bottom: 23px;
}
.social_icons li {
  border-radius: 50%;
  color: #fff;
  width: 20px; height: 20px;
  float: left;
  line-height: 20px;
  margin-left: 5px;
  list-style: none;
  position: relative;
  text-align: center;

  
  	background: #ccc;
  
}
.social_icons li a {
  display: block;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.social_icons li.twitter {
	background-position: -40px 0;
}
.social_icons li.facebook {
	background-position: -80px;
}
.social_icons li.share {
	width: auto;
	border-radius: 12px;
	line-height: 20px;
	vertical-align: middle;
	overflow: hidden;
	behavior: url(/static/PIE.htc);

  
  	background: #ffffff;
  
}
.social_icons li.share a {
	display: block;
	font-family: arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 9px;
	padding: 5px 11px;
	position: static;
	text-decoration: none;
	filter: alpha(opacity=100);
	opacity: 1;
	width: auto;

  
  	color: #000000;
  
}
.pre_text {
	clear: right;
	float: right;
	max-width: 400px;
	text-align: right;
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #050505;
	font-size: 16px;
	font-family: "Times New Roman", "Times Roman", serif;
}
/* top_middle */
#top_middle {
	position: relative;
	z-index: 10;
	padding-top: 12px;
	border-top: 1px solid #DFDFDF;
	clear: both;
}
body.simple #top_middle {
	*position: static;
}
#logo {
	float: left;
	max-width: 350px;
	
}
#logo img {
	max-width: 450px;
	max-height: 100px;
	margin-bottom: 15px;
	display: block;
}
#logo h1 a {
	color: #948b8c;
	font-family: Georgia, serif;
	font-size: 36px;
	line-height: 1.3em;
	text-decoration: none;
}
nav{
	float: right;
	position: relative;
	width: 900px;
	z-index: 1;
}
nav #menu {
	
	text-align: center;
}
nav #menu li {
	display: inline-block;
	list-style-type: none;
	line-height: 1.3em;
	padding: 0 10px;
	z-index: 1;
	*zoom: 1;
	*display: inline;
}
nav #menu li a {
	/* IE7 fix bug */
	 *white-space: nowrap;
}
nav #menu > li.selected > a,
nav #menu li a.category_name.selected {
	text-decoration: underline;
	color: #ba848a !important;
}
nav #menu li a{
	text-decoration: none;
	color: #050505;
	font-size: 18px;
	font-family: "Times New Roman", "Times Roman", serif;
	line-height: 1.5em;
	display: block;
}
nav #menu > li:hover {
	background: #ffffff;
}
nav #menu li a:hover {
	color: #050505;
	text-decoration: underline;
}
nav #menu .dropdown {
	position: absolute;
	height: 0;
	right: 0;
	overflow: hidden;
	float: none;
	width: 160px; 
	z-index: 2;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s; 
}
nav #menu li.category {
	position: relative;
}
nav #menu li.category:hover ul.dropdown,
nav #menu li.category:focus ul.dropdown{
	-moz-transition: height 0.9s;
	-webkit-transition: height 0.9s;
}

nav #menu .dropdown li {
	background: #F3F4F5;
	width: 160px;
	text-align: right;
	padding: 0;
}

nav #menu .dropdown li:hover {
	background: #e6e8e9;
}

nav #menu .dropdown li a:hover {
	color: #191919;
	text-decoration: none;
}

nav #menu .dropdown li.selected a {
	color: #080707;
	text-decoration: underline;
}

nav #menu .dropdown li a {
	color: #080808;
	padding: 3px 13px 2px;
	border-bottom: 1px solid #DFE2E4;
	/* ie 7 fix bug */
	*white-space: normal;
}
/* content */
._4ORMAT_content_wrapper { margin: 0 auto; }

body.simple #content {
  padding-top: 40px;
}

body.simple #top {
  margin: 0 auto;
  width: 900px;
}

/* assets */
body.listing .assets {
	width: 1150px;
	padding-top: 40px;
	overflow: hidden;
	*position: absolute;
}
body.listing .asset {
	float: left;
	margin: 0 12px 20px 0;
	width: 292px;
	overflow: hidden;
}
body.listing .asset.last {
	margin-bottom: 70px;
}
body.listing .assets .img {
	height: 170px;
	width: 292px;
	overflow: hidden;
}
body.listing .assets .img a{
	z-index: 1;
	display: block;
	position: relative;
}
body.listing .assets .img .anystretch {
	z-index: 0 !important;
}
body.listing .assets .copy {
	width: 292px;
	text-align: center;
	margin-top: 10px;
	line-height: 1em;
}
body.listing .assets .copy a {
	text-decoration: none;
}
body.listing .title_element {
	padding-top: 40px;
	padding-bottom: 30px;
}
body.listing .title_element #asset_title img{
	max-width: 950px;
}

body.listing .assets .copy p,
body.listing .assets .copy li,
body.listing .assets .copy span,
body.listing .title_element .copy p,
body.listing .title_element .copy li,
body.listing .title_element .copy span
{
	color: #231f20;
	font-size: 13px;
	font-family: "Times New Roman", "Times Roman", serif;
	line-height: 1.4;
}
body.listing .title_element .copy {
	padding: 10px 0 0;
}
body.listing .title_element .copy.text_only p,
body.listing .title_element .copy.text_only li,
body.listing .title_element .copy.text_only span {
	font-size: 16px;
	font-family: "Times New Roman", "Times Roman", serif;
	color: #454142;	
}

/* gallery */

body.gallery #slide-assets {
	width: 900px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding-top: 40px;
}
body.gallery .slide-container {
    width: 900px;
    height: 600px;
}

.slides_control {
	/* IE7 fix */
	*background: url(https://bucket2.format-assets.com/theme_versions/415018/assets/images/progress.gif) 50% 50% no-repeat;
	height: 600px;
}
body.gallery .asset {
	width: 900px;
	padding: 0;
}
body.gallery .asset .img {
	width: 900px;
}

body.gallery .asset .img .img-inner img {
	max-width: 900px;
	max-height: 680px;
	margin: 0 auto;
	display: block;
}
body.gallery .asset .txt-container {
	width: 900px;
	margin: 0;
	overflow: hidden;
}
body.gallery .asset .txt-container p,
body.gallery .asset .txt-container li,
body.gallery .asset .txt-container span {
	font-size: 16px;
	font-family: "Times New Roman", "Times Roman", serif;
	color: #454142;
}
body.gallery .asset .copy,
body.gallery .asset .copy_title {
	padding: 20px 0 0 0;
}
body.gallery .asset .copy,
body.gallery .asset .copy p,
body.gallery .asset .copy li,
body.gallery .asset .copy span {
	font-size: 12px;
	color: #231f20;
	font-family: "Times New Roman", "Times Roman", serif;
	line-height: 1.4em;
}

body.gallery .title_element .copy.text_only p,
body.gallery .title_element .copy.text_only li,
body.gallery .title_element .copy.text_only span {
	font-size: 16px;
	font-family: "Times New Roman", "Times Roman", serif;
	color: #454142;	
}
body.gallery .asset.title_element.text-only .copy {
	display: block;
	position: static;
	visibility: visible;
	width: 900px;
} 
body.gallery .asset.title_element.text-only .copy p {
	width: auto;
}
body.gallery .asset.video .youtube_cont,
body.gallery .asset.video .vimeo_cont {
	height: 450px;
	width: 900px;
	margin: 0 auto;
} 
body.gallery .control-container {
	margin: 0 410px 40px 0;
	width: 80px;
	height: 31px;
	float: right;
}
body.gallery #slide-assets .prev,
body.gallery #slide-assets .next {
	background: url(https://bucket2.format-assets.com/theme_versions/415018/assets/images/arrows.png) no-repeat;
	display: block;
	width: 31px;
	height: 31px;
	text-indent: -2000em;
	float: left;
} 
body.gallery #slide-assets .copy-inside {
	float: left;
	margin: 20px 0 40px;
	height: 1px;
	min-height: 1px;
	visibility: visible;
	width: 900px;
	overflow: hidden;
	height: auto;
}
body.gallery #slide-assets .copy-inside,
body.gallery #slide-assets .copy-inside p,
body.gallery #slide-assets .copy-inside li {
	font-size: 12px;
	color: #231f20;
	font-family: "Times New Roman", "Times Roman", serif;
	line-height: 1.4em;
}

body.gallery #slide-assets .next {
	background-position: -50px 0;
	float: right;
}
body.gallery .thumbs {
	width: 1000px;
	clear: both;
	margin-top: 50px;
}
body.gallery .thumbs ul li {
	list-style-type: none;
	float: left;
	margin: 0 25px 25px 0;
	background: #cccccc;
}
body.gallery .pagination li a img{
	opacity: 0;
	filter: alpha(opacity=0);
}
body.gallery .thumbs ul li a {
	display: block;
	width: 160px;
	height: 114px;
	overflow: hidden;
	z-index: 1;
	opacity: 0.4;
	filter: alpha(opacity=40);

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: 0.3s;
}
body.gallery .thumbs ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: 0.3s;
}
body.gallery .thumbs ul li.current a {
	opacity: 1;
	filter: alpha(opacity=100);
}
body.gallery .thumbs ul li span.text-thumb {
	display: block;
	width: 160px;
	height: 114px;
	background: #cccccc url(https://bucket2.format-assets.com/theme_versions/415018/assets/images/caption_Black.png) 50% 50% no-repeat;
	text-indent: -2000em;
	cursor: pointer;
}

/* footer */
section footer {
	border-top: 1px solid #DFDFDF;
	clear: both;
}
body.simple section footer, body.gallery section footer {
	margin-top: 70px;
}
.post_text {
	line-height: 1.4;
	width: 900px;
	text-align: center;
	padding: 22px 0;
	color: #1f1e1e;
	font-size: 14px;
	font-family: "Times New Roman", "Times Roman", serif;
} 
