/************************************************************************************
Resetten van alle elementen
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

#image-right {
	float:right;
	margin:0 0 5px 10px;
}
#image-left {
	float:left;
	margin:0 10px 5px 0;
}

#image-left img, #image-right img {
	width:100px;
}

/* standaard alle html5 elementen naar block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #189FDE url(images/bck.png) center top  repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	height: 100%;
	font-weight:normal;
	color: #666666;
}
a {
	color: #ff3333;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px  1.4em;
}
h1 {
	font: 2em;
}
h2 {
	font: 2em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.0em;
	text-transform:uppercase;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	width:100%;
	height:125px;
	position:relative;
	margin:0 auto;
	background: #189FDE url(http://www.vcpong.nl/templates/schoolout/images/backtop.png) center top  no-repeat;
}
/* site logo */
#site-logo {
	position: absolute;
	z-index: 100;
	display: block;
	padding: 1px 1px;
}
#site-logo a {
	font: normal 36px/100% Century Gothic, sans-serif;
	color: #999999;
	text-decoration: none;
	width:980px
}

/* site description */
#site-description {
	font: 24px/130% Century Gothic, sans-serif;
	color: #999999;
	position: absolute;
	top: 50px;
}

/* searchform */

#searchform {
	position:relative;
	bottom:30px;
	right:-390px;
	
}
#searchform input {
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#searchform #s {
	width: 140px;
	background: #fff;
	border: #CCC 1px solid;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#nav {
	width:100%;
	margin: 0;
	padding: 0;
	text-align:center;
}
#main-nav {
	margin:0 auto;
	width:980px;
}

/************************************************************************************
	PULL DOWN NAV
*************************************************************************************/

#main-nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
	height: 30px;
	text-align:left;
}

/* main level link */
#main-nav a {
	font-weight: normal;
	line-height: 100%;
	color: #4a4a4a;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	margin: 0;
	font-size: 16px;
	font-style:bold;
}
/* main level link hover */
#main-nav .current a, #main-nav li:hover > a {
	background: #ffffff; /* for non-css3 browsers */
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	background: linear-gradient(-90deg, #ffffff, #ffffff);
	height: 30px;
	color: #ff3333;
	font-size: 16px;
    font-style:bold;
		
}
/* sub levels link hover */
#main-nav ul li:hover a, #main-nav li:hover li a {
	background: none;
	border: none;
	color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-size: 11px;
	height: 10px;
}
#main-nav ul a:hover {
	background: #ff3333 !important; /* for non-css3 browsers */
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#ff3333));
	background: -moz-linear-gradient(top,  #ff3333,  #ff3333);
	background: linear-gradient(-90deg, #ff3333, #ff3333);
	color: #ffffff !important;
}
/* level 2 list */
#main-nav ul {
	background: #666666; /* for non-css3 browsers */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	z-index:101;
	top: 35px;
	left: 0;

}
/* dropdown */
#main-nav li:hover > ul {
	display: block;
}
#main-nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#main-nav ul a {
	font-weight: normal;
}
/* level 3+ list */
#main-nav ul ul {
	left: 181px;
	background-color: #666666;
	top: 0px;
}
/* rounded corners for first and last child */
#main-nav ul li:first-child > a {
}
#main-nav ul li:last-child > a {
}
/* clearfix */
#main-nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#main-nav {
	display: inline-block;
}
html[xmlns] #main-nav {
	display: block;
}
* html #main-nav {
	height: 1%;
}


/************************************************************************************
SLIDER 
*************************************************************************************/
#slider {
	 margin: 0 auto;
	 overflow: hidden;
	 padding: 0;
	 width: 950px;
}

#slider ul {
	margin: 0;
	padding: 0;
}

#slider1 {
	width:950px;
	background-color: #fff;
	height: 383px;
	
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

#slider1 img {
	height: 383px;
	width: 950px;
	
}
/************************************************************************************
CONTENT
*************************************************************************************/
#main {
	margin:0 auto;
	width:980px;
	background-color:#FFFFFF;
}
#content {
	padding:10px;
	width:610px;
	float:left;
	position:relative;
	left: 310px
}

/* post */
.post {
	float:left;
	width: 99%;
}
.post:first {
	background:#daf6ff;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: 3em/150%  Century Gothic, sans-serif;
	color: #6f6d6d;
	text-transform: uppercase;
	
}
.mod_niews_title {
	margin: 0 0 5px;
	padding: 0;
	font: 2em/150%  Century Gothic, sans-serif;
	color: #6f6d6d;
	text-transform:none;
}

.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/

#sidebar {
	width: 280px;
	float: right;
	margin: 0px 0px 30px;
	position:relative;
	right: 685px;	
}
.widget {
	margin: 0 0 30px;
	padding: 10px 20px;
	background-color: #FFFFFF;
	border-bottom: #666 dotted thin;
	/* rounded corner 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-rad ius: 8px;
	border-bottom-right-radius: 20px 20px;*/
	/* box shadow 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);*/
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
	color: #6f6d6d;
	font: 2em/100%  Century Gothic, sans-serif;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0 6px 6px;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
	font: .81em/100% Arial, Helvetica, sans-serif color:#666666;
	
}
.widget li a {
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	color:#ff3333;
	text-decoration:none;
}
/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
dt {
	width: 150px;
}
dd {
	position:relative;
	bottom: 20px;
	left:155px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	width:100%;
	padding:45px 0;
	margin:20px 0 0;
	clear:both;
	content:" ";
	display:block;
	color:#808080;
	font-size:85%;
	background: #e6e6e6;
}
#sitemap {
	margin:0 auto;
	width:980px;
}
#sitemap li {
	float:left;
	width:160px;
	list-style: none;
	margin:0;
	padding:0;
	font: bold 13px/24px Arial, Helvetica, sans-serif;
}
#sitemap li ul { margin:0; }
#sitemap li ul li { font: normal 12px/24px Arial, Helvetica, sans-serif; }

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
 FOTO GALLERY 
*************************************************************************************/

.imageRow {
	clear:both;
}
.imageRow .image {
	float:left;
	width:19%;
	height:79px;
	margin:3px;
	overflow:hidden;
	background-color:black;
}
.imageRow .image img {
	width:100%;
}