@charset "utf-8";
/* CSS Document 

Print & Pixels, New Forest Graphic Design
Becky Bryant
BH25

design@printandpixels.co.uk

Temporary site :)

1. Basics
2. Layout
3. Text Styles
*/

/* 1. Basics */

body {
	background: url(../images/background.jpg);
	color: #494949;
	margin: 0px;
	padding: 0px;
	}
	
/* 2. Layout */

#wrap {
	width: 950px;
	height: auto;
	margin: 15px auto 10px auto;
}

#intro {
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 20px 0px;
	background: url(../images/thickthintop.png) top no-repeat;
}

.leftcol {
	width: 470px;
	height: auto;
	float: left;
	margin: 10px 10px 15px 0px;
}


.rightcol {
	width: 470px;
	height: auto;
	float: right;
	margin: 10px 0px 15px 0px;
}

#contact {
	width: 460px;
	height: auto;
	float: right;
	margin: 10px 0px 15px 10px;
}

#slider {
	width: 950px;
	height: 500px;
}
	
#footer {
	width: 950px;
	height: auto;
	margin: 40px auto 20px auto;
	padding: 20px 0px 20px 0px;
	clear: both;
}
	
/* 3. Text Styles */

h1 {
	text-indent: -9999px;
	width: 517px;
	height: 270px;
	background: url(../images/logo.png) no-repeat;
	margin: 0px auto 30px auto;
	}
	

h2 {
	background: url(../images/comingsoon.png);
	width: 727px;
	height: 32px;
	text-indent: -9999px;
	margin: 20px auto 30px auto;
}

h3 {
	color: #16b5e5;
	font: bold 1em Lucida sans, Lucida Grande, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 130%;
	width: 120px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	float: left;
	padding: 5px;
	
}

	
p {
 	color: #6c6b6b;
	font: 0.9em Lucida sans, Lucida Grande, "Helvetica Neue", Helvetica, Arial, sans-serif;
 	line-height: 135%;
 	text-align: left;
	margin: 0px 0px 8px 0px;
}

p.foot {
 	color: #6c6b6b;
	font: 0.8em Lucida sans, Lucida Grande, "Helvetica Neue", Helvetica, Arial, sans-serif;
 	line-height: 135%;
 	text-align: center;
	margin: 0px 0px 8px 0px;
}

a {
	color: #16b5e5;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #FF00B2;
	font-weight: bold;
	text-decoration: none;
	}


/* Form */
/* 5. Form */

#success h1{
	font: bold 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #b0d136;
	}
	
#error h2{
	font: bold 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #dbb868;
	width: 100%;
	}
	
	
#feedback{
	position: relative;
	margin: 0px;
	width:auto;
	height:auto;
	padding:0 10px 10px;
	border:1px solid #5a3f2f;
	background: url(images/60percent.png);
}
#feedback,x:-webkit-any-link{margin-top:-600px}
#feedback,x:-moz-any-link{margin-top:-600px}

[if IE]>
#feedback{
margin-top:-580px;
height:auto
}
<![endif]
[if IE 6]>

#feedback{
margin-top:-600px;
padding-top:10px;
height:auto
}

input, textarea {
	padding: 5px;
	width: 318px;
	text-align:  left;
	color: #494949;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 5px 0px 10px 0px;
	background: #e9e7e7;
	border: 1px solid #acabab;
}

textarea:focus, input:focus {
	border: 1px solid #16b5e5;
}

button {
	background: #16b5e5;
	border: 1px solid #118aae;
	float: right;
	text-align: center;
	color: #fff;
	clear: both;
	font: bold 0.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 125px;
	height: 30px;
	padding: 0px 0px 2px 0px;
}


