/*
	Theme Name: Canvas Child Theme
	Description: This is a child theme for Canvas
	Author: Kelly Doering
	Author URI: http://dancesforanna.org/
	Template: canvas
	Version: 1.0.0
*/


.page .title {
display: none;
}

#nav-container {
	background-image: url("https://www.dancesforanna.org/wp-content/uploads/nav-drop-shadow.jpg");
	background-repeat: repeat-x;
	height: 60px;
}

#navigation {
	background-image: url("https://www.dancesforanna.org/wp-content/uploads/nav-drop-shadow.jpg");
	background-repeat: repeat-x;
	height: 60px;
}

/* toggle short code */

a.toggle-trigger {
	margin-left: 0 px;
	padding-left: 0 px;
}


/*
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */

	#navigation {
		text-align:center;
	}

	ul#main-nav {
		float:none;
		display:inline-block;
		vertical-align:top;
	}

}
/* End centering main navigation */


#foogall-120 img {
	border: 0;
}

ul.nav li.current-menu-item a {
    background: none repeat scroll 0% 0% #E6E6E6;
    color: #E36625;
}

.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
    float: left;
    margin-right: 4%;
    margin-bottom: 0;
    position: relative;
}


/* Donate Button */
.donate_button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 18px 26px;
    border: 1px solid #b6521d;
    border-radius: 20px;
    background: #eb7928;
    background: -webkit-gradient(linear, left top, left bottom, from(#eb7928), to(#bd531e));
    background: -moz-linear-gradient(top, #eb7928, #bd531e);
    background: linear-gradient(to bottom, #eb7928, #bd531e);
    -webkit-box-shadow: #61605f 2px 2px 3px 1px;
    -moz-box-shadow: #61605f 2px 2px 3px 1px;
    box-shadow: #61605f 2px 2px 3px 1px;
    text-shadow: #723412 2px 1px 1px;
    font: normal normal bold 33px arial;
    color: #ffffff;
    text-decoration: none;
}
.donate_button:hover,
.donate_button:focus {
    border: 1px solid #e36724;
    background: #ff9130;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9130), to(#e36424));
    background: -moz-linear-gradient(top, #ff9130, #e36424);
    background: linear-gradient(to bottom, #ff9130, #e36424);
    color: #ffffff;
    text-decoration: none;
}
.donate_button:active {
    background: #8d4918;
    background: -webkit-gradient(linear, left top, left bottom, from(#8d4918), to(#bd531e));
    background: -moz-linear-gradient(top, #8d4918, #bd531e);
    background: linear-gradient(to bottom, #8d4918, #bd531e);
}

/* Responsive Video-Gallery */

.playbtnCss {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background: transparent url("https://www.dancesforanna.org/wp-content/uploads/playbutton_desktop_180-e1434662217788.png") no-repeat scroll center center;
}

a.Imglink:link
a.Imglink:visited
a.Imglink:hover
a.Imglink:active
{
    color: #fff;
}

a.Imglink:hover
{
	color: #fff;
	text-decoration: underline;
}

/* guest book plug-in .css - Wish Anna Happy Birthday Display */

#comments {
    position: relative;
    margin: 0px 4px 5px 0px;
    padding: 0px 5px 2px 5px;
	height: 100%;x

}

#comments ol.commentlist {
	list-style-position: inside;
	height:376px;
	border-left:none;
	overflow:auto;
	padding:5px 8px 8px 8px;
	min-width: 256px;
	border: 1px solid e2e2e2;
	box-shadow: 0px 0px 10px #000000;
}

#comments .comment-time {
display: none;
}

#comments .fn {
font-weight: bold;
}

#commentform textarea, input {
    border: 1px solid #A9A9A9;
}

#commentform textarea {
	height: 40px;
}

/* end guest book plug-in css */

/* remove menu background image for mobile navigation */

@media only screen and (max-width: 768px) {
#navigation {
background-image: none;
}

#comments {
    position: relative;
    margin: 10px 4px 5px -5px;
    padding: 0px 5px 2px 5px;
	height: 100%;x

}

}

.entry img, img.thumbnail {
background: none;
border: medium none;
padding: 5px;
}

.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
    float: left;
    margin-right: 4%;
    margin-bottom: 0 !important;
    position: relative;
}
