/*
Theme Name: Metal Drumming Mastery Child Theme IFP5
Theme URI: http://metaldrummingmastery.com
Description: Child Theme for Metal Drumming Mastery
Author: Kevan Roy
Author URI: http://metaldrummingmastery.com
Template: ifeaturepro5
Version: 1.0
*/
 
@import url("../ifeaturepro5/style.css");


.page article {background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/calloutbackgroundgrey.png') repeat-y top left;
border: none;
box-shadow: 4px 4px 8px #000000;
}

#container {
text-align: justify;
text-shadow: 1px 1px 0 rgba(0, 5, 0, 0.5);
}

#sidebar .widget-container {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/boxbackgroundred.png') top left;
border: none;
box-shadow: 4px 4px 8px #000000;
}

#sidebar .widget-container h2 {
color: #999999;
}

#htmlbox-container {background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/calloutbackgroundgrey.png') repeat-y top left;
border: none;
box-shadow: 4px 4px 8px #000000;
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
    border-radius: 4px 4px 4px 4px;
    margin-top: -10px;
}

.htmlbox-content p {
padding: 0px 10px 0px 10px;
}

/* #sidebar h3.widget-title {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/widget-titlegrey.png') repeat-x;
border: none;
box-shadow: 4px 4px 8px #000000;
} */

#box1 {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/boxbackgroundred.png') top left;
border: none;
box-shadow: 4px 4px 8px #000000;
}

#box2 {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/boxbackgroundgrey.png') top left;
border: none;
box-shadow: 4px 4px 8px #000000;
}

#box3 {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/boxbackgroundred.png') top left;
border: none;
box-shadow: 4px 4px 8px #000000;
}

#banner {
 clear: both;
 margin-top: 0px;
 }


.flex-video {
padding-bottom: 60%;
}

.site-footer #copyright {
	text-align: center;
}

.site-footer {
	display: none;
}

#footer-widgets-wrapper {
background: transparent;
}

#footer-widget-container {
width: 100%;
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/calloutbackgroundgrey.png') repeat-x top left;
border: none;
border-radius: 8px 8px 8px 8px;
box-shadow: 4px 4px 8px #000000;
margin-top: 0px;
}

#wpadminbar {
display: none;
}

#navigation {
 	margin-bottom: 20px; 
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}



.entry-summary {
    margin: 0;
    padding: 12px;
}

#social .icons {
	margin-top: 5px; //*originally 15px- what is causing banner to displace*//
}

.icons {
margin-bottom: 0px;
}

.breadcrumbs {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/crumbsbackgroundgrey.png') repeat-y top left;
border: none;
box-shadow: 4px 4px 8px #000000;
}

#callout {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/calloutbackgroundgrey.png') repeat-x top left;
border: none;
box-shadow: 4px 4px 8px #000000;
}

.textwidget {
color: #787878;
}

h1, h2, h3 {
color: #999999;
text-shadow: 3px 3px 0 rgba(0, 5, 0, 0.5);
}

h4 {
color: #999999;
text-shadow: 2px 2px 0 rgba(0, 5, 0, 0.5);
}

h5, h6 {
color: #999999;
text-shadow: 1px 1px 0 rgba(0, 5, 0, 0.5);
}

.icons a img {opacity:.6; padding-left: 3px;}



.icons a:hover img {opacity:1;}

#crumbs {
background: none;
background-image: none;
border: none;
}

#sidebar h3.widget-title {
color: #999999;
}

#sidebar #am4login-2 a {
color: #999999;
}

#sidebar #am4login-2 a:hover {
color: #005580;
}

.main-navigation .nav > li > a {
 color: #787878;
 display: block;
 font-family: comic sans ms;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
 }
.main-navigation .nav > li > a:hover {
 color: #787878;
 background: none repeat scroll 0 0 #A80000;
 }

.main-navigation .nav .active > a, .main-navigation .nav .current_page_item > a {
color: #787878; /*active page test color */
 }

.main-navigation .nav li ul li a:hover, .main-navigation .nav .current_page_item > a:hover {
	color: #FFFFFF;
	background: #8a0000;
}

.dropdown-menu {
opacity: 0.6;
}

.main-navigation .nav .active > a, .main-navigation .nav .current_page_item > a {
background: #000000;
  background: -moz-linear-gradient(top,  #999999 0%, #444444 2%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(2%,#444444), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top,  #999999 0%,#444444 2%,#000000 100%);
  background: -o-linear-gradient(top,  #999999 0%,#444444 2%,#000000 100%);
  background: -ms-linear-gradient(top,  #999999 0%,#444444 2%,#000000 100%);
  background: linear-gradient(to bottom,  #999999 0%,#444444 2%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 );
}

.main-navigation .navbar-inner {
  border-color: #555 #000 #000 #000;
border-radius: 4px;
}

.main-navigation .nav > li {
  border-right: 1px solid #777777;
}

.main-navigation .nav > li > a {
	text-shadow: none;
}

.main-navigation .nav li ul li a:hover, .main-navigation .nav .current_page_item > a:hover {
	color: #787878;
}

.main-navigation .nav > li > a {
 height: 24px;
 }

#footer-widgets {
 text-align: center;
text-color: #787878;
 }

#footer-widgets .widget-container {
 width: 100%;
 }

.footer-widgets:nth-child(3), .footer-widgets:nth-child(4){width:48% !important;margin:1%;float:left}

#footer p{display:inline-block}

img[title="SiteLock"] {
 margin-top: 24px;
 }

#menu-item-46 a{
border-left:1px solid #777;
}

#menu-item-1773 a{
border-left:1px solid #777;
}

#kfrlogo {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/kfnr-site-logo2.png') no-repeat;
width: 95%;
padding-bottom: 38%;
margin-left: auto;
margin-right: auto;
box-shadow: 4px 4px 8px;
}

#cagewidget {
width: 100%;
padding-bottom: 150%;
margin-left: auto;
margin-right: auto;
}

img {
max-width: 100%;
}

#boxphotos {
width: 100%;
position: relative;
padding-left: auto;
padding-right: auto;
}

#am-form {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/calloutbackgroundgrey.png') repeat-y top left;
border: none;
box-shadow: 4px 4px 8px #000000;
}

label {
color: #999999;
}

b {
color: #999999;
}

.textwidget {
color: #787878;
}

#subheader {
opacity: 1;
}

.flex-image2:hover {
opacity: .82;
}

#thumbnails {
height: auto;
width: 300px;
margin-left: auto;
margin-right: auto;
}

.flex-image {
position: relative;
padding-bottom: 87.5%;
height: 0;
margin-bottom: 33px;
overflow: hidden;
border: none;
z-index: 0;
}
	
.flex-image.widescreen { padding-bottom: 57.25%; }

.flex-image iframe, .flex-image object, .flex-image embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.flex-image2 {
position: relative;
padding-bottom: 55.25%;
height: 0;
margin-top: 0px;
margin-bottom: 33px;
overflow: hidden;
border: none;
z-index: 1;
box-shadow: 4px 4px 8px #000000;
}
	
.flex-image2.widescreen { padding-bottom: 57.25%; }

.flex-playlist {
position: relative;
padding-bottom: 85.75%;
height: 0;
margin-bottom: 33px;
overflow: hidden;
border: none;
z-index: 0;
}
 
.flex-playlist.widescreen { padding-bottom: 57.25%; }

.flex-playlist iframe, .flex-image object, .flex-image embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



#footer-widgets .widget-container a {
 border-bottom: 1px dotted #000000;
 color: #545454
 }

#footer-widgets .widget-container a:hover {
 border-bottom: 1px dotted #333333;
 color: #8a0000
 }

/*.row-fluid .span9 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }

.row-fluid .span3 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  } */

#footer-widgets h6 {
line-height: 15px;
color: #787878;
margin-bottom: 5px;
}

#sidebar {
 padding: 0 10px; /*affects width of sidebar, thereby, gutters! */
 }

#footermiddlebox h6 {
text-size: 10.9px;
margin-top: 2px;
margin-bottom: 0px;
line-height: 13px;
}

header#cc-header h1.site-title {
    font-size: 0px;
    font-weight: 0;
    margin-bottom: 0px;
}

header#cc-header .span7 {
    display: none;
}

header#cc-header .span5 {
    display; block;
    width: 100% ;
clear: both;
    float: right;
min-height: 1px;
margin-left: 0;
}

header#cc-header {
    margin-bottom: 0px;

}

.navbar .nav > li > a {
    padding: 6px 15px;
}

header#cc-header .contact_details {
width: 100%;
 color: #999999;
text-align: center;
font-size: 12px;
line-height: 13px;
 margin-top: 0;
min-height: 15px;
 }

.contact_details img {
display: none;
}

.cc-telephone-number {
display: inline;
text-align: center;
font-size: 12px;
line-height: 13px;
}

.cc-email {
display: none;
}

.breadcrumbs {
margin-bottom: 22px;
}

#social {
z-index: 500;
}

.page-id-1573, .page-id-3216, .page-id-3551 .navbar {
display: none;
}

.page-id-3216 .contact_details {
display: none;
}

.page-id-2440 h1, h2, h3, h4, h5, h6 {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
} 

.page-id-3216 .icons {
display: none;
} 

#sidebar h3.select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0px 0px 0px 0px; /* 4px */
    color: #555555;
    display: inline-block;
    font-size: 13px; /* 14 */
    height: 12px; /* 20 */
    line-height: 15px; /* 20 */
    margin-bottom: 0px; /* 10 */
    padding: 4px -10px;
    vertical-align: middle;
}

/* #sidebar h3.widget-title {
    font-size: 18px;
    margin: 0 -10px;
    margin-bottom: 8px;
    text-shadow: none;
    line-height: 20px;
} */

#sidebar label {
margin-bottom: -10px;
}

#sidebar {
line-height: 15px;
margin-bottom: 12px;
}

.navbar .nav {
 margin: 0 10px 0 5.8%;
 }

input, textarea, .uneditable-input {
    width: 82%;
}

#sidebar .widget-container ul li, #sidebar .widget ul li {
    border-bottom: none; /* 1px solid #EDEDED; */
    font-size: 14px;
    line-height: 1.3em; /* 1.2em; */
    list-style: none outside none;
    padding: 5px 0 5px; /*10px 0 15px; */
}

#sidebar .widget-container ul li a {
    border-bottom: none; /* 1px dotted #C5E5F4; */
}

#sidebar .widget-container p {
padding: 0px;
padding-top: 10px;
}

#sidebar .textwidget {
 color: #787878;
 padding: 0 20px;
 }

#sidebar .widget-container {
    margin-bottom: 25px;
    padding: 0 0 10px;
}

#sidebar h1, h2, h3 {
margin-bottom: 9px;
margin-top: 6px;
}

#sidebar h2 {
line-height: 33px;
}

#sidebar h3 {
line-height: 26px;
}

#sidebar h4 {
line-height: 18px:
margin-top: 5px;
margin-bottom: 5px;
}

#sidebar h5 {
line-height: 16px;
margin-top: 2px;
margin-bottom: 1px;
}

#sidebar h6 {
line-height: 13px;
margin-bottom: 0;
margin-top: 2px;
}

#sidebar b {
padding-left: 13px;
}

#sidebar h3.widget-title {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/widget-titlegrey.png') repeat-x;
border: none;
box-shadow: 4px 4px 8px #000000;
}

#sidebar h3.widget-title {
    font-size: 18px;
color: #999999;
    margin: 0 -10px;
    margin-bottom: 8px;
    text-shadow: none;
    line-height: 20px;
}

#sidebar form {
margin: 0;
}

#sidebar #am4login-2 form {
padding: 0 10px;
}

#sidebar #am4login-2 p {
padding: 0 20px;
line-height: 17.5px;
}

.flex-video {
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: /*67.5%*/ 55.6%;
    position: relative;
}

.flex-video iframe, .flex-video object, .flex-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.flex-playlist {
box-shadow: 4px 4px 8px #000000;
}

#sitelock a img {
opacity: 1;
box-shadow: 4px 4px 8px #000000;
}

#sitelock a:hover img {
opacity: .82;
box-shadow: 4px 4px 8px #000000;
}

body h1, h2, h3 {
margin-bottom: 9px;
margin-top: 6px;
}

body h2 {
line-height: 33px;
}

body h3 {
line-height: 26px;
}

body h4 {
line-height: 18px:
margin-top: 5px;
margin-bottom: 5px;
}

body h5 {
line-height: 16px;
margin-top: 2px;
margin-bottom: 1px;
}

body h6 {
line-height: 13px;
margin-bottom: 0;
margin-top: 2px;
}

article.page p {
line-height: 1.4em;
margin: 0 0 5px;
}

@media (min-width: 980px) {
.adapdiv {
float: left;
width: 48.9%; /*45.9%*/
/*padding-left: 2%;*/
padding-right: 1%;
}
}

@media (max-width: 560px) {
.adapdiv {
max-width: 100%;/*95%*/
/*padding: 2%;*/
clear: both;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.adapdiv {
width: 100%;/*95%*/
/*padding: 2%;*/
clear: both;
}
}

@media (min-width: 561px) and (max-width: 767px) {
.adapdiv {
float: left;
width: 48.9%; /*45.9%*/
/*padding-left: 2%;*/
padding-right: 1%;
}
}

@media (min-width: 980px) {
.adapdiv2 {
float: left;
width: 48.9%; /*45.9%*/
/*padding-left: 2%;*/
padding-left: 1%;
/*padding-right: 2%;*/
}
}

@media (max-width: 560px) {
.adapdiv2 {
max-width: 100%;/*95%*/
/*padding: 2%;*/
clear: both;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.adapdiv2 {
width: 100%;/*95%*/
/*padding: 2%;*/
clear: both;
}
}

@media (min-width: 561px) and (max-width: 767px) {
.adapdiv2 {
float: left;
width: 48.9%; /*45.9%*/
/*padding-left: 2%;*/
padding-left: 1%;
/*padding-right: 2%;*/
}
}

.divspacer {
display: block;
width: 100%;
height: 15px;
}

#banner a img {
opacity: 1;
}

.post-1557 a img {
opacity: .6;
}

.post-1557 a:hover img {
opacity: 1;
}

.post-1655 a img {
opacity: .8;
}

.post-1655 a:hover img {
opacity: 1;
}

.post-1659, a img {
opacity: .8;
}

.post-1659, a:hover img {
opacity: 1;
}

.post-1662 a img {
opacity: .8;
}

.post-1662 a:hover img {
opacity: 1;
}

.post-1070 {
text-align: justify;
}

.post-8 {
text-align: justify;
}

.post-1358 {
text-align: justify;
}

.post-1667 {
text-align: justify;
}

.post-1643 {
text-align: justify;
}

.post-1557, .post-1655, .post-1659, .post-1662 {
text-align: justify;
}

.error404 h2.entry-title, .error404 #searchform{display:none}
 .error404 article {
 background: none repeat scroll 0 0 transparent;
 border: 0 none;
 box-shadow: none;
 }
 
.page .post-2240,/*250 kick styling page*/ .page .post-6,/*it has begun redirect*/ .page .post-104,/*it has begun*/ .page .post-1755,/*250 kick redirect*/ .page .post-1070/*250 kick*/ {
 background: none repeat scroll 0 0 transparent;
 border: none;
 box-shadow: none;
 }
 
 .post-2240 .entry-summary, .post-6 .entry-summary, .post-104 .entry-summary, .post-1755 .entry-summary, .post1070 .entry-summary {
 padding-top: 0px;
 padding-left: 0px;
 padding-right: 8px;
 padding bottom: 12px;
 }
 
.break-grey {background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/calloutbackgroundgrey.png') repeat-y top left;
float: left;
display: inline;
width: 96%;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-bottom: 20px;
padding: 12px;
text-shadow: 1px 1px 0 rgba(0, 5, 0, 0.5);
}

.break-red {background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/calloutbackgroundred.png') repeat-y top left;
float: left;
display: inline;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-bottom: 20px;
padding: 12px;
}

.break-red2 {background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/bgred.png') repeat-y top left;
float: left;
display: inline;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-bottom: 20px;
padding: 12px;
}

.break-red3 {background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/bgred.png') repeat-y top left;
float: left;
display: inline;
width: 95%;
padding: 2%;
clear: both;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-bottom: 20px;
}

#yellow-link a {
 border-bottom: 1px dotted #fffc01;
 color: #fffc01;
 }

#yellow-link a:hover {
 border-bottom: none;
 color: #005580;
 }
 
#blue-link a {
 border-bottom: 1px dotted #3b579d;
 color: #3b579d;
 }

#blue-link a:hover {
 border-bottom: none;
 color: #005580;
 }
  
 a img {
 max-width: 100%;
 }
 
.titlebg {background: url('http://metaldrummingmastery.com/images/titlebg.png') repeat-y top left;
float: left;
display: inline;
width: 95%;
padding: 2%;
clear: both;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-bottom: 20px;
}

.titlebg2 {background: url('http://metaldrummingmastery.com/images/titlebg2.png') repeat-y top left;
display: block;
width: 165px;
padding: 2%;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}

.titlebg4 {background: url('http://metaldrummingmastery.com/images/titlebg2.png') repeat-y top left;
display: block;
width: 100%;
padding: 2%;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

.titlebg3 {background: url('http://metaldrummingmastery.com/images/titlebg3.png') repeat-y top left;
float: left;
display: inline;
width: 95%;
padding: 2%;
clear: both;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-bottom: 20px;
}

.divider {background: url('http://metaldrummingmastery.com/images/5px.jpg') repeat-x top left;
float: left;
display: inline;
width: 100%;
height: 2px;
clear: both;
border: none;
margin-bottom: 20px;
}

.blkopacbg {background: url('http://metaldrummingmastery.com/images/blkopacbg.png') repeat top left;
display: block;
width: 150px;
padding: 2%;
clear: both;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-left: auto;
margin-right: auto;
}

.opacbg {background: url('http://metaldrummingmastery.com/images/1px.png') repeat top left;
float: left;
display: inline;
width: 95%; 
padding: 2%;
clear: both;
border: none;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
margin-bottom: 20px;
text-shadow: none;
color: #000000;
}

.opacbg a {
color: #002ea2;
border-bottom: 1px dotted;
}

.opacbg a:hover {
border-bottom: none;
}

.adapblock {
float: left; 
display: inline; 
width: 100%; 
margin-bottom: 15px;
}

#picbox img {
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
}

.am-cart .cart-product {
background: url('http://metaldrummingmastery.com/wp-content/uploads/2012/07/calloutbackgroundgrey.png') repeat-y top left;
border: none !important;
box-shadow: 4px 4px 8px #000000;
}

.mp3player iframe, .mp3player object, .mp3player embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.mp3player {
position: relative;
padding-bottom: 4.8%;
height: 0;
margin-top: 0px;
margin-bottom: 5px;
overflow: hidden;
border: none;
z-index: 1;
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 8px #000000;
}

.button p {
align: center;
}

.flex-video {
box-shadow: 4px 4px 8px #000000;
}

.glyphicon-earphone {
display: none;
}