/*
	Author 	: dpdk - Thomas Brekelmans
	Site		: http://www.dpdk.nl
	Style Name	: dpdk Open Source (2c)
	Style URI	: styles/dpdk/dpdk_two_columns.css	
	Version	: 1.0
	Comments	: n/a
*/

body {
	background: url(http://www.dpdk.nl/opensource/background.jpg) repeat fixed 50% 0;
}

iframe {
	border: 0;
}

ul.menu li a:hover {
	background:#CCCCCC none repeat scroll 0 0;
	color:#000000;
}

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

a:hover {
	color:#333333;
}

a:visited{
	color:#979797;
	text-decoration:none;
}

a:visited:hover{
	color:#333333;
}

.content{
	padding-right: 0px;
}

.entry-content a:visited {
	color:#979797;
}

.columns-two #page {
	/* The entire design is contained within the 'page' id */
	width: 986px; /* Width of entire blog */
	_width: 986px; /* Check in IE and adjust accordingly */
	}
	
#header {
	/* Contains the H1 and menu */
	height: 120px;
	background: url(http://www.dpdk.nl/opensource/header.jpg) repeat scroll right top;
	}

h1.blog-title {
	padding:25px 35px 0;
}

#header .description {
margin:0 35px;
}

#footer {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}

#footer a:hover {
	color: #FFFFFF;
	border: 0;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
	border: 0;
	text-decoration: none;
}

#footer a:visited:hover {
	color: #FFFFFF;
	border: 0;
	text-decoration: underline;
}

#dynamic-content {
padding-top:0px;
}

#primary {
	/* Contains the main column */
	width: 710px; /* Width of entire blog */
	_width: 710px; /* Check in IE and adjust accordingly */
	
	padding-top: 0px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}
