/*
Theme Name: 	chucks-child
Theme URI: 		http://www.chuckswebdesign.nl
Author: 		chucks
Author URI: 	http://www.chuckswebdesign.nl
Description:	WordPress thema van Chucks Webdesign
Template:		chucks
Version: 		1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
    text-align: left;
}

table th, table td {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

#Top_bar .menu > li > a span:not(.description) {
    border-right-width: 1px;
    border-style: solid;
    display: block;
    line-height: 60px;
    padding: 0 12px;
    white-space: nowrap;
}

#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
    height: 80px !important;
    line-height: 60px;
    padding: 15px 0;
}

blockquote {
    background: rgba(0, 0, 0, 0) url("../images/stripes/textline.png") repeat-y scroll 0 0;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 31px;
    margin: 0 0 35px 25px;
    position: relative;
    top: 15px;
}