
/*

Cubique Webcreations Den Haag
www.cubique.nl

*/

/* -------------------------------------------------------------- hoofdinstellingen ------ */

* {
	margin: 0;
	padding: 0;
}
td, th {
	vertical-align: top
}
a, input {
	outline: 0 none;
}
img {
	border: 0 none;
}
th {
	text-align: left;
}
textarea, select {
	resize: none;
	outline: 0;
}
textarea:focus, select:focus {
	border: 0px none;
}

/* -------------------------------------------------------------- algemene kenmerken ------ */

body {
	font-family: verdana, tahoma, arial;
	background: #fff url('img/main/background.gif') no-repeat center 100px fixed;
}
html, body {
	height:100%;
}
* html #outer{
	height:100%;
}
#container {
	height:100%;
	min-height:100%;
	width:1000px;
	margin: auto;
	position:relative;
}
#outer {
	min-height:100%;
	width: 998px;
	position:relative;
	margin-bottom: -16px;
	background: #fff;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:1000px;
	height:15px;
	background: #fff;
	border-bottom: 1px solid #c4c4c4;
}
#clearheader{
	height:210px;
}
#content {
	position: relative;
	width: 950px;
	height: auto!important;
	height: 850px;
}
#footer {
	position:relative;
	width:1000px;
	height:15px;
	clear: both;
	background: #fff;
	border-top: 1px solid #c4c4c4;
}
#clearfooter {
	clear:both;
	height: 50px;
}
#logo {
	width: 145px;
	height: 196px;
	background: url('img/main/cubique-logo.gif') no-repeat;
	position: absolute;
	margin-top: -15px;
	left: 50px;
}
#block {
	width: 145px;
	height: 55px;
	background: #3e3d3f;
	position: relative;
	left: 50px;
	margin-top: -40px;
}
.clear {
	clear: both;
}
/* -------------------------------------------------------------- font kenmerken ------ */

@font-face {
	font-family: 'MontrealSerialLight';
	src: url('font/montrealserial-light-webfont.eot');
	src: local('☺'), url('font/montrealserial-light-webfont.woff') format('woff'), url('font/montrealserial-light-webfont.ttf') format('truetype'), url('font/montrealserial-light-webfont.svg#webfontPRf2BprF') format('svg');
	font-weight: normal;
	font-style: normal;
}
.montreal{
	font-family: MontrealSerialLight, verdana;
}

/* -------------------------------------------------------------- menu kenmerken ------ */

#menu {
	width: 515px;
	height: 40px;
	float: left;
	margin: 50px 0 0 225px;
}
#menu h1, #project-item h1 {
	font-size: 91%;
	color: #3e3d3f;
	letter-spacing: 1px;
	font-weight: normal;
}
#menu h1 a {
	color: #3e3d3f;
	text-decoration: none;
}
#menu h1 a:hover {
	color: #7c7a7c;
}

/* -------------------------------------------------------------- searchbox kenmerken ------ */

#zoeken {
	width: 220px;
	height: 28px;
	border: 1px solid #c4c4c4;
	float: right;
	margin: 37px 20px 0 0;
}
.searchbox {
	font-family: verdana, arial;
	font-style: italic;
	border: 0px none;
	float: left;
	color: #868889;
	height: 28px;
	line-height: 28px;
	font-size: 71%;
	padding-left: 10px;
}
.searchbutton {
	float: right;
	margin: 7px 10px 0 0;
}
.frontp {
	min-height: 60px;
	margin-bottom: 10px;
}

/* -------------------------------------------------------------- icon blocks kenmerken ------ */

#iconblock {
	list-style-type:none;
}
#iconblock li {
	display: block;
	float: left;
	line-height: 20px;
	width:20px;
	margin-right: 7px;
}
#iconblock li a {
	position:relative; 
	display:block; 
	float: left;
	height: 20px;
	width: 20px;
}
#iconblock li a:hover, #iconblock li .selected {
	background-position: -20px 0;
}
#iconblock a#twitter		{background-image: url('img/icons/twitter.png');}
#iconblock a#rss			{background-image: url('img/icons/rss.png');}
#iconblock a#facebook		{background-image: url('img/icons/facebook.png');}
#iconblock a#linkedin		{background-image: url('img/icons/linkedin.png');}
#iconblock a#google			{background-image: url('img/icons/google.png');}

.mt10 {
	margin-top: 10px;
}
/* ------------------ big icon block kenmerken ------ */

#iconblock-big {
	list-style-type:none;
	margin-top: -30px;
}
#iconblock-big li {
	display: block;
	float: left;
	line-height: 30px;
	width:30px;
	margin-right: 7px;
}
#iconblock-big li a {
	position:relative; 
	display:block; 
	float: left;
	height: 30px;
	width: 30px;
}
#iconblock-big li a:hover {
	background-position: -30px 0;
}
#iconblock-big a#twitter-big		{background-image: url('img/icons/twitter-big.png');}
#iconblock-big a#rss-big			{background-image: url('img/icons/rss-big.png');}

/* -------------------------------------------------------------- intro kenmerken ------ */

#main-image {
	width: 998px;
	height: 300px;
	overflow: hidden;
}
div.welcome_block {
	width:  998px;
	height: 300px;
	position: absolute;
	left:0;
	top:0;
}
.header-1 {
	background: url('img/headers/header-1.jpg') no-repeat;
}
.header-2 {
	background: url('img/headers/header-2.jpg') no-repeat;
}
.header-3 {
	background: url('img/headers/header-3.jpg') no-repeat;
}
.header-4 {
	background: url('img/headers/header-4.jpg') no-repeat;
}
.header-5 {
	background: url('img/headers/header-5.jpg') no-repeat;
}
.header-6 {
	background: url('img/headers/header-6.jpg') no-repeat;
}
.header-7 {
	background: url('img/headers/header-7.jpg') no-repeat;
}
.header-8 {
	background: url('img/headers/header-8.jpg') no-repeat;
}
.header-9 {
	background: url('img/headers/header-9.jpg') no-repeat;
}
.header-10 {
	background: url('img/headers/header-10.jpg') no-repeat;
}
.header-11 {
	background: url('img/headers/header-11.jpg') no-repeat;
}
.header-12 {
	background: url('img/headers/header-12.jpg') no-repeat;
}
.header-13 {
	background: url('img/headers/header-13.jpg') no-repeat;
}
.header-14 {
	background: url('img/headers/header-14.jpg') no-repeat;
}
#main-image ul {
	margin: 30px;
	list-style-type: none;
	float: left;
	position: relative;
	z-index:1000;
	
}
#main-image li {
	width: 235px;
	height:40px;
	margin-bottom: 3px;
	line-height: 40px;
	font-family: MontrealSerialLight, verdana;
	text-transform: lowercase;
}
#main-image li a {
	background: url('img/main/submenu-background.png') no-repeat;
	width: 230px;
	height:40px;
	color: #c8ce11;
	text-decoration: none;
	display: block;
	padding-left: 20px;
}
#main-image li a:hover {
	background-position: -250px 0;
	color: #fff;
}
#main-image li a.selected {
	background-position: -500px 0;
	color: #fff;
}
.front-text {
	width: 584px;
	min-height: 100px;
	background: url('img/main/front-background.png');
	margin: 70px 30px 0 0 ;
	float: right;
	display: inline;
	padding: 20px;
}
.front-text h1, .front-box h1, #page h1 {
	font-size: 94%;
	color: #3e3d3f;
	letter-spacing: 1px;
	font-weight: normal; 
	margin-bottom: 10px;
}
p {
	font-size: 74%;
	line-height: 150%;
	padding-right: 40px;
	color: #3e3d3f;
}	
.readmore2 {
	width: 270px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
}

/* -------------------------------------------------------------- front-box kenmerken ------ */

#front-container {
	margin: 30px 0px 20px 30px;
	width: 960px;
	float: left;
	position: relative;
}
.front-box {
	width: 270px;
	float: left;
	background: #f6f6f6;
	border: 1px solid #c4c4c4;
	margin-right: 15px;
	position: relative;
	padding: 15px 15px 50px 15px;
}
.front-box-standaard {
	min-height: 240px;
	height: 240px;
	height: auto !important;
}
.front-box-pagina {
	min-height: 160px;
	height: 160px;
	height: auto !important;
}
.front-box-special {
	margin-top: 15px; 
	min-height: 225px;
	height: 225px;
	height: auto !important;
}
.front-box h1, #page h1 {
	text-transform: lowercase;
}
.readmore {
	width: 290px;
	height: 30px;
	overflow: hidden;
	margin-top: 8px;
}
.readmore p a, .front-box a {
	line-height: 18px;
	color: #3e3d3f;
	text-decoration: none;
}
.readmore p a:hover, .front-box a:hover {
	text-decoration: underline;
}
.readmore img, .readmore2 img {
	float: left;
	margin-right: 8px;
}
.front-box p {
 	margin-bottom: 10px;
 }
#tweets {
 	margin-top: 45px;
	height: 0;	
 }
#news {
	margin-top: 45px;
 }
#tweets p, #news p {
 	margin: 0;
 	padding: 0;
 }
#tweets .date, #news .date, #page .date {
	font-weight: bold;
 	font-size: 69%;
 	margin-bottom: 8px;
}
#news h2 {
	font-size: 74%;
	margin-bottom: 8px;
}
#news h2 a {
	color: #3e3d3f;
	text-decoration: none 
}
#news h2 a:hover {
	text-decoration: underline; 
}
#google-map {
	width: 268px;
	height: 150px;
	background: url('img/main/google-map.gif');
	margin-bottom: 10px;
}
 /* -------------------------------------------------------------- footer kenmerken ------ */
 
#footer-text {
 	margin: -35px 0 0 220px;
	position: absolute;
	font-size: 74%; 
 }
#footer-text p {
 	color: #a0a2a3
 }
#footer-text p a {
	color: #a0a2a3;
	text-decoration: none;
} 
#footer-text p a:hover {
	color: #3e3d3f;
}

/* -------------------------------------------------------------- page kenmerken ------ */

#page-container {
	margin: 15px 15px 50px 15px;
	float: left;
}
#page {
	margin: -230px 0 0 347px;
	width: 590px;
	min-height: 444px;
	height: auto!important;
	height: 444px;
	background: #f6f6f6;
	border: 1px solid #c4c4c4;
	padding: 15px 15px 40px 15px;
}
#page p {
	width: 450px;
	margin-bottom: 10px;
}
#page li {
	font-size: 74%;
	line-height: 140%;
	color: #3e3d3f;
	margin-left: 30px;
}
#page ul {
	margin-bottom: 10px;
}
#page h2, #project-item h2 {
	font-size: 74%;
	color: #3e3d3f;
	margin-bottom: 5px;
}
#reaction {
	margin-top: 15px;
	overflow: hidden;
}
#reaction .formfield {
	width: 450px;
	height: 28px;
	background: #fff url('img/main/formfield-back.png') no-repeat top left;
	border: 1px solid #d9dadb;
	margin-bottom: 8px;
	overflow: hidden;
}
#reaction #form-options  {
	list-style-type: none;
}
#page #reaction #form-options li {
	width: 175px;
	height: 28px;
	margin-bottom: 8px;
	font-size: 74%;
	line-height: 28px;
	font-weight: bold;
	margin-left: 0;
}
#reaction #form-options li a {
	background: url('img/main/formfield-option-back.png') no-repeat;
	display: block;
	width: 165px;
	height: 28px;
	text-decoration: none;
	padding-left: 10px;
}
#reaction #form-options li a:hover {
	background-position: -175px 0;
}
#reaction .formfield p {
	line-height: 28px;
	padding-left: 8px;
	font-weight: bold;
	width: 140px;
	float: left;
}
#reaction input, #reaction textarea, #reaction select {
	border: 0px none;
	width: 260px;
	font-family: tahoma, verdana;
	color: #3e3d3f;
	font-size: 74%;
}
#reaction .field {
	height: 28px;
	line-height: 28px;
}
#reaction .field2 {
	height: 28px;
	line-height: 28px;
	font-size: 100%;
}
#reaction .field2 option {
	
}
#reaction .question {
	height: 122px;
}
#reaction .area {
	height: 112px;
	overflow: hidden;
	padding: 5px 0 5px 0;
}
#reaction .error {
	font-style: italic
}
#reaction .send {
	text-align: right;
}
#reaction .send a {
	color: #3e3d3f;
	text-decoration: none; 
	font-weight: bold;
}
#reaction .send a:hover {
	text-decoration: underline;
}
#page a, #project-item a {
	color: #3e3d3f;
}
#reaction .send2 {
	float: right;
	margin: -68px 103px 0 0;
	width: 172px;
}

/* -------------------------------------------------------------- news kenmerken ------ */

#page .date {
	margin: -7px 0 15px 0;	
}
.imgleft {
	float: left;
	display:  inline;
	margin: 5px 5px 5px 0;
}
.newsitem {
	overflow: hidden;
}
.newsitem img {
	padding-top: 5px;
}

/* -------------------------------------------------------------- portfolio kenmerken ------ */

#portfolio {
	list-style-type: none;
	width: 500px;
	overflow: hidden;
}
#portfolio li {
	width: 107px;
	height: 94px;
	float: left;
	line-height: 94px;
	margin: 0 14px 14px 0;
	padding: 0;
}
#portfolio li a {
	width: 107px;
	height: 94px;
	display: block;
	background: url('img/main/portfolio-back.png') no-repeat;
}
#portfolio li a img {
	padding: 7px 0 0 7px;
}
#portfolio li a:hover {
	background-position: -107px 0;
}
#paging {
	list-style-type: none;
	overflow: hidden;
	margin-top: 10px;
}
#page #paging li {
	line-height: auto;
	margin: 0;
	font-size: 74%;
	text-align: center;
	float: left;
	display: inline;
}
#page #paging li a {
	text-decoration: none;	
	padding: 5px;
	background: #c4c4c4;
	margin-right: 4px;
	width: 1em;
	height: 1em;
	line-height: 1em;
}
#page #paging li a:hover {
	background: #b1b3b4
}
#page #paging li .selected {
	background: #3e3d3f;
	color: #fff;
	font-weight: bold;
}
#page #project {
	position: absolute;
	z-index: 1000;
	width: 500px;
	min-height: 400px;
	background: #fff;
}
#project-item {
	width: 500px;
	min-height: 400px;
}
#project-item table {
	margin: 10px 0 10px 0;
	font-size: 74%;
	color: #3e3d3f;
}
#project-item table img {
	margin-right: 10px;
}
#project-footer {
	position: absolute;
	bottom: 0;
	height: 36px;
	background: url('img/main/project-footer.gif') no-repeat;
	width: 520px;
}
#project-footer p {
	text-align: right;
}
#project-item ul {
	margin: 10px 0 10px 0;
}
#project-item table p {
	font-size: 100%;
}
#project-item li {
	margin-left: 15px;
	font-size: 74%;
	color: #3e3d3f;
	line-height: 140%;
}
#project-footer img {
	margin-left: 5px;
}

.cubique_select div.selector span {
	width:225px;
}


