
/*
Template ex 4137
Japan50, 05
Author: Jill Heyer
*/

/* @group common */
.body {}

div.gj-contents-area h1{
 margin: 0 0 0.5em;
 padding:0.4em 1.5em 0.375em;
 color:#F7EEDC !important;
 background: #CC6600;  
 text-align:left;
 border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -o-border-radius:6px;
  -ms-border-radius:6px;
 box-shadow:1px 2px 2px #C5BDAD;
  -moz-box-shadow:1px 2px 2px #C5BDAD;
  -webkit-box-shadow:1px 2px 2px #C5BDAD;
  -o-box-shadow:1px 2px 2px #C5BDAD;
  -ms-box-shadow:1px 2px 2px #C5BDAD;
}

div.gj-contents-area h1.post-title,
.blogselection .j-blogarticle h1{
margin: 0 ;
 padding:0.4em 0;
 color:#F7EEDC !important;
 background: none;  
 box-shadow:none;
}

div.blogselection .j-blogarticle {padding: 30px 0 !important;}

div.gj-contents-area h2{
 margin: 0 0 0.5em;
 padding:0.25em 1.5em 0.375em;
 color:#F7EEDC !important;
 background: #CC6600; 
 border-radius:0 15px 15px 0;
  -moz-border-radius:0 15px 15px 0;
  -webkit-border-radius:0 15px 15px 0;
  -o-border-radius:0 15px 15px 0;
  -ms-border-radius:0 15px 15px 0;
  border-left: 15px solid #A69579;
}

#gj-contents h3{
 margin: 0 0 0.5em;
 padding:1px 1.375em;
 background:url(/index_files/bg-h3.png) no-repeat left bottom;
}

/* @end */

/* @group layout */

#gj-wrapper { padding:60px 0 24px;}

#gj-contents-wrapper {  
 width:964px;
 margin:0 auto;
 padding: 0px 0px;
 position: relative;
 background:url(/index_files/bg-wrapper.png) repeat-y center top;
}

#gj-header {
 width:960px;
 margin:0 auto;
 padding:28px 0 0 0;
 background:url(/index_files/bg-header.png) no-repeat center top;
}

#gj-contents {
 width:890px;
 margin:-11px auto 0;
 padding:1.83em 35px 36px;
 background:url(/index_files/bg-contents.jpg) repeat-x left top #F7EEDC;
}

#gj-side {
 float:right;
 display:inline;
 width:181px;
 height:auto;
}

#gj-navi {
 width:936px;
 margin:0 auto;
 padding:0 12px 0 ;
 background:#A69579;
 z-index:100;
}


* html #gj-navi {margin-top:-3px;} /* IE6 hack */


*:first-child+html #gj-navi {margin-top:-3px;} /* IE7 hack */



#gj-footer {  
 margin:0 auto;
 clear:both;
 width:894px;
 padding:0.625em 35px;
 background:url(/index_files/bg-footer2.png) no-repeat left bottom;
 color:#fff;
 font-size:0.75em;
 }
 
* html #gj-footer {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='Image', src='index_files/bg-footer2.png');
    background:none;
}
 
/* @end */

/* @group nav */


ul.mainNav1,
ul.mainNav2,
ul.mainNav3 { 
    list-style:none;
}

#gj-navi ul.mainNav1
{
  margin:0;
  padding:0;
  list-style:none;
}


#gj-navi li {
 display:inline;
 padding:0;
 margin:0;
 border:none;
 font-size:1em; 
 list-style:none;
}
#gj-navi li a {
 display:block;
 float:left;
 padding:1.7em 1.6em;
 color:#fff; 
 background:url(/index_files/navi-border.png) no-repeat right center;
}
#gj-navi li a:hover {
 margin:0;
 background:url(/index_files/btn-navi.png) no-repeat center  bottom;
 text-decoration:none;
 z-index:100;
}


ul.mainNav2
{
   display:block;
   font-size: 110%;
   font-weight: bold;
   padding: 0;
   margin: none;
}

ul.mainNav2 li a
{
   background:url(/index_files/list-mark2.png) no-repeat left center;  
   padding:5px 15px 5px 15px;
   text-decoration: none;
   color:  #CC6600; 
}

* html ul.mainNav2 li a {
    padding: 0px;
    background: none;}

*:first-child+html ul.mainNav2 li a,
*:first-child+html ul.mainNav3  {
    padding: 0px;
    background: none;
}

ul.mainNav2 li a.current,
ul.mainNav2 li a:hover
{
  color: #995c1f;
}

ul.mainNav3 {
    padding: 0;
    padding-top: 10px;
    margin-bottom: 20px;
}

ul.mainNav3 li a {
    font-size:90%;
    background:none; 
    padding-left: 28px;
}

/* @end */


/* @group header */
#gj-top-image {
 margin:0;
}
/* @end */


/* @group contents */
.gj-contents-area {
 float:left;
 width:672px;
}
#gj-contents h3 span {
 display:inline-block;
}
/* @end */


/* @group footer */ 
#gj-footer a {
 color:#fff;
}
#gj-footer a:hover {
 color: #564E43;
 background:#fff;
 text-decoration: none; 
}
#gj-footer span {
 padding:0 0.75em;  
}

/* @end */

/* @group css hack */
#gj-container:after,
#gj-contents:after,
#gj-navi:after,
#gj-footer:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}

/* for IE6 */
* html #gj-container,
* html #gj-contents,
* html #gj-navi:after,
* html #gj-footer:after {
 zoom: 1;
}

/* for IE7 */
*:first-child+html #gj-container,
*:first-child+html #gj-contents,
*:first-child+html #gj-navi:after,
*:first-child+html #gj-footer:after {
 zoom: 1;
}

.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}

/* for IE6 */
* html .clearfix {
 zoom: 1;
}

/* for IE7 */
*:first-child+html .clearfix {
 zoom: 1;
}
/* @end */



