/* 

STYLE SHEET FOR www.performerswebdesign.co.uk WEB SITE
Created by Peter Blake
www.performerswebdesign.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: 768px;
	margin: 0 auto;
	text-align: center;
	background-color: Silver;
	color: #000000;
	font-size: .75em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
		  		
		
/*  --------- 2. structure  --------- */
		
#masthead {
	height: 75px;
	background-image: url(images/banner.jpg);
	margin-top: 0;
	border-top: 6px solid Silver;
		}
		
#masthead h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-align: left;
	padding-top: 20px;
	letter-spacing: .25em;
	padding-left: 5px;
}	

.blue {
	color: #0001AE;
}	
/* line-height 1.2 cures missing text in content in IE 6 */
#content {
	background-color: #f2f2f2;
	padding-top: 0;
	line-height: 1.2em;
}

#content p {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 18px;
	line-height: 1.75em; /* cures missing text in versions of IE5 */
	font-size: 1.25em;
	margin-bottom: 0;
}

#content h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 20px;
	margin-left: 12px;
}	

#content h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-variant: small-caps;
	font-weight: bold;
	margin: 20px 0 0 12px;
}	

#content ul {
	margin-bottom: 5px;
}
#content li {
	padding-bottom: 15px;
	line-height: 2em;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: Blue;
}

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

/* this is for the ul on the contact page to separate it from the ul of home page right col */
#contact {
	margin-bottom: 5px;
	margin-left: 20px;
	padding-right: 20px;
}

.normal {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.75em; /* cures missing text in versions of IE5 */
	font-size: 1.25em;
	margin-bottom: 0;
}

.centertext {
	text-align: center;
	margin-bottom: 20px;
}
#smallertext {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#smallertext p {
	color: Black;
	font-size: 1.1em;
	line-height: 1.7em;
}
/*  box is container to hold random images on the home page  */
#box {
	background-color: #DCDCDC;
	font-size: 90%;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 130px;
	text-align: center;
	border: 2px solid #1347A4;
}
/*  image in box for random images is width 230px height 100px  */
#box img {
	margin-bottom: 10px;
	border-top: 3px solid #aaaaaa;
	border-right: 3px solid #6a6a6a;
	border-bottom: 3px solid #aaaaaa;
	border-left: 3px solid #6a6a6a;
}
#box p {
	padding-bottom: 10px;
}
#box .no-script {
	font-style: italic;
}

#rightcol {
	float: right;
	width: 240px;
	padding: 0;
	background-color: #AFAFAF;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 16px;
}

#rightcol p {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
} 
#rightcol ul {
	list-style-type: none;
	width: 240px;
	margin-bottom: 5px;
	padding: 0 0 10px 0;
}
#rightcol li {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#rightcol a:link, #rightcol a:visited {
	text-decoration: none;
	color: Blue;
}

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

/*  for round corners in rightcol 
    for IE bug bottom left corner see ie2.css style sheet */
.rndtop_index {
	background: url(images/r_coltopright.gif) no-repeat right top;
}
.rndbottom_index {
	background: url(images/r_colbottomright.gif) no-repeat right bottom;
}
/*  end for round corners in rightcol  */


.other {
	background-color: #888888;
	margin-top: 15px;
	padding-bottom: 10px;
}
/* for the about page */
#boxout1 {
	float: left;
	width: 100px;
	padding-top: 15px;
}
#boxout1 img {
	border-top: 3px solid #dddddd;
	border-right: 3px solid #222222;
	border-bottom: 3px solid #222222;
	border-left: 3px solid #dddddd;
	margin-bottom: -11px;
	margin-left: 0px;
}

#boxout1 p {
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	margin-left: -17px;
}
#aboutcontent {
	margin-right: 270px;
	margin-left: 110px;
	padding-right: 0px;
	padding-left: 0px;
}
#aboutcontent p {
	font-size: 1.13em;
	padding-left: 10px;
}
#aboutcontent img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#aboutrightcol {
	float: right;
	width: 240px;
	padding: 0;
	background-color: #AFAFAF;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 12px;
}

#aboutrightcol p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1em;
} 
#aboutrightcol ul {
	list-style-type: none;
	margin-bottom: 5px;
	padding: 0;
}
#aboutrightcol li {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 7px;
	padding-bottom: 0;
	padding-left: 5px;
}
#aboutrightcol img {
	padding-bottom: 5px;
}

/* end of info for about page */

#disc {
	background-color: transparent;
}
#disc ul {
	list-style-type: disc;
}
#disc li {
	margin-left: 30px;
}
#footer {
	clear: left;
	margin-top: 0px;
	text-align: center;
	background-color: #666666;
	padding: 10px 0px 10px 0px;
	color: #aaaaaa;
		}

.separator {
		clear: both;
		height: 0;
		}
		
		
/* ----------  form  -------------*/

#contact-form {
	
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	padding: 10px;
}

#contact-form label {
	font-size: 80%;
	display:block;
	width: 100%;
	color: #333333;
}

#contact-form div {
	margin: 0.4em 0 0.6em 0;
}

#contact-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contact-form legend {
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#contact-form .txt {
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 100%;
	padding: 2px;
}

#contact-form .btn {
	border: 1px outset #666666;
	background-color: #CCCCCC;
	color: #000000;
	padding: 2px;
	font-size: 80%;
}

#contact-form div.submit {
	text-align: center;
} 		

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

#navigation {
	background: #656565;
	font: bold 14px Arial,sans-serif;
	height: 29px;
	margin-bottom: 12px;
	border-top: 4px solid;
	border-bottom: 4px solid;
		}
/* ------- divide the number of links into the page width ( 768px ) to get the width
           of the link ------- */
#navigation a {
	display: block;
	width: 192px;
	text-align: center;
	line-height: 29px;
	text-decoration: none;
	color: #ffffff;
		}
#navigation a:hover {
	background: #777777;
	text-decoration: underline;
}

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

#navigation li {
	display: inline;
	float: left;
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}



h3 {
		}
		
h4 {
		}

p {
		}



/* ---------- 5. images first rule removes border from image
                 nested in links ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		width: 768px;
		background-color: #f2f2f2;
		} 
#boxout1 {
	margin-left: 7px;
} 
