/*
Theme Name: u3aWebTheme
Description: NOTE: This is a child theme using the default WordPress 
twentyeleven.  WARNING: If you switch themes you may lose functionality.  If you want to change the look, make a copy of this theme, rename it, in WordPress then start changing the design.
Author: Jeff Lloyd
Template: twentyeleven
*/

@import url("http://westwiltsu3a.org.uk/wordpress/wp-content/themes/twentyeleven/style.css");

#site-title, #site-description {
	position: absolute;
	left: -9000px;
}

/* DataTables u3agroup
 */
table.u3agroup {
	margin: 0 auto;
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.u3agroup caption {
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    padding: 0.2em;
}

table.u3agroup thead th {
    text-align: left;
    background: gray;
    color: white;
	padding: 0.2em;
}

table.u3agroup td {
	padding: 0.2em;
	border: 1px solid black;
}

table.u3agroup tbody th {
    text-align: left;
    background: #cccccc;
    border: 1px solid black;
    width: 32%;
}
#branding
#searchform { 
    bottom: 135px;
    left: 812px;
    top: 155px;
}

#branding
.with-image
#searchform {
    top:  155px;
    left: 832px;
    bottom: 100px;
    right: 10;
}

#branding
.only-search + #access
div {
    padding-right: 10px;
}


/*
     FILE ARCHIVED ON 19:46:32 Oct 17, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:28:19 Oct 05, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/