body {
  text-align: center;
}

article {
	position: relative;
    z-index: 20;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	
	-webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
	border: 1px solid #ccc;
	background: #fff;
}


p, h1, h2, h3 {
  margin: 0 15px .85em 5px;
  line-height: 1.3em;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

#header_left {
    float: left;
    padding: 10px 5px 0 20px;
    width: 512px;
}

#header_right {
	float: right;
    margin-right: 20px;
    padding: 10px 2px 10px 5px;
	text-align: right;
}

#header_right h3 {
	text-decoration: underline;
}

#main_left {
    float: left;
    margin-left: 20px;
    padding: 0;
    width: 512px;
    position: relative;
    overflow: hidden;
}

#main_right {
	float: right;
	max-width: 400px;
	max-height: 322px;
    overflow: auto;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #ccc;
	padding: 10px 2px 10px 5px;
}

#main_right_bottom {
	float: right;
	max-width: 400px;
	max-height: 100px;
    overflow: auto;
    margin-right: 20px;
    background: #fff;
	padding: 10px 2px 10px 5px;
}
/* tab player - player and panels */
	
#tabs {
  width: 512px;
  margin-top: 1px;
}

.ui-tabs { position: relative; padding: 0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.panel {
  width: 512px;
  text-align: center;
  outline: 1px solid #ccc;
}

figure img { max-height: 100%;}


#mediaplayer_wrapper {
	width: 512px;
	
}
#mediaplayer {
	width: 512px;
}

figure {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 512px;
  max-height: 414px;
}

figure nav {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, .5);
	padding: 2px 4px;
	-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		   border-radius: 4px;
}

figcaption {
  position: absolute;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 20px;
}
  
figcaption {
  position: absolute;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 20px; 
  opacity: 0;
  bottom: 0;
  left: -30%;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}

figure:hover figcaption {
  opacity: 1;
  left: 0;
}

#slider { height: 125px; overflow:hidden; }
#slider .viewport { float: left; width: 472px; height: 100px; overflow: hidden; position: relative; }
#slider .buttons { display: block; margin: 25px 6px 0 0; float: left; text-decoration: none; font-weight: bold; font-size: 1.2em; }
#slider .next { margin: 25px 0 0 0;  }
#slider .disable { visibility: hidden; }
#slider .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider .overview li{ float: left; margin: 0 2px 0 0; padding: 1px; height: 80px; width: 92px; }

.ui-tabs-nav {
	clear: both;
	display: block;
	height: 80px;
	width: 1600px;
}

.ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 1px; 
	margin: 0 1px 1px 0; 
	border-bottom: 0 !important; 
	padding: 0; 
	white-space: nowrap;
	display: block;
}

.ui-tabs-nav li a { 
	float: left; 
	padding: 3px 1px;
	text-decoration: none;
	display: block;
}

.ui-tabs-nav li.ui-tabs-selected { 
	margin-bottom: 0; 
	padding-bottom: 1px; 
}



.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: default;}

.ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 

.ui-tabs-panel { display: block; border-width: 0; }

.ui-tabs-hide { display: none !important; }



img.video-thumbnail, img.photo-thumbnail { width: 80px; }

.video-play-icon {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 35px solid white;
	border-left: 35px solid rgba(255, 255, 255, .7);
	border-bottom: 20px solid transparent;
	position: relative;
	top: -58px;
	left: 24px;

}

#tabs ul:hover > li {
  opacity: 0.5;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}

.thumbtitle {
	width: 80px;
	font-size: .8em;
}

#tabs ul:hover > li:hover { opacity: 1.0; }

#galleryembedwrapper {
	display: none;
}


footer {
	clear: both;
	height: 300px;
}

#footer_left, #footer_center, #footer_right {
	width: 29%;
	float: left;
	margin: 20px 0 20px 20px;
	padding: 8px;
	overflow: auto;
}

#footer_left h3, #footer_center h3, #footer_right h3 {
	font-weight: bold;
	font-size: 1.3em;
	
}

  .tweet_odd, .tweet_even {
	margin-bottom: 1em;
}

   .tweet_avatar {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	
    
}

   .tweet_avatar img {
	margin: 0;
	border: 0;
	padding: 0;
    vertical-align: bottom;
    line-height: 0;
}

    .tweet_time a, .tweet_text {
	font-size: .85em;
}

#sharing-icons {
	position: absolute;
	left: -166px;
	top: 200px;
	z-index: 10;
	width: 140px;
	overflow: hidden;
}
/*
#sharing-icons a {
  position: relative;
  margin-left: 110px;
  display: block;
  opacity: .8;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}

#sharing-icons a.largeicon:hover {
  position: relative;
  opacity: 1;
  right: 100px;
}
*/
#sharing-icons li {
  background: url(/images/mnr/sm-buttons-sprite.png) no-repeat top left;
  display: block;
  position: relative;
  margin: 2px 0 0 110px;
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
  text-indent: -9999px;
  border: solid 1px #ccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
}



#sharing-icons li.btn-blogger{ background-position: 0 0; width: 140px; height: 28px; } 
#sharing-icons li.btn-delicious{ background-position: 0 -30px; width: 140px; height: 28px; } 
#sharing-icons li.btn-digg{ background-position: 0 -60px; width: 140px; height: 28px; } 
#sharing-icons li.btn-email{ background-position: 0 -90px; width: 140px; height: 28px; } 
#sharing-icons li.btn-facebook{ background-position: 0 -120px; width: 140px; height: 28px; } 
#sharing-icons li.btn-linkedin{ background-position: 0 -150px; width: 140px; height: 28px; } 
#sharing-icons li.btn-newsvine{ background-position: 0 -180px; width: 140px; height: 28px; } 
#sharing-icons li.btn-reddit{ background-position: 0 -210px; width: 140px; height: 28px; } 
#sharing-icons li.btn-stumbleupon{ background-position: 0 -240px; width: 140px; height: 28px; } 
#sharing-icons li.btn-technorati{ background-position: 0 -270px; width: 140px; height: 28px; } 
#sharing-icons li.btn-twitter{ background-position: 0 -300px; width: 140px; height: 28px; } 
#sharing-icons li.btn-wordpress{ background-position: 0 -330px; width: 140px; height: 28px; }

#sharing-icons a {
	display: block;
}



@media screen and (min-width: 1200px) {
	
    #sharing-icons li:hover {
	  position: relative;
	  opacity: 1;
	  right: 110px;	
	}
	
}

#sharing-icons ul, #sharing-icons li {
	list-style: none;
}




