/* 

STYLE SHEET FOR [x] WEB SITE
Created by Peter Blake
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



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

* {
		margin: 0;
		padding: 0;
		}

body {
		margin: 0 auto;
		padding: 0;
		width: 768px;
		background-color: #993052;
		color: #000000;
        font: x-small Verdana, Arial, sans-serif;
            voice-family: "\"}\""; 
            voice-family: inherit;
        font: small Verdana, Arial, sans-serif;
        }
		
/*  --------- 2. structure  --------- */
		
#masthead {
	height: 75px;
	float: none;
	border-bottom: 1px solid;
		}

#content { 
   float: left;
	width: 55%;
	margin-top: 6.25em;
	margin-bottom: 1.5em;
	margin-left: 1em;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffd3e1;
}
#content p {
	margin-top: -15px;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}

#content h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #993052;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 0;
	margin-top: -15px;
	margin-bottom: 20px;
}	

#content h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #993052;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	margin: -15px 0 18px 0;
}	

#content ul {
	list-style-type: square;
	margin-top: -15px;
	font-size: 90%;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 1.75;
}
#content li {
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 10px;
}

.rndtop {
	background: url(images/topright.gif) no-repeat right top;
}
.rndbottom {
	background: url(images/bottomright.gif) no-repeat right top;
	padding-bottom: 0;
}
.fontweight {
	font-weight: normal;
	text-transform: lowercase;
}

#topborder {
	margin-top: -10px;
	padding-top: 0px;
}
#topborder p {
	font-style: italic;
}

#topborder li {
	display: inline;
	list-style-type: none;
}

.center {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: center;
}
.left {
	text-align: left;
	padding-left: 25px;
}

/*  box2 is container to hold random images on the 3rd home page  */
.box2 {
	background-color: #d3e1fe;
	width: 242px;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 5px;
}
.box2 p {
	text-transform: lowercase;
}
/*  image in box for random images is width 230px height 100px  */
.box2 img {
	margin-bottom: 10px;
	border-top: 3px solid #aaaaaa;
	border-right: 3px solid #6a6a6a;
	border-bottom: 3px solid #aaaaaa;
	border-left: 3px solid #6a6a6a;
}
.box2 p {
	padding-bottom: 10px;
	font-size: 85%;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
#box2 .no-script {
	font-style: italic;
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 2em;
	height: 1em;
		}
/* this clears floats in IE and Mozilla especially for the footer.
   For other browsers in screen resolution 1024x768 there is a gap 
	after the footer as well */
.separator {
		clear: both;
		height: 5px;
		}

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

#navigation {
   float: right;
	background-image: url(images/pinkbg4.jpg);
	background-repeat: repeat;
	width: 262px;
	margin-top: 5.75em;
	margin-bottom: 1.75em;
	font: bold 14px Arial,sans-serif;
	text-align: center;
	padding: 10px;
	border-top: 10px solid #4d1829;
	border-bottom: 10px solid #4d1829;
		}
/*  container for random images in navigation block  */		
.box {
	font-size: 90%;
	width: 250px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dotted;
}
/*  image in random container for random images is width 230px height 100px  */
.box img {
	border-top: 2px solid #aaaaaa;
	border-right: 2px solid #6a6a6a;
	border-bottom: 2px solid #aaaaaa;
	border-left: 2px solid #6a6a6a;
	margin-bottom: 5px;
}
.box p {
	font-weight: normal;
}
		

#navigation a {
	text-align: left;
	line-height: 29px;
	text-decoration: underline;
	color: #993052;
		}
#navigation a:hover {
	background: #FF7DA8;
}

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

#navigation li {
	margin-left: -4px;
	padding: 10px;
	display: inline;
		}
		
/* ---------- 4. fonts ---------- */

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

h1 {
		}

h2 {
		}

h3 {
		}
		
h4 {
		}

p {
	margin-bottom: 1em;
		}



/* ---------- 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;
		} 
#boxout1 {
	margin-left: 5px;
} 
#aboutcontent {
	margin-right: 280px;
}
