/*
Theme Name: Marielle Zuidijk
Theme URI: http://www.mariellezuidijk.nl/
Description: Custom theme.
Version: 0.8
Author: Marielle Zuidijk
Author URI: http://www.mariellezuidijk.nl/
Tags: custom

*/

/* general */
html {
	background: none;
}
body {
	color: #1d1c1c;
	padding: 30px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #1d1c1c url(images/ghost-tile.gif) repeat scroll center top;	
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 1em;	
}
h2 {
	/*color: #bc0000;*/
	font-size: 2em;
	padding: 10px 0px 20px;
}
h3 {
	font-size: 1.3em;
	padding: 15px 0px;
}
th {
	padding-right: 20px;	
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* main layout */
.outer {
	margin: auto;
	/*min-width: 900px;*/
    width: 1120px;
	text-align: left;
}
.inner {
	background: #e2e3e3 url(images/bg-content.gif) repeat-x scroll left top;
}
.header {
	height: 110px;
	border-bottom: 1px solid #ccc;
}
.navbar {
	float: left;
	width: 180px;
	padding: 20px 0px;
    border-right: 1px solid #ccc;
    margin-right: -1px;
}
.navbar a {
	color: #1d1c1c;
	display: block;
	text-decoration: none;
	padding: 10px 0px 10px 30px;	
}
.navbar a:hover {
	background-color: #ccc;	
}
.navbar ul ul a {
	font-size: 11px;
	color: #1d1c1c;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 50px;	
}
.nav-active {
	font-weight: bold;
	background-color: #ccc;	
}
.subnav-active {
	font-weight: bold;
	background-color: #ddd;	
}
.content {
	overflow-x: hidden;
	/*min-height: 300px;
	height: auto !important;*/
	height: 385px;
	padding: 20px 20px 30px 30px;
	line-height: 2.2em;
	border-left: 1px solid #ccc;
}
.footer {
	clear: both;
	padding: 5px;
	color: #e2e3e3;
	text-align: center;
	background-color: #1d1c1c;
}

/* border layout */
.border-ct, .border-cb {
	height: 7px;
}
.border-r {
	margin-left: 7px;
}
.border-c, .inner {
	margin-right: 7px;
}

/* border images */
.border-lt, .border-rt, .border-lb, .border-rb {
	background-image: url(images/border-c.png);
	background-repeat: no-repeat;
}
.border-ct, .border-cb {
	background-image: url(images/border-h.png);
	background-repeat: repeat-x;
}
.border-lm, .border-rm {
	background-image: url(images/border-v.png);
	background-repeat: repeat-y;
}
.border-lt, .border-lm {
	background-position: left top;
}
.border-rt, .border-ct {
	background-position: right top;
}
.border-lb, .border-cb {
	background-position: left bottom;
}
.border-rb, .border-rm {
	background-position: right bottom;
}

/* content */
.picture-right {
	float: right;	
}
.google-maps {
	height: 235px;
	overflow: hidden;
	border: 1px solid #999;
}
.google-form {
    margin-top: -10px;
    padding-bottom: 10px;
}
.google-form label {
	/*display: block;*/
}
.product-picture {
	padding: 0px 5px 0px 0px;
}
.product-picture img {
	border: 5px solid #fff;	
}
.smalllines {
	line-height: 1.5em;	
}

/* form controls */
.textbox, .textarea {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin: 1px 0px 5px;	
}
.textbox {
	width: 200px;	
}
.textarea {
	width: 400px;
	height: 120px;
}

/* ie6 fixes */
.border-ct, .border-cb {
	/* the height is limited to the font size */
	_font-size: 0px;
}
.outer {
	/* simulating the css property min-with */
	/*_width: expression(document.body.clientWidth < 990 ? "960px" : "auto");*/
}
.middle {
	/* forces to not repeat background of inner */
	_zoom: 1;
}
.navbar {
	/* the famous 3px gap bug when floating */
	_margin-right: -3px;
}
