#container {
	width: 580px;
	margin: 0 auto;
	padding-bottom:20px;
	padding-left:-10px;
}

#navbar {
	position: relative;
	height: 5px;
	width: 830px;
	margin: 0 25px 25px 25px;
}

#navbar ul {
	list-style: none;
	float: right;
	height: 25px;
}

#navbar ul li {
	margin-left: 10px;
	float: left;
}


#highlight {
	position: relative;
	background: url(../images/coda/blockbg.jpg) no-repeat;
	margin: 0 25px;
	height: 395px;
	width: 830px;
}

#prev {
	position: absolute;
	width: 24px;
	height: 30px;
	left: -24px;
	top: 100px;
	background: url(../images/coda/prev.jpg) no-repeat;
	cursor: pointer;
}

#next {
	position: absolute;
	width: 24px;
	height: 30px;
	right: -24px;
	top: 100px;
	background: url(../images/coda/next.jpg) no-repeat;
	cursor: pointer;
}

#photo {
	height: 238px;
	overflow: hidden;
}

.photo {
	margin: 5px 0;
}

#desc, .infocontainer {
	overflow: hidden;
	margin: 5px 0 0 0;
	width: 830px;
}

.infocontainer {
	width: 830px;
}

#desc h1 {
	color: #ffffff;
	font-size:1.2em;
	line-height:1.4em;
	font-weight: bold;
	margin: 0 0 10px 10px;
	letter-spacing: 1px;
}

#desc p {
	color: #fff;
	margin-left: 10px;
	line-height: 18px;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#desc a, #desc a:visited {
	color: #ffffff;
	text-decoration: none;
}

.txt {
	float: left;
	width: 565px;
	height: 190px;
}

.txtwide {
	float: left;
	width: 830px;
	height: 190px;
}

.info {
	position: relative;
	float: right;
	width: 235px;
	height: 190px;
}

.info .linkbttn {
	background: url(../images/coda/bttn_bezoekwebsite.jpg) no-repeat;
	position: absolute;
	top: 90px;
	left: 0;
	width: 255px;
	height: 28px;
}

.info .logo {
	width: 235px;
	height: 72px;
	position: absolute;
	top: 5px;
	left: 0;
}

.info .logo_only {
	width: 235px;
	height: 72px;
	position: absolute;
	top: 40px;
	left: 0;
}

#nav {
	position: absolute;
	bottom: -15px;
	left: 10px;
	color: #ffffff;
	float: left;
}

#nav a {
	float: left;
	height: 12px;
	width: 12px;
	margin: 0 10px 0 0;
	text-indent: -999em;
	outline: none 0;
	background: url(../images/coda/navpimple.jpg) no-repeat;
}

#nav a.activeSlide, #nav a:hover {
	background: url(../images/coda/navpimple_active.jpg) no-repeat;
}




/* blog */

#blog {
	overflow: hidden;
	width: 830px;
	margin: 0 25px;
}

#blog a, #blog a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#blog a:hover {
	color: #0080d2;
}

#blog .item {
	float: left;
	width: 610px;
	margin: 10px 0 0 0;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}

#blog .date, #blog .author, #blog .leftitem {
	float: left;
	width: 130px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 0 5px;
	color: #666666;
}

#blog .body h1 {
	font-size: 16px;
	margin: 0 0 10px 135px;
}

#blog .body p {
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 0 135px;
	padding: 0 10px 7px 0;
}

#blog .meta {
	margin-left: 135px;
	border-top: 1px solid #cccccc;
	padding: 5px 0;
	
}

#blog .meta .left {
	float: left;
	width: 150px;
}

#blog .meta .right {
	
}

#blog .summary p {
	font-weight: bold;
	font-size: 1.1em;
}

#blog .thetext {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	
}

#sidebar {
	float: right;
	width: 200px;
	font-size: 11px;
	margin: 10px 0 0 0;
}

#sidebar .recent {
	margin: 0 0 10px 0;
}

#sidebar .recent span {
	font-weight: bold;
	display: block;
}

#sidebar ul {
	list-style: none;
}

#sidebar h1, #sidebar h2 {
	margin-top: 10px;
}

#comments {
	float: left;
	width: 610px;
	border-top: 1px solid #000000;
	margin: 10px 0;
	padding-top: 10px;
}

#comments .rightitem {
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 0 135px;
	padding: 0 10px 7px 0;
	width: 100%;
}

#comments .item {
	float: left;
	width: 610px;
	margin: 10px 0 0 0;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

#comments .commonitem {
	float: left;
	width: 610px;
	margin: 10px 0 0 0;
}

#title {
	position: absolute;
	top: 20px;
	left: 50px;
	background: url(../images/coda/logintitle.jpg) no-repeat;
	height: 35px;
	width: 300px;
}

#user_name_login {
	position: absolute;
	left: 75px;
	top: 85px;
	width: 240px;
}

#user_name_login .loginbutton {
	float: right;
	/*background: url(http://cdn.eastcreative.nl/images/loginbutton.jpg) no-repeat;*/
	height: 32px;
	width: 111px;
	display: block;
}

#user_name_login label {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#user_name_login input.text {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 0 4px;
	padding: 2px;
	width: 120px;
}

img.blog {
	border: 4px solid #cccccc;
	padding: 1px;
}

