/* projects */
#projects h1 {
	font-size: 15px;
}

/* main */
body {
	background-color: #e3e3e3;
	font-family: Verdana;
	font-size: 12px;
	color: #1b1b1b;
	line-height: 1em;
}

.ads {
	text-align: center;
}

#maincontent {
	float: left;
}

img {
	border: none;
}

h2 {
	margin-top: 0px;
	font-size: 18px;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #0187c5;
	cursor: pointer;
}

hr {
	color: #ddd;
	border: 0px;
	background-color: #ddd;
	height: 1px;
	margin-bottom: 15px;
}

#footer {
	float: right;
}

#links {
	margin-top: 20px;
	text-align: center;
	font-size: x-small;
}

#content_text {
	font-size: x-small;
}

#content {
	width: 900px;
	margin: 0 auto;
}

.bold {
	font-weight: bold;
}

.box {
	float: right;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	width: 900px;
}

.locationbox {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #eee;
	border: 1px solid #ddd;
}

.fillbox {
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}

.darkfilltable {
	background: #ddd;
	border: 1px solid #ccc;
	position: relative;
	width: 100%;
}

.darkfillbox {
	background: #ddd;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	position: relative;
}

.darkfilltable .center {
	text-align: center;
}

.darkfillbox .left {
	float: left;
}

.darkfilltable .postleft {
	border-right: 1px solid #ccc;
	width: 120px;
	vertical-align: top;
	font-size: x-small;
}

.darkfilltable .create_link {
	text-align: right;
}

.darkfilltable .last {
	width: 120px;
}

.posttable {
	margin-bottom: 0px;
}

.posttable .darkfilltable .postright {
	vertical-align: top;
}

.posttable .darkfilltable {
	border-bottom: none;
}

.posttable .darkfilltable .post_title_right {
	text-align: right;
	font-size: x-small;
	width: 100px;
}

.darkborderbottom {
	border-bottom: 1px solid #ccc;
}

.forum_margin {
	margin-bottom: 10px;
}

.blogtable {
	width: 100%;
	border: 1px solid #ddd;
	text-align: center;
}

.blogtable th {
	border: 1px solid #ddd;
}

.image {
	background: #eee;
	width: 256px;
	height: 200px;
	border: 1px solid #ddd;
	padding: 10px;
	float: left;
}

input[type=text], input[type=password], input[type=submit], input[type=button] {
	font-family: Verdana;
	font-size: 11px;
}

.text {
	font-size: 10px;
	color: #696969;
}

.error {
	font-weight: bold;
	color: red;
}

.fillbox .date {
	margin-bottom: 1em;
}

.floatleft {
	float: left;
}

.bottombox {
	text-align: right;
	padding-bottom: 10px;
}

.comments {
	float: right;
}

.commentsimage {
	background: url(../img/comments.png) no-repeat;
	width: 11px;
	margin-top: 2px;
	margin-right: 2px;
	height: 11px;
	float: right;
}

.comment .info {
	font-weight: bold;
	margin-top: 1em;
}

.headerbox {
	height: 70px;
	position: relative;
	background: #fff url(../img/header.png) no-repeat;
}

.headerbox #menu {
	position: absolute;
	bottom: 0px;
	font-size: 10px;
	bottom: 3px;
	right: 3px;
}

.shopleft {
	width: 250px;
	float: left;
}

.shopright {
	width: 620px;
	float: right;
}

.shopright .product {
	margin-left: -20px;
}

.left {
	width: 640px;
	float: left;
}

.right {
	float: right;
	width: 250px;
}

.mainmenu {
	line-height: 1.1em;
}

.menuitem {
	float: left;
	margin-right: 20px;
}

.menuitem .active {
	color: #00425f;
}

.menuitem a:hover {
	text-decoration: none;
	color: #00425f;
}

.subtitle {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.commenttextarea {
	width: 612px;
	margin-right: 10px;
}

#quote {
	margin-left: -20px !important;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 10px;
	font-style: italic;
	width: 900px;	
}

.create_topic_table {
	width: 100%;
}

.create_topic_table .title {
	width: 80px;
	vertical-align: top;
}

.create_topic_table #input_title {
	width: 800px;
}

.create_topic_table #input_message {
	width: 800px;
}

.adminleft {
	font-size: x-small;
	width: 200px;
	margin-right: 10px;
	float: left;
}

.adminright {
	font-size: x-small;
 	width: 646px;
 	float: left;
 }
 
 /* Webshop cart */
 
#cart #products {
	width: 100%;
 	border: 1px solid #ccc;
}
 
#cart #products td, #cart #products th {
 	padding: 5px;
}

#cart #products .row {
	text-align: center;
}

#cart #products th {
	background-color: #ddd;
}

#cart #header_p {
 	background-color: #ccc;
 	color: white;
}

#cart #products #delete {
	width: 32px;
}

#cart #products #buttons {
	background-color: #ccc;
	text-align: right;
}

#cart #products .totals {
	background-color: #ddd;
	text-align: right;
	padding-right: 20px;	
}
  
 /* Last.FM */
 
table.lfmWidgetchart_1741865187095f46942ebee66770a049 td {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
table.lfmWidgetchart_1741865187095f46942ebee66770a049 tr.lfmHead a:hover {
	background: url(http://cdn.last.fm/widgets/images/en/header/chart/recenttracks_regular_grey.png) no-repeat 0 0 !important;
}
table.lfmWidgetchart_1741865187095f46942ebee66770a049 tr.lfmEmbed object {
	float: left;
} 
table.lfmWidgetchart_1741865187095f46942ebee66770a049 tr.lfmFoot td.lfmConfig a:hover {
	background: url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat 0px 0 !important;
}
table.lfmWidgetchart_1741865187095f46942ebee66770a049 tr.lfmFoot td.lfmView a:hover {
	background: url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat -85px 0 !important;
}
table.lfmWidgetchart_1741865187095f46942ebee66770a049 tr.lfmFoot td.lfmPopup a:hover {
	background:url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat -159px 0 !important;
}