/*
Theme Name: Pratende Producten | Wordpress Theme
Theme URI: http://www.pxlgarden.com.com
Description: A theme by <a href="http://www.pxlgarden.com">PXL Garden</a>.
Version: 1
Author: Jaap Oostinjen
*/

/* PXL Garden Framework */

* {
    margin: 0;
}

html, body {
	margin: 0px;
}

.center_background {
	background-attachment:fixed;
	background-position: 50% 0px; 
	_background-position: 40% 0px; 
}

/* @group png Fix */

/* img, div, a, { behavior: url(sty/iepngfix.htc) } */


/* @end */

.center_div {
	margin-left: auto;
	margin-right: auto;
}

a img {
	border: none;
}

.full_height {
 	min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* @group Floats */

.left {
	float: left;
}

.right {
	float: right;
}

/* @end */

/* @group Sticky Footer */

.wrapper {
}
.sticky_footer, .sticky_footer_push {
	clear: both;
	position: relative;
	z-index: 10;
	height: 100px;
	margin-top: -100px;    
}

/* @end */


/* End PXL Garden Framework */

/* CSS Document */

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	font-size: 14px;
	background-color: #eeeeee;
}

#wrap {
	margin-top: 20px;
	width: 780px;	
}

#inner_wrap {
	float: left;
	border: 1px solid #dddddd;
}

#header {
	
	width: 780px;
	height: 200px;
	float: left;
	background: #999999 url(sty/img/pp_logo.jpg) no-repeat 45px 35px;
}

#titelWebsite {
	float: left;
	margin-left: 160px;
	_margin-left: 90px;
	margin-top: 55px;
}

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

a:hover {
	text-decoration:underline;
}

#sidebar li{
	list-style-type: none;
}

.widgettitle {
	display:block;
	font-size: 1.0em;
	font-weight:normal;
	margin-bottom:5px;
	padding:0pt;
	color: #444;
}

#sidebar ul {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;

}

#sidebar ul li{
	display: block;
	float: left;
	clear: both;
	font-size: 11px;
	margin-bottom: 2px;

}

h1.blog_title a{
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}


.blog_title a:hover{
	color: #ff5408;
}

.description {
	clear: both;
	font-size: 11px;
	float: left;
	color: #fff;
	display: block;
}

#content{
	width: 500px;
	padding: 30px;
	color:#444444;
	font-size:0.9em;
	line-height:1.8em;
	float: left;
}

#content .size-thumbnail {
	background-color: #eee;
	padding: 4px;
	border: solid 1px #eee;
	margin-right: 6px;
	margin-bottom: 6px;
}

#content a:hover .size-thumbnail {
	background-color: #fe5407;
	padding: 4px;
	border: solid 1px #eee;
	margin-right: 6px;
	margin-bottom: 6px;
}

#content ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content ul.page_subs {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
	list-style-type: none;
}

#content p{
	margin-top: 20px;
}

.innerfade {
}

.innerfade ul, li{
	padding: 0px;
	margin: 0px;
}

.blogroll {

}
#sidebar {
	padding: 30px 10px 0px 0px;
	float: right;
	min-height: 300px;
	width: 200px;
}

#content_wrap {
	float: left;
	width: 780px;
	background-color: #fff;
	}

/* @group MainMenu */

#menu {
	height: 24px;
	float: left;
	width: 780px;
	margin-top: 79px;
	_margin-top: 89px;
	*margin-top: 72px;

}

ul.menu {
	float: left;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	text-decoration: none;
	font-size: 11px;
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background: #555;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #fff;
	background: #333;
	text-decoration: none;
	}

/* @end */

/* @group SubMenu */

#sub_menu {
	height: 31px;
	float: left;
	width: 780px;
	background-color: #333333;
}

ul.sub_menu {
	float: left;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.sub_menu li {
	display: inline;
	margin: 0;
	}

ul.sub_menu,
ul.sub_menu li a {
	text-decoration: none;
	font-size: 11px;
	padding: 9px 15px 9px 15px;
	}

ul.sub_menu li a {
	font-size: 1em;
	color: #fff;
	margin: 0;
	}

ul.sub_menu li a:hover {
	background: #111;
	color: #fff;
	text-decoration: none;
	}

ul.sub_menu .current_page_item a,
ul.sub_menu .current_page_item a:hover {
	text-decoration: none;
	font-size: 11px;
	padding: 9px 15px 5px 15px;
	border-bottom: 5px solid #ff4e0d;
}

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS",Verdana,sans-serif;
	}

h1 {
	display: block;
	font-size: 25px;
	margin: 0px 0px 20px 0px;
}

#producten {
	float: left;
	width: 190px;
	height: 150px;
}

.widget {
	float: left;
	clear: both;
	width: 190px;
	margin-top: 20px;
}
/* @end */