@charset "utf-8";
/* CSS Document */
/* HTML5 5th @media query trigger point */

img.ri
{
	position: absolute;
	max-width: 80%;
	top: 10%;
	left: 10%;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

img.ri:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri {
      max-width: 90%;
  }
}

@media screen and (orientation: landscape) {
  img.ri {
      max-height: 90%;
  }
}
.site-header {
	min-height: 60px;
}
.header-image .site-header .wrap .title-area {
	width: 308px;
	height: 60px;
	background-size: 308px 60px;
}
 
/* HTML5 6th @media query trigger point */
.site-header {
	min-height: 58px;
}
.header-image .site-header .wrap .title-area {
	width: 300px;
	height: 58px;
	background-size: 300px 58px;
}
 
/* Pre-HTML5 5th @media query trigger point */
#header {
	min-height: 60px;
}
.header-image #header .wrap #title-area {
	width: 308px;
	height: 60px;
	background-size: 308px 60px;
}
 
/* Pre-HTML5 6th @media query trigger point */
#header {
	min-height: 60px;
}
.header-image #header .wrap #title-area {
	width: 300px;
	height: 58px;
	background-size: 300px 58px;
}

.site-left-column-images {
	min-height: 60px;
}
.left-column-images .site-left-column-images .wrap .title-area {
	width: 308px;
	height: 60px;
	background-size: 308px 60px;
}
 
/* HTML5 6th @media query trigger point */
.site-left-column-images {
	min-height: 58px;
}
.left-column-images .site-left-column-images .wrap .title-area {
	width: 300px;
	height: 58px;
	background-size: 300px 58px;
}
 
/* Pre-HTML5 5th @media query trigger point */
#header {
	min-height: 60px;
}
.left-column-images #.left-column-image .wrap #title-area {
	width: 308px;
	height: 60px;
	background-size: 308px 60px;
}
 
/* Pre-HTML5 6th @media query trigger point */
#.left-column-image {
	min-height: 60px;
}
.left-column-images #.left-column-image .wrap #title-area {
	width: 300px;
	height: 58px;
	background-size: 300px 58px;
}