@charset "UTF-8";

/* import from gj main */
@import url(../global/home.css);

@media all
{


  /*------------------------------------------------------------------------------------------------------/
 /  CENTER COLUMN / 
/======================= */

  div.subcl p a {
  	color:#2F3B9D;
  }

  div#feature { background:url(../../images/gj/bg_feature.png) no-repeat bottom; }
  
  div#feature h2 { 
    background:url(../../images/gj/bg_feature_top.png) no-repeat top;
  }
  body div#feature p a {
	color:#333B9B;
  }


  /*------------------------------------------------------------------------------------------------------/
 /  CENTER-RIGHT COLUMN /  (sub-column of center)
/=============================================== */

  body#homepage div.subcr div#magazine h4 {
    background:url(/images/gj/bg_magazine_top.png) no-repeat top;
  }
  h4#section-links {
    background:url(/images/gj/bg_sitesections.png) no-repeat top;
  }

  div.section-links1 ul li a { color:#2F3B9D; }


  /*------------------------------------------------------------------------------------------------------/
 /  ROUNDED CORNERS /  (sub-column of center)
/=============================================== */

/* Show only to IE PC \*/
* html .round1-tr {height: 1%;} /* For IE 5 PC */

.round1 {
	margin: 0 5px 8px; /* center for now */
	/*width: 100%;  ems so it will grow */
	background: url(/images/gj/round_1_br.png) no-repeat bottom right;
	font-size: 100%;
}
.round1-tr {
	background: url(/images/gj/round_1_tr.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.round1-tr h4 {
	background: url(/images/gj/round_1_tl.png) no-repeat top left;
	/*margin: 0;
	padding: 22px 30px 5px;
	line-height: 1em;*/
	color:#FFF; 
	font-size:1.2em; 
	margin:0; 
	padding:10px 5px 0;
	font-weight:normal;
}
.round1-br {
	background: url(/images/gj/round_1_bl.png) no-repeat bottom left;
	margin: 0;
	padding: 5px 5px;
}


  
  /*------------------------------------------------------------------------------------------------------/
 /  LEFT COLUMN / 
/===================== */

  div#col2-sub div#editors-choice h4,
  div#col2-sub div#magazine-l h4,
  div#col2-sub div#reports h4,
  div#col2-sub div#newslinks h4 {
  	background:url(/images/gj/bg_col2-sub_header.png) no-repeat top;
  }
  div#col2-sub ul {
  	background:#FFF url(/images/bg_col2-sub_footer.png) no-repeat bottom;
  }
  div#col2-sub ul li a {
  	color:#2F3B9D;
  }
  div#col2-sub div#magazine-l {
  	background:#FFF url(/images/gj/bg_col2-sub_footer.png) bottom no-repeat;
  }
  div#col2-sub div#magazine-l p a {
  	color:#2F3B9D;
  }


}


