/* ----------------------------------------------
	Template Code : 100%NL
	Version : 1.0   
	Author : Studio Web
	Author URI : http://www.studioweb.nl/    
	Last Date Modified : juni, 2009	
 ------------------------------------------------ */

@import url(reset.css); /* RESET CSS */


/* BODY
---------------------------------------------------------------------- */

/* LAYOUT BASIC */
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
 
/* Top Elements */
body {}

/* DEFAULT STYLING
---------------------------------------------------------------------- */
body {
	font: normal 12px Trebuchet MS, Verdana;
	line-height: 18px;
	color: #000;
}
body table, table p {
	font-size: 100%;}
	
p, div, h1, h2, h3, h4, h5, h6, ul, li, form, input, select, option {
	margin:					0;
	padding:				0;
	font-weight: 			normal;
}
p {
	margin-bottom: 12px;
}
strong {
	font-weight: bold;}
em {
	font-style: italic;
}
small {
	font-size: 11px;}
.blue, .blue * {
	color: #f78f1f;
}
.red, .red * {
	color: #f78f1f;
}
.white {
	color: white;
}

/* heading styles */
h1 {	
	display: block;
	margin: 1px 0 1px 0;
	font-size: 18px;
	line-height:20px;
	color: #d7005a;
}
h2 {
	display: block;
	margin: 1px 0 1px 0;
	font-size: 18px;
	line-height: 20px;
	color:  #f78f1e;
}
h3 {
	display: block;
	margin: 1px 0 1px 0;
	font-size: 15px;
	line-height:18px;
	color: #d7005a;
}
h4 {
	display: block;
	margin: 1px 0 1px 0;
	font-size: 15px;
	line-height:18px;
	color:  #f78f1e;
}
h5 {
	display: block;
	margin: 1px 0 1px 0;
	font-size: 12px;
	color:  #f78f1e;
}
h6 {
	display: block;
	margin: 1px 0 1px 0;
	font-size:12px;
	color: #d7005a;
}

/* link styles */
a {
	color: #d7005a;
	text-decoration: none;
}
a:hover {
	color: #f78f1f;
	text-decoration: none;
}
a.active {
	color: #f78f1f;
}
a.btn-back {
	margin: 1px;
	float: right;
}
a.radio100nl {
	cursor: hand;
	cursor: pointer;
}
/* specific styles */
.date {
	color: grey;
	text-transform: uppercase;
}
.bread-text {}
.link a{
	color: #f78f1f;
	font-style: italic;
}
.link a:hover{
	color: #f78f1f;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.uppercase {
	text-transform: uppercase;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
/* lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { 
	list-style: circle;
}
dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}
ul {
	margin: 9px 0 9px 22px;
	padding: 0;
	line-height: 17px;
}
ul.link { 
	list-style: none;
	list-style-type: none;
	margin:0px 0px; 
	padding:0 0 0 0px; 
}
ul.link li { 
	margin:0; 
	padding: 0; 
}
ul.link a { 
	display:block; 
	padding-left:12px; 
	background: url("../img/ul_white.png") 0px 5px no-repeat; 
}
ul.link a:hover { 
	background-image: url("../img/ul_orange.png");
} 

ul.months { 
	list-style: none;
	list-style-type: none;
	margin: 0; 
	padding: 0; 
}
ul.months li { 
	margin: 0; 
	padding: 2px 0; 
	font-size: 14px;
}
ul.months li a{ 
	color: white;
}
ul.months li.year{ 
	font-size: 40px;
	line-height: 42px;
	color: #f78f1f;
}

/* blockquote, img, hr */
blockquote, pre {
	padding: 10px 30px;
}
blockquote {
	font: italic 12px Georgia, Times, serif;
	margin: 8px 0;
}
* html ul, * html ol {
	margin-left: 22px;
}
img {
	margin: 0;
	padding: 0;
	border-color: #fff;
}
img.title {
	display: block;
}
#contentright-inner img.title {
	margin: 0px auto;
}
img.inline {
	display: inline;
}
.pointerhand {
	cursor: pointer;
}
hr {
	border: solid #fff 0px;
	border-top-width: 1px;
	height: 0px;
	padding: 0px;
	line-height: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.page-hr, div.hr, div.hr2 {
	background: url("../img/ruler.png") 0px 7px repeat-x; 
	clear: both;
	margin: 0;
	height:15px;}
div.hr2 {
	background-position: 0px 10px;
	height: 21px;}
div.page-hr {
	background-position: 0px 0px;
	height: 10px;}
div.page-hr hr,div.hr hr,div.hr2 hr {
	margin: 0;
	display:none}

/* LAYOUT
---------------------------------------------------------------------- */
#wrap {
	position: relative;
	margin: 10px 15px 0 15px;
	text-align: left;	
}
#wrap.registration {
}
/* display and additional classes */
.no-border { border: none; }
.clear { clear: both; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* FORMS
---------------------------------------------------------------------- */
form {
	margin: 0; 
}
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
form p {
	margin-bottom: 1px;
}
form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #f78f1f;
	border-width: 1px 0 0;
	border-style: solid none none;
	padding: 3px 10px;
	margin: 0;
}
form fieldset legend {
	margin-left: -2px;	
	font-size: 16px;
	font-weight: normal;
	color: #f78f1f;
	margin: 0 0 0 0;
	padding: 0 2px;
}
label.float-left, label.float-left-small{
	float: left;
	clear: left;
	text-align: left;
	width: 180px;
	font-size: 12px;
	padding-top: 1px;
}
label.float-left-small{
	width: 100px;
]
label {
	font-size: 100%;
}
.error, .req {
	color: red !important;
}
label u {
	font-style: normal;
	text-decoration: underline;
}
input, select, textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #393936;
	margin: 1px 2px;
	padding: 1px;
	font-size: 12px;
	border: 1px #333633 solid;
}
input.error, input.error:focus,textarea.error, textarea.error:focus {
	border: 1px dotted red;
}
input:focus, select:focus, textarea:focus {
	color: #393936;
	border-color: #393936;
}
input.submit, input.button {
	background: #023e63;
	color: white;
	padding: 2px 4px;
}
textarea {
	overflow: auto;
}
input.input-text {
	width: 160px;
}
input.input-text-30 {
	width: 30px;
}
input.input-text-50 {
	width: 50px;
}
input.submit-poll {
	display: inline;
	background: none;
	border: none;
	margin: 1px 0 1px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
	color: #f78f1f;
}

}
.comment-form {
	width: 460px;
}
.input-comment {
	width: 460px;
}

/* Polls */
.poll {
	position: relative;}
* html .poll {
	width: 240px; w\idth: 228px;}
	
.poll .poll-inner {}

ul.lg-poll-answers, ul.lg-poll-results {
	list-style-type: none;
	list-style-image: none;
	margin:4px 0px; 
	padding:0 0 0 0px; 
}
ul.lg-poll-answers li {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;	
}
ul.lg-poll-answers input{
	margin-right: 5px;
	border: 0; 
}
.lg-poll #loading {
	background: url('../img/fancy/loading-medium.gif') no-repeat;
	padding-left: 22px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 1;
}
.lg-poll .has-voted {
	background-color: #f1f6e7;
	border: 1px solid #d5e5b9;
	padding: 8px 8px 8px 30px;
}
.lg-poll label, .lg-poll p {
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}
* html .lg-poll label {
	\display: inline;}

.lg-poll form {
	position: relative;
	margin: 0;
}
.lg-poll .lg-poll-results {
	width: 235px;
}
.lg-poll .lg-poll-results li {
	border: 1px solid #fff;
	list-style-type: none;
	margin-bottom: 2px;
	padding: 2px;
	position: relative;
}
.lg-poll .lg-poll-results li .answer {
	text-align: left;
}
.lg-poll .lg-poll-results li .answer_percentage {
	float: right;
}

.lg-poll .lg-poll-results li .answer-total-votes {
	display: none;
	position: absolute;
	right: -56px;
	width: 51px;
}
.lg-poll .lg-poll-results li .percentage small {
	display: block;
	font-size: 11px;
	padding-left: 5px;
}
.lg-poll .lg-poll-results li .percentage{
	clear: left;
	display: block;
	line-height: 6px;
	font-size: 6px;
}
.lg-poll .lg-poll-results li.a-0 .percentage {
	background: #9CCB21;
}
.lg-poll .lg-poll-results li.a-1 .percentage {
	background: #73A25A;
}
.lg-poll .lg-poll-results li.a-2 .percentage {
	background: #5A7DD6;
}
.lg-poll .lg-poll-results li.a-3 .percentage {
	background: #EFEB08;
}
.lg-poll .lg-poll-results li.a-4 .percentage {
	background: #F7BA29;
}
.lg-poll .lg-poll-results li.a-5 .percentage {
	background: #BD4142;
}
.lg-poll #pie-chart img {
	display: block;
	margin: 0 auto;
}
