/*
Theme Name: MaterialWP-bbs
Theme URI: http://materialwp.com
Template: materialwp
Author: Brad Williams
Author URI: http://braginteractive.com
Description: Material Design WordPress Theme
Version: 0.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: materialwp
Tags: right-sidebar, fluid-layout, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MaterialWP is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


body,html { 
  background: url(https://www.telnetbbsguide.com/images/modembg.jpg) no-repeat center center fixed; !important
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#thparent{
    text-align:center;
}

.thchild{
    display:inline-block;
    width:300px;
    height:350px;
	padding: 10px;
	margin: 10px;
	background: rgba(0, 0, 0, 0.2);
	vertical-align: middle;
}

.thoverlay { 
   position: relative; 
   top: -150px;
   text-align: left;
   color: white; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px; 
}

@media only screen and (max-width:800px) {
	.thchild {
    width:115px;
    height:150px;
	margin: 10px 5px;
}
.thoverlay { 
   top: -115px;
   padding: 2px; 
}

}


#bbsparent, .bbschild dt{
    text-align:center;
	width: 100%;
}

.bbschild{
    display:inline-block;
    width:28%;
    height:45px;
	vertical-align: middle;
    text-align:center;
	margin:5px;
}

#secondary {
   background: rgba(0, 0, 0, 0.5);
}

.widget_search {
margin: 1.5em 0;
}



@media only screen and (max-width:800px) {
	.bbschild {
    width:45%;
	}
}

.home .card, .page-template-homepage .card, .alphanav {
background-color: rgba(0,0,0,0.7);
color: white;
}

.alphanav span, .alphanav a  {
	margin-left: .2em;
	margin-right: .2em;
	color: white;
}

.dropdown-item {
		width:50%;
}

.bbschild dd, .bbsparent dd {
	margin:0;
	padding:0;
}

.usp-short {
	width:100px !important;
	float:right;
}

.usp-form {
	display:inline;
}

#primary  p {
word-wrap: normal !important;
text-align: left;
}

.dl-bbsmeta dt{
    text-align: left;
    margin-bottom: 0;
    width: auto;
    padding-right: 0;
}

.dl-bbsmeta dd{
    margin-left: 0;
    margin-bottom: 2px;
}

.bbsform {
width: 50%;
}

.detail20 {
	width:19%;
	text-align: center;
}
.detail30 {
	width:29%;
}
.detail40 {
	width:39%;
}
.detail50 {
	margin-top: .5em;
	width:49%;
	}
.detail60 {
	margin: 0;
	width:59%;
	}
.detail80 {
	margin-top: .5em;
	width:79%;
	}

@media only screen and (max-width:768px) {
	.bbsform,.detailthumb,.detail50,.detail30,.detail20,.detail60,.detail80 {
    width:100%;
}
.row {
text-align: center;
}

 strong { 
font-size: 1.5em;
}
}

.home .entry-title {
	display: none;
}

.lists .row{
border: thin solid #ececec;
vertical-align:middle;
}

.lists .row:nth-child(even) {
##background: #ececec;
padding: 0;
}

.lists .alert {
margin-bottom: 0;
padding:0;
}
