/*
Theme Name: Photography PRO Child Theme
Theme URI: http://thethemefoundry.com/photography/
Description: Child theme for customizing Photography PRO.
Version: 1.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: photography_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../photography_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
li.g-thumb h5 {
    display: none;
}
li.g-thumb:hover h5 {
    display: block;
    margin-top: -97.5px;
    font-size: 1.2em;
    line-height: 0;
    text-align: center;
    color: #fff;
}
#gallery ul li a:hover img {
    opacity: .25;
}

/* audio player */
audio { width: 600px; display: block; margin:0px; }


/*Threaded Comments
---------------------------------------*/
#comments ul.children {
	margin: 10px 0 0 10px;
	clear: both;
}
#comments ul.children li.comment {
	margin-bottom: 20px;
}
#comments ul.children li.comment div.c-grav {
	width: 74px;
}
#comments ul.children div.c-body {
	margin-left: 87px;
	width: 433px;
}
#comments ul.children ul.children {
	margin-right: 0px;
}
#comments ul.children ul.children div.c-body {
	width: 356px;
}
a.comment-reply-link {
	float: right;
	clear: both;
	margin-top: 10px;
	line-height: 1em;
	font-size: .9em;
}
a#cancel-comment-reply-link {
	float: right;
	font-size: .8em;
}
