/*
	Theme Name: Arnhemse Stockdagen
	Description: Arnhemse Stockdagen 2015
	Version: 1.0
	Author: Merel de Goede
	Tags: Arnhemse Stockdagen Arnhem 2015
*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 13px;
	text-align: left;
	color: black;
	font-family: Letter Gothic Std, 'Source Code Pro', sans-serif;	
}

p a {
	color: #FEABC0;
}

/*-------------------------HEADER-------------------------*/

header {
	width: 920px;
	margin: 0 auto;
}

#head {
	width: 920px;
	height: 90px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#title {
	position: relative;
	float: left;
	width: 190px;
	margin: 0 auto;
	margin-left: 50%;
	left: -95px;
}

#title img {
	width: 100%;
	height: auto;
}

#social {
	position: relative;
	float: right;
	width: 58px;
	height: 30px;
	top: 70px;
}

#social img {
	width: 24px;
	height: 24px;
}

#navigation {
	width: 920px;
	height: 25px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ABBDC5;
}

#main-nav	{
	position: relative;
	float: left;
	height: 25px;
	width: 920px;
	/*font-size: 13px;*/
	z-index: 1;
}
.menu-item {
	width: auto;
	text-align: center;
	margin-right: 27px;
}
.menu-item:last-of-type {
	margin-right: 0;
}
.sub-menu .menu-item {
	margin: 0;
	font-size: 12px;
}
#main-nav a {
	color: black;
	text-decoration: none;
}
#main-nav ul	{
	margin: 0; 
	padding: 0; /* only needed if you have not done a CSS reset */
}
#main-nav li	{
	display: block;
	float: left;
	line-height: 20px; /* this should be the same as your #main-nav height */
	height: 20px; /* this should be the same as your #main-nav height */
	position: relative; /* this is needed in order to position sub menus */
}
#main-nav li a	{
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0; 
	padding: 0;
}
#main-nav li.current-menu-item a:hover {
	color: #6077A1;
}
#main-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover {
	color: #6077A1;
}

#main-nav .current-menu-item ul.sub-menu a, #main-nav .current_page_item ul.sub-menu a {
	color: #6077A1;
}

#main-nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 25px; /* this should be the same height as the top level menu -- height + padding + borders */
	background: white;
	padding: 0 10px;
	padding-bottom: 8px;
	margin-left: -16px;
	min-width: 110%;
    white-space: nowrap;
}
#main-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	padding-bottom: 3px;
}
#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}
#main-nav ul ul li a { /* target all sub menu item links */
	padding: 5px 0;
}

#navigation #social-img img {
	width: 20px;
	height: 20px;
	margin-top: 4px;
	opacity: 1;
}

#navigation #social-img img:hover {
	opacity: 0.6;
}


/*-------------------------HOMEPAGE TEMPLATE-------------------------*/

#content-home {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 15px auto 0 auto;
}

#content-home img {
	width: 920px;
	height: auto;
}

#content-home li {
	list-style-type: none;
}

#content-home ul {
	list-style-type: none;
}

#data-content {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ABBDC5;
}

#data li {
	list-style-type: none;
}

#data ul {
	list-style-type: none;
}

#data {
	width: 100%;
	font-size: 19px;
	text-align: center;
	margin: 20px auto;
}

#days {
	font-size: 17px;
	margin-top: 20px;
}

#days li {
	list-style-type: none;
}

#days ul {
	list-style-type: none;
}

#location p {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.textwidget a {
	text-decoration: none;
	color: black;
}

/*
p.stadhuishal a {
	color: #FEABC0;
	text-decoration: none;
}
p.plint26 a {
	color: #FEABC0;
	text-decoration: none;
}
*/
p.centrum a {
	color: #6d8965;
	text-decoration: none;
}
p.modekwartier a {
	color: #cc7a80;
	text-decoration: none;
}
p.eusebiuskerk a {
	color: #edb95b;
	text-decoration: none;
}
/*
p.kleefsewaard a {
	color: #ABBDC5;
	text-decoration: none;
}
p.ipkw a {
	color: #ABBDC5;
	text-decoration: none;
}
p.mode-incubator a {
	color: #FFCD4A;
	text-decoration: none;
}
*/


#data p.days {
	width: 420px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 17px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 55px; /* Chrome, Safari, Opera */
    -moz-column-gap: 55px; /* Firefox */
    column-gap: 55px;
}

#home-content {
	position: relative;
	width: 920px;
	overflow: hidden;
	height: auto;
	margin-top: 20px;
	line-height: 1.9;
}

#home-content p {
	margin-right: 20px;
}

#asd {
	position: relative;
	float: left;
	width: 600px;
	overflow: hidden;
	height: auto;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #ABBDC5;
}

#asd p {
	margin-top: 0;
}

#uitgelicht {
	width: 100%;
	overflow: hidden;
	min-height: auto;
}

.uitgelichtdeelnemer {
	position: relative;
	float: left;
	width: 190px;
	height: 190px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
	line-height: 0;
}

.uitgelichtdeelnemer:hover {
	opacity: 0.7;
}

#uitgelicht .uitgelichtdeelnemer img {
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: auto;
}

.uitgelichtdeelnemer.modekwartier p {
	background: #cc7a80;
}
.uitgelichtdeelnemer.centrum p {
	background: #6d8965;
}
.uitgelichtdeelnemer.eusebiuskerk p {
	background: #edb95b;
}
/*
.uitgelichtdeelnemer.kleefse-waard p {
	background: #ABBDC5;
}
.uitgelichtdeelnemer.ipkw p {
	background: #ABBDC5;
}
.uitgelichtdeelnemer.stadhuishal p {
	background: #FEABC0;
}
.uitgelichtdeelnemer.plint26 p {
	background: #FEABC0;
}
.uitgelichtdeelnemer.mode-incubator p {
	background: #FFCD4A;
}
*/

#home-content .uitgelichtdeelnemer p {
	position: absolute;
	top: 150px;
	left: 0;
	margin: 0;
	font-size: 11px;
	width: 190px;
	height: 40px;;
	line-height: normal;
	padding-top: 8px;
}

.uitgelichtdeelnemer p i {
	font-style: normal;
	font-size: 9px;
	margin-right: 0;
}

.uitgelichtdeelnemer a {
	text-decoration: none;
	color: white;
}

#advertenties {
	position: relative;
	float: left;
	width: 298px;
	overflow: hidden;
	height: auto;
	margin-left: 20px;
}

#advertenties img {
	width: 100%;
	height: auto;
}

/*-------------------------PAGE-------------------------*/


#content {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0 auto;
	line-height: 1.9;
}

#content h2 {
	text-align: center;
	color: #7EB3A3;
	padding: 0;
	margin: 5px;
	font-weight: 100;
}

h3 {
	font-weight: 100;
}

#image img {
	width: 920px;
	height: auto;
}

#content a {
	color: #FEABC0;
}

.gallery {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.gallery img {
	border: none !important;
}

.gallery-item {
	width: 450px !important;
}

.gallery-item:nth-of-type(even) {
	margin-left: 20px;
}

.gallery-icon img {
	width: 450px;
	height: auto;
}

.gallery-caption {
	display: none;
}

/*------------------------- SINGLE POST (EVENT UITLEG) -------------------------*/

#single {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	line-height: 1.9;
}

#single h2 {
	margin: 5px;
	margin-top: 15px;
	font-size: 22px;
	text-align: center;
	font-weight: 100;
}

#single h2.modekwartier {
	color: #cc7a80;
}
/*
#single h2.kleefse-waard {
	color: #ABBDC5;
}
#single h2.ipkw {
	color: #ABBDC5;
}
#single h2.stadhuishal {
	color: #FEABC0;
}
#single h2.building026 {
	color: #FEABC0;
}
*/
#single h2.centrum {
	color: #6d8965;
}
#single h2.eusebiuskerk {
	color: #edb95b;
}
/*
#single h2.mode-incubator {
	color: #FFCD4A;
}
*/

#praktisch {
	position: relative;
	float: left;
	width: 220px;
	padding: 30px;
	height: auto;
}

#praktisch p {
	width: 220px;
	color: white;
}

#praktisch p a {
	color: white;
}

#praktisch.modekwartier {
	background: #cc7a80;
}
/*
#praktisch.kleefse-waard {
	background: #ABBDC5;
}
#praktisch.ipkw {
	background: #ABBDC5;
}
#praktisch.stadhuishal {
	background: #FEABC0;
}
#praktisch.plint26 {
	background: #FEABC0;
}
*/
#praktisch.centrum {
	background: #6d8965;
}
#praktisch.eusebiuskerk {
	background: #edb95b;
}
/*
#praktisch.mode-incubator {
	background: #FFCD4A;
}
*/

#event {
	position: relative;
	float: left;
	width: 600px;
	margin-left: 40px;
	
}

#event img {
	width: 100%;
	height: auto;
}

#event p img {
	max-width: 150px;
	height: auto;
	max-height: 100px;
	width: auto;
}

/*------------------------- DEELNEMERS TEMPLATE -------------------------*/

#deelnemers {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0 auto;
	line-height: 1.9;
	text-align: center;
}

#deelnemers h2 {
	color: #7EB3A3;
	padding: 0;
	margin: 5px;
	font-weight: 100;
}

.deelnemer {
	position: relative;
	float: left;
	width: 222px;
	height: 222px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
	line-height: 0;
}

.deelnemer:nth-child(4n+2) {
	margin-right: 0;
}

.deelnemerfilter .deelnemer:nth-child(4n+1) {
	margin-right: 0;
}
.deelnemerfilter .deelnemer:nth-child(4n+2) {
	margin-right: 10px;
}

.deelnemer:hover {
	opacity: 0.7;
}

#deelnemers .deelnemer img {
	position: absolute;
	top: 0;
	left: 0;
	height: 182px;
	width: auto;
}

.deelnemer.modekwartier p {
	background: #cc7a80;
}
.deelnemer.centrum p {
	background: #6d8965;
}
.deelnemer.eusebiuskerk p {
	background: #edb95b;
}
/*
.deelnemer.kleefse-waard p {
	background: #ABBDC5;
}
.deelnemer.ipkw p {
	background: #ABBDC5;
}
.deelnemer.stadhuishal p {
	background: #FEABC0;
}
.deelnemer.plint26 p {
	background: #FEABC0;
}
.deelnemer.mode-incubator p {
	background: #FFCD4A;
}
*/

.deelnemer p {
	position: absolute;
	top: 182px;
	left: 0;
	font-size: 11px;
	width: 222px;
	height: 32px;;
	line-height: normal;
	padding-top: 8px;
	margin: 0;
}

.deelnemer p i {
	font-style: normal;
	font-size: 9px;
}

.deelnemer a {
	text-decoration: none;
	color: white;
}

/*------------------------- PARTNERS TEMPLATE -------------------------*/

#partners {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0 auto;
	line-height: 1.9;
	text-align: center;
}

#partners h2 {
	color: #7EB3A3;
	padding: 0;
	margin: 5px;
	font-weight: 100;
}

#partners #image img {
	min-width: 920px;
	height: auto;
}

#partners img {
	max-width: 200px;
	height: auto;
	max-height: 150px;
	width: auto;
}

/*-------------------------FOOTER-------------------------*/

#footer {
	width: 920px;
	height: auto;
	margin: 40px auto 10px auto;
	overflow: hidden;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #ABBDC5;
	font-size: 12px;
}

#footleft {
	position: relative;
	float: left;
	width: 50%;
	text-align: left;
}

#footright {
	position: relative;
	float: left;
	width: 50%;
	text-align: right;
}

#footer p a {
	color: #FEABC0;
}

#footer img {
	width: 100px;
	height: auto;
}



@media only screen and (max-device-width : 920px) {
	  #data p.days {
		  width: 620px;
		  font-size: 14px;
		  -webkit-column-gap: 35px; /* Chrome, Safari, Opera */
		  -moz-column-gap: 35px; /* Firefox */
		  column-gap: 35px;
	  }
	  
	  #footer {
		  font-size: 10px;
	  }
}