/*
Theme Name: The Practice Child
Theme URI: http://themefuse.com/demo/wp/thepractice/
Description: Child theme for the The Practice. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Tags:translation-ready
Author URI: http://themefuse.com
Template: thepractice-parent
*/

@import url("../thepractice-parent/style.css");

table.table-sermons {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	width: 100%;
/*	background-color: rgb(255, 255, 240); */
}

/*

table.table-sermons th {
	border-width: 0px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: rgb(255, 245, 238);
	-moz-border-radius:;
}*/

table.table-sermons tr {
	border-width: 1px;

/*	border-style: solid; */
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
	border-color: black;
	vertical-align:middle;

/*	background-color: rgb(255, 245, 238); */
	-moz-border-radius: 3px;
}

table.table-sermons td {
/*	padding: 5px; */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;

/*	background-color: rgb(255, 245, 238); */
	-moz-border-radius: 3px;
}



a.button-download {
	font-family:verdana, geneva, arial;
	text-decoration:underline;
	color: #111111;
	padding:8px 12px;
	border:1px solid #d96d7c;
	vertical-align:middle;
	outline:none;
	display:inline-block;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	box-shadow:#ffffff 0px 0px 2px inset;
	-webkit-box-shadow:#ffffff 0px 0px 2px inset;
	text-shadow:#fdbcc7 1px 1px 1px;
	background-image: -webkit-linear-gradient(top, #f997b0, #f6677b);
	background-color: #f6677b;
	float: right;
}

a.button-download:hover {
	text-align:right;
	font-family:verdana, geneva, arial;
	text-decoration:underline;
	padding:8px 12px;
	border:1px solid #d96d7c;
	vertical-align:middle;
	outline:none;
	display:inline-block;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	box-shadow:#ffffff 0px 0px 2px inset;
	-webkit-box-shadow:#ffffff 0px 0px 2px inset;
	text-shadow:#fdbcc7 1px 1px 1px;
	background-color:#f6677b;
}

span.date-recording {
	color: black;
	font-size: 12pt;
}

span.title-recording {
	color: #ff0000;
	font-size: 13pt;
}


#nsu-form-0 label {
	display: inline-block;
	width: 70px;
}
#nsu-form-0 input[type="text"] {
	height: 15px;
}
#nsu-form-0 p {
	margin-top: 15px;
}
#nsu-submit-0 {
	margin: 30px 0px 0px 20px;
	padding: 0px 30px 0px 30px;
	display:block;
	width:106px;
	height:36px;
	overflow:hidden;
	background:url(images/tf_pagination_arrows.png) 0 0 no-repeat;
	font-size:13px;
	font-weight:bold;
	color:#fff;}

}

.add-comment ,.comment-respond {
	margin: 40px 0 50px;
	width: 720px;
	background: #FFF;
	padding: 1px;
	border: solid 20px #dedede;}

#addcomments label {
	line-height: 50px;
}
#addcomments input[type="text"] {
	clear: left!important;
	height: 15px;
}

/* ____________________ */

footer .container {
	padding:0 0 20px;
	width:930px;
	font-size:12px;
	color:#808080
}

.img-sel {
	float: left;
}
.editions-sel img {
	vertical-align: middle;
	padding-right: 5px;
}
.editions-sel {
	margin-top: 5px;
	font-size: 1.3em;
	color: blue;
}
.commande-sel {
	font-size: 1.1em;
	margin-left: 30px;
	font-style: italic;
}
.commande-sel a {
	margin-left: 10px;
	text-decoration: underline;
	font-style: normal;
}
.more-link {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	background:none;
	line-height: 1.2em;
	text-transform: uppercase;
}

.hymnes {
	margin-top: 20px; padding: 0px; border-width: 0px; border-style: outset; border-collapse: collapse; border-spacing: 0px; width: 670px;
}
.hymnes table {
	margin: 0px; padding: 0px; border: 0px; width: 490px;
}
.hymnes tr {
	text-align: justify;
}
.hymnes td {
	margin: 0px; padding: 5px 5px 5px 0px; border: 0px; font-size: 1.1em;
}

.sdt {
	margin-top: 20px; margin-left: 40px; padding: 0px; width: 670px;
}
.sdt img {height: 50px; width: 33px; vertical-align: middle; padding-right: 15px;}
.sdt table { margin-bottom: 20px; width: 660px;}
.sdt table tr:first-child td:first-child { width: 120px; font-weight: bold;}
.sdt table tr:nth-of-type(n+2) td  { width: 290px;}
.sdt table tr { height: 60px; line-height: 40px; font-size: 1.15em;}

@media only print {

#middle.sidebar_left .content { /* Modifications : suppression de la bordure - marges */
  margin :0;
  border :none;
  width: auto;
  float: left;
}

.inner, .sidebar, .post-meta-bot, .header_left, #topmenu, #topmenu-select {
    display:none;
}

}

/* Lists
======================================================== */
ul { list-style: square inside; }
