/*
   v2.0
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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 */


/* Content */

#content {
	margin-left:210px;
}

#content h1, #content h2 { 
  line-height: 1.2;
	text-rendering: optimizeLegibility;
}

#content p { 
  line-height: 1.5em;
  word-spacing:1px;
}

#content ul li, #content ol li {
	margin-left:1.5em;
  line-height: 1.5em;  
}

h1, h2, h3, h4, h5 {
   font-weight: 400; /* Be specific */
}


/* Menu Definitions */

#menu {
	position:fixed;
	height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	background:transparent;
	left:0;
}

#menu .menu_wrap {
  width: 200px;
}

#menu #logo { margin: 15px 10px;}
#menu #logo a img { border:0px; width:100%; }
#menu #logo h1 { padding:0px; margin: 0px;text-rendering: optimizeLegibility;}
#menu #logo h1 a {text-decoration:none;opacity:.70;}
#menu #logo h1 a:hover { text-decoration:none;opacity:1;}

#menu li a {
	padding:6px 10px;
	display:block;
	text-decoration:none;
	-webkit-transition: color 0.5s ease-out,background 0.5s ease-out;  
	-moz-transition: color 0.5s ease-out,background 0.5s ease-out;  
	-ms-transition: color 0.5s ease-out,background 0.5s ease-out;  
	-o-transition: color 0.5s ease-out,background 0.5s ease-out;  
	transition: color 0.5s ease-out,background 0.5s ease-out;
}

#menu li.category {
	padding:10px;
	margin-top:10px;
}

/* ---------  Title Element ---------   */

body .title_element {
	padding:20px 20px 10px 20px;
	width:620px;
	margin:0 auto 10px auto;
}
body.listing .title_element { margin-bottom: 0; }

body .title_element img {
	width:100%;
	height:auto;
}

/* ---------  Gallery Page ---------   */

#loading-container {
	background:url('../images/load.gif') no-repeat;
	width:20px;
	height:20px;
	text-indent:-9999px;
	opacity:.4;
	position: absolute;
	top: 10px;
}

body.gallery #content .assets {
  width: 100%;
}

body.gallery #content .asset {
	float:left;
	width:25%;
	display:none;
}

body.gallery #content .asset img {
	display:block;
	width:100%;
	opacity:.75;
	-webkit-transition: opacity 0.3s ease-in-out;  
	-moz-transition: opacity 0.3s ease-in-out;  
	-ms-transition: opacity 0.3s ease-in-out;  
	-o-transition: opacity 0.3s ease-in-out;  
	transition: opacity 0.3s ease-in-out;
}
body.gallery #content .asset img:hover {
	opacity:1;
}

body.gallery #content .asset .copy {
	display:none;
	position:absolute;
	width:385px;
	background:#222;
	padding:10px;
	color:#f2f2f2;
}

body.gallery .asset.txt {
  overflow: hidden;
	text-overflow: ellipsis-word;
	position:relative;
}

body.gallery .asset.txt .bodytext {
	padding:20px;
}

body.gallery #content .asset.txt .readmore {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	color:#fff;
	text-align:center;
	cursor:pointer;
	padding:8px 0;
	text-decoration:none;
	-webkit-transition: background 0.3s ease-in-out;  
	-moz-transition: background 0.3s ease-in-out;  
	-ms-transition: background 0.3s ease-in-out;  
	-o-transition: background 0.3s ease-in-out;  
	transition: background 0.3s ease-in-out;
}

/*  ---------   Listing Page  ---------   */

body.listing #content .assets {
	width:620px;
	margin:10px auto 0;
}

body.listing #content .asset {
	position:relative;
}

body.listing #content .listing_image .img {
	width:424px;
	position:relative;
	opacity: 0.8;
	overflow:hidden;
	margin:0 0 1px;
	background-repeat:no-repeat;
	background-position:center center; 
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	-moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;  
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

body.listing #content .listing_image .img.fullwidth {
	width:100%;
}

body.listing #content .listing_image a {
	text-decoration:none;
	overflow:hidden;
	display:block;
	height:180px;
}

body.listing #content .listing_image .img_copy {
position:absolute;
top:0;
padding:0 10px;
width:180px;
left:424px;
}

body.listing #content .listing_image:hover .img {
	opacity:1;
}

/*  ---------   Simple Page  ---------   */

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