/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
html,body{
	width: 100%;
	min-height: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: none;
    outline: none;
	color: black;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}



/* Utilities ----------------------------------------------------------------- */

.pkg:after, #wrap:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }


@font-face {
	font-family: Mural;
	src: url('//www.ricordi.jp/css/font/mh.woff') format('woff');
	src: url('//www.ricordi.jp/css/font/mh.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 

/* IE */
@font-face {
	font-family: Mural;
src:url('//www.ricordi.jp/css/font/mh.eot');
}

/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #ffeff7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2Q3ZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffeff7 0%, #fcd7e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeff7), color-stop(100%,#fcd7e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffeff7 0%,#fcd7e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffeff7 0%,#fcd7e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffeff7 0%,#fcd7e3 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffeff7 0%,#fcd7e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeff7', endColorstr='#fcd7e3',GradientType=0 );
	font: 11px Arial, "Helvetica", Geneva, serif;
}
body.top{
	background: #B163A3 url(../img/bg/_2015ss/15ss_bg.jpg) repeat;
}

body.bg_about{
/*background-image: url("http://www.ricordi.jp/img/bg/bg_swach_about.png");*/
	background: url(../img/bg/_2015ss/15ss_bg.jpg) repeat;
	
}
body.bg_store{
/*background-image: url("http://www.ricordi.jp/img/bg/bg_swach_about.png");*/
	background: url(../img/bg/_2015ss/15ss_bg.jpg) repeat;
	
}
body.bg_press{
	/*background-image: url("http://www.ricordi.jp/img/bg/bg_swach_about.png");	*/
	background: url(../img/bg/_2015ss/15ss_bg.jpg) repeat;
}

#container{
	width: 100%;
	height: 100%;
	/*position: relative;*/
}
#container-inner {
    width: 980px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}
#wrap{
	min-height: 100%;
}

#header, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


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

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}

/*wrap*/
#contents-box{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	position: relative;
	z-index: 0;
}
#about-contents-box{
	height: 440px;
    left: 50%;
    margin-left: -470px;
    margin-top: -195px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 940px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: table;
	background: white url(../img/bg/rico_about_bg_new.png) no-repeat 0 0;
	z-index: -1;
}
#store-contents-box{
	height: 550px;
    margin-top: -275px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 50%;
    z-index: -1;
}
#blog-contents-box{
	clear: both;
	width: 600px;
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -300px;
	text-align: center;
	height: 650px;
}
#blog-contents-box-14ss{
	clear: both;
	width: 800px;
	position: absolute;
	left: 50%;
	top: 170px;
	margin-left: -400px;
	text-align: center;
	height: 450px;
	display: table;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color=#333333)";/*IE 8*/
-moz-box-shadow: 0px 1px 3px #333333;/*FF 3.5+*/
-webkit-box-shadow: 0px 1px 3px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 1px 3px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color=#333333); /*IE 5.5-7*/

}
#blog-contents-box-title, #blog-contents-box-subtitle{
	font-family: 'Pacifico', cursive;
	/*
	font-family: 'Dancing Script', cursive;
	font-family: 'Shadows Into Light Two', cursive;
	font-family: 'Amatic SC', cursive;
		*/
	font-family: 'Yellowtail', cursive;
font-size: 70px;
color: white;
    margin-top: 130px;
}
#blog-contents-box-title a{
	color: white;
	text-decoration: none;
}
#blog-contents-box-title a:hover{
	color: #FFC0CB;
}
#blog-contents-box-subtitle{
	font-size: 40px;
	margin-top: 50px;
	margin-bottom: 30px;
	height: 80px;
}

#blog-contents-box-14ss .blog-contents-tr{
		display: table;
		font-family: 'Amatic SC', cursive;
		width: 100%;
		font-size: 30px;
}
#blog-contents-box-14ss .blog-contents-tr .blog-contents-td{
		display: table-cell;
		width: 25%;
}
#blog-contents-box-14ss .blog-contents-tr .blog-contents-td a{
	color: white;
	text-decoration: none;
}
#blog-contents-box-14ss .blog-contents-tr .blog-contents-td a:hover{
	color: pink;
}
.blog-link-frame{
	float: left;
}
#blog-top{
	float: none;
		 -webkit-transform: rotate(-1deg);  
    -moz-transform: rotate(-1deg); 
}
#blog-1{
	 -webkit-transform: rotate(-1deg);  
    -moz-transform: rotate(-1deg);  
}
#blog-2{
	 -webkit-transform: rotate(1deg);  
    -moz-transform: rotate(1deg);  
}
#blog-3{
	float: right;

}

#blog-contents-box a:hover{
	     filter: alpha(opacity=95);
    -moz-opacity:0.95;
    opacity:0.95;
}

#contact-contents-box{
	height: 440px;
    left: 50%;
    margin-left: -470px;
    margin-top: -195px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 940px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: table;
	background: white url(../img/bg/rico_contact_bg.png) no-repeat 0 0;
}

#about-contents-box-inner, #contact-contents-box-inner{
	 display: table;
    height: 380px;
    padding: 30px 20px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}


#top-slide{
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color=#333333)";/*IE 8*/
-moz-box-shadow: 0px 3px 10px #333333;/*FF 3.5+*/
-webkit-box-shadow: 0px 3px 10px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 3px 10px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color=#333333); /*IE 5.5-7*/
}


#top-slide.new{
	
}


#top-main-logo{
	color: #aaa641;
    font: 80px "Times New Roman",Times,serif;
    left: 10px;
    letter-spacing: 3px;
    position: absolute;
    text-align: center;
	width: 100px;
	height: 45px;
	margin-top: 0;
	margin-left: 0;
	text-shadow: 0px 0px 5px gray;
	display: none;
	z-index: 100;
	top: 390px;
	-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
}

#header-menu{
	background: #fff2fb none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	color: #535353;
	border-bottom: 2px solid #FFEFF7;
	font-family: "Mural",serif;
	height: 95px;
	font-weight: 300;
	text-transform: capitalize;
}
#header-menu.new{
	background-color: #eee;
	z-index: 1;
	border: none;
}

#header-menu a{
	text-decoration: none;
	color: #B163A3;
}
#header-menu-inner{
	padding: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	line-height: 55px;
	font-size: 28px;
	margin-top: 10px;
}
#header-menu-footer{
	background: url(http://www.ricordi.jp/img/bg/header_menu_bg_new.jpg) repeat-x;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -11px;
}
#header-menu.new #header-menu-footer{
	background: url(http://www.ricordi.jp/img/bg/_2015ss/p20_02.png) repeat-x 0 bottom;
	height: 80px;
	bottom: -45px;
}

#header-menu ul{
	margin: 0;
}
#header-menu h1{
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 23px;
}

#header-menu h1 a:hover{
	color: #fa9fd4;
}
#header-menu ul h1#menu-title{
	
}
#header-menu ul li{
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

#header-menu ul li a:hover{
	color: #953A82;
}
#header-menu ul li.menu-title{
	
}
#header-menu ul li.menu-title.sub-menu{
	
}
#header-menu ul li.menu-title.sub-menu.calendar{

}

#header-menu ul li.menu-title img{
	margin-top: 10px;
}

#header-menu ul li.menu-sns{
	margin: 0;
}
.menu-sns:first-child{
	
}


/*INFO*/
#top-info, #top-info-right{
	background: none repeat scroll 0 0 white;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
	font-size: 10px;
	/*
	filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    */
    box-shadow: 0px 2px 5px #6c6c6c; /*CSS3*/
	-moz-box-shadow: 0px 2px 5px #6c6c6c; /* Firefox用*/
	-webkit-box-shadow: 0px 2px 5px #6c6c6c;
	display: none;
	z-index: 101;
	height: 100%;
}
#top-info-right{
	right: 0;
	left: inherit;
}
#top-info a, #top-info-right a{
	
}
#top-info a:hover, #top-info-right a:hover{
	color: pink;
}
#top-info-box, #top-info-box-right{
	padding: 15px;
	margin-top: 100px;
	max-height: 80%;
    overflow: hidden;
	position: relative;
}

#top-info-box ul, #top-info-box-right ul{
	margin-left: 0;
}

#top-info-box ul.info-container,
#top-info-box-right ul.info-container{
	border-bottom: 1px dotted;
    margin-bottom: 10px;
}

#top-info-box h3,
#top-info-box-right h3{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
}
#top-info-box .info-date,
#top-info-box-right .info-date{
	margin-bottom: 8px;
	margin-top: 2px;
}

#top-info-box ul.info-container li,
#top-info-box-right ul.info-container li{
	list-style-type: none;
}
#top-info-box img,
#top-info-box-right img{
	 display: block;
    margin: 0 auto;
    max-width: 160px;
   filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

#footer-copy{
	bottom: 5px;
    position: absolute;
	font: 10px "Courier New", Courier, mono;
	left: 50%;
    margin-left: -150px;
    text-align: center;
    width: 300px;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    /*overflow: hidden;*/
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.contents-body{
	width: 350px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	min-height: 200px;
	line-height: 1.8em;
}
.contents-body.press, .contents-body.map{
	width: 900px;
	height: auto;
	position: relative;
	/*overflow: hidden;*/
}
.contents-body.press{
	background: white none no-repeat 0 0;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 5px;*/
}
.contents-body.press.new{
	background: transparent none no-repeat;
	width:300px;
	float: left;
	clear: none;
	padding: 0;
	margin: 5px;
}
.paper-back_header, .paper-back_footer{
	width: 100%;
}
.paper-back_header{
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 2;
}
.contents-body.press.new:nth-child(2n) .paper-back_header{
	background: url(../img/bg/_2015ss/074-06.png) no-repeat center center;
}
.contents-body.press.new:nth-child(2n+1) .paper-back_header{
	background: url(../img/bg/_2015ss/074-14.png) no-repeat center center;
}
.contents-body.press.new:first-child .paper-back_header{
		background: url(../img/bg/_2015ss/074-25.png) no-repeat center center;
}

.paper-back_body{

}
.paper-back_footer{

	height: 60px;
}


.contents-body.map{
	width: 900px;
	position: relative;
	 overflow: hidden;
	height: 580px;
	background: white url(../img/bg/rico_map_bg_new.png) no-repeat 0 0;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#map-inner{
	
}
#map-inner .asset-body{
	padding-left: 45px;
	padding-top: 5px;
}
#map-inner .asset-header{
background: url("http://www.ricordi.jp/img/bg/map_header_bg.png") repeat-x scroll 0 30px transparent;
    height: 40px;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: center;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}
#map-inner .asset-content{
	padding-right: 5px;
	padding-left: 5px;
	clear: none;
	float: left;
	width: 740px;
	padding-top: 2px;
}
#map-inner .asset-name{

	color: black;
}
.contents-body.about{
	width: 410px;
	background-color: transparent;
	margin-right: 0;
	margin-left: 0;
	padding: 15px;
	min-height: 200px;
	line-height: 1.8em;
	float: none;
	clear: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#map_canvas{
	width: 100%;
	height: 448px;
}

.contents-body.contact{
background-color: transparent;
    clear: none;
    display: table-cell;
    float: none;
    line-height: 1.8em;
}




.contents-body.about:nth-child(1){
	border-right: 1px solid black;

}
.contents-body.about:nth-child(3){

	border-left: 1px solid black;
}

.contents-body.press .asset-body img{
	display: none;
}
.contents-body.press:nth-child(even) .float-box{
	min-width: 220px;
	max-width: 440px;
	/*float: right;*/
	border-left: 2px solid black;
}

.contents-body.press.new:nth-child(even) .float-box{
	border-left: none;
		min-height: 260px;
}


.contents-body.press:nth-child(odd) .float-box{
	min-width: 220px;
	max-width: 430px;
	border-right: 2px solid black;
}
.contents-body.press.new:nth-child(odd) .float-box{
	border-right: none;
	min-height: 260px;
}



.contents-body.press:nth-child(even) .asset-img-box{
    clear: both;
    overflow: hidden;
    position: relative;

}
.contents-body.press:nth-child(odd) .asset-img-box{

    clear: both;
    overflow: hidden;
    position: relative;

}

.contents-body.press .pola-flame{
	height: 350px;
    left: 10px;
    position: absolute;
    top: 30px;
    width: 300px;
}
.contents-body.press:nth-child(even) .pola-flame{
	background: url(../img/bg/pola-1.png) no-repeat;
}
.contents-body.press:nth-child(odd) .pola-flame{
	background: url(../img/bg/pola-4.png) no-repeat;
}
.contents-body.press .pola-flame.calendar{
		background: url(../img/bg/_2014aw/2014aw_press_calendar_flame.png) no-repeat;
}



.contents-body.press:nth-child(even) .asset-img-box .asset-img{
	/*
	float: left;
    overflow: hidden;
    width: 190px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #e6e6e6;
	*/
	position:relative;
	overflow:hidden;
	text-align: center;
}
.contents-body.press:nth-child(odd) .asset-img-box .asset-img{
	/*
	float: left;
    overflow: hidden;
    width: 190px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #e6e6e6;
	*/

	position:relative;
	overflow:hidden;
	text-align: center;
}


.asset-img-box .asset-img img{

}
.asset-img-box .asset-img a img:hover{
		 filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;

}
.paper-back_body .asset-name{
font-size: 14px;
    height: 3em;
    left: 15px;
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
    top: -10px;
    width: 250px;
}

.asset-desc{
color: white;
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 190px;
}


.contents-body.press:nth-child(even) .asset-body,
.contents-body.press:nth-child(odd) .asset-body{
	clear: none;
    line-height: 20px;
    overflow: hidden;
    position: static;
	padding: 8px;
	margin-top: -2px;
    z-index: -1;
	background-color: #fbfbfb;
}
.contents-body.press:nth-child(even) .asset-body p,
.contents-body.press:nth-child(odd) .asset-body p{
background: url(../img/bg/line.png) repeat top left;

}

	
.asset-body-footer{
height: 25px;
    padding-top: 3px;
    position: relative;
}

.sns-btn-box{
	position: absolute;
	right: 0;
	top: 5px;
}
.sns-btn{
	display: inline-block;
	margin-left: 3px;
}

#store-img-box{
	/*background: url("http://www.ricordi.jp/img/bg/map_headerafter_bg.png") repeat-x scroll 0 90px transparent;*/
    overflow: hidden;

	width: 150px;
	float: right;
}
#store-img-box-inner{
	
}
.store-img{
	float: none;
	height: 70px;
	overflow: hidden;
	width: 140px;
	margin: 5px;
}
.store-img img{
	width: 150px;
}
.map img:hover{
	 filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}
#about-contents-box .asset-header{
	margin-bottom: 20px;
}

.contents-body.press .asset-header{
	margin-bottom: 0px;
	border-bottom: 2px solid black;
	text-align: center;
	padding: 5px 30px;
}

.contents-body.press .asset-header.new{
	padding: 0;
	border-bottom: 0 none black;
	  position: relative;
    z-index: 100;
	height: 40px;
}
.contents-body.press .asset-header-after{
	border-bottom: 1px solid black;
    height: 2px;
    margin-bottom: 15px;
}
span.news-date{
	font: bold 14px/35px Georgia,"Times New Roman",Times,serif;
}


.asset-content{
	height: auto;
    overflow: hidden;
}
.asset-content.paper-back_body{
	margin-bottom: 0;
	padding: 10px;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
    margin-top: 3px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}

.contents-body.press .asset-header.new .asset-name{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 30px;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    /*margin-top: 1.5em;*/
    padding-top: .5em;
}
.contents-body.press .asset-footer{
	/*padding-top: 15px;*/
    border-top: 2px solid black;
}
.contents-body.press.new .asset-footer{
	 background: transparent none no-repeat 0 0;
	border-top-style: none;


}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 81%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#top-comment-nav, #comment-nav {
  list-style: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

#top-comment-nav li, #comment-nav li {
  display: inline;
  padding: 0;
}

#top-prev-comments, #prev-comments {
  text-align: left;
  margin: 0 1em 0 0;
}

#top-next-comments, #next-comments {
  text-align: right;
  margin: 0 0 0 1em;
}

#top-num-comments, #num-comments {
  text-align: center;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.6;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.widget-calendar .widget-content table {
    border-collapse: collapse;
    width: 100%;
}
.widget-calendar .widget-content th, 
.widget-calendar .widget-content td {
    text-align: center;
    width: 14%;
    padding: 2px 0;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

#contact-contents-box-inner .asset-header{
	margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 30px;
}
#contact-contents-box-inner .asset-body{
	padding: 0 30px;
}

#comments-open-data{
	position: relative;
	height: 70px;
	margin-left: 30px;
}
#comment-form-name{
	position: absolute;
    left: 0;
    top: 0;
}
#comment-form-name label{
	
}
#comment-form-name input#comment-author{
	border: 1px solid gray;
    height: 17px;
    padding: 3px;
    width: 220px;
}
#comment-form-email{
	 position: absolute;
    right: 125px;
    top: 0;
}

#comment-form-email label{
	
}

#comment-form-email input#comment-email{
	border: 1px solid gray;
    height: 17px;
    padding: 3px;
    width: 300px;
}

#comment-form-url{
	position: absolute;
    left: 0;
    bottom: 0;
}
#comment-form-url label{
	
}
#comment-form-url input#comment-url{
	border: 1px solid gray;
    height: 17px;
    padding: 3px;
    width: 600px;
}
#comments-open-text{
	padding-left: 30px;
}
#comments-open-text #comment-text{
	border: 1px solid gray;
	font-size: 11px;
    padding: 10px;
}

#comments-open-footer{
	padding-left: 30px;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/*PRESS-CALENDAR*/
#press-schedule-container{
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
}
#press-schedule-container h3.widget-header.schedule{
  font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
}
#press-schedule-container .widget-content{
	
}
#press-schedule-container .widget-content table{
	
}
#press-schedule-container .widget-content table tr{
	
}
#press-schedule-container .widget-content table tr.week{
	
}
#press-schedule-container .widget-content table tr.week th{
	background: none repeat scroll 0 0 #FA9FD4;
    padding: 8px 0;
	border: 1px solid #FFFFFF;
}
#press-schedule-container .widget-content table tr td{
	padding: 5px;
	border: 1px solid silver;
	vertical-align: top;
}

#press-schedule-container .widget-content table tr td .day{
    border-bottom: 1px dotted #808080;
	padding-top: 3px;
	padding-bottom: 3px;
}
#press-schedule-container .widget-content table tr td ul li{
	min-height: 40px;
	}
	
/**/
.widget-calendar-new{
 height: 270px;
    padding: 50px 30px 30px;
    width: 230px;
}	
.widget-calendar-new.calendar{
	height: inherit;
}
	
.contents-body.press.calendar .pola-flame{
	background-color: #FFFFFF;
    height: 282px;
    width: 280px;
}
.contents-body.press.calendar .widget-header{
	margin-top: 22px;
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.contents-body.press.calendar .widget-content table{
	width: 100%;
}
.contents-body.press.calendar .widget-content table tr{

}
.contents-body.press.calendar .widget-content table tr td{

	color: silver;
}
.contents-body.press.calendar .widget-content table tr td a{
	color: #FA9FD4;
	font-weight: bold;
}
.contents-body.press.calendar .widget-content table tr td a:hover{
	color: silver;
}

#top-slide .rslides img{
	width: 100%;
	height: inherit;
}