/* 

Style sheet for [Dreamberryvisions.co.uk]
Created by [Corinne Male]
E-mail [info@bdreamberrryvisions.co.uk]
Version [1.9 build 120209 21:28]
W3C [Valid!]
*/


/*
Contents:
	1. Boiler plate
	2. Page structure
	3. Navigation and links
	4. Content
*/


html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #ded4c4; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ded4c4;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, lh, dt, dd {
	margin: 0px;
	padding: 0px;
}

img, a img {
        border: none;
        margin: 0px;
        padding: 0px;
}


#wrapper {
	width: 100%; 
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#header {
	top: 0px;
	height: 141px;
	background: url('header.jpg') no-repeat;
	position: relative;	
}


#content {
	top: 141px;
	left:0;
	background: #521321 url('content.jpg') no-repeat;
	padding-bottom: 30px;
	padding-left: 250px;
	padding-right: 260px;
	padding-top: 20px;
}

#footer {
	position: relative;
	background: url('footer.jpg') no-repeat;
	height: 47px;
	padding-top: 6px;
}

#footer p {
	margin-left: 260px;
}

#footer .valid {
	float: left;
	clear: both;
	margin-left: 400px;
	margin-top: -24px;
	font-size: 0.8em;
}

#footer a:link {
	color: #521321;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus {
	color: #e9718e;
	text-decoration: underline;
}

#navigation { 
	top: 99px;
	left: 250px;
	position:absolute;
	height: 42px;
	overflow: hidden;
}

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

#navigation li {
	width: 6.1em;
	display: inline;
	float: left; 
	margin-right: 10px;
	text-align: center;
	height: 42px;
}

#navigation a {
	display: block;
	color: #ded4c4;
	text-decoration: none;
	background: url('button.png') 0 16px no-repeat;
	padding-top: 20px;
	padding-bottom: 12px;
	height: 42px;
}

#navigation a:hover, #navigation a:focus {
	display: block;
	text-decoration: underline;
    background-position: -78px 0;
	font-weight: bold;
	font-size: 1em;
	padding-top: 14px;
	padding-bottom: 3px;
	color: #ffffff;
	height: 42px;
}

#title {
	float: left;
	clear: both;
	margin-left: 408px;
	margin-top: 34px;
}

h1 {
	font-family: times new roman;
	font-size: 2.8em;
	color: #521321;
	font-style: italic;
}

h2 {
	font-size: 1.4em;
	margin-top: 4px;
	margin-bottom: 4px;
}

h3 {
	font-size: 1.1em;
	margin-top: 4px;
	margin-bottom: 4px;

}


p {
	margin-bottom: 10px;
}

table {
	border: 0;
	margin-bottom: 20px;
	margin-left: 8px;
}

td {
	border-bottom: 1px solid #ded4c4;
	padding: 6px;

}

th {
	font-weight: bold;
	background-color: #e2466c;
	border: 1px solid #e9718e;
	padding: 6px;
}

#content ul {
	margin-bottom: 18px;
}

#content ul li {
	color: #ded4c4;
	background: url('arrow-pink.gif') no-repeat 6px 0.85em;
	margin: 0 5px;
	list-style-type: none; 
	padding-left:18px; 
	padding-right:8px; 
	padding-top:7px; 
	padding-bottom:3px

}

.design {
	margin: 20px 10px;
	padding: 6px 6px 6px 10px;
	max-width: 50em;
	background-color: #6e3a42;
}

.design img {
	margin-left: 8px;
	float: right;
	padding: 2px;
	border: 1px solid #ded4c4;
}

h3.designTitle {
	color: #e9718e;
}

.gallery {
	margin: 6px;
	display: inline;
	padding: 2px;
	border: 1px solid #ded4c4;
}

dl {
	margin-left: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 50em;
}

lh {
	display: block;
	font-weight: bold;
	background-color: #e2466c;
	border: 1px solid #e9718e;
	padding: 6px;

}

dt {
	color: #e9718e;
	font-weight: bold;
	margin: 4px;
}

dd {
	margin: 4px;
}

form {
	max-width: 50em;
	margin: 6px;
}

textarea {
        background: #e2466c;
		border: 1px solid #e9718e;
		margin: 5px;
		width: 36.4em;
		color: #ded4c4;
}

input {
        background: #e2466c;
		border: 1px solid #e9718e; 
		margin: 5px; 
		color: #ded4c4;
}

label{
        float: left; 
		width: 12em; 
		font-weight: bold; 
}

#submitbutton {
	float: right;
}

br.clear {
	clear: both;
	margin-bottom: 10px;
}

#breadcrumbs {
	font-size: 1.1em;
	margin-bottom: 18px;
	margin-top: 4px;
}

#breadcrumbs li {
	background: url('arrows.gif') no-repeat 0px 0.7em !important;
	display: inline;
	margin: 2px;
	list-style-type: none; 
	padding-left:16px; 
	padding-right:0px; 
	padding-top:4px; 
	padding-bottom:4px

}

.fullsize {
	padding: 12px;
	background: #6e3a42;
	display: block;
}

h3.fullsizeTitle {
	color: #e9718e;
}

#content p a:link, #content ul a:link, #content table a:link, #content ol a:link, #content p a:visited, 
#content ul a:visited, #content table a:visited, #content ol a:visited{
	color: #e9718e;
	text-decoration: underline;
}
#content p a:hover, #content ul a:hover, #content table a:hover, #content ol a:hover, #content p a:focus, 
#content ul a:focus, #content table a:focus, #content ol a:focus {
	background-color: #e8e1d7;
	color: #521321;
}

#content a[href^="http://"] {
	background: url('external-link.gif') no-repeat scroll right center;
	padding-right: 14px;
	color: #e9718e;
	text-decoration: underline;
}

#footer a[href^="http://"],#footer a[href^="http://"] {
	background: url('external-link.gif') no-repeat scroll right center;
	padding-right: 14px;
	color: #521321;
	text-decoration: underline;
}

#content a:hover[href^="http://"], #content a:focus[href^="http://"] {
	background: url('external-link-focus.gif') no-repeat scroll right center;
	padding-right: 14px;
	background-color: #e8e1d7;
	color: #521321;

}

#footer a:hover[href^="http://"],#footer a:hover[href^="http://"], #footer a:focus[href^="http://"], #footer a:focus[href^="http://"] {
	background: url('external-link.gif') no-repeat scroll right center;
	padding-right: 14px;
	background-color: #521321;
	color: #ded4c4;

}

#content a[href^="http://www.dreamberryvisions.co.uk"],#content a[rel~="external"],#footer a[href^="http://www.dreamberryvisions.co.uk"] {
	background: transparent;
	padding-right: 0;
}


/*END*/