/*
Theme Name: Ground4change
Description: Custom theme made for Grounds 4 change
Author URI: http://www.sunspace.ltd.uk
*/

/*-------------- Globals ------------*/
* {
	margin: 0; 
	padding: 0;
}

body {
	background: #2E8845 url(img/bg.jpg) no-repeat center fixed;
	color: #222;
	font: normal 65% sans-serif;
	padding: 1% 0 2% 0;
}

a {
	color:#CCCCCC;
	text-decoration:none;
	}
a:hover {color:#999999}
a img {border:none;}

p, div.entry{
	font-size: 1em;
	padding: 2px 0 10px;
	color:white;
}
small,
.small {font: normal 1em sans-serif;}

big {font-size: 1.2em;}

h1,h2,h3,h4 {
	color:#A7DFB4;
	padding: 8px 0 2px 0;
}

h1 {
	color: white; 
	font-weight:bold;
	font-size: 2.5em;
	margin-bottom:15px;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em ;}
h3 {font: bold 1.4em;}
h4 {font: bold 1.1em;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
ul,ol {padding: 0 2em 1.2em;}


/*----------- main divisions -----------*/
#wrapper {
	/*background: #2E8845;*/
	margin: 0 auto;
	width: 762px;
}
#container {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto; 
	width: 750px;
}

div.main{
	/*background: #2E8845 url(img/bg.gif) no-repeat center ;*/
}

/*------------ header -------------*/
div.header  {
	padding:10px 0;
	background:none;
}

/*------------ top tabs -------------*/
#tabs {
	margin: 5px auto 0; 
	overflow: hidden; 
	width: 762px;
	position: relative; 
	text-align: right;
	margin-bottom:-25px;
}

#tabs ul li {
	float: right; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}
#tabs ul li a {
	font-size:14px;
	border: #ccc 1px solid; 
	border-bottom:none;
	padding: 5px 10px; 
	display: block; 
	font: bold 1em Tahoma,sans-serif;
	color:#666;		
	text-decoration: none;
	background:#EFEBE0;
	letter-spacing:0px;
}
#tabs ul li a:hover, 
#tabs ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #bbb 1px solid; 
	border-bottom:none;		
}

/*------------- navigation -------------*/
.navigation {
	background: #EAE7DF url(img/nav.gif) repeat-x; height: 36px;
	border-top: 1px solid #996;
}
.navigation ul {padding: 0; margin: 0;}
.navigation li {float: left; list-style: none;}
.navigation li a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	display: block;
	font: bold 12px Tahoma,sans-serif;
	line-height: 36px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,
.navigation .current_page_item a {
	background-position: left bottom;
	color: #221;
}

/*------------ posts and content --------------*/

div.entry{
	margin-top:9px;

}

div.entry img{
	float:left;
	margin:0 10px 10px 0;
}

div.col{
	float:left;
	margin:0 15px 15px 0px;
	width:240px;
	text-align:center;
}
div.col h1, h3, h4{
	margin-bottom:15px;
}
div.teaser img{
	margin:10px 15px;
}

div.teaser{
	margin:0 auto;
	text-align:center;
	width:220px;
	height:280px;
}

div.teaser h2{
	font-size:1.3em;
	margin-bottom:10px;
}

div.teaser p a{
	display: inline;
	text-align:center;
}

div.row{
	clear:both;
	margin:15px 0 35px 0;
}

div.row h4{
	margin-top:10px;
}

div.row img{
	float:left;
	margin:0 15px 15px 0;
}

.post .descr {
	color: white;
	font-size: 0.9em;
	margin: 2px 0 4px;
}
.post .info{
	border-bottom: 1px dashed #AAAA9A;
	color: #CCCCCC;
	font-size: 1em;
	margin: 4px 0 10px 0;
	padding: 8px 0;
}

p.info{
	clear:both;
}



.content {padding: 18px 20px;}
.right .content {padding: 12px 10px;}
.left {float: left;}
.right {float: right;}

.clear,
.clearer {clear: both;}

div.spacer{
	clear: both;
	height:20px;
}

.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right {width: 33%;}

/*------ block list -------*/
ul.block, .block ul {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #553;
	background: #D2D0C0;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

div.catlinkspage a{
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:10px;
}

/*--------------- comments ----------------*/
h2#comments{
	margin-bottom:10px;
}

li.graybox,
li.plainbox{
	color:white;
}

li.graybox strong ,
li.graybox strong a,
li.plainbox strong,
li.plainbox strong a{
	color:white;
	font-size:1.2em;
}
li.graybox strong a:hover,
li.plainbox strong a:hover{
	color:#CCCCCC;
	font-size:1.2em;
}

li.graybox{
	background:#358B4C;
	padding:5px;
}

li.plainbox{
	background:transparent;
	padding:5px;
}

#commentform {
	margin: 1em 0;
	width: 280px;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.2em;
	background: #FCFCFC;
	border: 1px solid #C6C3C3;
	padding: 2px;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #C6C3C3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}
.commentmetadata{
	color:white;
	font-size: 1em;}

/*------------------ calendar -----------------*/
#wp-calendar {color: #A0A0A0;}

.col2 .right table caption {border-bottom-color:#000;}
.col2 .right table thead tr {
  border-bottom-color: #000;
  color: #A53512;
}
.col2 .right table th {border-bottom-color:#000;}
.col2 .right table td#today {
  border-color: #000;
  color: #A53512;
}
.col2 .right table td a {
  border-bottom-color: #000;
  background-color: #EDF3DE;
}

.col2 .right table tfoot {border-top-color: #000;}
.col2 .right table tfoot a {background: none;}


#wp-calendar {
  display: inline-table;
  border-collapse: collapse;
  width: 185px;
  margin: 0px 10px 0 10px;
  text-align: center;
}

.col2 .right table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.col2 .right table thead tr {border-bottom:1px solid;}

.col2 .right table th {border-bottom:1px solid;}

.col2 .right table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.col2 .right table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.col2 .right table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.col2 .right table tfoot {border-top:1px solid;}
.col2 .right table tfoot a {
  border: none;
  font-weight: bold;
}
.col2 .right table tfoot #prev a {text-align:left;}
.col2 .right table tfoot #next a {text-align:center;}

#searchform {padding:10px;}


/*---------------- footer ------------------*/
.bottom {
	border-top:2px #439458 solid;
	padding: 4px 20px;
	margin:15px 0 -43px 0;
}

.bottom p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#8FCE9E;

}

.bottom p span{
	color:white;
	font-size:1.5em;
	margin-top:4px;
	font-weight:bold;
}

.footer {
	color: #A3DEB1;
	padding: 10px;
}
.footer .right {
	width: 40%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}