/*
  Andy Brown 18/01/06
  Hide rules from browsers that don't support CSS definitions.
*/

body {
	background: white;
	text-align: center;
	font: 70% Verdana, Helvetica, sans-serif;
        color: #333;
	/* set the margin to correct IE heights */
        margin: 20px 0; padding: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lucida Grande', 'Tahoma', Verdana, Helvetica, sans-serif;
	color: #444;
}

h1 {
	font-size: 1.35em;
        margin: 0.7em 0;
}

h2 {
	font-size: 1.25em;
        margin: 0.7em 0;
}

h3 {
        font-size: 1.00em;
        margin: 0.4em 0;
}

p {
	line-height: 1.25em;
	margin: 0.8em 0;
}

a:link {
	color: #3366cc;
	text-decoration: none;
	/*border-bottom: 1px solid #6699CC; */
}

a:visited {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dashed #003366;
}

ul {
	list-style: square;
	padding: 0 0 0 3em;
	margin: 1em 0;
}

hr {
	margin-top: 10px;
	color: #ccc;
	background: #ddd;
	border: none;
	height: 2px;
}


/* page structure */
#header {
	width: 720px;
	text-align: center;
	margin-top: 20px;
}

/**************************************************/
/* FIR method to replace h1 element with an image */
#logo {
    background: url(../images/fisherylogo.jpg) no-repeat;
    padding: 190px 0 0 0;
    text-indent: -100em;
    overflow: hidden;
    color: #000;
    /* height /**/:60px; /* for IE5.5's bad box model */ 
}
/**************************************************/

#content {
	
	width: 720px;
	margin: 0px auto;
	text-align: left;
	background: none;
	color: #333;
	border: none;
	/* fix IE 5 */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 720px;	
}

html>body #content {
	width: 720px;
}

#text {
	position: relative;
	padding: 0; margin: 0;
}

#mainwrapper {
	float: left;
	margin: 0px;
	width: 530px;
	background: url(images/mainbg.gif);
	color: #333;
	margin-bottom: 5px;
}

#sidewrapper {
	float: left;
	width: 190px;
}

#main {
	padding: 0 15px 30px 15px;
}

#main img {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 1px solid #ccc;
}

#side {
	padding: 0px 5px 5px 10px;
}

#side h3 {
	
	margin: 0px;
}

#side a {
	border: none;
}

#side img {
	margin: 5px 0;
	text-align: center;
	border: 1px solid #ddd;
	padding: 4px;
}

#side ul {
	color: #ccc;
	padding: 0 0 0 15px;
}

#side li {
	padding-bottom: 5px;
}

#nav {
	border-bottom: 2px solid #ddd; 
	text-align: left;
	padding: 0 0 3px 0;
	margin: 0 190px 5px 0;
}

#nav ul {
	list-style: none;
	margin: 5px 0 5px -4px; padding: 0px;
}

#nav li {
	display: inline;
	margin: 0 0 0 4px; padding:0 0 0 0;
}
  
#nav a {
	padding: 5px 10px 4px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #666;
	font-size: 110%;
	border-bottom: none;
}

#nav a:hover {
	text-decoration: none;
	color: white;
	font-size: 110%;
}

#nav .home a:hover {
	background: #FF00CF;
}

#nav .listen a:hover {
	background: #FFB900;
}

#nav .communicate a:hover {
	background: #0090FF;
}

#nav .contact a:hover {
	background: #2BBF23;
}

#nav .friends a:hover {
	background: #FF1200;
}

#nav #home {
	background: #FF00CF;
	color: white;
	padding: 5px 10px 4px 10px;
	font-size: 110%;
}

#nav #listen {
	background: #FFB900;
	color: white;
	padding: 5px 10px 4px 10px;
	font-size: 110%;
}

#nav #communicate {
	background: #0090FF;
	color: white;
	padding: 5px 10px 4px 10px;
	font-size: 110%;
}

#nav #contact {
	background: #2BBF23;
	color: white;
	padding: 5px 10px 4px 10px;
	font-size: 110%;
}

#nav #friends {
	background: #FF1200;
	color: white;
	padding: 5px 10px 4px 10px;
	font-size: 110%;
}

/* general styling */

.clearboth {
	clear: both;
}

.large {
	font-size: larger;
}

.small {
	font: x-small arial, sans-serif;
	color: #666;
}

.left {
	text-align: left;
}

.right {

	border-top: 2px solid #ddd;
	padding-top: 5px;
	text-align: right;
        margin-right: 190px;	
}

.center {
	text-align: center;
}

.overline {
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.underline {
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-top: none;
}

.caption {
	margin: 0 5px 5px 5px;
	background: #efefef;
}

.more {
	float: right;
	margin: 2px 10px 5px 0px;
}

.more a {
	border-bottom: 1px dashed #36c;
}

#clear {
	clear: both;
}

#side #jumptoit {
	position: fixed;
}

form {
  margin: 10px;
}

form #name, form #from {
  width: 200px;
  margin-bottom: 5px;
}

form #subject, form #message {
  width: 450px;
  margin-bottom: 5px;
}

form #message {
  margin-bottom: 10px;
}
form #email {
  width: 200px;
  margin-bottom: 10px;
}

.error {
	color: red;
}

.video {
	text-align: center;
}
