/**
 * Title: Foto Dikken & Hulsinga
 * Description: This stylesheet defines the layout of the website of Foto Dikken & Hulsinga
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Jelke Boonstra
 * Version: 1.0
 */

body {
	background: #334d64 url("body_back.jpg") no-repeat;
	background-position: 50% 0%; 	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;

	margin: 0 auto;

	line-height: 160%;
}

h1 {
	color: #940910;
	font-size: 120%;
}

h2 {
	color: #940910;
	font-size: 100%;
	font-style:italic;
}

h3 {
	color: #000;
	font-size: 100%;
	font-weight: bold;

}

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

.clear {
	clear: both;
}

a:hover {
	text-decoration: underline;
}

#container {
	float: left;
	background: #fff;
	min-height: 500px;
	width: 810px;
	margin: 0 auto;
}

#container_wrapper {
	width: 812px;
	min-height: 500px;
	float: none;
	background: #fff url("container_back.gif") no-repeat;
	padding: 20px;
	margin: 0 auto;
	margin-top: 100px;

}

#company_name {
	float: left;
	height: 119px;
	width: 220px;
	margin: 0 0 10px -30px;
}

#company_name a {
	background: url("logo.jpg") no-repeat;
	display: block;
	margin:0;
	padding: 0;
	
	width: 220px;
	height: 100px;
}

#company_name a span {
	display: none;
}

#header {
	float: left;
	background: url("header_image.jpg") no-repeat;
	width: 580px;
	height: 278px;
}

#main {
	margin-top: 20px;
	float: left;

}

#content_left{
	padding: 10px 0 0 30px;
	float: left;
	width: 190px;
	color: #334d64;

}

#content_left span{
	display: block;
	font-style: normal;

}

.result {
	float: left;
	margin: 8px;
	border: solid 1px black
}

.link {
	margin-top: 20px;
}

.link img {
	border: none;
}

.image_bank {
	float: right;
	margin: 1em;
	width: 200px;
}

.image_bank img{
	border: solid 2px #940910;

}

#image_database {
	margin-bottom: 100px;
}

#content {
	float: left;
	width: 535px;
	margin-left: 15px;

}

.external_links {
	list-style-type: none;
}

.external_links li {
	padding: 5px;
}

.external_links img {
	border: none;
}

.link_style {
	color: #334d64;
}

#result_nav {
	text-align: center;
}

#content_first {
	float: left;
	width: 265px;
}

#content_second {
	float: left;
	width: 245px;
	margin-left: 15px;

}

/**
 * Lightbox order
 */

.description {
	width: 190px;
	float: left;
	margin-right: 10px;
}

#lb_information{
	width: 300px;
	float: left;

}

#lb_information ul{
	list-style: none;
}

#lb_information form input{
	width: 30px;
}

/**
 * Lightbox diashow
 */
 
.link_dia {
	text-align: center;
}


/**
 * Navigation
 */

#navigation {
	float: left;
	width: 225px;
	min-height: 278px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	border-bottom: solid 1px #fff;
	padding: 0;
}

#navigation a {
	margin: 0px;
	height: 30px;
	display: block;
	text-decoration: none;
}

#navigation span {
	display: none;
}

#menu_item_home a { background: url("navigation/navigation_0.gif") no-repeat top;}

#menu_item_shop a { background: url("navigation/navigation_1.gif") no-repeat top;}

#menu_item_shop_1 a { background: url("navigation/navigation_1_1.gif") no-repeat top;}
#menu_item_shop_2 a { background: url("navigation/navigation_1_2.gif") no-repeat top;}

#menu_item_images a { background: url("navigation/navigation_2.gif") no-repeat top;}

#menu_item_list a { background: url("navigation/navigation_3.gif") no-repeat top;}

#menu_item_wedding a { background: url("navigation/navigation_4.gif") no-repeat top;}

#menu_item_education a { background: url("navigation/navigation_5.gif") no-repeat top;}

#menu_item_print a { background: url("navigation/navigation_6.gif") no-repeat top;}

#menu_item_fotograph a { background: url("navigation/navigation_7.gif") no-repeat top;}

#menu_item_fotograph_1 a { background: url("navigation/navigation_7_1.gif") no-repeat top;}
#menu_item_fotograph_2 a { background: url("navigation/navigation_7_2.gif") no-repeat top;}
#menu_item_fotograph_3 a { background: url("navigation/navigation_7_3.gif") no-repeat top;}
#menu_item_fotograph_4 a { background: url("navigation/navigation_7_4.gif") no-repeat top;}
#menu_item_fotograph_5 a { background: url("navigation/navigation_7_5.gif") no-repeat top;}


#menu_item_contact a { background: url("navigation/navigation_8.gif") no-repeat top;}


#navigation .active_link, 

#navigation li:hover a:hover, 

#navigation li.hovering a:hover, 

#navigation a:hover {
	background-position: bottom;
}

#navigation .active_link, 

#navigation li:hover a, 

#navigation li.hovering a, 

#navigation a:hover {
	background-position: bottom;
}

/**
 * Drop down menu
 */
#navigation li ul 
{
	/* move it of the screen so it is not visible */
	position: absolute;
	left: -999em;

	list-style: none;

	margin: 0; 

	width: 225px;

  	/* It should overlap other components */
	z-index: 10;
}

#navigation li:hover ul
{
	left: auto;

	margin-top: -30px;
	margin-left: 225px;
  
	z-index: 1000;
}

#navigation li.hovering ul,
#navigation li:hover ul {
	left: auto;
}

#navigation li:hover li a,

#navigation li.hovering li a{

	background-position: top;

}


#navigation li:hover li a:hover,

#navigation li.hovering li a:hover  {

	background-position: bottom;


}


table {
	border-collapse: collapse;

	margin-bottom: 2em;

	width: 100%;
}

table tr.specs {
	background: #a0b7c9;
	color: #FFF;
	border-bottom: 1px solid #000;
}

table tr.photo_title {
	background: #e7f0f7;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

table tr.photo_title img {
	border: 2px solid #FFF;
	padding: 0 4px 0px 4px;
	margin: 4px 3px 0 4px;
	position: relative;
}

table tr.total {
	color: #334d64;
	font-weight: bold;

}

table td.image {
	width: 20px;
}

table td,
table th {
	padding: 2px;
}

.send{ 
	background: #b4363c;
	border: none;
	color: #FFF;
	padding: 2px;

	float: right;
}


/**
 * Footer
 */

#footer {
	background: url("footer_back.gif") no-repeat top;
	margin: 0 auto;
	width: 852px;
	height: 100px;
}

#copyright {
	padding-top: 20px; 
	text-align: center;
	
	color: #a0b7c9;
}

#copyright a {
	color: #a0b7c9;
}

#copyright a:hover {
	color: #fff;
}

/**
 * Forms
 */
form .textfield, 
form .textarea {
	float: left;

	line-height: 100%;

	margin-bottom: 1em;

	width: 100%;
}

form .textfield label, 
form .textarea label {
	cursor: pointer;

	float: left;

	font-weight: bold;

	padding: 2px;
	margin: 1px;
	
	text-align: right;

	width: 10em;
}

form .textfield input, 
form .textarea textarea {
	border: 1px solid #CCC;

	float: left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

	margin: 0;
	padding: 2px;

	width: 23em;
}

form .textfield input:focus, 
form .textarea textarea:focus {
	border-color: #334D64;
}

form .error input, 
form .error textarea {
	border-color: #C00;
}

.form_actions {
	clear: both;

	display: inline;

	float: left;

	margin-left: 26.2em;
	padding-left: 10px;
}



