

/* Generic Styling */

body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em; /* Sets default font size to 10px */
	color:#333;
	text-align:center;
	margin:0 auto;
	
	}



img {
	border:0;
	}

p {
	
	}

a {
	text-decoration:none;
	color:#99CC00;
	
	}
a:hover {
	text-decoration:underline;
	color:#99CC00;
	}

/* Structure */
#container {
	margin:10px;
	width:900px;
	background:#fff; 
	}

.normal {
	width:100%;
	padding:0px 0px;}	
	
.al {text-align:left;}
.ac {text-align:center;}
.ar {text-align:right;}
.vt {vertical-align:top;}
.vm {vertical-align:middle;}
.vb {vertical-align:bottom;}



.blue {color:#99CC00;}

	
	
	
#menu {
	height:35px;
	line-height:35px;
	background:url(common/bg-menu.png) repeat-x;
	padding:0 10px;
	}


#maincontent4 { 
	color:#333;
	/*background:url(../../images/contentbg.jpg) top left repeat-y;*/
}
#content {

	padding:10px;
	vertical-align:top;
	font-size:1.0em;
	line-height:150%;
	text-align:left;

	
	}
/*#content a {text-decoration:none; border-bottom:1px dashed #66ccff; }	*/
		
#footer {
	clear:both;
	height:150px;
	/*background:url(common/isis-logo.jpg) right bottom no-repeat #fff;*/
	
	}
.box {background:#d8d8d8; text-align:left; color:#333; border:1px solid #ccc;}

#nav {width:250px; float:left; padding:15px 0px;}	  
/*- Menu Tabs J--------------------------- */

#navigation ul {list-style: none;
   margin: 0px; 
   padding: 0;
   margin-left:0px;

}
#navigation li {padding:0px; float:left; width:82px;
}

#navigation li a {
   color: #e0e0e0;
   font-weight:bold;
   padding: 10px 15px 10px 0px;
   text-decoration:none;
   font-size:100%;
   
}
#navigation li a:hover {
   color: #99cc00;

   
}


	  
/* Entries */

.entry {
	
	padding:5px 0px;
	text-align:justify;
	line-height:150%;
	color:#333;
	
	}
.entry-title {
	font-size:1.25em;
	font-weight:bold;
	color:#000;
	
	
	}
	.entry-content {
	padding:10px 0px 20px 0px;
	
	
	}
.home {	font-size:1.0em; }
.date {
	font-size:0.9em;
	color:#666;
	cursor:default;
	padding:10px 0px;
	
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(common/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#069;
	}


/* Menu */
/*
#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(common/bg-menu-hover.png) no-repeat center center;
	}
*/
/* Sidebar */
#sidebar {
	float:right;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	width:200px;
	background:#222;
	color:#fff;
	padding:10px;
	vertical-align:top;
	text-align:left;
	}

#sidebar ul {
	list-style-type:none;
	margin-left:0;
	padding:0;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	padding:5px;
	color:#fff;
	border-bottom:1px dotted #fff;
	}
#sidebar li a:hover {
	background:#003366;
	color:#66ccff;
	}
	
#sidebar h2 {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-1px;
	color: #66ccff;
	margin-left: 5px;
	margin-top: 10px;
	}

#sidebar-bottom {
	height:240px;
	background:url(common/bg-sidebar-bottom2.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:right;
	padding-top:168px;
	padding-right:38px;
	cursor:default;
	color:#666;
	}
#footer-valid a {
	color:#666;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#666;
	text-decoration:underline;
	}

/* Heading's */
#header {}
h1 {
	font-size:1.75em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	}
h2 {
	font-size:1.5em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
		margin:0;
	padding:0;
	}
h3 {
	font-size:1.25em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	}
#content h1 {padding-bottom:15px;}

.homepagenews {width:250px; padding:5px; text-align:justify; float:left; margin-right:15px;}
.testimonial { width:175px; text-align:left; font-style:italic; margin:10px 0px; padding:5px; color:#CCCCCC;}
#boxes {background:#E5E2D9;}
#boxes h1 {}
.advert {width:280px; float:right; text-align:left; padding-left:15px;}
.resultsname{
	font-size:1.25em;
	font-weight:bold;
	letter-spacing:-1px;
	color:#FFFFFF;
	padding-right:50px;
	}
	
/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(common/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("common/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(common/bg-ad-top.png) no-repeat;
	padding:5px;
	}


#breadcrumb {height: 10px; padding: 0px 10px; margin-bottom: 20px;}
/*#breadcrumb a {border-bottom:1px dashed #069;}
#breadcrumb a:hover {text-decoration: none;}*/

#calender {	margin: 0px 0px 10px 0px;}
#calender table {width: 100%;	height: 150px; text-align: center;}
#calender table td {width: 14%; padding: 3px 0px;}
#calender table .controls {font-weight: bold; color: #000;}
#calender table .controls a {text-decoration: underline;}
#calender table .controls a:hover {text-decoration: none;}
#calender table .title {background-color: #fff;}
#calender table .days td {background-color: #fafafa;}
#calender table .days a {text-decoration: underline;}
#calender table .days a:hover {text-decoration: none;}
#calender table td.empty {background-color: #fafafa;}
#calender table td.article {background-color: #ddd;}
#calender table td.article_event {background-color: #eee;}
#calender table td.event {background-color: #999;}
#calender table td.event a, #calender table td.article a, #calender table td.article_event a {color: #FFFFFF; text-decoration: underline;}
#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover {color: #FFFFFF; text-decoration: none;}
	
#notification {background-color: #FFFDFB; height: 100%; padding: 15% 10%; text-align: center;}
#notification h1 {margin: 5px 0px; font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif; font-weight: normal; font-size: 25px; color: #728c40; text-transform: uppercase;}
#notification a {color: #4F5F34; text-decoration: underline;}
#notification a:hover {color: #4F5F34; text-decoration: none;}

#screenshot {background-image:url(Common/Screenshot-Background.gif); background-position: top left; background-repeat: repeat-x; margin: 0px auto; padding: 5px; text-align: center; text-align: center; color: #FFFFFF; overflow: visible;}
#screenshot img {background-color: #EFEFD6; border: 1px solid #542700; margin: 6px; padding: 3px;}

.article {}
.article .details {margin: 0px 0px 0px 25px; padding: 0; list-style: none;}
.article .details li {margin: 0px 5px 10px 0px; display: inline;}
.article p {margin: 15px 0px 0px 25px;}
.article img {padding: 3px; margin: 3px;}
.article .introduction {border-bottom: 1px solid #E4E4E4; line-height: 20px; font-size: 115%; padding: 10px 25px 10px 25px;}
.article .link {font-size: 110%; text-align: right;}
.article .gallery {}
.article .gallery img {border: 1px solid #EEEEEE; padding: 3px; margin: 3px;}


#comments {margin-bottom: 20px;}
#comments .details {margin-bottom: 10px;}
#comments .details dt {background-image: url(Icons/Avatar.jpg); background-position: top left; background-repeat: no-repeat; float: left; height: 55px; width: 55px; margin-right: 5px;}
#comments .details dd {margin: 0;}

.comment {padding: 5px 0px; clear: both;}
.whisper {background-color: #E4E4E4; padding: 5px 5px; clear: both;}

form {margin: 0; padding: 0;}
form #comment {width: 100%; height: 125px;}
form #whisper {margin-left: 0px;}
form #keywords {width: 32%;}
form #date {width: 32%;}
form #category {width: 32%;}

#paging {text-align: right;}
#paging a {padding: 0px 5px;}

.event {}
.event h1 {}
.event h2 {}
.event h3 {}
.event .details	{margin: 0;	padding: 0;}
.event .details li {margin-right: 5px; list-style: none; display: inline;}

.clear {clear: both;}




#homepagenews {}

#homepagenews ul {margin:0; padding:0;}

#homepagenews li {float:left; width:180px; padding:5px; display:inline;}

.navnumber { font-size:36px; letter-spacing:-1.5pt;}

