/*
 Theme Name:   Twenty Ten Child
 Theme URI:    http://w2abc.org/w2abc
 Description:  Twenty Ten Child Theme
 Author:       Brad Berson
 Author URI:   http://bytebrothers.net
 Template:     twentyten
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         footer
 Text Domain:  twenty-ten-child
*/

@import url("../twentyten/style.css");

/*
Remove redundant footer information,
and get rid of Wordpress logo and link...
*/

#site-info { display:none; }
#site-generator { display:none; }

/*
Tweak site description margin up a touch,
and close up spacing to banner a touch...
*/

#site-description {
    clear: right;
	float: right;
	font-style: italic;
	margin: 5px 0 13px 0;
	width: 220px;
}

/*
Make some room for an audio player
between the title and the banner.
Don't need the 18px bottom margin
*/

#site-title {
    margin: 0 0 0 0;
}

#audio-container {
    float: left;
	margin: 0 0 0 0;
	width: 700px;
}

/*
Adjustments to Ninja Forms...
Offset left-labeled input fields to 190px
Reduce margins below left-labeled input fields
Nice background and frame for forms
Fix nearly invisible horizontal rules
*/

.text-wrap label,
.textarea-wrap label,
.list-dropdown-wrap label {
    display: block;
    float: left;
    width: 190px;
}

.list-radio-wrap label {
    margin-bottom: -20px;
}

.entry-content input,
.entry-content select {
    margin: 0 0 1px 0;
}

.ninja-forms-cont {
    background-color: #dcdcdc;
    padding: 20px;
	border: 2px solid #808080;
	border-radius: 8px;
	box-shadow: 2px 2px 3px #708090;
    margin-bottom: 20px;
}

.ninja-forms-cont hr {
    background-color: #808080;
    height: 2px;
    box-shadow: 1px 1px 2px #708090;
}

/*
Give a little personality to images in blog posts...
*/

.type-post img {
    border: 1px solid #808080;
    border-radius: 3px;
}
