

/* Generic Styling */

body {
	background:#111C2A;
	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:#006699;
	
	}
a:hover {
	text-decoration:underline;
	color:#006699;
	}

/* Structure */
#container {
	
	width:950px;
	margin-top:10px; 
	margin-bottom:10px; 
	}

.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;}

.box-tl {background:url(../../images/site/tl-greyonwhite.jpg) top left no-repeat;height:10px; width:10px;}	
.box-tr {background:url(../../images/site/tr-greyonwhite.jpg) top right no-repeat; height:10px; width:10px;}	
.box-bl {background:url(../../images/site/bl-greyonwhite.jpg) bottom left no-repeat; height:10px; width:10px;}	
.box-br {background:url(../../images/site/br-greyonwhite.jpg) bottom right no-repeat; height:10px; width:10px;}	

.blue {color:#006699;}

	
	
/*x-fading banner */
	#poster {
	margin-top:20px;
margin-left:0px;
position:relative;
width: 283px;
height: 424px;
clear:both;
}
	
	div.cf_wrapper2
	{
		position: relative;
		
	}
	
	div.cf_element2
	{
		width: 283px;
		height: 424px;
		/*background-color: #16110E;*/
		border:  none;
	}
	
	div.cf_element2 div.content2
	{
		padding: 0px;
	}

	div.cf_element2 div.content2 h3
	{
		padding-top: 0;
		margin-top: 0;
	}	
#menu {
	height:35px;
	line-height:35px;
	background:url(common/bg-menu.png) repeat-x;
	padding:0 10px;
	}

#maincontent { margin:0; padding:0px 30px 150px 30px;}
#maincontent4 { margin:0; padding:10px 10px 0px 10px;
	color:#333;
	/*background:url(../../images/contentbg.jpg) top left repeat-y;*/
	}
#content {
	margin:10px 0 0 0px;
	background:#f0f0f0;
	padding:20px;
	vertical-align:top;
	font-size:1.0em;
	line-height:150%;
	text-align:left;
		-moz-border-radius: 5px;
	border-radius: 5px;

  -moz-box-shadow: 5px 5px 5px #000;
  -webkit-box-shadow: 5px 5px 5px #000;
  box-shadow: 5px 5px 5px #000;	
	

	
	}
#content a {text-decoration:none; font-style:italic; }	
		
#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;}

#navigation
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;


	

	/* define navigation element */
}

	#navigation ul
{
width:100%;
background:#369;
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
		-moz-border-radius: 5px;
	border-radius: 5px;

  -moz-box-shadow: 5px 5px 5px #000;
  -webkit-box-shadow: 5px 5px 5px #000;
  box-shadow: 5px 5px 5px #000;	
}

	#navigation ul li
{
float:left;
padding:5px 0px;
}

	#navigation ul li a
{
display:block;
padding:5px 10px;
border-right:1px dotted #ccc;
color:#ccc;
text-transform:lowercase;

}

	#navigation ul li a:hover
	{
		
		color: #fff;
		

		/* set navigation hover link state */
	}



#navx {width:250px; float:left; padding:15px 0px;}	  
/*- Menu Tabs J--------------------------- */
#navigationx ul {list-style: none;
   margin: 0px; 
   padding: 0;
   margin-left:0px;

}
#navigationx li {margin-top:20px; margin-bottom: 20px; text-align:left;
}

#navigationx li a {
font-family:"Courier New", Courier, monospace;
   background:#000;
   color: white;
   padding: 4px 10px;
   text-decoration:none;
   font-size:120%;
   font-weight:bold;
}

#navigationx li a:hover {background:#006699; color:#fff;}


	  /*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      /*background:#FFF;*/
      font-size:125%;
      line-height:normal;
	  
	  /*border-bottom:1px solid #24618E;*/
      }
    #tabsJ ul {
	  margin:0;
	  padding:10px 10px 0 20px;
	  
      }
    #tabsJ li {
      display:inline;
      
      }
    #tabsJ a {
      float:left;
      background:url("../../images/tableftJ.gif") no-repeat left top;
      margin-right:5px;
      padding:0 0 0 10px;
      text-decoration:none;
	  border:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
	  background:url("../../images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 5px;
      color:#fff;
	  text-decoration:none;
	  border:none;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#fff;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }	  
	  
	  #tabsJ a:active span {
      color:#000;
      }
    #tabsJ a:active {
      background-position:0% -42px;
      }
    #tabsJ a:active span {
      background-position:100% -42px;
      }	  
/*- Menu TabsK--------------------------- */

    #tabsK {
      width:100%;
      line-height:normal;
	  padding:45px 0px 15px 0px;
	  
	  /*border-bottom:1px solid #24618E;*/
      }
    #tabsK ul {
	  margin:0;
	  padding:0;
	  
      }
    #tabsK li {
      display:inline;
      
      }
    #tabsK a {
      text-decoration:none;
	  padding:10px 20px 10px 2px;
	  color:#FFF;
	  font-size:1.2em;
	  font-weight:bold;
      }

    #tabsK a:hover {
      color:#66CCFF;
      }
	  
/* Entries */

.entry {
	
	padding:5px 0px;
	text-align:justify;
	line-height:150%;
	color:#333;
	
	}
.entry-title {
	font-size:1.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#000;
	margin:20px 0px;
	
	
	}
	


	.entry-content {
	padding:0px 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-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	
	margin:20px 0;
	padding:0;
	}
h2 {
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
		margin:20px 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 { text-align:left; font-style:italic; margin:10px 0px; padding:5px; color:#666;}
#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;}

.curvy {position:relative; background:#efefef; color:#000; margin:0 auto; }
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#efefef; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#efefef; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 5px 0px 5px;}

.footerbox
	{ 
		width:180px;
		height:200px;
		margin-right:10px;
		float:left;
		text-align:left;
	}
.last
	{
		width:250px;
		margin-right:0;
	}
.footerbox h2
	{
		font-size:24px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		
		color:#fff;
	}

.footerbox p
	{
		color:#ccc;
	}
