/*  
Theme Name: Collabo
Theme URI: http://robke.be/
Description: Collabo
Version: 1.0
Author: Robin Wittevrongel
Author URI: http://robke.be/
*/

@import "msiecrap.css";

a img {
	border: 0;
}
body {
	margin: 0;
	padding: 0 0 20px 0;
	background: #EDECC4;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
	#wrapper  {
		margin: 10px auto 0 auto;
		width: 620px;
		background: url("images/wrapper.gif") repeat-y;
		text-align: left;
	}
		h1 {
			height: 98px;
			text-indent: -9999px;
			background: url("images/header.gif");
			margin: 0;
		}
		h2 {
			font-size: 16px;
			font-weight: normal;
			margin: 0 0 15px 25px;
			letter-spacing: 4px;
		}
			h2 a:visited, h2 a:link, h2 a:active, h2 a:hover {
				text-decoration: none;
				color: #666666;
			}
		h3 {
			margin: 30px 0 10px 25px;
			font-size: 16px;
		}
			h3 a:visited, h3 a:link {
				text-decoration: none;
				color: #144FAE;
			}
			h3 a:active, h3 a:hover {
				color: #AE1F1B;
			}
		code {
			font-family: Monaco, monospace;
		}
		#menu {
			position: absolute;
			top: 0;
			margin: 87px 0 0 50px;
			padding: 0;
		}
			#menu li {
				list-style: none;
				display: inline;
			}
				#menu li a:link, #menu li a:visited {
					display: block;
					color: #ffffff;
					width: 89px;
					height: 19px;
					float: left;
					background: url("images/tab.gif");
					text-align: center;
					text-decoration: none;
					font-size: 14px;
					padding: 2px 0 0 0;
					margin: 0 1px 0 0;
				}
				#menu li a:hover, #menu li a:active {
					background: url("images/tab.gif") 0 21px;
				}
				#menu li a#active {
					background: url("images/tab.gif") 0 42px;
					color: #395fa7;
				}
			#meer {
				float: right;
				margin: -28px 0 0 0;
				padding: 0;
				font-size: 10px;
			}
				#meer li {
					margin: 0 10px 0 0;
					list-style: none;
					display: block;
					float: left;
				}
				#meer a:visited, #meer a:link {
					color: #CCCCCC;
				}
				#meer a:active, #meer a:hover {
					color: #999999;
					text-decoration: none;
				}
		#content {
			background: url("images/content.gif") no-repeat;
			padding: 15px 35px 10px 10px;
		}
			blockquote {
				font-style: italic;
				margin: 0 0 10px 55px;
			}
			.insettext {
				margin: 0 0 5px 10px;
				padding: 8px 10px 8px 10px;
				background: #E9DBBA;
				float: right;
			}
				.insettext p {
					margin: 0;
					color: #71543B;
					font-size: 13px;
					font-family: Georgia;
				}
			.meta {
				font-size: 10px;
				border-bottom: 1px solid #DDDDDD;
				padding: 0 0 10px 0;
				margin: 0 0 10px 35px;
			}
			a:link, a:visited {
				color: #444444;
				text-decoration: none;
			}
			a:active, a:hover {
				text-decoration: underline;
			}
			.cutter {
				
			}
			#splash {
				display: block;
				width: 600px;
				height: 114px;
			}
			p {
				line-height: 200%;
				margin: 0 0 10px 35px;
			}
			.strike {
				text-decoration: line-through;
			}
			.clear {
				clear: both;
			}
			.rightbox {
				float: right;
				margin: 0 0 0 20px;
			}
			.leftbox {
				float: left;
				margin: 0 20px 0 35px;
			}
			.entry img {
				margin: 0 0 0 35px;
			}
			.leftbox img, .rightbox img, p img {
				margin: 0 !important;
			}
			.navigation {
				margin: 20px 0 0 25px;
				height: 10px;
				clear: both;
			}
				.alignleft {
					float: left;
				}
				.alignright {
					float: right;
				}
			ul, ol {
				margin: 5px 0 5px 30px;
				padding: 5px 0 5px 50px;
			}
				ul img, ol img {
					vertical-align: middle;
				}
				li {
					margin: 0 0 5px 0;
				}
				ul ul {
					margin: 5px 0 0 -20px;
				}
			.commentlist {
				margin: 0 0 0 30px;
				padding: 0 0 0 30px;
			}
				.commentlist li {
					margin: 0 0 12px 0;
				}
				.commentlist p {
					margin: 0 0 10px 0;
				}
			dl {
				margin: 0 0 13px 35px;
			}
			dd {
				margin: 0 0 0 25px;
			}
			dl dt {
				float: left;
				width: 150px;
				border-right: 1px dotted #333333;
				font-weight: bold;
				display: block;
				margin: 0 20px 0 0;
			}
			dl.compact dt {
				width: 120px;
			}
			label {
				display: block;
				float: left;
				width: 150px;
			}
			textarea#comment {
				width: 100%;
				clear: both;
			}
		#footer {
			margin: 10px 0 0 0;
			line-height: 100%;
			height: 34px;
			background: url("images/footer.gif");
			text-align: center;
			font-size: 10px;
			color: #999999;
		}
