/*

Theme Name: gate13
Description: Gate 13 WordPress theme
Version: 1.0.0

*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#077433 url(images/body.jpg) top center no-repeat ;
	font-family:Arial, Tahoma, verdana, Century gothic,Tahoma,sans-serif;
	font-size:13px;
	}
img {
	border:0;
	margin: 0 0;
	}
	
a {
	color: #077433;
	outline:none;
	}
a:hover, a:active {
	color: #222;
	text-decoration: none;
	}

h1,h2, h3, h4, h5, h6 {
	line-height:125%;
	font-weight: bold;
	}

h1 {
	font-size: 26px;
	}	
	
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	margin-bottom: 3px;
	}
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}


ul {
	list-style: square;
	}


blockquote {
	font-style: italic;
	color: #555;
	padding:10px;
	}
blockquote blockquote {
	color: #666;
	}
blockquote em {
	font-style: normal;
	}


pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

.clear {
	clear:both;
}

#content a img {
	border: 1px solid #FFFFFF;
	-moz-box-shadow: 0px 0px 4px #000000;
        -webkit-box-shadow: 0px 0px 4px #000000;
   	box-shadow: 0px 0px 4px #000000;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

#content a:hover img {
	border: 1px solid #077433;
	-moz-box-shadow: 0px 0px 8px #077433;
        -webkit-box-shadow: 0px 0px 8px #077433;
   	box-shadow: 0px 0px 8px #077433;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	
}
	
img.alignnone {
	margin: 0px 0px 10px 0px;
	display: inline;
}

img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px 5px;
	margin: 5px 10px 10px 0px;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #E4E4E4;
	padding: 4px 0px 5px 0px;
	color:#555;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
	
/* The Outer cover */

#wrapper {
	width:1000px;
	margin: 80px auto;
	background: #000000  url(images/wrap.png) top repeat-x;
	padding: 25px 11px 0px 11px;
	border:1px solid #698e78;
    	-moz-box-shadow: 0px 5px 11px #000000;
        -webkit-box-shadow: 0px 5px 11px #000000;
   	box-shadow: 0px 5px 11px #000000;
}
	
#casing {
	padding:0px 0px 10px 0px;
}		
	
	
	
/* The Header */

#top {
	height:250px;
	margin:auto;
	width:990px;
	position:relative;
	background: url(images/header.png) top ;
/*	border:5px solid #efece5; 
*/	}
	
.topbar{
	height:34px;
}
	
.blogname {
	width:600px;
	margin:10px 0 0 15px;
    	float:left;
}

.blogname h1  {
	font-size:36px;
	padding:20px 0 0px 0px;
	font-weight:normal;
	text-align:left;
	font-family:Arial,Century gothic,Verdana,Tahoma,sans-serif;	
	display: none;
}

.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #000000; 
	display:block;
	margin:0px 0 0 0px;
}
	
.blogname h1  a:hover { 
	color: #000000; 
}

.blogname h2 {
	margin:5px 0px 0px 0px;
	font-size:16px;
	font-weight:normal;
	color: #666; 
	text-align:left;
	font-family:Arial ,Century gothic,Verdana,Tahoma,sans-serif;	
}

.toplist{
	text-align:right;
	padding:10px 10px;
	color:#D9D5CD;
}

.toplist a:link,.toplist a:visited{
	color:#516284;
}
.toplist a:hover{
	color:#E7135D;
}

/* The Search */

#search {
	width:230px;
	padding:0px;
	height:25px;
	background:#FFFFFF;
	float:right;
	border:1px solid #d1d1d1;
}

#search form {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	width:150px;
	margin:0px 0px 0px 0px;
	padding: 5px 5px;
	height:15px;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#172F40;
	background:#FFFFFF;
	float:left;
	border:none;
	display:inline;
}

input#searchsubmit{
	float:right;
	display:inline;
	margin:0px 0px 0px 0px;
	height:25px;
	width:70px;
	background:#e5e5e5;
	color:#333;
	border:none;
	border-left:1px solid #d1d1d1;
}

#searchpage{
	background:#FFFFFF;
	border:1px solid #ccc;
	margin:10px 10px 0px 10px;
	width: 370px;
}

#sform{
	width:300px;
	border:none;
	padding:4px 5px;
}

#formsubmit{
	float:right;
	background:#e5e5e5 url(images/sfrm.png) repeat-x;
	border-left:1px solid #ccc!important;
	border:none;
	padding:3px 5px;
}

.scover{
	background:#FFFFFF;
	border:1px solid #BDBBB6;
}

.sbox {
	padding:10px;
	margin: 0 10px 10px 10px;
	background: #e8e8e8;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

.sbox h2.stitle a {
	font-size: 0.7em;
	color: #077433; 
	font-weight: bold;
}

.sbox p {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}

.shead{
	margin-bottom:30px;

}
.shead p{
	margin-left:10px;
	margin-bottom:10px;
	color:#222;
}


h2.stitle a{
	color:#2200C1;
	text-decoration: underline;
}

.searchmeta{
	margin-top:5px; 
	font-size: 0.8em;
}

.searchmeta a{
color:#6972E7;
}
/*Page menu*/


#foxmenucontainer{
	height:40px;
	display:block;
	padding:0px 0 0px 0px;
	font: 13px Arial,Tahoma,Century gothic,verdana,  sans-serif;
	width:990px;
	position:absolute;
	bottom:0px;
	left:0px;
/*	background:url(images/menu.png)repeat-x;
*/	}
	
#menu{
	margin: 0px;
	padding: 0px 5px;
	height:40px;
	width:770px;
	float:left;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}
	
#menu li a, #menu li a:link, #menu li a:visited {
	display: block;
	margin: 0px;
	padding: 0px 10px ;
	line-height:40px;
	color:#FFFFFF;	
	text-shadow:-1px -1px 0px #bf3200;
}

#menu li a:hover, #menu li a:active {
	background:#bc0747;
   	margin: 0px;
	padding: 0px 10px ;
	line-height:40px;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow:-1px -1px 0px #bf3200;
	}

#menu li.current_page_item a {
	text-shadow:-1px -1px 0px #bf3200;
	color: #FFFFFF;
}	

#menu li li a, #menu li li a:link, #menu li li a:visited {
	background:#E7145E ;
	width: 150px;
	color: #FFFFFF;
	text-shadow:-1px -1px 0px #bf3200;
	float: none;
	margin: 0px;
	padding: 0px 10px ;
	line-height:35px;
	border-bottom: 1px solid #CF004C;
}
	
#menu li li a:hover, #menu li li a:active {
	background:#BC0747;
	color: #FFFFFF;
	text-shadow:-1px -1px 0px #8e4a04;
	padding: 0px 10px ;
	line-height:35px;
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#menu li li { 
	}

#menu li ul a { 
	width: 140px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -36px 0 0 170px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, 
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, 
#menu li li li:hover ul, #menu li.sfhover ul, 
#menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}
	

	
#topbar{
	height:40px;
	display:block;
	padding:0px 0 0px 0px;
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}
	

#catmenu{
	width:998px;
	margin:5px 0 0px 0;
	padding: 0px 0px;
	float:left;
	height:35px;
	font-size:14px;
	background: #077433;
	-moz-box-shadow: inset 0px 0px 2px #000000;
    	-webkit-box-shadow: inset 0px 0px 2px #000000;
   	 box-shadow: inset 0px 0px 2px #000000;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

#catmenu ul{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#catmenu li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
    	text-shadow:#000 1px 1px 3px;
}

#catmenu li a,
#catmenu li a:link,
#catmenu li a:visited{
	color: #FFFFFF;
	display: block;
	padding: 0px 10px ;
	line-height:35px;
	text-decoration: none;
	font-weight: bold;

}
#catmenu li a:hover,
#catmenu li a:active,
#catmenu li:hover a,
#catmenu li:hover a {
	color: #FFFFFF;	
	display: block;
	line-height:35px;
	background: #155930;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

#catmenu li li a,
#catmenu li li a:link,
#catmenu li li a:visited{
	background: #155930;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	line-height:35px;
	width: 150px;
	border-radius: 0;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
}

#catmenu li li a:hover,
#catmenu li li a:active {
	background: #ffffff;
	color: #000;	
	float: none;
	line-height:35px;
	margin: 0px;
	width: 150px;
	text-shadow: 1px 1px 3px #999999;
}

#catmenu li ul{
	height: auto;
	left: -999em;
	margin: 0px;
	position: absolute;
	background: #fff;
	width: 170px;
	z-index: 99999;
}

#catmenu li li {
}

#catmenu li ul a{
	width: 140px;
}

#catmenu li ul a:hover, #catmenu li ul a:active
{
}
#catmenu li ul ul
{
	margin: -36px 0 0 170px;
}
#catmenu li:hover ul ul, #catmenu li:hover ul ul ul, 
#catmenu li.sfhover1 ul ul, #catmenu li.sfhover1 ul ul ul
{
	left: -999em;
}
#catmenu li:hover ul, #catmenu li li:hover ul, 
#catmenu li li li:hover ul, #catmenu li.sfhover1 ul, 
#catmenu li li.sfhover1 ul, #catmenu li li li.sfhover1 ul
{
	left: auto;
}
#catmenu li:hover, #catmenu li.sfhover1
{
	position: static;
}

			
	
/* Main Content*/	


#content {
	float:left;
	width: 660px;
	height:100%;
	padding:0px 0px;
	margin-top:15px;
	display:inline;
	
	}

.post{
	width:660px;
	margin: 0 0 20px 0;
	padding: 15px 0px 0px 0px;
	height:100%;
	color:#666;
	font-size:14px;
	background: #fff ;
	-moz-box-shadow:  0px 0px 6px #74ab8a
    	-webkit-box-shadow:  0px 0px 6px #74ab8a;
   	 box-shadow: 0px 0px 8px #27e874;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	clear: both;
}


.title{
	margin: 0 0 0 0px;
	padding: 0px 20px ;

}	

.title  h2 {
	margin: 5px 0 5px 0;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-size: 26px ;
	overflow:hidden;
	font-weight:normal;
	border-bottom:1px solid #D9D5CD;
	font-family: georgia,Tahoma,Century gothic,verdana,  sans-serif;
	}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited  {
	color: #1b430f;
	background-color: transparent;
	text-decoration: none;
	}
.title  h2 a:hover  {
	color: #000000;
	background-color: transparent;
	}	


.postim{
	margin:10px 10px 10px 0px;
	float:left;
	width:200px;
	border: 1px solid #077433;
	-moz-box-shadow: 0px 0px 2px #077433;
        -webkit-box-shadow: 0px 0px 2px #077433;
   	box-shadow: 0px 0px 2px #077433;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.postim:hover {
	border: 1px solid #000000;
    -moz-box-shadow: 0px 0px 8px #077433;
    -webkit-box-shadow: 0px 0px 8px #077433;
   	 box-shadow: 0px 0px 8px #077433;
}

.mdate {
	font-size:10px;
	padding:5px 0px 0px 10px;
   	color:#ca680b;
	margin:20px 0px 0px 0px;
	border-top:1px solid #ddd;
	height:27px;

	}
	
.author{
	color:#E6135D;
	padding:4px 5px 4px 20px;
	float:left;
	background-position:center left ;	
	margin-left:5px;	
	background:url(images/user.png) no-repeat;
}

.clock,
.categories,
.tags {
	color:#000000;
	padding:4px 5px 4px 0px;
	margin-left:5px;
	float:left;
}

.categories,
.tags {
	font-weight: bold; 
	margin-left: 10px;
}

.categories a,
.tags a{
	font-weight: normal;
	margin-left: 3px;  
}
	
.comm{
	color:#E6135D;
	padding:4px 5px 4px 20px;
	margin-left:5px;
	float:left;
	background-position:center left ;
	background:url(images/balloon.png) no-repeat;
}

.comm a:link,
.comm a:visited {
	color:#E6135D;
}
.comm a:hover{
	color:#426F00;
}
.more{
	color:#000000;
	padding:4px 5px 4px 20px;
	margin-right:10px;
	float:right;
	background:url(images/plus.png) no-repeat;	
		background-position:center left ;
}

.more a:link,
.more a:visited {
	color:#000000;
}
.more a:hover{
	color:#426F00;
}


.singleinfo {
	height:18px;
	font-size:10px;
	text-transform:uppercase;
	color:#271A0A;
	padding:0px 0px;
	margin-top:10px;
			}
	
	
.entry {
	margin:0 0;
	padding: 10px 20px 20px 20px;
	
	}	
	
.entry a:link,
.entry a:visited {
	color: #077433;
	background-color: transparent;
}
.entry a:hover {
	color:#222;
	background-color: transparent;
	text-decoration: none;
}

.entry ul, .entry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


.entry ul li, .entry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
  margin-bottom: 1.2em;
}

.entry p{
	margin:5px 0px;
	padding:5px 0px;
	line-height:24px;

}

/*breadcrumb
*/
.breadcrumbs {
	color: #000;	
	margin: 10px 10px 0 20px;
}

.breadcrumbs a{
	color: #077433;	
}

/* sub-post */

.subpost{
	background:#fff;
	border:1px solid #BDBBB6;
	padding:5px;
	width:650px;
	display:inline-block;
}
.subox{
	float:left;
	width:310px;
	margin-left:15px;
	margin-bottom:10px;
	color:#000000;
}
.subox h3{
	color:#e4115b;
	padding:5px 0px;
}
.subox ul{
	list-style:none;
}

.subox ul li{
	list-style:none;
	padding:5px 0px;
}
.subox a:link, .subox a:visited{
	color:#000000;
}
.subox span{
	padding:5px 0px;
}


/* right column */
.right{
	
	float:right;
	width:335px;
	padding:15px 0px 0px 0;
	display:inline;
	overflow:hidden;

}

.bigbox{
	width:330px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px  ;
	float:right;

}

.bigbox div{
padding:5px 5px;

}

.bigbox embed{
	width:320px;
	height:270px;
}

.banners {
	margin-bottom: 10px;
}

.banners li {
	margin-bottom:7px;
}

.banners li ul li,
.banners li p.info {
	font-size: 0.9em;
	color: #FFFFFF;
}

.banners li ul li b {
	font-weight: bold;
}

.banners li.radio {
	background: #000000  url(images/radio_back.png) no-repeat top;
}

.banners li.radio a {
	margin: 0 auto;
	width: 310px;
	display: block;
}

.banners li ul {
	background: url(images/green_trans.png) repeat; 
	width: 290px;
	padding: 8px 10px;
	margin-top: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
	list-style: inside;
}

p.twitter-message{
	color:#666;
	padding:5px 5px;
	margin:5px 5px 5px 5px;
	border-bottom:1px dotted #ccc;
	
	}
	
.twitter-timestamp{
	color:#000!important;
	font-size:10px;
	font-weight:bold;
	}	
	
a.twitter-link{
	color:#000000!important;
	}
	
a.twitter-user{
	color:#000000!important;
	}
	
	
/* sidebar */


.sidebar {
	float:left;
	width:160px;
	padding:0px 0px;
	margin-left:2px;
	display:inline;
}

.sidebar2{
	display:inline;
	float:right;
	width:330px;
	padding:0px 0px;
}

.featbox {
	display: block;
	float: left;
	clear: both;
}

/*sidehead */
.sidhead{
	padding:0px 0px 0px 0px;
	height:35px;
	margin:0px 0px;
	background:url(images/tabox.png);
}


.sidhead h3{
	font-family:Georgia,Arial,Century gothic,Tahoma,  sans-serif;
	font-weight:normal;
	padding-left:10px;
	color:#431a03;
}

.sidebox{
	float:left;
	width:330px;
	padding-top:0px;
	font-size:12px;
	margin:0px 0px 10px 0px;
	display:inline;
	overflow:hidden;
	background:#FFFFFF;
	-moz-box-shadow:  0px 0px 6px #74ab8a;
    	-webkit-box-shadow:  0px 0px 6px #74ab8a;
   	 box-shadow: 0px 0px 8px #27e874;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

.sidebox#text-3 {
	background: #FFFFFF url(images/next_games.png) no-repeat bottom left; 
	border: 1px solid #FFFFFF;
	width: 326px;
}

.sidebox#text-4 {
	background:none;
	-moz-box-shadow:  0px 0px 6px #000000;
    	-webkit-box-shadow:  0px 0px 6px #000000;
   	 box-shadow: 0px 0px 8px #000000;
}

.sidebox h3 {
	color: #000000;
    	font-family: georgia,Tahoma,Century gothic,verdana,sans-serif;
    	margin: 10px 0 0 10px;
}

.sidebox ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
	
.sidebox li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
	
.sidebox ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	background-repeat:no-repeat;
		}

.sidebox ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebox ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
.sidebox ul li {
	height:100%;
	line-height:28px;
	float: left; 
	clear: left;	
	width: 160px;
	list-style-type: none;
	overflow:hidden;
	}

.sidebox ul li a:link, .sidebox ul li a:visited {
	color:#666;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	display:block;
	border-left:1px solid #BDBBB6;
	border-right:1px solid #BDBBB6;
	border-bottom:1px solid #fff;
	}

.sidebox ul li a:hover {
	color: #E6125C;
	}

.sidebox p {
	padding: 6px 5px 2px 5px;
	margin:0;
	font-size: 12px;
}

.sidebox div {
	padding: 0px 10px 8px 10px;
	margin:0;
}

.sidebox table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}	
	
li.recentcomments{
	color:#999;
	padding-left:5px;
}	

/* featbox	 */

.featbox ul li.rss {
	border-left: 1px solid #000000;
	padding-left: 10px
}
	
	
/* calendar	 */
	
#wp-calendar{
	width: 100%;
	padding: 0 0 15px;

}

#wp-calendar caption{
	padding: 0px 5px ;
	font-size:14px;
	color:#555;
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	background:#7790BF;
	color:#000000;
}

#wp-calendar td a{
	background:#7790BF;
	padding: 3px;
	color:#fff;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	
	
/* --- FOOTER --- */

#footer {
	height:70px;
	padding:5px 0 0 0px;
	color:#7f7d78;
	font-size:12px;
	font-weight:normal;
	width:100%;
	background: url(images/footer.png) bottom center no-repeat ;	}

#footer a:link , #footer a:visited{
	color:#7f7d78;
	}

#footer a:hover {
	color:#7f7d78;
	}

.fcred{
	text-align:center;
	margin:10px 0px 0px 20px;
	line-height:16px;
}

/* The Navigation */

#navigation{	
	width:600px;
	margin:5px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	float:left;
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:10px 0px;
	font-size:14px;
	text-align:center;
	color:#000000;
	}
 h2.pagetitle a {
 	color:#df5e08;
 }

h3.recspost{
	color:#fff;
	margin-bottom:10px;
	font-size:14px;
}

.page-numbers{
	color:#000000;
	padding:2px 5px;
	border:1px solid #aa161a;


}
.current{

	color:#aa161a;
}

/* Comments */

#commentsbox {

	margin:0;

}

h3#comments{
	font-size:14px;
	color:#fff;
	background:#000000;
	font-weight:bold;
	padding:10px 10px ;
	margin-top:10px;
	border:1px solid #3E4F6F;

}


ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;


}
ol.commentlist li {
	margin:5px 0;
	line-height:18px;
	padding:10px;
	background:#fff;
	border:1px solid #bdbbb6; 


}
ol.commentlist li .comment-author {
	color:#000000;
	font-weight:bold;
}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

	color:#000000;
	font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
	color:#000000;
}
cite.fn{
	color:#000000;
	font-style:normal;
}
ol.commentlist li .comment-author .avatar{
	float:right;
	border:1px solid #ccc;
	background:#eee;
	padding:3px;
}
ol.commentlist li .comment-meta{
	font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

	color:#555;
}

ol.commentlist li .comment-meta a {
	color:#E4105B;
	text-decoration:none !important;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	color:#666;
	font-size:12px;
}
ol.commentlist li .reply{
	margin-top:10px;
	font-size:10px;
}
ol.commentlist li .reply a{
	background:#E6125C;
	border:1px solid #CF0C54;
	color:#fff;
	text-decoration:none;
	padding:3px 10px;
}

ol.commentlist li.odd {

}
ol.commentlist li.even {

}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

	margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#000;
}

#respond{
	background:#fff;
	border:1px solid #bdbbb6; 
	padding:10px 20px ;
	margin:10px 0px;

}
 #respond h3 {
	font-size:16px;
	color:#000000;
	padding:5px 0px;
}

#commentform p{
	margin:5px 0px ;
	color:#000000;
}
 #respond label{
	display:block;
	padding:5px 0;
	font-weight:bold;
	color:#000000;

}
 #respond  label small {
	font-size:10px;

}
 #respond input {
	margin-bottom:10px;
	padding:5px 0px;
	margin:0 10px 10px 0;
	background:#eee;
	border:1px solid #ddd;
	color:#444;
}
#commentform  input{
	width:60%;

}

#respond  input#commentSubmit {
	width:100px;
	padding:3px 5px;
	background:#000000;
	border:1px solid #3f4e6e;
	color:#fff;
	margin:10px 0px;
	font-weight:bold;
	cursor:pointer;
}
textarea#comment{
	border:none;
	background:#eee;
	border:1px solid #ddd;
	width:99%;
	margin:10px 0px 0px 0px;
	padding:5px 0px;
	color:#444;
}


.wp-pagenavi{

	font-size:12px;
	text-align: center !important;


}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	text-decoration: none;
	background: #FFFFFF!important;
	border: 1px solid #077433!important;
	color: #077433 !important;
	padding:3px 6px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
	margin-top: 5px;
}


.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {
	color: white;
	border: none;
	display: block;
	float: left;
	margin-top: 6px;
	font-style: italic;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background: #077433 !important;
	border: 1px solid #999999 !important;
	color:#fff !important;
	padding:3px 5px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
	font-size: 1.4em;
}

.wp-pagenavi a:hover {
	text-decoration: none;
	background: #077433 !important;
	border: 1px solid #999999 !important;
	color:#fff !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
}



.wp-pagenavi span.extend {
	text-decoration: none;
	background: #077433 !important;
	color:#fff !important;
	padding:3px 5px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;
	margin-top: 5px;
}	
 	
.topad{
	float:right;
	margin:30px 0px 0px 0px;
	padding:5px;
	background:#E4E4E4;

}

.postad{
	text-align:center;
	margin:10px auto;
	border:1px solid #ccc;
	padding:5px;
	background:#E4E4E4;
	width:478px;
}

/*INDEX PAGE BANNERS*/

.viva a {
	display: block;
float: left;
background:#077433 url(images/viva_banner.jpg) top left no-repeat ;
width: 330px;
height: 56px;
text-indent: -5000px;
margin-bottom: 10px;
}

#content #indexBanners {
	display: block;
	float: left;
}

#content #indexBanners ul li {
	display: block;
	float: left;
}

#content #indexBanners ul li a {
	display: block;
	float: left;
	width: 320px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-indent: -5000px;
}

#content #indexBanners ul li a.titles {
	background:#077433 url(images/512.jpg) top left no-repeat ;
}

#content #indexBanners ul li a.blood {
	background:#077433 url(images/blood.jpg) top left no-repeat ;
}

#content #indexBanners ul li a.panki {
	background:#077433 url(images/panki.jpg) top left no-repeat ;
	height: 50px;
}

#content #indexBanners ul li a.erasitexnis {
	background:#077433 url(images/erasitexnis.jpg) top left no-repeat ;
	height: 50px;
}

#content #indexBanners ul li a.abroad {
	background:#077433 url(images/abroad.jpg) top left no-repeat ;
	height: 50px;
}

#content #indexBanners ul li a.titles:hover {
	background:#077433 url(images/512.jpg) bottom left no-repeat ;
}

#content #indexBanners ul li a.blood:hover {
	background:#077433 url(images/blood.jpg) bottom left no-repeat ;
}

#content #indexBanners ul li a.panki:hover {
	background:#077433 url(images/panki.jpg) bottom left no-repeat ;
}

#content #indexBanners ul li a.erasitexnis:hover {
	background:#077433 url(images/erasitexnis.jpg) bottom left no-repeat ;
}

#content #indexBanners ul li a.abroad:hover {
	background:#077433 url(images/abroad.jpg) bottom left no-repeat ;
}

/*TRUTH & LIES BANNERS*/

#content #truthBanners {
	display: block;
	float: left;
}

#content #truthBanners ul li {
	display: block;
	float: left;
}

#content #truthBanners ul li a {
	display: block;
	float: left;
	width: 320px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-indent: -5000px;
}

#content #truthBanners ul li a.apates {
	background: url(images/apates.jpg) top left no-repeat ;
}

#content #truthBanners ul li a.xountes {
	background: url(images/xounta.jpg) top left no-repeat ;
}

#content .latest {
	display: block;
	float: left;
	width: 320px;
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 10px;
	-moz-box-shadow:  0px 0px 6px #74ab8a;
    	-webkit-box-shadow:  0px 0px 6px #74ab8a;
   	 box-shadow: 0px 0px 8px #27e874;
	border-radius: 3px 3px 3px 3px;
}

#content .latest h3{
	color: #1B430F;
	font-family: georgia,Tahoma,Century gothic,verdana,sans-serif;
	margin: 10px 0 5px 5px;
}

table.fanzine td {
	padding: 10px;
}

table.clubs {
	width: 100%;	
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.matches {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.clubs td,
table.clubs th,
table.matches td,
table.matches th {
	border: 1px solid #D1D1D1;
	padding: 5px;
	text-align: left;	
}

table.clubs th,
table.matches th{
	background: #077431;
	color: #FFFFFF;
	border: 1px solid #033F1A;
}

#signature,
#mail {
  color: #155930;
  font-weight: bold;
  font-size: 0.85em;
  padding: 5px 8px;
  background: #F2F2F2;
  border: 1px dotted #999;
}

#categoryInfo {
	width: 660px;
	margin: 5px 0 10px 0;
	padding: 15px;
	height: 100%;
	color: #666;
	font-size: 11px;
	background: #fff;
	-moz-box-shadow: 0px 0px 6px #74ab8a
	-webkit-box-shadow: 0px 0px 6px #74ab8a;
	box-shadow: 0px 0px 8px #27e874;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	clear: both;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#categoryInfo p{
	color: #000000;
}

.mtphr-dnt-wrapper {
	margin-bottom: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0px 0px 16px #000000;
	-webkit-box-shadow: inset 0px 0px 16px #000000;
	box-shadow: inset 0px 0px 16px #000000;
	font-family: georgia,Tahoma,Century gothic,verdana,sans-serif;
	background:#FFFFFF url(images/updates_back.jpg) top left no-repeat ;
	font-weight: bold;
	border: 1px solid #077433;
}

.mtphr-dnt-inline-title {
	color: #000000;
	font-size: 16px;
	
	width: 100%;
}

.mtphr-dnt-tick-container {
	clear: both;
} 