/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen WGA Child Theme
 Author:       B Kling
 Author URI:   http://wi-geocaching.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/
@import url("../twentyfourteen/style.css?v=1");

.site-navigation a:hover {
	color: #41a62a;
}

#main-nav ul {
overflow-x:hidden;

width: 100%;
}
	
#main-nav li {
display:inline-block; 
padding: .2em 1em;}

/* BBPress font fix */

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
background: #D6E0FF;
}
#pg_topics_widget-2 a.bbp-forum-title{
font-size: 16px;
	color: #0066FF;
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 ,
#bbpress-forums a.bbp-forum-title,
#bbpress-forums a.bbp-topic-permalink {
	font-size: 16px;
	color: #0066FF;
}

#bbpress-forums a.bbp-author-name {
	font-size: 12px;
	color: 	#6993E6;
}


/* =Theme customization starts here
-------------------------------------------------------------- */
textarea.wga-comment {
width:400px;
border: 1px solid #000000;
}
.hentry {
	margin: 0 auto 48px;
	max-width: 672px;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}




.post-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

.eventful-pre a:link,
.eventful-pre a:visited,
.eventful-pre a:hover,
.eventful-pre a:active,
.eventful a:link,
.eventful a:visited,
.eventful a:hover,
.eventful a:active,
.eventful-post a:link,
.eventful-post a:visited,
.eventful-post a:hover,
.eventful-post a:active
{
	color:#FF0000;
}



.wgatitle       {color: #FF0000; font-size: inherit; font-weight: bold;}

.wgaTable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.wgaTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.wgaTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.wgaTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.wgaTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.wgaTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.wgaTable tr:hover td{
	
}
.wgaTable tr:nth-child(odd){ background-color:#85e2e2; }
.wgaTable tr:nth-child(even)    { background-color:#b8f2f2; }.wgaTable td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.wgaTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.wgaTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.wgaTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.wgaTable tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#0000ff;
}
.wgaTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
}
.wgaTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.wgaTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.twentyfourteen .tfwc {
	max-width: none;
}

