/*
    Theme Name: PietersWeb
    Theme URI: http://www.pietersweb.nl
    Description: Template for PietersWeb
    Version: 1.0
    Author: Pieter de Jong
    Author URI: http://www.pietersweb.nl
    Author Email: info@pietersweb.nl
    */

root { 
    display: block;
}

.clear { clear: both; }

body {
    background: #bbbbbb url('images/layout/PietersWebTemplate_BG.png') repeat-x;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p	{ padding: 5px 0; line-height: 1.3;}

h3 	{ margin: 10px 5px; font-size: 18px; font-weight: bolder; color: #474777; }
h4	{ margin: 3px; font-size: 16px; font-weight: bolder; color: #555; }

.adress	{ margin: 5px 0; }
.contact-info 	{ margin: 5px 0; }

div#container {
    width: 910px;
    margin: 0px auto;
    text-align: left;
}

div#header {
    height: 150px;
    width: 910px;
    position: relative;
}

div#headertop {
    background: transparent url('images/layout/PietersWebTemplate_02.png') no-repeat top center;
    height: 14px;
    width: 560px;
    position: relative;
    left: 50px;
}

div#pietersweb {
    background: transparent url('images/layout/PietersWebTemplate_04.png') no-repeat center;
    height: 130px;
    width: 610px;
    float: left;
}

div#logo {
    height: 180px;
    width: 290px;
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: center;
}

div#logotext {
    font-family: "Myriad Pro";
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 14px;
}

div#logotext h3 {
    font-size: 30px;
    font-family: "Myriad Pro";
    margin-bottom: 10px;
}

div#backgroundlogo {
position: absolute;
top: 0px;
left: 175px;
height: 200px;
width: 500px;
z-index: -10;
background: transparent url('images/layout/menu/pageimages/PietersWeb.png') no-repeat center;
}

div#menu {
    height: 290px;
    width: 910px;
}

div#submenu {
    width: 500px;
    height: 30px;
    margin-left: 55px;
    margin-top: 5px;
    clear: both;
}

div#submenu ul 		{ 
	line-height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none outside none;
	display: inline;
}
div#submenu ul li 	{ float: left; margin: 0; padding: 0; }
div#submenu ul li a 	{ 
	color:#000;
	background: url('images/layout/buttons/submenubutton.png') repeat-x;
	display: block;
	font-family:"Myriad Pro", sans-serif;
	font-size:11px;
	font-weight:bolder;
	margin:0;
	padding: 0 15px;
	text-decoration:none;
	text-transform: uppercase;
}

div#submenu ul li a:hover	{ color: #FFF; background: url('images/layout/buttons/submenubuttonhover.png') repeat-x; }
div#submenu ul li.right 	{ width: 50px; height: 30px; background: url('images/layout/buttons/submenuright.png') no-repeat; }


div#topbar {
    height: 30px;
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    font-size: 12px;
    font-weight: bolder;
}

div#slider {
    background: transparent url('images/layout/PietersWebTemplate_06.png') no-repeat center;
    height: 290px;
    width: 610px;
    float: left;
}

div#navigation {
    background: transparent url('images/layout/PietersWebTemplate_09.png') no-repeat center;
    height: 290px;
    width: 300px;
    float: left;
}

div#content {
    width: 910px;
}

div#page {
    background: transparent url('images/layout/PietersWebTemplate_12.png') repeat-y center;
    width: 520px;
    position: relative;
    left: 50px;
    padding: 0px 20px;
}

#page .page-title { font-size: 24px; color: #111; font-family: "Myriad Pro"; padding: 0 0 20px 10px;}


div#pagefooter {
    background: transparent url('images/layout/PietersWebTemplate_15.png') no-repeat top center;
    height: 17px;
    width: 560px;
    position: relative;
    left: 50px;
}


/*--Navigation Image Preview--*/
.navigation_image {
    width: 590px; height: 220px;
    float: right;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.navigation_image .desc{
    position: absolute;
    bottom: 0;	left: 0;
    width: 100%;
    display: none;
}
.navigation_image .block{
    width: 100%;
    height: 40px;
    font-family: "Myriad Pro";
    font-size: 40px;
    font-weight: bolder;
    padding: 10px 10px 10px 25px;
    background: #111;
    border-top: 1px solid #000;
}

.menu {
    float: left;
    width: 295px; height: 220px;
    margin-top:50px;
}
.menu img {
    display: none;
    border: 1px solid #ccc;
    padding: 5px;
    float: left;
}
.menu ul {
    margin: 0; padding: 0;
    list-style: none;
}
.menu ul li{
    margin: 0;
    height: 30px;
    border-bottom: 1px dotted #ccc;
}
.menu ul li.hover {
    cursor: pointer;
    border-bottom: 1px dotted #eee;
    border-top: 1px dotted #eee;
    background: transparent url('images/layout/menu/button.png') no-repeat top center;
    color: #111;
}
.menu ul li.active {
}
html .menu ul li a {
    font-family: "Myriad Pro";
    font-size: 17px;
    color: #eee;
    margin: 0px;
    padding: 5px 10px 6px 25px;
    display: block;
    font-weight: bolder;
    text-decoration: none;
}

html .menu ul li a:hover {
    color: #111;
}

.menu ul li .block {
    float: left;
    width: 100%;
}

.menu ul li .text {
    display: none;
}

#topbar a {
    color: #838383;
    display:block;
    text-decoration:none;
}

#topbar a:hover {
    color: #111;
}

#topbar li {
    float:left;
    margin-right:10px;
    padding-right:10px;
}

#topbar ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 10px;
    padding: 0;
}

#topbar-sitemap a{
    background: url('images/layout/icons/sitemap.gif') no-repeat left center;
    padding-left: 22px;
}

#topbar-contact a{
    background: url('images/layout/icons/contact.gif') no-repeat left center;
    padding-left: 22px;
}

#wpstats { display: none; }

#wpcf label 		{display: block; float: left; width: 250px; }
#wpcf input 		{float: left; width: 200px; padding: 1px; margin: 2px 5px 2px 0; background: url('images/layout/buttons/contactforminputbg.jpg') repeat-x top; border: 1px solid #ccc;}
#wpcf textarea 		{width: 450px; height: 100px; padding: 1px; margin: 0 5px 10px 0;background: url('images/layout/buttons/contactforminputbg.jpg') repeat-x top; border: 1px solid #ccc;}
#wpcf #contactsubmit 	{float: left; text-indent: -9999px; margin-left: 100px; width: 100px; height: 30px; display: block; background: url('images/layout/buttons/contactformsubmit.png') no-repeat center center; border: 0px;}
#wpcf #contactreset 	{float: left; text-indent: -9999px; margin-left: 5px; width: 100px; height: 30px; display: block; background: url('images/layout/buttons/contactformreset.png') no-repeat center center; border: 0px;}

#wpcf #contactsubmit:hover 	{ background: url('images/layout/buttons/contactformsubmithover.png') no-repeat center center; }
#wpcf #contactreset:hover	{ background: url('images/layout/buttons/contactformresethover.png') no-repeat center center; }
#wpcf-checkbox 	{ width: 14px !important; border: 0px !important; background: #fff !important;}



/* featured slideshow */
#portfolio-slideshow	{ margin: 0 0 5px; height: 200px; width: 520px;}
#portfolio-slideshow img {
    border:  1px solid #ccc;
    width: 520px;
    height: 200px;
    top:  0;
    left: 0
}

.ddsg-wrapper		{ }
.ddsg-wrapper h2	{ display: none; }



.p2c_catlist		{ display: block; list-style: none outside none; margin: 0; padding: 0; overflow: hidden; border: 0px; }
.p2c_catlist li		{ width: 152px; display: block; border: 1px solid #ccc; float: left; height: 200px; margin: 0 5px 8px 0; padding: 5px; list-style: none outside none;} 
.p2c_catlist li:hover	{ background: #eee;} 
.portfolio-thumbnail 	{ clear: both; display: block; height: 75px; width: 150px;}
.portfolio-thumbnail-link	{ display: block; height: 75px; width: 150px;}
.portfolio-thumbnail-link img	{ border: 1px solid #ccc; margin: 0px; padding: 0px; width: 150px; height: 75px;}
