/*  
Theme Name: Onoma Design
Theme URI: http://www.onomadesign.com/
Description: New website, built on Wordpress.
Version: 0.3
Author: Joshua Schoenaker
Author URI: http://www.joshuaschoenaker.nl/
License: -

*/

/* @group Normalize */

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 {
	font-size: 15px;
}

/* Removes list-style from lists */

ol,ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes list-style from lists */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */

fieldset,img {
	border: 0;
}

/* Left-aligns text in caption and th */

caption,th {
	text-align: left;
}

/* Removes quotation marks from q */

q:before, q:after {
	content: '';
}

/* @end */



* {
	margin: 0;
	outline:none;
}



/* VOOR SAFARI EN FIREFOX */



.navigation cufon.cufon-canvas { 
        margin-bottom:-20px !important;        
} 

cufon.cufon-canvas { 
        margin-bottom:-1px !important;  
      
} 

#nav cufon.cufon-canvas { 
        margin-top:-25px !important;  
      
} 

.postmetadata cufon.cufon-canvas { 
        margin-top:-35px !important;  
} 

.entry cufon.cufon-canvas { 
        margin-top:-40px !important;  
} 

h2 cufon.cufon-canvas { 
        margin-bottom:-41px !important;  
} 



/* STOP */


html, body, .pageright, .pageleft {
	min-height: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

html>body, html>body .pageright, html>body .pageleft {
	height: auto;
}

.pageright {
	position: absolute;
	top: 0;
	left: 0;
}

.pageleft {
	position: absolute;
	top: 0;
	left: 0;

}

/* @end */

/* @group Layout */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: #777;
	text-align: left;
	overflow-x: hidden;
	font-size: 15px;
	background-color: #ededed;
}

::selection {
	background: transparent; /* Safari */
	}
::-moz-selection {
	background: transparent; /* Firefox */
}

body.red {background-color: #EF4135;}
body.yellow {background-color: #FDB827;}
body.green {background-color: #72A492;}
body.blue {background-color: #0067B1;}


.logo a{
color:#000; 

}

.logo a:hover{
color:#000; 

}

#header {
	margin-left: 0px;
	padding-top: 23px;
	font-size: 15px;
	width: 468px;
}

#header a {
	color: #000;
}

.pageright {
	background-color: #fff;
	padding: 0;
	left: 50%;
	color: #777;
	text-align: left;
	overflow-y: hidden;
	position: fixed;
}

.pageleft {
	background-color: transparent;
	padding: 0;
	left: 0;
	width: 50%;
	color: #000;
	text-align: left;
	overflow: hidden;
}


#content {
	position: relative;
	padding-bottom: 100px;
}

#contentwhite {
	position: relative;
	float: right;
	margin-right: 15px;
	font-size: 15px;
	margin-top: 20px;
	color: #777;
	width: 180px;
	text-align: right;
}


h2 {width: 500px;}
h2 span {color: #777;}
h2 span a{color: #777;}
h2 span a:hover{color: #555;}

h2 span.identity a{
color: #ee2d20;}
h2 span.exhibits a{
color: #0cb271;}
h2 span.information a{
color: #1a9fca;}
h2 span.print a{
color: #FDB827;}


.prevnextarrow {
	position: relative;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 15px;
	z-index: 99999;
	
}


.prevnextarrow a{
	color: #333;
}

.prevnextholder {
	position:fixed;
	bottom: 0;
	z-index: 999;	
}


select.postform {border:1px solid #A5A5A5; background-color:#efefef; vertical-align:middle; }
select.postform option {border-bottom:1px solid #dadada; background-color: #efefef;}

.post {
	position: absolute;
	top: 35%;
	font-size: 15px;
	width: 300px;
	margin-left: 15px;
	height: 100%;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #000;
	text-align: left;
	font-size: 11px;
}

.footer p {
	width: 468px;
	margin-left: 15px;
	padding: 0px 0;
	color: #777;
}

/* @end */





/* @group Headers */

h1, h2, h3 {
}

h1 {
	font-size: 4em;
	padding-top: 70px;
	margin: 0;
}

h2 {
	padding: 30px 0 0;
	font-size: 15px;
	font-weight: normal;
}

h2, h2 a, h3, h3 a {
	color: #000;
}

h2.pagetitle {
	padding-top: 30px;
	text-align: center;
}

#sidebar h2 {
	padding: 5px 0 0;
}

h3 {
	padding: 30px 0 0;
	font-size: 1.3em;
}

h3.comments {
	padding: 20px 0;
}

/* @end */



/* @group Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
}

html>body .entry li {
	padding: 7px 0 8px 10px;
	font-weight: normal;
}


.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.post li {
}

.post li a {
	color: #000;
	font-size: 15px;
}

.post li a:hover {
	color: #555;
}

li.page_item {
	text-align: right;
}




/* @end */



/* @group Miscellaneous */

* a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

code {
	font: 1.2em 'Courier New', Courier, Fixed;
	padding: 5px;
	margin-left: 10px;
	color: #2a910c;
	width: auto;
	height: auto;
	display: block;
	overflow: auto;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}


a:hover {
	color: #555;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #777;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-size: 1.2em;
	font-weight: normal;
}

.center {
	text-align: center;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

a img {
	border: none;
}



small {
	font-size: 0.9em;
	font-weight: normal;
}



.description {
font-size: 15px;
color: #777;
}

#nav{
	margin-left: 15px;
	font-size: 15px;
	width: 500px;
	color: #777;
	}
	
#nav a{
	color: #777;
	}
	
#nav a:hover{
	color: #000;
	}	
	
	
#nav .identity a{
color: #ee2d20;}
#nav .identity a:hover{
color: #ee2d20;}	

#nav .interpretive a{
color: #0cb271;}
#nav .interpretive a:hover{
color: #0cb271;}	

#nav .information a{
color: #1a9fca;}
#nav .information a:hover{
color: #1a9fca;}	

#nav .print a{
color: #FDB827;}
#nav .print a:hover{
color: #FDB827;}	


#nav .recent a{
color: #555;}
#nav .recent a:hover{
color: #777;}

#nav .about a{
color: #000;}
#nav .about a:hover{
color: #777;}

#nav .activeblack a{color: #000;}
#nav a.tab{color: #777;}
#nav a.activered{color: #ee2d20;}
#nav a.tab img {-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;}
#nav a.active img {-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;}
#nav a:hover img {-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;}

.indbtn{margin-bottom: -4px;}


#date, #industry { display:none; }
#name {margin-top: 0px;}

#financial, #healthcare, #manufacturing, #retail, #services, #transportation, #utilities {display: none;} 

.industrysubmenu li{height: 8px; }
.industrysubmenu {position: relative; top: -3px;}

.industrysubmenu a.tabsub{color: #777;}
.industrysubmenu a.active{}
.industrysubmenu a.tabsub:hover{color: #ee2d20;}


.sub_menu{margin-top: 0px;}


/* NEW SCROLLLLLLLLLSYSTEEM */

div.sc_menu_wrapper {
  position: fixed;
  right: 0px;
  top:0px;
  height: 100%;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 170px;
  text-align: right;
  overflow-x: hidden;
}
div.sc_menu {
  padding: 0px 0px 0px 0px;
}

.sc_menu li{padding-top: 5px; padding-bottom:  5px;}

.sc_menu a {
  display: block;
  margin-bottom: 5px;
  width: 130px;
}
.contentlogos p {
margin-right: 25px;
color: #777;
}
.contentlogos p span{
color: #000;
}


.sc_menu a:hover {
}
.sc_menu img {
  display: block;
  border: none;
}

.sub_menu li img{-moz-opacity:.40; filter:alpha(opacity=40); opacity:.40; }
.sub_menu li img:hover{-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;}
.sub_menu li img.currentthumb{
-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;}



/* Easy Tooltip */

#easyTooltip{
	color:#000;
	z-index: 99999;
	font-family: Times New Roman;
	font-size: 15px;
	font-style: italic;
	text-shadow: 1px 1px 1px #efefef;
	}	

.gallerywrapper{font-size: 15px;}	
	
#easyTooltipThumbs{
	color:#777;
	z-index: 99999;
	font-family: Times New Roman;
	font-size: 15px;
	font-style: italic;
	text-shadow: 1px 1px 1px #efefef;
	text-align: right;
	padding: 10px 5px 10px 5px;
	width: 275px;
	}		
	

.thumbsfade{position: fixed; bottom: 10px; right: 15px;z-index: 9999999;font-family: Times New Roman;color: #999;-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;}
.thumbsfade:hover{-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;}
.thumbsfade img{float: left;padding-top: 5px;padding-right: 2px;}
.thumbsfade form{float: right;}



#s {color:#999;
	font-family: Times New Roman;
	font-size: 15px;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
}



/* zzooooooommm dingetje */

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:15px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		cursor:url(../images/magnifier.png), -moz-zoom-in;
		width: 134px;
		height: 236px;
		z-index: 999999999999;
}

.jqZoomPup img
{	
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 15px;
   text-decoration: none;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
margin-left: 21px;
z-index: 999999;
border: 1px solid #cdcdcd;
}


.jqzoom {
z-index: 99999999;
height: 260px;
width: 460px;
background:transparent;
margin-right: 15px;
border: 1px solid #cdcdcd;

}

.jqzoom img:hover {
-moz-opacity:0.4;
		opacity: 0.4;
		filter: alpha(opacity = 40);

}


/* SWF embedding */

.post object{
position: fixed;
right: 50%;
top: 240px;
background: transparent;
margin-right: 15px;

}

.jScrollPaneContainer {
position: fixed;
	overflow: hidden;
	z-index: 999;
	right: 0px;
  top: 0px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ededed;
	z-index: 9999;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 9999999999;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 9999999999;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.ui-tabs .ui-tabs-hide {
     display: none;
}