*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body {
	background-color: #fff;
	background-image: url("/templates/fg/images/bg_body.gif");
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #484848;
	font-family: Arial;
}

.columnsContainer { 
	position: relative; 
	overflow: visible;
}

.leftColumn {
	overflow: visible;
}
.rightColumn {
	width: 100%;
	text-align: center;
}
.right-wrap {
	margin: 0 5px 0 5px;
	text-align: center;
}
.ribbon1 {display: none;}
.ribbon0,
.ribbon {
	background: none; 		
	width: 100%;	
	padding-left: 5px;
	margin-top: 10px;
	color: #484848;
	font-weight: bold;
}	
h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}
div.p-text  {
	background-image: none;
	font-size: 14px;
	font-family: Tahoma, Arial;
	margin: 12px 0 12px 0;
	line-height: 19px;
	text-align: justify;
}
.mobad {
	margin: 0 auto;
	max-width: 1000px;
	display: block;
}
.m5 {
	margin: 0 5px 0 5px;
}
/* MEDIA QUERIES */
@media screen and (min-width: 660px ) {
	.leftColumn { margin-right: 315px; }
	.rightColumn { position: absolute; top: 0; right: 0; width: 300px; }   
	.mobad {
		display: none;
	}
	.right-wrap { margin: 0;}
	.ribbon1 {
		background-image: url("/templates/fg/images/ribbon.png");
		background-repeat: no-repeat;
		width: 524px;
		margin-left: -2px;
		padding-left: 38px;
		height: 40px;	
		padding-left: 38px;
		line-height: 38px;
		color: #1a78c3;
		font-weight: bold;
		font-size: 16px;
		display: block;
	}
	h1 {
		font-size: 15px;
	}
	.ribbon0,
	.ribbon {
		background-image: url("/templates/fg/images/ribbon.png");
		background-repeat: no-repeat;
		width: 100%;
		margin-left: -2px;
		padding-left: 38px;
		height: 40px;	
		padding-left: 38px;
		margin-top: 0;
		line-height: 38px;
		color: #1a78c3;
		font-weight: bold;
		font-size: 16px;
	}	
	div.ribbon1 a,
	div.ribbon0 a {
		color: #1a78c3;
		font-family: Arial;
		font-weight: bold;
		text-decoration: none;
	}
	div.ribbon1 a:hover,
	div.ribbon0 a:hover {
		color: #d75217;
	}
	div#footer-wrap {
		float: left;
		text-align: left;
	}
	div#soc-wrap {
		float: left;
	}
}
div#body {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	overflow: visible;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}
input[type=search] {
	margin: 13px 5px 22px 10px;
	background-image: url("/templates/fg/images/search.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: solid 1px #fff;
	padding: 9px 32px 9px 10px;
	font-size: 14px;
	line-height: 22px;
	width: 40px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type=search]:focus {
	width: 40%;
	max-width: 300px;
	background-color: #fff;
	border-color: #6a6a6a;
}

/* placeholder */
input:-moz-placeholder {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}

/* demo B */
#demo-b input[type=search] {	
	float: right;
	width: 40px;
	padding-right: 10px;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
}
#demo-b input[type=search]:hover {
	background-color: #247ecb;
}
#demo-b input[type=search]:focus {
	width: 40%;
	max-width: 300px;
	padding-right: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-b input:-moz-placeholder {
	color: transparent;
}
#demo-b input::-webkit-input-placeholder {
	color: transparent;
}
h1,
h2,
h3,
h4 {
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Arial;	
}
h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}
h4 {
	font-family: Arial;	
	font-weight: normal;
	font-size: 12px;
}
input,
textarea,
select,
submit {
	border: 1px solid #bababa;
	background-color: #fff;
}	
.nob {
	border: 0;
}
div {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	overflow: hidden;
}
hr {
	background-image: url("/templates/fg/images/hl.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
p {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
a:hover img {	
	opacity: 0.80; 
	filter: alpha(opacity=80); 
}
a {
	color: #484848;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	width: 100%;
	max-width: 990px;
	height: 68px;
	text-align: center;
	margin: 0 auto;
}
a#b-logo {
	width: 68px;
	height: 68px;
	display: block;
	float: left;
}
a#fg-logo {		
	display: block;
	float: left;
}
div#menu {
	background-image: url("/templates/fg/images/menu_mid.gif");
	background-repeat: repeat-x;	
	background-position: center center;
	height: 38px;	
	width: 100%;
	line-height: 38px;
	margin: 3px 0 5px 0;
	text-align: center;	
}	
div#menu-wrap {
	max-width: 990px;
	padding: 0 5px 0 5px;
	margin: 0 auto;
}
div#menu-left {
	background-image: url("/templates/fg/images/menu_left_right.gif");	
	background-position: left center;
	background-repeat: no-repeat;
	width: 9px;
	height: 46px;
	float: left;
	text-align: center;
}
div#menu-right {
	background-image: url("/templates/fg/images/menu_left_right.gif");	
	background-position: right center;
	background-repeat: no-repeat;
	width: 9px;
	height: 46px;
	float: right;
}
.menu-but {
	background-color: transparent;
	height: 28px;
	line-height: 28px;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
	color: #fff;
}
.menu-but:hover {
	background-color: #d44302;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
div.tar {
	text-align: right;
}
div.soc-box {
	width: 80px;
}
div.like {
	width: 120px;
}
.mr2 {
	margin-right: 2px;
}
.sp2 {
	height: 2px;
	clear: both;
}
.sp5 {
	height: 5px;
	clear: both;
}
.sp6 {
	height: 6px;
	clear: both;
}
.sp7 {
	height: 7px;
	clear: both;
}
.sp9 {
	height: 9px;
	clear: both;
}
.sp12 {
	height: 12px;
	clear: both;
}
.cl {
	height: 1px;
	clear: both;
}	
.ac {
	text-align: center;
}
.ml5 {
	margin-left: 5px;
}
div#menu-buts {
	width: 600px;
}
div#search-box {
	margin-top: 11px;
	width: 220px;
}
#search-submit {
	margin-left: 5px;	
	border: 0;
}
#search-input {
	height: 18px;	
	width: 165px;
	border: 1px solid #f5f1ef;
	padding: 2px;
}
.ma0f {
	width: 300px;
	margin: 0 auto;
}
.right-box {
	padding: 6px;
	background-color: #f0f8ff;
	text-align: left;
	font-size: 14px;
	border: 1px solid #e1f2ff;
}
.rwhite {
	line-height: 18px;
	background-color: #fdfdfd;
	border: 1px solid #eaeaea;
}
.cat-list {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.p-box {
	padding: 0 5px 0 5px;
}
.c-box {	
	margin: 5px 0 0 0;
	padding: 11px;
	text-align: justify;	
}
div.post {
	margin: 8px 0 8px 0;
}
div.p-title {
	margin-bottom: 7px;
}
div.p-title a {
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Arial;	
	color: #484848;
	text-decoration: none;
}
div.p-icons {
	font-size: 12px;
	font-family: Tahoma, Arial;
	margin: 3px 0 3px 0;
}
div.p-icons a {
	font-size: 12px;
	font-family: Tahoma, Arial;
	color: #484848;
	text-decoration: none;
}
div.p-icons a:hover,
div.p-title a:hover {
	text-decoration: underline;
}
div.inactive-post {
	background-color: #feffd3;
	padding: 5px;
}
div.p-text a {
	text-decoration: underline;
}
div.p-text a:hover {
	text-decoration: none;
}
a.p-read-more {
	background-image: url("/templates/fg/images/readmore.gif");
	background-repeat: no-repeat;	
	display: block;
	height: 24px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial;
	width: 95px;
	margin-top: 1px;
}
a.p-read-more:hover {
	text-decoration: none;
	opacity: 0.80; 
	filter: alpha(opacity=80); 
}
div.com-ttl {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	margin: 1px 0 1px 0;
}
div.com-box {
	padding: 8px;
	background-color: #f5f5f5;
	width: 326px;
}
.cinput {
	padding: 4px;
	width: 200px;
}
.ctext {
	padding: 4px;
	width: 320px;
	height: 180px;
}
div.cat-ttl {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	margin: 1px 0 7px 0;
}
img.picon {
	height: 12px;
}
div#footer {
	text-align: center;
	width: 100%;
	font-size: 12px;
	max-width: 990px;
	margin: 0 auto;
	color: #787878;
}
div#footer-wrap {
	text-align: center;
	margin: 5px;
	font-size: 12px;
}
div#soc-wrap {
	width: 32px;
	margin: 0 auto;
}
div#footer a {
	font-size: 12px;
	color: #787878;
}
.com-left {
	width: 63px;
	float: left;
}
.com-right {
	width: 400px;
	float: left;
}
.trailer {
	width: 100%;
	height: 280px;
}
.poster {
	cursor: pointer;
}
img.pimg {
	float: left;	
	padding: 3px;
	max-width: 250px;
	width: 50%;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea;	
	margin: 0 9px 5px 0;
}
img.pimg0 {
	float: left;	
	padding: 3px;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea;	
	margin: 0 9px 5px 0;
}
img.tgimg {
	max-width: 655px;
	padding: 3px;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea;	
	width: 100%;
}
img.ngimg {
	float: left;	
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #eaeaea;	
	margin: 0 9px 0 0;
}
img.bsimg {
	widtH: 180px;
}
img.cimg {
	border: 1px solid #eaeaea;	
	margin: 1px 9px 0 0;
}
img.timg1 {
	width: 100px;
}
img.timg2 {
	width: 50px;
}
img.timg {
	margin-bottom: 7px;
}
img.nimg {
	height: 75px;
	margin-right: 5px;
}
img.mimg {
	float: left;
	border: 1px solid #cacaca;
	height: 58px;
	margin-right: 5px;
}
div.gmc {
	height: 76px;
	font-size: 12px;
}
a.bld {
	font-weight: bold;
}
ul.pager {
	padding: 10px 0 5px 0;
}
.content ul.pager {
	display: block;
}
ul.pager li {
	margin: 0;
}
ul.pager li a {
	margin: 0;
	list-style: none;
	outline: 0;
	padding: 0;
}
.pager li.pg_fl,
.pager li.pager-item a,
.pager li.pager-last a,
.pager li.pager-first a  {
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 2px 6px 2px 6px;	
	margin: 0;
	border: 1px solid #e1e1e1;
	color: #505050;
	font-size: 14px;
}
.pager li.pager-item a:hover,
.pager li.pager-last a:hover,
.pager li.pager-first a:hover  {
	background-color: #ed6122;
	color: #ffffff;
	text-decoration: none;
}
.pager li.pg_fl a,
.pager li.pager-item a,
.pager li.pager-last a,
.pager li.pager-first a {
	color: #505050;
	margin: 0;
}
.pager li.pg_fl {
	background-image: none;
	background-color: #f5f5f5;
	broder: 1px solid #eaeaea;
	margin: 0;
	color: #505050;
}
.item-list .title {
  font-weight: bold;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
}
.pager-current {
  font-weight: bold;
}
.socic {
	height: 22px;	
	width: 22px;
	margin-right: 4px;
}
div.gmbox {
	width: 120px;
	height: 150px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
div.twbb {
	padding: 5px;
	float: right;
	text-align: right;
}
div.twbh {
	background-image: url(/templates/fg/images/twbh.gif);
	width: 100%;
	height: 29px;
	border: 1px solid #ccd0d0;
	text-align: center;
}
div.songcol {
	width: 370px;
	float: left;
}
div.songcoln {
	width: 250px;
	float: left;
}
a.taglink {
	font-size: 13px;
	padding: 2px 5px 3px 5px;
	margin-right: 5px;
	display: block;
	float: left;
	border: 1px solid #484848;
	text-decoration: none;
}
a.taglink:hover {
	color: #d44302;
	border: 1px solid #d44302;
}
div.sim_thumb {
	float: left;
	width: 150px;
	height: 162px;
	margin: 0 5px 7px 0;
	text-align: center;
	border: 1px solid #cacaca;
	padding: 4px;
}
div.sim_thumb img {
	width: 100%;
}
div.sim_thumb a {
	font-size: 13px;
	text-decoration: none;
}
div.nomgr {
	margin-right: 0;
}
.radv {
	width: 100%;	
	border: 1px solid #bbe4ff;
}
