/*
Theme Name: MSAV 2
Theme URI: http://www.msavisuals.com/
Description:
Author:  http://www.mocomatics.de
Version: 1.00
Tags: */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}
body {
	font-style:normal;
	font: 12px "Courier New";
/*	font: 13px Georgia;
	font: 12px Helvetica;
	font: 12px courier;
	font: 12px Verdana;*/
/*	line-height:1.4em;*/
	color:#000;
	background:#FFF
}
#header {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 20px 0 0 20px;
    background: #FFF;
    width: 145px;
}
/* ---------------------------------  STRUCTURE --------------------------------- */
#wrapper {
    margin: 0;
    padding: 0;
}

#content {
    clear: both;
    margin: 20px 0px 20px 200px;
}
#project-format {
   margin-bottom: 3em;
   font-style: italic;
   color: #888;
}

p {
/*    max-width:640px;*/
}
.embed-vimeo {
/*    max-width:640px;*/
}

#home_body {
	/*margin: 10px 0 20px 0;*/
	/*max-width: 750px;*/
    	/*width: 750px;*/
}

#home_container {
	/*padding: 5px 0 0 0;*/
	/*max-width: 900px;*/
}	
#small_category_container {
	/*padding: 4px 0 0 0;*/
}
#category_body, #small_category_body {
	/*margin: 30px 0 0 0;*/
}
/* ------------------------- ACCESS / NAVIGATION ------------------------------- */
#blog_title {
    margin: 38px 0 0 11px;
    height: 25px;
}

.menu-navigation-container {
}

#navigation {
    clear: both;
    line-height: 1.8em;
    font-size: 1.0em;
    margin: 0;
    padding: 0;
    padding: 1.5em 0;
    text-transform:lowercase;
}

#access {
/*    position: absolute;*/
/*    left: 20px;*/
}
#access li{
    list-style:none inside;
}

#search_form {
    margin-top: 20px;
}

/*     ACCESS / NAVIGATION    */
.sub-menu {
    display:none;
    padding:0 0 0 20px;
}

.menu-item a {
    margin:0px 20px 0 0;
    padding:0;
}

.menu-item a:active {
}

.menu-item a:hover {
}

.sub-menu li a {
}

/* container for selected menu item */
.current-menu-item, .current-menu-parent, .current-post-ancestor {
}

/* selected main menu item */
.current-menu-item>a, .current-menu-parent>a, .current-post-ancestor>a {
    font-weight: bold;
/*    text-decoration:underline;*/
    background: #000;
    color: #FFF;
}

.sub-menu {
}

#page_title {
    margin: 20px 0 0 0;
}

#logo {
    margin: 0;
    padding: 0;
    margin-left: 17px;
}

#title {
margin: 0;
    padding: 0;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 2px;
}

#sub-title {
    padding: 3px 0 0 0;
}

.msahead {
    margin: 0 0 10px 0;
}

ul.sub-menu li.notActiveLink {
    display: none;
}


/* the container for each category
   on the work by type/form page.
	(AH - 06.08.14)
 */
.catSplit{
	display:block; 
	overflow:auto;
}

/* ---------------------------------  STYLING --------------------------------- */
a {
    color:#000;
    background:#FF6;
    text-decoration:none;
    border: 1px solid transparent;
}

a:hover {
    color: #000;
    background: #FF0;
    border: 1px dashed #000;
    text-decoration: underline;
}

a:active {
    text-decoration:underline;
}

a img, a:hover img {
    display:block;
    border: 0 none;
    background: none;
}

#tssImage a,
#logo a,
a.post_preview_link
 {
    text-decoration: none;
    border: 0 none;
    background: none;
}

p {
    margin: 6px 0 16px 0;
}
h1, h2, h3, h4 {
    padding: 0 5px;
    margin: 6px 0;
    color:#000;
    letter-spacing: 1px;
    font-weight: normal;
    color: #FFF;
    background: black;
    display: inline-block;
}

h1, h2 {
}

div.meta {
	color: grey;
	padding: 0;
	margin: 0.5em 0;
	/*padding: 0 0 5px 0;*/
}
div.seemore {
	text-align:right;
	font-size:1em;
}

h1 {
    font-size: 1.8em;
    /*font-weight:bold;*/
}

h2 {
    font-size: 1.3em;
    font-weight:normal;
}

h3 {
    font-size: 1.0em;
    font-weight:normal;
}
td {
	border:thin dotted grey;
	padding: 3px 7px 2px 3px;	
	
}
blockquote {
	padding: 20px;
	font-style:italic;
}
table{
	border-collapse:collapse;
}
code {
	display:block;
	
	font-size: 0.9em;
	font-family:Fixedsys,Courier,monospace;
	color:grey;
	background: black;
	padding: 10px 10px 10px 20px;
/*	max-width:560px;*/
	margin: 10px 20px 5px 20px;
}
#content ul, #content ol {
/*	width: 560px;*/
	/*margin: 0 0 20px 20px;*/
	/*padding: 0 20px;*/
	list-style:outside disc;
	/*line-height: 0.6em;*/
}
#content ul li, #content ol li {
    list-style-position: inside;
	padding: 1px 5px;
}
#content ul.related_post {
	list-style:none;
	padding:0;
	margin:0;
}
.gallery-item {
	float:left;
	margin: 0 3px 3px 0;
}
.gallery-icon {
}
.gallery-icon a {
}
.gallery-icon a img {
}

.gallery-caption {
    padding: 0;
    margin: 0;
    margin-top: -12px;
    font-size: 0.9em;
    /* font-style: italic; */
}

/* ---------------------------  FRONT PAGE  -------------------------- */
.front-page-module {
}
.small-thumbnail {
	display:inline-block;
	overflow:hidden;
	margin: 0 20px 20px 0;
	float:left;	
	font-size:1em;
}
/* ---------------------------  POST PREVIEW PAGES (WORK & STORE)  -------------------------- */
/*
a.post_preview_link {
    text-decoration:none;
}
a.post_preview_link:hover , a.post_preview_link:visited , a.post_preview_link:active  {
	text-decoration:none;
}
a.post_preview_link:active {
}
*/
.post_preview {
    margin: 0 1px 1px 0;
    overflow: hidden;
    width: 320px;
    height: 320px;
    float: left;
    font-size: 1.2em;
    letter-spacing: 1px
}
.post_thumbnail {
    overflow: hidden;
}
.post_thumbnail img {
    width: 100%;
    height: 100%;
}
.post_preview_front {
    position: relative;
    top: -320px;
    margin: 20px 3px;
    line-height: 1.4em;
    padding: 0;
}

.post_preview_title {
    display:inline;
/*    opacity: 0.75;*/
    color: #FFF;
    background: #000;
}

a:hover .post_preview_title {
/*    opacity:1.0;*/
    text-decoration: underline;
    color: #000;
    background: #FF0;
    font-weight: bold;
    font-size: 1.2em;
}

.post_preview_description {
	padding: 5px 10px;
	background: black;
	font-size: 1em;
	background: #222;
	opacity: 0;
	
}
.post_preview_description p{
}

/* the container for each category
   on the work by type/form page.
	(AH - 06.08.14)
 */
.catSplit{
	display:block; 
	overflow:auto;
	padding-bottom: 60px;
}

/* --------------------------------- DATES ---------------------------------  */
.dates_container {
    margin: 0 0 60px 0;
    max-width: 1075px;
}

.past_dates_container {
    margin: 0;
}

.past_dates_title {
/*	padding: 30px 0 0 0;*/
}

.date_entry {
    margin: 2px 0;
    font-size: 0.9em;
}

.date_date, .date_cat, .date_related, .date_content, .date_nodates {
	vertical-align:top;
	display:inline-block;
}
.date_date {
    font-weight:bold;
    color:#000;
}
.date_cat {
}
.date_related {
}
.date_content {
	/*margin: 0 0 15px 0;*/
	/*display: block;*/
}
.date_nodates {
/*	width:500px;*/
}

.ongoing_date, .past_date, .empty_date, .future_date, .no_date {
    display:inline-block;
	
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius:6px;
	
    width:6px;
    height:6px;
	
    margin: 0px 10px 0 0;
}

.no_date {
    -moz-box-shadow:inset 1px 1px 2px 2px #888;
    -webkit-box-shadow:inset 1px 1px 2px 2px #888;
    box-shadow:inset 1px 1px 1px 2px #888;
}

.past_date {
    background:black;
}

.ongoing_date {
    /*background:#cc0000;*/
}

.future_date {
    background:#ee9999;
}

.meta_date {
	display:block;
/*	font-size: 0.9em;*/
	margin: 10px 0;
}

div.meta_date_content {
/*	padding: 1px 0;
	/*font-style:oblique;
	color: grey;*/
	display:inline-block;
}
/* --------------------------------- CONTACT PAGE ---------------------------------  */
.contact_left_column {
	display:inline-block;
	width:370px;
	height:auto;
/*	margin: 20px 0 10px 0;*/
}
.contact_right_column {
	display:inline-block;
	vertical-align:top;
	width:370px;
	height:auto;
/*	margin: 20px 0 10px 0;*/
	left: 30px;
	position: relative;
}
.form_input{
	width:350px;	
}
.contact_map {
	margin: 20px 0 0 0;	
}
.inquiry_category {
	position:relative;
	top:4px;
}
#captcha_input{
	width:75px;	
}
/* --------------------------------- PRESS --------------------------------- */
.press_entry {
	
}
.press_title, .press_date, .press_related, .press_related_title  {
	vertical-align:top;
	
	display:inline-block;
/*	padding: 4px 3px 4px 0;*/
}
.press_date {
	width:120px;
}
.press_related_title {
	width:80px;
}
.press_related{
	width:auto;
}
.press_title {
	width:250px;
}

.separator, .separator750 {
    height:0;
    /*border-bottom:1px dotted #CCC;*/
}

.separator750 {
    width:750px;
}

.big_separator {
    /*border-bottom:1px dotted #888;*/
}

/* --------------------------------- SINGLE & PAGE TEMPLATE --------------------------------- */
input#s {
    width: 60%;
}

/* META INFORMATION */
.meta_module {
	margin: 60px 0;
	/*
	vertical-align:top;
	display:inline-block;
	width:288px;
	overflow: hidden;*/
}

.meta_module_content {
	margin: 0 0 30px 0;
	
}

#meta ol, #meta ul {
	list-style: outside none;
}

#meta ol li,  #meta ul li {
	text-transform:lowercase;
}

#page_container {
    width: 1075px;
}

#post_contents {
    clear: both;
    margin: 30px 0 30px 0;
}

#post_body {
    width:640px;
    float:left;
    display: block;
}

#post_left {
    margin: 0 30px 0 670px;
    display: block;
}

#post_left h2 {
    margin-top:60px;
}

ul.related_post {
    list-style:none;	
}
ul.related_post li{
	/*display:inline;
	float:left;
	border-bottom:dotted 1px #444;*/
	padding: 6px 3px 6px 0;
}
.flickr_750 {
	width: 750px;
}



/* --------------------------------- FOOTER ---------------------------------*/
#footer {
    padding: 10px 0 50px 200px;
    font-size: 0.9em;
    clear: both;
    color: #AAA;
}

#footer_content {
}

#footer ul {
    list-style: none;
}

/* * --------------------------------- 
#post_body img.aligncenter, .blog_entry img.aligncenter {
	margin: 10px auto 10px auto;
}
#post_body img.alignleft, .blog_entry img.alignleft {
	margin: 10px 10px 10px 0;		
}
#post_body img.alignright, .blog_entry img.alignright {
	margin: 10px 0 10px 10px;		
}
*/
.blog_entry, .archive_entry {
	margin: 0 0 90px 0;
}
.archive_entry a {
	display:inline-block;
		
}
.clear {
	clear:both;
}
/* --------------------------------- WP POST CORE CLASSES --------------------------------- */
.alignnone {
/*    margin: 5px 20px 20px 0;*/
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
	
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
	float:left;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
	display:block;
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
   
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:0.8em;
    margin:0;
    padding:0 4px 5px;
}
/*  --------------------------------- PAGINATION ---------------------------------  */
/*
Default style for WP-PageNavi plugin
http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
	margin: 10px 0;
	
	text-align:center;
	max-width:750px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	/*border: 1px solid #BFBFBF;*/
	padding: 3px 5px 0 0;
	/*margin: 2px;*/
}
.wp-pagenavi a.page {
	
}
.wp-pagenavi .current {
	padding: 3px 10px 0 5px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.first  {
	
	float:left;
}
.wp-pagenavi span.pages {
	padding: 3px 20px 20px 0;
	float:left;
}
.wp-pagenavi a.last, .wp-pagenavi a.nextpostslink {
	float:right;
	
	
}
.wp-pagenavi a.nextpostslink {
	padding: 3px 0 0 0;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
/* NO RESULTS */
.no_results_body {
	margin:30px 0;	
}
img.no_results_head {
	display:inline-block;
	padding: 0 20px 0 0;
	float:left;
	position:relative;
	top: -12px;
	left:0;
}
/* --------------------------------- SLIDESHOW --------------------------------- */
.slideshow_title {
	position:relative;
	top:100px;
	left:0;
	display:block;
	
	font-size:1.4em;
	letter-spacing:1px;
	padding: 9px 25px 4px 12px;
	
	
	max-width: 220px;
	
	background: black;
	color:white;
}
.slideshow_title_box {
	height: 0;
		
}
#slideshow {
	display: inline-block;
	width:750px;
	height:470px;
	/*background:red;*/
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:750px;
  height:422px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:750px;
	height:422px;
  /*background-color:black;*/
}
.slide img{
	margin:0;
	width:750px;
	height:422px;
		
}
.slide p {
	margin: 20px 0 0 0;
	width: 400px;
}
.slide_title {
	color:white;
	font-size:1.2em;
}
.slide a {
	color:black;	
}
.control {
  display:inline-block;
  width:20px;
  height:20px;
  cursor: pointer;
}
#controls {
	padding: 10px 0 0 0;
}
#leftControl, #rightControl {
		float:right;
}
#leftControl {
  background:transparent url(images/msav_arrow_left_dithered.png) no-repeat 5px 5px;
}
#rightControl {
  background:transparent url(images/msav_arrow_right_dithered.png) no-repeat 12px 5px;
}
#currentSlideTitle {
	margin: 5px 0 0 0;
	float:left;
}
/* --------------------------------- TOP LEVEL NAVIGATION --------------------------------- */
/*
#master_nav {
    position:fixed;
    left:0;
    top:0;
    margin: 0 0 0 -4px;
	background:white;
	-moz-box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, .35);
	-webkit-box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, .35);
	box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, .35);
	width:101%;
	height:24px;
	overflow:hidden;
	
}
#master_nav_body {
	min-width: 998px;
	margin: 0 190px 0 0;	
}
a.master_nav_btn {
	float:right;
	display:inline-block;
	width:125px;
	height:19px;
	color:white;
	background: #666;
	-moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, .5) inset;
	-webkit-box-shadow: 0 0  10px 10px rgba(0, 0, 0, .5) inset;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .5) inset;
	margin: 0 1px 0 0;
	padding: 5px 0 0 8px;
	
	font-weight:400;
	
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0  2px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .3);
	
}
a.master_nav_btn:hover  {
	color:white;	
	background: #900;
}
a.wpdev_memo_tv:hover{
	color: black;
	background: white;
	-moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 0  6px 6px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1) inset;
}*/


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  SOCIAL MEDIA - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - - */
#socialmedia {
    margin-left: -4px;
}

a.socialmedia {
    float: left;
    background: none;
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    background-position: 0 0;
    opacity:0.4;
    border:none;
    background:none;
}

a.socialmedia:hover {
    background-position: -24px 0;
    opacity:1.0;
}

a.mail {
    background: url("/images/socialmedia/mail.png");
}

a.twitter {
    background: url("/images/socialmedia/twitter.png");
}

a.medium {
    background: url("/images/socialmedia/medium.png");
}

a.vimeo {
    background: url("/images/socialmedia/vimeo.png");
}

a.flickr {
    background: url("/images/socialmedia/flickr.png");
}

a.github {
    background: url("/images/socialmedia/github.png");
}

a.soundcloud {
    background: url("/images/socialmedia/soundcloud.png");
}