/*
STYLE SHEET FOR WATERWORTH MARKETING
Created by Kirsty Burgoine
www.waterworthmarketing.co.uk
ToC
	1.  defaults
	2.  structure
	3.  links and navigation
	4.  fonts
	5.  images
	6.  hacks
Notes
*/

/* ------- 1. defaults ------- */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	/* background-color: #e7e8ea; */
	font-size: 80%;
	text-align: center;
	background: url(../images/background-repeat.jpg);
	-webkit-text-size-adjust: none;
}

/* ------- 2. structure ------- */

#container {
	margin: 0 auto;
	height: 100%;
	width: 1024px;
	background-color: #e7e8ea;
	overflow: hidden;
	background: url(../images/background-top.png) no-repeat top center;
	text-align: left;
}

.container_inner {
margin: 25px 0;
background: url(../images/background-middle.png) repeat-y top center;

}


#masthead {  /* top part of the site */

height:90px;
width:1024px;
}

#logo {
float: left;
margin: 10px 0 0 60px;
width: 270px;
}

#navContainer { /* Site links that appear within masthead */
float: left;
margin: 20px 35px 0 40px;
width: 570px;
}

#main-navigation { /* main site navigation */
color: #333333;
width:930px;
margin: 0 auto;
height: 30px;
text-align: center;
}

#flash { /* Pink area containing flash animation */
display: block;
height:190px;
width:927px;
margin: 0 auto;
background: url(../images/flash-placemarker.gif) no-repeat top center;

}

#content {  /*  Main central content box on info pages */
background: url(../images/info-background.gif) no-repeat top left;
height: 100%;
min-height: 300px;
width:920px;
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left:60px;

}

#content_tall {  /*  Main central content box on info pages */
background: url(../images/info-bckgrd-tall.gif) no-repeat top left;
height: 100%;
min-height: 370px;
width:920px;
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left:60px;

}

#intro {  /*  Main central content box on home page */
background: url(../images/info-background.gif) no-repeat top left;
height: 325px;
width:920px;
margin: 10px 0 10px 60px;
}

#contact { /* text area on contact page */
position: absolute;
width: 600px;

}

#testimonials {
background:url(../images/testimonial-bground.png) no-repeat top left;
float: right;
width: 310px;
height: 363px;
}

#twitter {
width: 900px;
margin: 0 auto 30px auto;
background: url(../images/twitter-background-long.gif) no-repeat;
height: 85px;
}

#social { /* contains social networking links on who_we_are.php */
clear: both;
float: left;
width: 920px;
margin-left: 60px;
height: 60px;
}

#footer { /* Contains extra contact info, registered company etc */
float: left;
clear: left;
width:900px;
margin-left: 60px;
margin-bottom: 15px;
font-size: 11px;
}

#page-foot { /* background image for footer */
background: url(../images/background-bottom.png) no-repeat bottom center;
height:100%;
margin: 0 auto;
width: 1024px;

}





.seperator {
	clear: both;
	height: 0;
}

/* ------- 3. links and navigation ------- */

a {
	font-family:  Arial, Calibri, GillSans, Gill Sans, Trebuchet, sans-serif;
}

#content_tall a { /* miscellaneous links */
color: #C20064;
text-decoration: none;
}

#content_tall a:hover {
text-decoration: underline;
}

#content a { /* miscellaneous links */
color: #C20064;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#content_tall a.rss { /* RSS links on RSS.php */
color: #000000;
text-decoration: none;
}

#content_tall a.rss:hover {
text-decoration: underline;
color: #C20064;
}

a.content_links {
color: #C20064;
text-decoration: none;
}

a.content_links:hover {
text-decoration: underline;text-decoration: none;
}

a.extra { /* miscellaneous links */
color: #C20064;
text-decoration: none;
}

a.extra:hover {
text-decoration: underline;
}


a.more { /* miscellaneous links */
color: #C20064;
text-decoration: none;
float: right;
margin-right: 20px;
}

a.more:hover {
text-decoration: underline;
}

a:visited {
}

a:hover {
}

a:active {
}

a.current {
color: #C20064;
text-decoration: underline;
}

#navContainer ul {
list-style-type: none;
}

#navContainer ul li {
float: right;
display: inline;
padding: 20px 20px 20px 0;
}

#navContainer ul li a.contact {
background: url(../images/contact-icon.jpg) no-repeat center right;
text-decoration: none;
color: #000000;
padding: 20px 50px 20px 20px;
}

#navContainer ul li a.home {
background: url(../images/home-icon.jpg) no-repeat center right;
text-decoration: none;
color: #000000;
padding: 20px 50px 20px 20px;
}

#navContainer ul li a.home:hover {
background: url(../images/home-icon-hover.jpg) no-repeat center right;
text-decoration: underline;
color: #C20064;
}

#navContainer ul li a.contact:hover {
background: url(../images/contact-icon-hover.jpg) no-repeat center right;
text-decoration: underline;
color: #C20064;
}

#main-navigation ul { /* Main site navigation */
list-style-type: none;

}

#main-navigation ul li {
display:inline;
list-style-type: none;
padding-top: 10px;
}

#main-navigation ul li.first {
padding: 0;
}

#main-navigation ul li a {
float: left;
text-decoration: none;
color: #333333;
font-size: 15px;
border-left: solid 1px #333333;
padding: 0px 16px;
}

#main-navigation ul li a.last {

padding-right: 0;
}

#main-navigation ul li a.first {
padding-left: 15px;
border: none;
}

#main-navigation ul li a:hover {
color: #C20064;
text-decoration: underline;
}

#twitter a { /* miscellaneous links */
color: #C20064;
text-decoration: none;
}

#twitter a:hover {
text-decoration: underline;
}




#social ul {
list-style-type: none;
margin-right: 15px;
padding: 0;
float: right;
clear: both;
}

#social ul li {
display: inline;
}

#social ul li a {
text-decoration: none;
padding: 5px;
float: left;
}

#social ul li a img {
border: 0;
}

#credits ul {
width: 975px;
margin: 0 auto;
padding: 0;
list-style-type: none;
}

#credits ul li {
display: inline;
font-size: 10px;
margin-bottom:10px;
}

#credits ul li.left {
float: left;
}


#credits ul li.right {
float: right;
}

#credits ul li a {
color: #000;
text-decoration: none;
}

#credits ul li a:hover {
color: #C20064;
}

/* -------4. fonts ------- */

h1, h2, h3, h4, p, ul, ol, table, form, label {
font-family: Arial, Calibri, GillSans, Gill Sans, Trebuchet, sans-serif;
color: #000000;
}



#flash h1 {
text-align: center;
font-size:30px;
font-weight: bold;
color: #fff;
padding-top:40px; 
width: 890px;
padding-left: 20px;
}

#twitter h1 { /* heading for twitter on home page */
font-size: 14px;
font-weight: 600;
padding: 10px 0 5px 0;
margin-left: 20px;
}

#contact h1 {
margin: 0;
}

#content h1 {
font-size: 18px;
margin-left: 20px;
color: #C20064;
padding-top: 15px;
}

#content_tall h1 {
font-size: 18px;
margin-left: 20px;
color: #C20064;
padding-top: 15px;
}

#intro h1 {
font-size: 18px;
margin-left: 20px;
color: #C20064;
padding-top: 15px;
}

#content_tall h2 {
font-size: 14px;
margin-left: 20px;
color: #C20064;
padding-top: 15px;
}

#flash h2 {
margin-top: 20px;
color: #ffffff;
font-size: 18px;
}

h3 {
}

h4{
}

p {
font-size: 14px;
line-height: 18px;
text-align: left;
margin: 0 20px;
padding: 10px 0;
}

#content p { /* text on info pages to fit in narrower boxes than home page */
width: 560px;
}

#content_tall p { /* text on info pages to fit in narrower boxes than home page */
width: 560px;
}

#intro p { /* text on home page */
width: 560px;
}

#contact p { /* removes extra margin as already applied on #contact */
margin-left: 20px;
}

#twitter p {
padding: 0 0 5px 0;
}

ul.rss_other {
list-style-type: none;
margin: 0;
padding: 0;
}

ul.rss_other li {
margin: 0 20px;
line-height: 18px;
}


ul.town {
margin:0 0 0 20px;
Padding: 0;
list-style-type: none;
}

ul#logos {
list-style-type: none;
margin: 20px 0 0 20px;
padding: 0;
width: 570px;
}

ul#logos li {
display: inline;
float: left;
padding: 0 20px 0 0;
}

ul#logos li img {
float: left;
}


ul#twitter_update_list {
height: 65px;
width: 900px;

list-style-type: none;
}

ul#twitter_update_list li {
float:left;
padding: 10px 20px;
}

#footer ul { /*content in footer div */
border-top: solid 1px #e6e6e6;
padding: 20px 0 0 0;
margin-left: auto;
margin-right: auto;
width: 900px;
}

#footer ul li {
float: left;
display:inline;
list-style-type: none;
padding: 0 28px 0 0;
color: #C20064;
}

#footer ul li.first {
padding-left: 0;
}

#footer ul li.last {
padding-right: 0;
}

#footer ul li a {
color: #C20064;
text-decoration: none;
font-size: 11px;
}

#footer ul li a:hover {
text-decoration: underline;
}

 .superscript{font-size:xx-small; vertical-align:top;}

ol {
}

hr {
}

form { /* Contact form on contact.php */
position: absolute;
width: 280px;
margin-left: 620px;
}

label {
float: left;
font-size: 14px;
}

.textfield {
float: right;
width: 260px;
margin-bottom: 10px;
padding: 5px;
border: solid 1px #cccccc;
}

.textfield:hover, .textfield:focus {
background: url(../images/textfield-background.jpg) repeat-x;
border: solid 1px #C20064;
}

.textarea {
float: right;
width: 260px;
height:200px;
margin-bottom: 10px;
padding: 5px;
border: solid 1px #cccccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.textarea:hover, .textarea:focus {
background: url(../images/textarea-background.jpg) repeat-x;
border: solid 1px #C20064;
}

.notice {
font-size: 9px;
font-style: italic;
float:right;
color: #666666;
}

.required {
color: #C20064;
}

.button {
float: right;
clear: both;
}

.textfield_error {
float: right;
border:2px solid #C20064;
color:#C20064;
font-size:11px;
font-weight:bold;
width:260px;
margin-bottom: 10px;
padding: 5px;
}

.error {
font-size: 11px;
color: #c20064;
font-style: italic;
float:right;
}

/* ------- 5. images ------- */

a img {
	border: 0;
}

#footer img { /* helping you reach.... image of text to preserve font */
float: right;
padding: 15px 0 20px 0;
margin-right: 0px;

}

#content img { /* main image on info pages */
float: right;
padding-top: 0px;
}

#content_tall img { /* main image on info pages */
float: right;
padding-top: 0px;
}

#intro img { /* main image on home page */
float: right;
padding-top: 10px;
}

#social img.logo {
float: left;
}

/* -------6. hacks ------- */

body {/*IE 5 centring bug fix */
text-align: center;
}

* html #container {
margin: 10px 0;
text-align: left;
}

* html #container {
overflow: visible;
background: none;

}

* html .container_inner {
margin: 0 10px 10px 10px;
height: 300px;

}

* html #navContainer {
width: 500px;
}

* html #page-foot {
margin-left: 0px;
background: none;
height: 800px;
}

* html p {
font-size: 13px;
line-height: 17px;
}

* html #content_tall {
height: 370px;
margin-left: 50px;
}

* html #masthead {
height: 110px;
}

* html #logo {
margin: 30px 0 0 20px;
}

* html #footer {
margin-left: 25px;
}

img, div { behavior: url(iepngfix.htc) }
