/* Generic Styling */

body {
	background:url(images/bg-body.png) repeat-x top center #E8F7F9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

label {
	color: #222222;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

ul, ol {
	list-style-type: none;
	margin: 0 0 1.8em 0;
	padding: 0;
	}


.leaf li {
	background-image: url(images/listitem.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.8em;
	}

.tick li {
	background-image: url(images/checkbox.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding-left: 1.8em;
	}

#content ul li {
	list-style-type: none;
	vertical-align:top;
	}

#content ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

ol.alpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin-bottom:10px;
	vertical-align:top;
}

ol.num {
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom:10px;
	vertical-align:top;
}
/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:132px;
	background:url(images/bg-header-text.jpg) no-repeat;
	}

#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	background: url("images/backleaf.jpg") top left no-repeat;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

#header h1 { display:none; }

.text {
	padding:15px 10px 5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#999900;
	margin-bottom:0.75em;
	margin-top:0.75em;
	}
.heading {
	font-size:1.10em;
	font-weight:bold;
	letter-spacing:-1px;
	color: #555;
	margin-bottom:1.0em;
	margin-top:1.0em;
}

.summary {
color: #080;
}

/* Sidebar */
#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}

a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}
#sidebar p { padding:0 10px; }

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#000;
	}
#footer-valid a {
	color:#000;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#000;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#000;
	font-style:italic;
	}

/* Images */
#content img {clear:both; float:left; margin:3px 10px 7px 0; padding:1px; border:1px solid rgb(150,150,150);}
#content img.center {clear:both; float:none; display:block; margin:0 auto; padding:1px; border:1px solid rgb(150,150,150);}
#content img.right {clear:both; float:right; margin:3px 0 7px 10px; padding:1px; border:1px solid rgb(150,150,150);}

/* Menu */
/*Basic Setup*/
#menu {float:left; width:680px; border:none; font-size:100%;} /*Color navigation bar normal mode*/
#menu ul {list-style-type:none;}
#menu ul li {float:left; margin: -1px; float:left; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; }
#menu ul li a {	margin-right:2px; float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 15px 0 15px; text-decoration:none; font-weight:bold; color:#ffffff; }
#menu ul li a:hover { background:url(images/bg-menu-hover.png) no-repeat center center; }
#menu ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
#menu ul li:hover a {text-decoration:none;} /*Color main cells hovering mode*/
#menu ul li:hover ul {display:block; width:12.0em; position:absolute; z-index:999; top:3.0em; margin-top:0.1em; left:0;}
#menu ul li:hover ul li a {	background:url(images/bg-dropdown.png) no-repeat center center; margin-right:2px; display:block; width:12.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 15px 4px 15px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); font-weight:normal; color: #fff; }
#menu ul li:hover ul li a:hover { background:url(images/bg-dropdown-hover.png) no-repeat center right; }
#menu ul li:hover ul li a:hover {text-decoration:none;}

/*IE6 hovering*/
#menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
#menu ul li a:hover {text-decoration:none;}
#menu ul li a:hover ul {display:block; width:12.0em; position:absolute; z-index:999; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
#menu ul li a:hover ul li a { background:url(images/bg-dropdown.png) no-repeat center center; margin-right:2px; display:block; w\idth:12.0em; height:1px; line-height:1.3em; padding:4px 15px 4px 15px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);}
#menu ul li a:hover ul li a:hover {text-decoration:none;}

/* SLIMBOX */
#lbOverlay { position: absolute; left: 0; width: 100%; background-color: #000; cursor: pointer; }
#lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; background-color: #fff; }
.lbLoading { background: #fff url(images/lightboxloading.gif) no-repeat center; }
#lbImage { border: 10px solid #fff; }
#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(images/prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(images/nextlabel.gif) no-repeat 100% 15%; }
#lbBottom { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #fff; border-top-style: none; }
#lbCloseLink { display: block; float: right; width: 66px; height: 22px; background: transparent url(images/closelabel.gif) no-repeat center; margin: 5px 0; }
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }

blockquote { display: block; padding: 5px 50px; width: 350px; background:#efefef; border: dotted 3px #bcc; }
blockquote:before, blockquote:after { color: #999900; display: block; font-size: 600%; width: 50px; }
blockquote:before { content: open-quote; height: 0; margin-top: 10px; margin-left: -0.5em; }
blockquote:after { content: close-quote; height: 50px; margin-top: -70px; margin-left: 360px; } 

#sidebar blockquote { display: block; padding: 5px 20px; width: 140px; background:#efefef; border: none; }
#sidebar blockquote:before, #sidebar blockquote:after { color: #999900; display: block; font-size: 200%; width: 20px; }
#sidebar blockquote:before { content: open-quote; height: 0; margin-top: 10px; margin-left: -0.5em; }
#sidebar blockquote:after { content: close-quote; height: 50px; margin-top: -70px; margin-left: 130px; } 

/*Forms defaults*/
input, textarea { font-size:12px; color:#404040; }
label { color:#999; cursor:pointer; padding-left:2px; line-height:15px; vertical-align:top; }
label.chosen { color:#333; }

/*Text inputs*/
.textinput, .textinputHovered { width:236px; height:15px; background:url(images/input.gif) no-repeat left top; border:none; padding:4px 8px; }
.textinputHovered { background-position:left bottom; }

/*Text areas*/
.textarea, .textareaHovered { width:336px; height:125px; background:url(images/textarea.gif) no-repeat left top; border:none; padding:4px 8px; }
.textareaHovered { background-position:left bottom; }
