/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

/*@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";*/

/* sticky footer */
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -4em;
	margin-left: auto;
}
.footer, .push {
	height: 4em;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	text-align: left;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999;
	font-family: georgia;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-left: 10px;
}

/* beging page style */

h1#logo {
	background-image: url(images/mugandpia-logo.jpg);
	background-repeat: no-repeat;
	height: 141px;
	width: 500px;
	text-indent: -9999px;
	margin-top: 5px;
}
#header {
	height: 141px;
	width: 760px;
}
#header p {
	text-indent: -9999px;
	margin-top: -50px;
}
#content-wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: left;
	width: 550px;
	background-color: #FFF;
	margin-left: 10px;
	margin-top: 20px;
}
#content p {
	padding-bottom: 18px;
}
#content-contactus {
	float: left;
	width: 758px;
	background-color: #FFF;
	margin-top: 10px;
	height: 527px;
	background-image: url(images/boek_inhoud1.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position: relative;
}
#personal-info {
	position: absolute;
	margin-top: 50px;
	margin-left: 25px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#personal-info1 {
	position: absolute;
	margin-top: 50px;
	margin-left: 120px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#personal-info2 {
	position: absolute;
	margin-top: 107px;
	margin-left: 120px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-image: url(images/email-addy.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 193px;
}
#personal-info3 {
	position: absolute;
	margin-top: 162px;
	margin-left: 120px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#personal-info4 {
	position: absolute;
	margin-top: 219px;
	margin-left: 120px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#personal-info5 {
	position: absolute;
	margin-top: 277px;
	margin-left: 120px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#location {
	height: 75px;
	width: 550px;
	padding-bottom: 5px;
	background-image: url(images/addy.jpg);
	background-repeat: no-repeat;
}

/* start sidebar */
#simplegallery {
	float: left;
	width: 200px;
	margin-top: 20px;
}
#sidebar-front {
	width:200px;
}
#sidebar {
	float: left;
	width: 200px;
}
#sidebar h2 {
	background-color: #eb8a18;
	height: 24px;
	padding-top: 6px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#sidebar li{
	background-color: #858253;
	border-left-width: 0.5px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #666;
}
#sidebar ul {
	padding-top: 10px;
	padding-bottom: 5px;
	list-style-type: none;
}
#sidebar li a {
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
}
#sidebar li a:hover {
	text-decoration: underline;
}

/* start menu style */

* {
	margin:0;
	padding:0
	}

#nav {
	border-bottom:1px solid #FFF;
	height:20px;
	margin-top: 15px;
	background-color: #858253;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

#nav li {
	}

#nav li, #subnav li {
	float:left;
	list-style:none;
	}

#nav a, #nav a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding: 12px;
	}

#nav a:hover, #nav a:active,
li.current_page_parent a,
li.current_page_parent a:visited,
#nav li.current_page_item a,
#nav li.current_page_item a:visited
        {
	background-color: #9D9963;
	padding: 12px;
	}

#subnav {
	background:#e6eef7;
	border-top:2px solid #577da2;
	border-bottom:2px solid #cad8e6;
	height:28px;
	}

#subnav li {
	border-right:1px solid #295887;
	padding:0 7px;
	}	

#subnav a, #subnav a:visited {
	color:#295887;
	text-decoration:none;
	font-weight:bold
	}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	text-decoration:underline
	}
	
/* start searchform */

#s {
	background-color: #FFF;
	width: 100px;
	margin-top: 6px;
}
#searchform {
	margin-top: 10px;
	height: 30px;
	padding-left: 10px;
}
#searchsubmit {
	display: inline;
	vertical-align: middle;
	margin-top: 0pt;
	margin-right: 0px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	height: 21px;
	width: 70px;
	background-color: #eb8a18;
	font-family: georgia;
	font-weight: bold;
}


/* bottom banner */

#bottom-banner {
	background-image: url(images/microfiber-banner.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 760px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* contact form */

#contactform {
	margin-left: 410px;
	margin-top: 50px;
	width: 350px;
}
.contact-txt {
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 18px;
}
#send {
	float: right;
	margin-top: 5px;
}


#txtname .wpcf7-validates-as-required {
	width: 95%;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#selectname .wpcf7-validates-as-required {
	width: 325px;
	height: 25px;
	padding-left: 3px;
	padding-top: 3px;
}
#message-name .wpcf7-validates-as-required {
	width: 325px;
	height: 150px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#personal-info6 {
	background-image: url(images/store-front.jpg);
	background-repeat: no-repeat;
	height: 197px;
	width: 319px;
	margin-top: 315px;
	margin-left: 25px;
	position: absolute;
}
.contact-spacing {
	margin-top: 8px;
	font-family: Arial;
	font-size: 16px;
	color: #333333;
}

/* Footer */

#branding {
	float: right;
	margin-right: 10px;
}
#branding a {
	text-decoration: none;
}
#branding a:hover {
	color: #858253;
}
#copyright {
	float: left;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
