/*
Theme Name: Twenty Ten Child
Theme URI: http://jhuisken.org/
Description: Make a wide page for live scores.
Author: Jos Huisken
Version: 0.1.0
Template: twentyten
*/

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

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.singular #content {
margin-left:0;
margin-right:0;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    width: 94%;
}

.one-column #content {
width: auto;
}


/* =Global Elements
-------------------------------------------------------------- */
a:link {
	color: #0066cc;
}

/* =Header
-------------------------------------------------------------- */
/* This is the custom header image */
#branding img {
	border-top: 4px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	display: block;
	float: left;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #0066CC;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}




/* =Comments Aanpassing streep onderaan pagina
-------------------------------------------------------------- */


#respond {
	border-top: 1px solid #0066CC;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #0066CC;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}

