
html {

}

body {
	width: 100%;
	height:100%;
	background: url(../images/bg-btm2.jpg) no-repeat center top #000;
	background-position: center 458px;
}



/* ------------------------------------------------------------
	header Layout
------------------------------------------------------------ */
#header {
	background: url(../images/top-background.jpg) no-repeat 0 0;
}


/* ------------------------------------------------------------

------------------------------------------------------------ */
#footer {
	margin: 0 auto 0;
	text-align: left;
	position: relative;
	padding: 0 0 0 10px;
}

.logos{ 
	position: absolute;
	top: 15px;
	left: 80px;
}

.logos img {
	margin: 0 0 3px 0;
}





#home {
	position: absolute;
	top: 15px;
	left: 10px;
}

/* ------------------------------------------------------------
	container Layout
------------------------------------------------------------ */
#container {
	width: 100%;
	height: 100%;
/*	background: url(../images/bg-top01.jpg) no-repeat center 0;*/
}

#container-inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: url(../images/mainobj.png) no-repeat center 7px;	
}


#menu-area {
	width: 927px;
	margin: 0 auto;
/*	background: url(../images/listennow.png) no-repeat right 0;*/
	position: relative;
}


.menu {
	width: 127px;
	padding: 72px 0 0 0;
	background: url(../images/mark.png) no-repeat center 13px;
}

.menu li {
	position: relative;
	margin: 8px 0 0 0;
}

.splm {
	position: absolute;
	top: 4px;
	display: none;
}

#listennow {
	display: block;
	position: absolute;
	top: 0;
	right: 2px;
	width: 120px;
	height: 180px;
}

#main {
	width: 785px;
	/*margin: 126px auto 0;*/
	margin: 176px auto 0;
}


#navigators {

}

#navigators li {
	float: left;
	
}


#todays-navi {
	margin: 0 0 35px 0;
}

#todays-navi h2 {
	width: 541px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/bg-tdybox-1.png) no-repeat center 0;
	position: relative;
	z-index: 101;
}

#todays-navi h2.day-ext-bg {
	height: 114px;
	background: url(../images/bg-tdybox-2.png) no-repeat center 0;
}

#todays-navi p {	
	margin: -10px 0 0 0;
	font-weight: bold;
	padding: 7px 0 5px 0;
	text-align: center;
	background: url(../images/bg-theme.jpg) repeat-y center 0;
	position: relative;
	z-index: 100;
}

.theme {
	min-height: 20px;
	font-size: 11pt;
}

.mon {
	margin: 0 0 0 15px;
	padding-top: 38px;
}
.tue {
	margin: 0 90px 0 45px;
	padding-top: 38px;
}
.wed {
	margin: 0 40px 0 0;
	padding-top: 38px;
}

.wed a {
	display: block;
	background: url(../images/ps-wed-a.png) no-repeat 0 0;
}

.thu {
	padding-top: 38px;
}



#ex-services {
    position: absolute;
    right: -10px;
    top: 192px;
    width: 130px;
}

#ex-services img {
	width: 126px;
	margin: 0 0 5px 0;
}


#comment_box {
	width: 785px;
	margin: 0 auto;
	padding: 10px 0;
	background:rgba(255,255,255,0.9);
	border-radius: 8px;
}

.comment_txt {
	color:#666;
}

#socialfeed {
	width:306px;
	margin:0 auto 20px;
}

#comment_box_inner {
	width: 532px;
	margin: 0 auto;
}

.g_line {
	margin: 0 auto 20px;
}

#gigyaComments #gigyaComments-comments div.gig-comments-comment {
    background-color: #000;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
	margin-top:5px;
}

#gigyaComments #gigyaComments-comments div.gig-comments-comment-child {
    background-color: #3e3e3e;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
}

#gigyaComments #gigyaComments-comments span.gig-comments-username {
	color:#d7bf45;
}

#gigyaComments #gigyaComments-comments .gig-comments-dottedLine {
	background-image:none;
	border-top: solid 1px #f0d07d;
}

#gigyaComments #gigyaComments-comments .gig-comments-comment-body,.gig-comments-vote-value {
	color:#fff;
}



@media screen and (max-width: 900px) {
	#container-inner {
		width:100%;
		background: url(../images/mainobj.png) no-repeat center 30px;
		background-size: 62%;
	}

	#listennow{
		text-align:right;
	}


	#listennow img{
		width:50%;
		height:auto;
	}

	.menu {
		width:20%;
		padding: 10px;
		background:none;
	}

	.menu img{
		width:100%;
	}

	#menu-area {
		width:auto;
	}

	#todays-navi h2 {
		width:90%;
		height:auto;
		margin:0 auto;
	}

	#main {
		width:100%;
	}

  #navigators {
    text-align: center;
  }

	#navigators li {
	    display: inline-block;
	    float: initial;
	}

	.mon, .tue, .wed, .thu {
		margin:0 6px;
	}

	#comment_box {
		width:100%;
	}

	#comment_box_inner {
		width:96%;
	}

	.g_line {
		width: 100%;
	}
}