/******* Structure *******/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background-color: #161616;
	font: 80.5%/1.2em Arial, sans-serif;
	text-align: center;
	padding:0 100px 0 50px;

}
#middle{
	vertical-align:middle;
	
}

#package {
	width:100%;
	min-width:770px;
	text-align: left;
	margin: auto auto;
	height:500px;
}

/******* Links *******/

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color:#333;
}

/******* Masthead / Logo *******/
div.block{
	float:left;
	width:30.3%;

	min-width:240px;
	color:#999;
	padding: 1.5%;
	height:440px;
	text-transform: uppercase;
	overflow:hidden;
}
div.breedblock{
	float:left;
	width:30.3%;

	min-width:520px;
	color:#999;
	padding: 1.5%;
	height:440px;
	text-transform: uppercase;
	overflow:hidden;
}

h1#logo a {
	display: block;
	color: #fff;

	font: 1em Arial, "Lucida Grande", Sans-serif;
	padding: 10px;
	height:30px;
	width:420px;
	text-indent: -9999px;
	
}

h1#logo a:hover {
	color: #69c;
	background:none;
}
h1#logo {

		margin: 50px 0 0px 0;
	float:left;

	padding:0;
	background: url(/workspace/img/logo.png) no-repeat;
}
h1#logo a small {
	background: url("../img/cubic-logo.gif") left center no-repeat;

	font-family: Helvetica, Sans-serif;
	text-transform: capitalise;
	padding-left: 18px;
}

.alignright {
	text-align:right;
	
}

/******* Menu *******/

ul#menu {
	padding: 50px 0 0 0;
	list-style: none;
	margin: 0 0 0 25px;
	text-align: right;
}
ul#menu li a{
	color:#666;
	padding:5px 10px;
	font-size:0.9em;
}
ul#menu li a:hover{
		color:#999;
}
ul#menu li a.active{
	color: #999;
	background-color:#333;
}
ul#menu li {
	display: inline;

	text-transform: uppercase;
}


div#content {
	margin: 10px 0 0 0;
background-color:#191919;
height:500px;
clear:both;
	width:100%;
	min-width:960px;
}
}

/******* Content Heading *******/
p.opdrachtgevers{

padding: 20px 20px 20px 20px;	
color:#fff;

}
h2 {
font-weight: normal;
line-height:1.4em;
}

h2 small {
	position: relative;
	top: -0.7em;
	left: -0.2em;
	color: #aaa;
	font: 60%/1.5em Arial, Sans-serif;
}

/******* Article Header *******/

.article-header {
	position: relative;
	padding: 7px 0 7px 96px;
	background: #eee url("../img/article-header-bottom.gif") left bottom no-repeat;
	margin-bottom: 25px;
	width: 290px;
}

h3 {
	position: relative;
	padding: 3px 10px 0;
	border-left: 2px solid #333;
	font: 110%/1.5 "Lucida Grande", Arial, Sans-serif;
}

p.filed-under {
	margin: 0;
	padding: 3px 10px;
	border-left: 2px solid #333;
	color: #666;
	font: 85%/1.5 Helvetia, Arial, Sans-serif;
}

p.date {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	padding: 14px 299px 10px 10px;
	color: #666;
	background: url("../img/article-header-top.gif") left top no-repeat;
	font: 85%/1.5 "Lucida Grande", Arial, Sans-serif;
	text-align: right;
	text-transform: uppercase;
	width: 77px;
}

p.date span {
	display: block;
	color: #333;
	font-size: 135%;
}

/******* Article *******/

.article-body {
	background: url("../img/article-lquote.gif") left top no-repeat;
	padding: 10px;
}

p.more-info {
	background: url("../img/article-rquote.gif") right bottom no-repeat;
	text-align: right;
	padding: 10px;
	margin-top: -20px;
}

p.more-info em {
	color: #888;
}

#image-block {
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	text-align: center;
	margin: 20px;
	padding: 0;
}

#image-block img {
	float: none;
	display: inline;
	margin: 5px 5px 0 0;
}

/******* Typography *******/

p {
	font: 90%/1.8em Arial, Sans-serif;
	margin-bottom: 10px;
}

p a {
	border-bottom: 1px dotted #ccc;
}

img {


	margin: 0 10px 10px 0;
}

img.edit {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}

ul {
	margin: 0 30px 20px;
}

ol {
	margin: 0 30px 20px;
}

blockquote {
	color: #aaa;
	border-left: solid 5px #eee;
	border-right: solid 5px #eee;
	padding: 0 10px;
	margin: 0 50px 20px;
}

blockquote p {
	font-style: italic;
}

cite {
	display: block;
	font-style: normal;
	text-align: right;
	
}

/******* Comments *******/

dl.comment {
	border-top: 1px dotted #333;
	padding-top: 10px;
	margin-bottom: 20px;
}

dl.comment dt {
	float: left;
	width: 150px;
	text-align: right;
	padding-bottom: 5px;
}

dl.comment dt small {
	display: block;
	color: #bbb;
	font: 85% Helvetia, Sans-serif;
}

dl.comment dd {
	padding-left: 15px;
	margin: 0 0 10px 180px;
}

/******* Listing *******/

dl.listing {
	border-top: 1px dotted #333;
	padding-top: 10px;
	margin-bottom: 20px;
}

dl.listing dt {
	float: left;
	color: #666;
	font-size: 90%;
	font-style: italic;
}

dl.listing dd {
	background: url("../img/tumble-log.gif") left 0.5em no-repeat;
	padding-left: 15px;
	margin: 0 0 10px 110px;
}


/******* Archive *******/

#archive a small {
	color: #aaa;
	font-style: italic;
	font-size: 85%;
}

#archive a {
	display: block;
	padding: 0 10px;
}

#archive a:hover {
	color: #fff;
	background-color: #ccc;	
}

#archive a.active {
	color: #fff;
	background-color: #ccc;
}

#archive ul li {
	font-size: 90%;
	margin: 0 0 5px;
}

ul#year {
	float: left;
	list-style: none;
	margin: 0;
}

ul#month {
	float: left;
	list-style: none;
	border-left: 1px dotted #333;
	padding-left: 20px;
	margin-left: 25px;
}

ul#past-entries {
	list-style: none;
	border-left: 1px dotted #333;
	padding-left: 20px;
	margin-left: 225px;
}

/******* Forms *******/

#contact-form {

}

#guideline {
	float: right;
	color: #333;
	width: 241px;
	font: 80%/1.5em Arial, Sans-serif;
}

#guideline h4 {
	border-bottom: 1px dotted #333;
	text-transform: uppercase;
	font: 110% Helvetica, Sans-serif;
	padding-bottom: 6px;
}

#guideline ul {
	list-style-type: square;
	margin: 6px 0 30px 15px;
}

#guideline li {
	margin-bottom: 12px;
}

form {

	width: 100%;


}

fieldset {
	border: none;
}

form label {
	display: block;
	color: #666;
	font: 100% arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	line-height: 160%;
	
	margin-bottom: 1em;
		font-size: 0.8em;
}

form label small {
	display: block;
	color: #888;
	font-size: 80%;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
	margin-top: -1.55em;
}

form label small a:hover {
	color: #666;
	border-color: #888; 
}

form input, form textarea {
color:#bbb;
	width: 100%;
	background-color:#222;
	border: 1px solid #444;
	padding: 0.2em;
}

form textarea {
	height: 200px;
}

form input#submit {
	float: right;
	display: block;
	width: 120px;
	color:#999;
		background-color:#444;
		text-transform: uppercase;
}


form p.success {
	color: #6cc33c;
	background: #e2e4db url("../img/icon-tick.gif") left center no-repeat;
	font-size: 99%;
	margin: 0 0 9px;
	padding-left: 24px;
}

form p.error {
	color: #ff4242;
	background: #333 url("../img/icon-cross.gif") left center no-repeat;
	font-size: 99%;
	margin: 0 0 9px;
	padding-left: 24px;
	text-transform:capitalize;
}

/******* Footer *******/

ul#footer {
	clear: both;
	color: #444;

	font-size: 80%;
	margin: 0 0 20px;
	padding-top: 20px;
}

ul#footer li {
	display: inline;

}

#footer a {
	color: #888;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 2px;
}

#footer a:hover {
	color: #69c;
}

#footer a.symphony {
	background: url("../img/symphony-logo.gif") left center no-repeat;
	padding-left: 24px;
}

#footer a.rss {
	background: url("../img/rss-logo.gif") left center no-repeat;
	padding-left: 29px;
}

#mycarousel {
	float:right;

}
#externalnav{
	padding-top:20px;

	width:16px;
		float:right;
}
.navbutton{
	font-size:0.8em;
	display:inline-block;
	width:16px;
	color: #999;
	height:16px;
	text-align:center;
	background-color:#333;
	margin-right:4px;
}

.activenavbutton{
	font-size:0.8em;
	display:inline-block;
	width:16px;
	color: #fff;
	height:16px;
	text-align:center;
	background-color:#666;
		margin-right:4px;
	}