/*
Theme Name: Modern Multipurpose Child
Template: modern-multipurpose
Author URI: http://thememotive.com/
Theme URI:
Description: Modern Multipurpose theme is free responsive HTML5 and CSS3 theme for blog with modern universal colors, menu and detail oriented design. Light and optimized code. SEO friendly structure. Widgetized sidebar and footer. 5 widgetized areas. Easy to run and modify.
Author: ThemeMotive.com
Version: 1.3
Tags: black, red, white, dark, two-columns, fixed-width, editor-style, sticky-post
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* =Import Styles
-------------------------------------------------------------- */
@import url('../modern-multipurpose/style.css');


/* Customizations
------------------------------------------ */


header {
    background: url("/wp-content/uploads/tb-banner.jpg");
}

header p.title a {
    padding-left: 0;
    background-image: none;
    color: rgb(255, 255, 235);
}

header p.tagline {
    color: rgb(255, 255, 255);
    text-shadow: 0px 5px 5px rgb(0, 0, 0);
    letter-spacing: 2px;
}

header form[class],
.engine {
    display: none;
}

nav {
	-webkit-box-shadow:  0px 2px 10px 5px rgba(0, 0, 0, .3);
    box-shadow:  0px 2px 10px 5px rgba(0, 0, 0, .3);
}


nav ul.menu>li.current-page-ancestor>a {
	padding-top: 0;
	border-top: 3px solid rgb(242, 108, 79);
	background-color: rgb(50,50,50);
}

.content {
    border-top:none;
}

.main-full-width {
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  padding: 15px 0 30px;
   width: 100%;
  margin-right: 0;
}

.main-full-width .page {
	padding-left:30px;
	padding-right:30px;
}

footer {
	margin-top:10px;
}

.post-date {
	display:none;
}

#fancy_title table {
	background-color:transparent !important;
}

#fancy_title table,
#fancy_title table tr,
#fancy_title table td {
	border:0 !important;
}