.slideshow
{
 text-align: center;
}
.inner
{
 display:inline-block;
}

.post-count {
  padding-right: 15px;
}

/* HIDE AUTHOR &amp; COMMENTS ON POST */

.entry-meta span.byline {
  display: none;
}

.entry-meta span.comments-link {
  display: none;
}


/* HIDDEN MENU FOR SMALLER RESOLUTION */
.project-sub-menu ul {
    display:none;
}

@media only screen and ( max-width: 55em ){

  .widget-area {
    display:none;
  }
  .project-sub-menu ul {
    display: block;
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.project-sub-menu li {
    display: inline;
    float: none;
}

.project-sub-menu a {
    text-align: center;
    border-bottom: 0 transparent;
    font-weight: bold;
    margin-left: 5px;
}
}




/* HOME PAGE */
div.mpress{
  text-align: right;
}

@media screen and ( min-width: 55em ) {
div.mpress img{
	width: 500px;
}
}

@media screen and ( min-width: 80em ) {
div.mpress img{
	margin: 150px 0 0 0;
}
}


/* FIXED MENU */
@media screen and ( min-width: 55em ) {
  .widget-area{
     position: fixed;
    width: 200px;
    margin-top: 0px;
  }
}

@media screen and ( max-width: 45em ) {
  .widget-area{
    width: 100%;
  }
  
  /*.site-title img{
	width: 85%;
}*/
  
}





/* PROJECT PAGE LAYOUT */
#pro-sidebar,
#pro-content {
        float: none;
        margin: 0 0 15px 0;
    }

#pro-content img{
        width: 100%;
    }

#pro-content a{
	text-decoration: none;
  	border-bottom: 0;
    }

#pro-content h5{
	margin: 0;
    }

#pro-content ul {
list-style-type:none;
	font-size: 12px;
	font-size: .75rem;
}


/*@media screen and ( max-width: 70em ) {
    #pro-sidebar {
    	margin: 2em 0 0 0;
  }
}*/

@media screen and ( max-width: 45em ) {
  #pro-content {
        margin: 0 0 50px 0;
    }
  
  #pro-content ul {
   padding-left: 0; 
  }

  #pro-content li {
   padding-left: 0; 
/*    border-top: 1px solid grey;	*/
    margin-bottom: 5px;
  }
}

@media screen and ( min-width: 45em ) {
    #pro-content {
        float: none;
        width: auto;
    }

    #pro-sidebar {
        float: none;
        width: 350px;
    }
}

@media screen and ( min-width: 70em ) {
#pro-wrapper {
  margin-left: 250px;
}
#pro-content {
  float: right;
  width: 95%;
}
#pro-sidebar {
  float: left;
  width: 250px;
 margin: 0 25px 0 -250px;
}
#pro-cleared {
  clear: both;
}  
}






/* GALLERY */
.master-slider-parent {
  margin-right: 0; 
  width: 100%;
  margin-top: -2px;
  display: block; 
}

.ms-skin-default .ms-nav-prev,
.ms-skin-default .ms-nav-next{
      opacity: 0.5;
}

.ms-skin-default .ms-nav-prev {
      left: 5px;
}

.ms-skin-default .ms-nav-next {
      right: 5px;
}