body {
  background: #F9f9f9;
}

a {
  color: #363536;
}

/*
  Font Import 
*/

@font-face{ 
	font-family: 'Anivers';
	src: url('/fonts/anivers/Anivers_Regular-webfont.eot');
	src: url('/fonts/anivers/Anivers_Regular-webfont.eot?iefix') format('eot'),
	     url('/fonts/anivers/Anivers_Regular-webfont.woff') format('woff'),
	     url('/fonts/anivers/Anivers_Regular-webfont.ttf') format('truetype'),
	     url('/fonts/anivers/Anivers_Regular-webfont.svg#webfont') format('svg');
}

/*  
------------------------------------------------------------------
Menu Nav
------------------------------------------------------------------
*/

#menu {
  background-color: #FFFFFF;
  border-right:1px solid #F2F2F2;
}

#menu #logo h1 {
  font-size: 18px;
}
#menu #logo h1 a {
  color: #EEEEEE;
}

#menu p, #menu li {
  font-size: 15px;
  color: #383838;
}
#menu p, #menu li, #menu h1 {
  font-family: Helvetica, Helvetica, Arial, sans-serif;
}

#menu li a {
  color: #383838;
}

#menu .menu_list li a:hover { 
  color: #F3F3F3;
  background: #9e9e9e;
}

#menu li.selected a {
  color: #FFFFFF;
  background: #000000;
}

#menu li.category {
  background-color: #FFFFFF;
  border-top:1px solid #F2F2F2;
}

#indicator {
	position:absolute;
	right:7px;
	color:#c1c1c1;
	top:45%;
	
	filter: alpha(opacity=0);
	opacity:0;
	font-weight:bold;
}

#menu .pre_text,
#menu .post_text { 
  color: #383838;
  margin: 10px;
  line-height:1.3;
}

/*  
------------------------------------------------------------------
Global Content
------------------------------------------------------------------
*/

body.basic a {
  color: #363536;
}
body.basic {
  font-family: Helvetica, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #525252;
}
body.basic h1, body.basic h2 {
  font-family: "Droid Serif", serif;
  color: #000000;
}
body.basic p {
  font-size:14px
}

body.basic h1 {
  font-size: 18px;
}
body.basic h2 {
  font-size: 18px;
}





#content a {
  color: #363536;
}
#content {
  font-family: Helvetica, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #525252;
}
#content h1, #content h2 {
  font-family: "Droid Serif", serif;
  color: #000000;
}
#content p {
  font-size:14px
}

#content h1 {
  font-size: 18px;
}
#content h2 {
  font-size: 18px;
}

#content .title_element h1  {
  font-size: 24px;
}
#content .title_element p  {
  font-size: 20px;
}

/* Social */
#social {
  margin: 10px 0 20px;
  position:absolute;
  bottom:0;
  left:10px;
}

#menu #social .social_icon {
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  border-radius: 50%;
  display:inline-block;
  float:left;
  margin-right:5px;
  width: 20px; height: 20px;
  position: relative; top: 2px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  
  filter: alpha(opacity=30);
  opacity: 0.3;
    
  background: #000;
  color: #fff;
  
}
#menu #social .social_icon:hover {
	
	filter: alpha(opacity=100);
	opacity: 1;
}
#social .social_icon a {
  height: 20px;
  width: 20px;
  display: block;
  
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 2px;
  border: none;
  position: absolute; top: -2px; left: -2px;
}
/* Share button */
#social #share_button {
  border-left: 1px solid #000000;
  display: inline-block;
  padding-left: 7px;
  margin-left: 1px;
	width: 58px;
	float:left;
  display: block;
	position: relative;
}
#social #share_button a {
  background: #000000;
  color: #ffffff;
  margin: 3px 3px 4px 0;
  padding: 4px 11px;
  font-weight: bold;
  height: 12px;
  line-height: 1em;
  letter-spacing: 0.04em;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;

  
  filter: alpha(opacity=60);
  opacity: 0.6;

  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;

  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;  

  font-family: arial;
  font-size: 11px;
}
  #social #share_button a:hover,
  #social #share_button a:focus {
    
    filter: alpha(opacity=100);
    opacity: 1;
  }


/*
------------------------------------------------------------------
Individual Pages
------------------------------------------------------------------ 
*/

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

body.gallery .asset { background:#000000; }
body.gallery .asset.txt { background:#FFFFFF; }
body.gallery .asset.txt .readmore { background:#000000;}
body.gallery .asset.txt .readmore:hover { background:#363536;}

.title_element hr { 
	display:block; 
	margin:20px 0 0;
	border:0;
	border-top: 1px solid #EEEEEE;
	}

/*
   Gallery Video (YouTube, Vimeo)
*/

body.gallery .asset.video a {
	overflow:hidden;
	display:block;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	filter: alpha(opacity=80);
	opacity: 0.8;
	line-height:0;
	-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.video .thumb {
  display:none;
}

body.gallery .asset.video a:hover {
	
	filter: alpha(opacity=100);
	opacity:1;
}

.text-block .fancybox-outer {
  font-family: Helvetica, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #525252;
  background: #FFFFFF;
  line-height: 1.5em;
}

.text-block .fancybox-outer .fancybox-inner { overflow-x: hidden!important; }

.text-block .fancybox-outer h1, .text-block .fancybox-outer h2 {
  font-family: "Droid Serif", serif;
  color: #000000;
}

.text-block .fancybox-outer h1 {
  font-size: 18px;
}
.text-block .fancybox-outer h2 {
  font-size: 18px;
}

/*  ----------------------------  Listing Page ---------------------------- */
body.listing #content .listing_image p {
  color: #525252;
}

body.listing #content .listing_image .img_copy {
  font-family: "Droid Serif", serif;
	color:#000000;
	line-height: 1.25em;
}
