/*
Theme Name: Skeleton Child
Theme URI: http://www.simplethemes.com
Description: A simple WordPress theme based on the Skeleton RWD framework
Version: 1.9.1
Author: Simple Themes
Author URI: http://www.simplethemes.com
Template: skeleton
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

This child theme enables you to make customizations while allowing for safe updates to the parent theme.
The parent theme's style.css is imported below. If you wish to make customizations, do one of the following:

A.) Copy the contents of skeleton/style.css into this file, but leave the (above) child theme head in tact!
B.) Add specific rules BELOW the import. This is intended for minimal customizations.

----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

*/

@import url("../skeleton/style.css");

/* position weather */
#header .header_extras {
	float: right;
        width: 200px;
	height: 120px;
	margin: 0 auto;
	margin-top: 40px;
        text-align: center;
        vertical-align: middle;
	line-height: 0px; 
}

/* add header background */
#header .graphic {
    background-image:url('../skeleton/images/headerbg.png');
}

/* Responsive Images */
#header #site-title.graphic a { background-size: contain; }

/* hide forum search bar */
#wpbb-search{ display: none }

/* hide empty space */
.wpbb-topic-and-post-content{ display: none }

/* Mobile/Browser */
@media only screen and (max-width: 767px) {
	#header .header_extras { display: none; }
}

/* center and make ads mobile friendly */
.ad{
	padding-left:2px;
	display: inline-block;
}
.ads {
	text-align:center;
    	margin: 0px auto 0px auto;
}
.size-full {
	max-width:100%; 
	max-height:100%;
}

/* change color of forum title */
h2.wpbb-forum-title a {
    color: blue;
}

#footer #footer-credits ul li:before, #footer-credits ul li:before {
    content: "" !important;
}