/*
Theme Name: Voetbalschool Atletico
Theme URI: http://atletico.be
Description: Custom theme for Voetbalschool Atletico by Bram Van Oost at Este Media
Version: 1.0
Author: Bram Van Oost

Tags: custom

*/


/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue Light", helvetica, arial, sans-serif;
}

#header img {
	-moz-border-radius: 4px;	
}
:link img {
  border: none;
}
.alignleft {
	float:left;	
	padding-right: 10px;
}
.alignright {
	float:right;	
	padding-left: 10px;
}

p a, ul a {
	color:#06C;
	text-decoration:none;
	border-bottom: 1px solid #a4b5ff;
}
p a:hover, ul a:hover {
	color: #03C;
	border-bottom: 1px solid #03C;
}

#page {
	margin: 20px auto;
	width: 1000px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:0px 0px 20px 0 #000;
	-webkit-box-shadow:0px 0px 12px 0 #000;
	background: url('img/ball.jpg') #fff no-repeat bottom left;
}
#header {
	padding: 10px 0 0 10px;
	width: 1000px;
	height: 160px;
	margin-bottom: 20px;

}
#footer {
	margin: 20px auto;
	width: 1000px;
	height: 50px;
	background-color: #fafafa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url('img/footer.bg.png') repeat-x;
	-moz-box-shadow:0px 0px 12px 0 #333;
	-webkit-box-shadow:0px 0px 12px 0 #333;
}

/* MAIN SECTIONS */

#container {
	display:block;
	width: 1000px;
	height: auto;
}

#left {
	display:block;
	float:left;
	width: 200px;
	min-height: 400px;
	margin-bottom: 5px;

}
#main {
	min-height: 400px;
	display:block;
	float:left;
	width: 790px;
}

/* ADDITIONAL SECTIONS */

#recentnieuws {
	display: block;
	margin-top: 20px;
	border-top: 1px solid #CCC;
}
#topnavigation {
	display:block;
	width: 788px;
	height: 40px;

	background-image: linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -o-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(239,239,239)),
		color-stop(0.5, rgb(253,253,253))
	);


	font-size: 16px;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 20px;
}
#topnavigation a {
	font-family: 'Actor', Helvetica, arial, sans-serif;
	display:block;
	float:left;
	width: 197px;
	padding-top: 11px;
	height: 29px;
	text-align:center;
	text-decoration:none;
	color:#000;
	border: none;
}
#topnavigation a:hover {
	background-image: linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	background-image: -o-linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(152,200,113)),
		color-stop(0.5, rgb(167,216,126))
	);
	color:#FFF;
	border:none;
}

#content {
	width: 580px;	
	margin: 0 20px 20px 0;
	float:left;
	min-height: 340px;
	padding-left: 10px;
	color: #6d6d6d;
	font-size: 12px;
	font-weight:normal;
	line-height:16px;
}

#right {
	display:block;
	float: left;
	width: 180px;
}
#right ul {
	background-color: #fafafa;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:0 0 0 5px;
	list-style-type:none;
}

#right ul li ul {
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:0;
	list-style-type:none;
	color: #000;
	font-family: "Helvetica Neue Light", helvetica, arial, sans-serif;
	font-size:10px;
}
#right ul li ul a {
	color: #39F;
	text-decoration: none;
}
#right h2 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    color: #6D6D6D;
    margin-bottom: 15px;
    border-bottom: 2px solid #6d6d6d;
    padding-bottom: 5px;
}
#navigation {
	border: 1px solid #cfcfcf;
	min-height: 200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 10px 10px 10px;
	
	background-image: linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -o-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(239,239,239)),
		color-stop(0.5, rgb(253,253,253))
	);

	
	box-shadow: 0 0 5px 0 #cacaca;
}

#subscribe {
	border: 1px solid #cfcfcf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 10px 10px 10px;
	
	background-image: linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -o-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(253,253,253) 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(239,239,239)),
		color-stop(0.5, rgb(253,253,253))
	);

	padding: 10px;
}
#sidebar h2 {
	font-family: 'Actor', Helvetica, arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
#subscribe p {
	font-size: 12px;
}
#alo_easymail_widget_form {
	font-size: 10px;
}
#alo_easymail_widget_feedback {
	font-size: 10px;
	margin-bottom: 5px;
	line-height: 16px;
}
#alo_easymail_widget_form input {
	margin-left: 5px;
}
.alo_easymail_disclaimer {
	padding: 5px 0 3px 0;
	color: #666;
}

/* CLEARING DIV */
.clear {
	float:none;
	clear:both;
}

/* TEXT STYLING */


#content .date {
	display:block;
	font-size: 12px;
	color:#666;
}
#content h2 {
	font-size: 15px;
	margin-bottom: 5px;
	font-family: 'Actor', Helvetica, arial, sans-serif;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #aaa;
}
#content ul {
	color: #1c1c1c;
	padding-left: 20px;
	margin-bottom: 20px;
}
#content ul li {
	list-style: disc;
}

#recentnieuws h3 {
	font-size: 12px;
	font-weight: normal;
	margin:0;
}
#recentnieuws .date {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
#recentnieuws p {
	line-height:18px;
	padding-left: 20px;	
}
#content h1 {
	font-family: 'Actor', Helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 2px solid #333;
	padding-bottom: 5px;
	color: #333;
	margin-bottom: 20px;
}
#content p {
	color: #1c1c1c;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	margin-bottom: 10px;
}
#content p strong {
	font-weight: bold;
}

#footer p {
	padding: 7px 15px 7px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#666;
	width: 150px;
	float:left;
	line-height: 16px;
}

#footer a {
	text-decoration:none;
	color:#39C;
}
#footer a:hover {
	text-decoration:none;
	color:#36C;
}

#right ul li a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #36F;
	text-decoration: none;
	margin-left: 3px;
		
}
#right ul li a:hover {
	color: #33F;	
}

#right h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding:none;
	margin:none;
}
#right ul li {
	padding-bottom: 5px;	
}

#right ul li a:hover {
	text-decoration: none;
		
}

.widget p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

/* NAVIGATION STYLING */

#navigation a {
	text-decoration: none;
	color: #333;
	border: none;
}

#navigation ul {
	margin:15px 5px 15px 5px;
	padding:0;
}

#navigation ul li {
	list-style-type:none;
	font-size: 14px;
}
#navigation ul li a {
	display: block;
	padding: 7px 5px 7px 10px;
	font-family: 'Actor', Helvetica, arial, sans-serif;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}

#navigation ul li a:hover {
	background: url('img/sidenavigation.bg.down2.png') repeat-x;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
}

#navigation .current_page_item a {
	background: url('img/sidenavigation.bg.down2.png') repeat-x;
	color: #fff;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#facebook {
	margin-top: 40px;
}
#fblike {
	margin: 10px;
}
#video {
	text-align:center;
	margin-top: 50px;
}

#mededeling {
	margin-top: 20px;
	border-top: dashed 1px #999;
}
.subpost {
	margin-top: 20px;
	padding-top: 5px;
	border-top: dashed 1px #999;
}

.wpcf7-mail-sent-ok {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.post h1 {
 	margin:0;
	padding:0;
}

.camp {
	font-family:Verdana, Geneva, sans-serif;
	border: 1px solid #999;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
}
.camp .camptitle {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 3px;
}
.camp .subtitle {
	font-style: italic;
}
.camp .box a {
	display: block;
	width: 80%;
	text-transform: uppercase;
	margin: 5px auto 5px auto;
	color: #fff;
	font-weight: bold;
	padding: 5px; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	line-height: 14px;
}
.camp .box a:hover {
	color: #fff;
	border: none;
	text-decoration: none;
	background-color: #3569fe;
}
.camp .green {
	background-color: green;
}
.camp .purple {
	background-color: #4d459f;
}
.camp .orange {
	background-color: #eb834d;
}
.camp .green {
	background-color: #3a9345;
}
.camp .red {
	background-color: #e54042;
}
.camp .blue {
	background-color: #7089c5;
	letter-spacing: -0.09em;
}

#inschrijven ul {
	margin: 0;
	padding: 0;
}
#inschrijven ul li {
	list-style: none;
}
#inschrijven ul li a {
	display: block;
	background-color: #dadada;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 200px;
	height: 20px;
	margin-bottom: 10px;
	padding: 7px 0px 4px 7px;
	color: #333;
	text-decoration: none;
	font-family: 'Actor', Helvetica, arial, sans-serif;
	font-size: 14px;
	border: none;
}
#inschrijven ul li a:hover {
	background: url('img/sidenavigation.bg.down2.png') repeat-x;
	color: #fff;
}
.inschrijven {
	display: block;
	background: url('img/sidenavigation.bg.down2.png') repeat-x;	-moz-border-radius: 2px;
	width: 200px;
	height: 20px;
	margin-bottom: 10px;
	padding: 7px 0px 4px 7px;
	color: #333;
	text-decoration: none;
	font-family: 'Actor', Helvetica, arial, sans-serif;
	font-size: 14px;
	border:none;
	-moz-box-shadow:0px 0px 3px 0 #999;
	-webkit-box-shadow:0px 0px 3px 0 #999;
}
.inschrijven:hover {
	background-image: linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	background-image: -o-linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(152,200,113) 0%, rgb(167,216,126) 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(152,200,113)),
		color-stop(0.5, rgb(167,216,126))
	);
	color: #fff;
	border: none;
}
#schema td {
	height: 15px;
}
#schema .title {
	background-color: #dadada;
	width: 580px;
	height: 10px;
}
#schema .type {
	width: 381px;
}
#schema .date {
	text-align: right;
	width: 199px;
}

.ngg-albumtitle a {
	text-decoration: none;
	font-family: 'Actor', Helvetica, arial, sans-serif;
	color: #333;
}
