﻿/*
polar-gecko.css
'Polar' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
Edited by VK
*/
#content .secondary {display:none;}
#content .primary {float:none; width:100%;}

body .content p.secondline { font: bold 1.2em "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Verdana, "ＭＳ Ｐゴシック", Arial, sans-serif; margin: 0px; padding:0; line-height: 160%}

#pre_list {  clear: both; margin:10px 0 10px 50px; width: 400px; border: 1px solid #999999; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; padding:10px 0 10px 15px; background-color:#f5f5f5; list-style:none; }
.enter_list { margin:0 0px 10px 0px; border: 1px solid #999999; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; padding:10px 15px 10px 15px; background-color:#f5f5f5; list-style:none; }
.enter_list li { display: inline; margin: 0 10px 0 0}
h2.annals { background-color:#f2f2f2; margin:20px 0 10px; border-bottom:1px solid #cccccc; }
h2.history { background-image:url(http://www.g-recolte.com/area/gecko-files/gecko_mini.png);
background-position:left top; background-repeat: no-repeat; height: 40px; padding:10px 0 0 50px; margin:0;}
h1, body .entry .title { background-image:url(http://www.g-recolte.com/area/gecko-files/tga.gif);
background-position:left top; background-repeat: no-repeat; height: 50px; padding:10px 0 0 60px !important; }

.cong_list {opacity:1; width:70%; margin:0 auto 60px auto; border: 1px solid #999999; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; padding:10px 15px 10px 15px; background-color:#f5f5f5}
.cong_list small {font-weight: normal; font-size: 1em}
.cong_list ul { list-style:none} 
.cong_list li {padding-bottom:10px; text-align: center; font-size:1.5em; font-weight: normal}
h2.cong { text-align: center; font-weight:bold; font-size:3em; color: maroon}
body .gecko { padding:0; margin: 0 0 20px; }
.gekko {margin:20px auto 20px auto; border: 1px solid #e5e5e5; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; padding:10px 15px 10px 15px; background-color:#f4f4f4}

/*Gecko Menu*/
                  #g_navigation {
                      height:           15px;
                      margin:           20px 0 20px 0px;
                      padding:          0;
                  }
                  #g_navigation li {
                      display:          inline;
                      float:            left;
                      margin:           0 1em 0 0;
                      padding:          0;
                  }
                  #g_navigation li a {
                      display:          block;
                      border:    1px outset #999999;
                      text-decoration:  none;
                      font:             bold 1em Helvetica, Verdana, Arial, sans-serif; 
                      padding:          6px 8px;
                      color:#4f4fff;
                      background:       #eeeeee;
                  }
                  #g_navigation li a:hover {
                      border:    1px inset #000000;
                      background:       #000000;
                      color:            #4f4fff;
                  }
                  #g_navigation li a.selected {
                      border:    1px solid #999999;
                      background:       #f5f5f5;
                      color:            #555555;
                  }
			
			
			/*Gecko Annals Menu*/
                  #annals {
                      height:           15px;
                      margin:           0 0 40px 0px;
                      padding:          0 0 0 50px;
                  }
                  #annals li {
                      display:          inline;
                      float:            left;
                      margin:           0 1em 0 0;
                      padding:          0;
                  }
                  #annals li a {
                      display:          block;
                      border:    1px solid #999999;
                      text-decoration:  none;
                      font:             bold 1em Helvetica, Verdana, Arial, sans-serif; 
                      padding:          3px 4px;
                      color:#444444;
                      background:       #eeeeee;
                  }
                  #annals li a:hover {
                      border:    1px solid #4f4fff;
                      background:       #4f4fff;
                      color:            #f2f2f2;
                  }
