/*
Theme Name: Cycloop
Theme URI: http://decycloop.com
Description: Cycloop Wordpress Theme by Joost van der Borg.
Version: 1.1
Author: Joost van der Borg
Author URI: http://www.farawayplaces.nl/
Tags: cycloop
*/


/* DE CYCLOOP MAIN CSS-SHEET
----------------------------------------------------------------------------------------------------------------------------------------------------*/

/* GLOBAL
----------------------------------------------------------------------------------------------------------------------------------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0;
	padding:0;
	}
a:link, a:visited {
	text-decoration: none;
	color: #676767;
	}
	
a:hover {
	text-decoration: underline;
}

img {
	border: 0; 
	}
ul, li {
	list-style-type: none; 
	}

h2 {
	font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #7c7676;
}

h3 {
	font: normal 20px/22px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #7c7676;
}
/* MAIN
----------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
	background: #e5e2d8 url(graphics/background.jpg) repeat-x;
	text-align: center;
	color: #7c7676;
	font: normal 0.8em/1.8em Verdana, Arial, sans-serif;
}

#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-top: 5px;
}

/* HEADER
----------------------------------------------------------------------------------------------------------------------------------------------------*/
h1 {
	background: url(graphics/header1.png) no-repeat;
	width: 850px;
	height: 250px;
	text-indent: -9000px;
}

#lang_sel_list {
	position: absolute;
	top: 160px;
	left: 676px;
	text-align: right;
}


/* NAVIGATIE
----------------------------------------------------------------------------------------------------------------------------------------------------*/

#promo {
	width: 760px;
	height: 85px;
	padding: 15px 40px 0 40px;
	background: url('graphics/promo.jpg') top left no-repeat;
}

ul#navigation {
	width: 800px;
	position: absolute;
	top: 215px;
	left: 30px;
}

ul#navigation li {
	display: inline;
	padding: 0 11px;
}

ul#navigation li a {
	font: normal 13px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}


/* MAIN
----------------------------------------------------------------------------------------------------------------------------------------------------*/

#main {
	background: url(graphics/background_main.jpg) repeat-y;
	position: relative;
}

#main #imagelist img {
	margin: 4px;
	
}

#main iframe {
	margin-top: 16px;
	z-index: 100;
}
/* RIGHT SEGMENT
----------------------------------------------------------------------------------------------------------------------------------------------------*/
#sidebar {
	background: url(graphics/top_right_corner.jpg) no-repeat;
	width: 225px;
	height: 100%;
	padding: 30px 65px 0 25px;
	position: absolute;
	left: 550px;
	top: 0;
	text-align: right;
	z-index: 10;
}
#sidebar.small {
	height: 30px;
}
#sidebar h2 {
	font: normal 18px/16px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-top: 8px;
}

#sidebar .hidden {
	display: none;
}

#sidebar p {
	width: 250px;
}

#sidebar a {
	color: #AEC877;
}

.wpng-widget-date-title {
	font-weight: bold;
}


#entry ul li {
    list-style-type: disc;
}
/* Previous News
----------------------------------------------------------------------------------------------------------------------------------------------------*/

ul#previous {
	background:transparent url(graphics/dotted-line.gif) repeat-x bottom left;
	padding: 10px 0 1px 0;
	margin-bottom: 20px;
	width: 240px;
}

ul#previous li {
	background:transparent url(graphics/dotted-line.gif) repeat-x top left;
}

ul#previous li a {
	display:block;
	padding: 9px 0;
}

ul#previous li a:hover {
	background:#fafcf5 url(graphics/dotted-line.gif) repeat-x top left;
}

ul#previous li a em {
	color: #aec978;
	font-style:normal;
	font-size: 11px;
}

a#archief {
	font: normal 18px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-left: 150px;
}

/* Agenda
----------------------------------------------------------------------------------------------------------------------------------------------------*/

ul#agenda {
	background:transparent url(graphics/dotted-line.gif) repeat-x bottom left;
	padding: 10px 0 1px 0;
	margin-bottom: 20px;
	width: 240px;
}

ul#agenda li {
	background:transparent url(graphics/dotted-line.gif) repeat-x top left;
}

ul#agenda li a {
	display:block;
	padding: 9px 0;
}

ul#agenda li a:hover {
	background:#f8f9fa url(graphics/dotted-line.gif) repeat-x top left;
}

ul#agenda li a em {
	color: #b6c4ce;
	font-style:normal;
}

/* LEFT SEGMENT
----------------------------------------------------------------------------------------------------------------------------------------------------*/
#content {
	background: url(graphics/top_left_corner.jpg) no-repeat;
	width: 500px;
	padding: 30px 0 8px 50px;
	min-height: 500px;
}

#content p {
	margin: 16px 0 16px 0;
}

#content form {
	width: 500px;
}

#content form textarea {
	width: 500px;
}

#content a, #promo a {
	color: #AEC877;
	
}


#content img {
	margin: 3px;
	padding: 3px;
	border: 1px solid #7C7676;
}

#content .lightbox li {
	float: left;
	display: block;
}

form#cformsform fieldset {
	background: none;
	border: none;
}


form#cformsform legend {
	font: normal 18px/20px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #7c7676;
}

form#cformsform label, form#cformsform label span {
	width: 120px;
}


form#cformsform input {
	width: 200px;
}

form#cformsform textarea {
	width: 350px;
}

form#cformsform .sendbutton {
	width: auto;
	margin-left: 130px;
}

.posted {
	color: #b6c4ce;
	font-size:.94em;
	background: url(graphics/dotted-line.gif) repeat-x bottom left;
	padding: 8px 0;
}

.posted .by {
	margin-left: 10px;
	padding-left: 20px;
	background: url(graphics/pencil.gif) no-repeat;
	height: 20px;
}


.post {
	margin-bottom: 20px;}

.wp-caption {
	background: transparent;	
	text-align: center;
	padding-top: 3px;
	font-size: 8px;
	margin: 8px;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#content .wp-caption-text {
	line-height: 12px;
	font-size: 12px;
	margin-top: 0;
	margin: 0;
}
/* About
----------------------------------------------------------------------------------------------------------------------------------------------------*/

#activiteiten {
	width: 500px;
	padding-bottom: 40px;
}

#activiteiten p {
	padding-top: 10px;
}

ul#sub_menu {
	width: 500px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	background:transparent url(graphics/dotted-line.gif) repeat-x bottom left;
}

ul#sub_menu li {
	display: inline;
	padding-right: 20px;
}

ul#sub_menu li a {
	font: normal 13px Verdana,Arial,Helvetica,sans-serif;
	color: #aec877;
}



/* BOTTOM
----------------------------------------------------------------------------------------------------------------------------------------------------*/

#bottom {
	background: url(graphics/gradient_green.jpg) repeat-x 0 45px;
	margin: 25px 15px 0 16px;
	clear: both;
}

/*#green_gradient {
	background: #afca7a url(graphics/gradient_green.jpg) repeat-x 0 45px;

}
*/

/* CONTESTS
----------------------------------------------------------------------------------------------------------------------------------------------------*/

#bottom_right {
	background: url(graphics/contests_header.jpg) no-repeat;
	position: absolute;
	left: 550px;
	width: 300px;
}

/* LINKS
----------------------------------------------------------------------------------------------------------------------------------------------------*/

#bottom_left {
	background: url(graphics/links_header.jpg) no-repeat;
	width: 504px;
	padding: 20px 0 0 30px;
	min-height: 250px;
}

ul#links {
	background:transparent url(graphics/dotted-line.gif) repeat-x bottom left;
	padding: 10px 0 1px 0;
	width: 450px;
}

ul#links li {
	background:transparent url(graphics/dotted-line.gif) repeat-x top left;
	padding:9px 5px 9px 20px;
}

ul#links li a {
}

ul#links li a:hover {
	background:#cee2a5 url(graphics/dotted-line.gif) repeat-x top left;
}

ul#links li a {
	color: white;
	font-style:normal;
	font-weight: bold;
}
#bottom_left ul#images {
	margin-top: 8px;
}

#bottom_left ul#images li {
	display: inline;
}
#bottom_left ul#images li a {
	margin: 3px;
	padding: 3px;
	padding-bottom: -3px;
	background: white;
	display: block;
	float: left;
}
#polaroids {
	background:#cee2a5 url(graphics/polaroids.jpg) no-repeat;
	width: 263px;
	height: 286px;
}


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

#footer {
	background:transparent url(graphics/footer.jpg) no-repeat;
	width: 850px;
	height: 50px;
}

/* BBPRESS  (FORUM */

table {
	width: 100%;
	
}

table#forumlist tr, table#latest tr {
	background: #eee;
}

table#forumlist tr.alt, table#latest tr.alt {
	background: #fff;
}

table td {
	padding: 4px;
}

table th {
	background: #fff;
}
ol#thread {
	margin: 0;
	padding: 0;
}

img.avatar {
	float: left;
}

ol#thread li {
	padding: 4px;
	background: #eee;
}

ol#thread li.alt {
	background: #fff;
}

form fieldset {
	border: none;
}

form.login label {
	display: block;
	font-weight: bold;
}

form.login input {
	width: 150px;
}

form.login input.submit, input#quick_remember {
	width: auto;
}

p.login {
	width: 120px;
}

a img.bb_attachments_link {
	display: none;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
