/* CSS Document */

/*
-----------------------------------------------
SCBWI Index Page Template Style
Designer: Candy Gourlay
URL:      http://mediagrafika.net
Date:     Nov 2005
----------------------------------------------- */

html, body {
  margin:0px;
  padding:0px;
  font: .9em/140% Arial, sans-serif; 
  }
	
a:link {
  color:#003399;
  text-decoration:underline;
  
  }
a:visited {
  color:#003399;
  text-decoration:underline;
  }
a:hover {
  color:#003399;
  text-decoration:none;
  }
a img {
  border-width:0px;
  }
 

 
h1 {
font:Arial, Helvetica, sans-serif; 
text-transform:uppercase; 
font-stretch:semi-condensed;
color:#CC3300;
padding-top:10px;
}

/* heading for header text
----------------------------------------------- */
h2 {
font: normal 1.8em/140% Arial, Helvetica, sans-serif;
text-transform:uppercase; 
text-align:left;
font-stretch:semi-condensed;
color:#CC0033;
}


/* Navigation 
----------------------------------------------- */

#nav {
	background-color:#FF6600;
	width:100%; height:30px;
	margin:0px;
	float:left;
	clear:left;
	font-weight:bold;
	color:#ffffff;
	white-space:nowrap;
	} 

/* problem with wrapping line fixed by putting nowrap in main nav, not just li. height also needs to be specified although gecko only needs a line-height in li.*/
	


#nav ul {margin:0px; padding:0px;}

#nav li {
	list-style:none; float:left; margin:0px; padding-top:0px; 
	width:10%; white-space:nowrap;
	font-size:12px; line-height:30px; text-align:center;
	border-bottom:0px;
		}
		
#nav a {display: block; float:left; text-decoration:none; color:#FFFFFF;}

/*This is a Backslash Hack that hides rule from IE5-Mac \*/
#nav a {float:none;} /*End IE5-Mac hack*/

#nav a.active, #nav a:hover {
	background-color:#33CC00; 
	}


/* Container - a div to contain all content
----------------------------------------------- */

#container {
width:940px;
margin-left:auto;
margin-right:auto;
padding:0px;
text-align:left;
clear:left;
}

/* Featured Artist
----------------------------------------------- */

#leftpanel {
	float:left;
	clear:left;
	text-align:left;
	width:270px;
	padding:0px 2% 2% 3%;
	margin-top:35px;
	}



#postit {background-image:url(../images/post_it.jpg); background-repeat:no-repeat; width:150px; float:left; font: 16px/110% "Courier New"; font-weight:bold;color:#000000; padding:28px 12px 10px 12px;margin:0;}
#postit a:link {text-decoration:none; color:#000000;font-weight:bold;}
#postit a:hover {text-decoration:underline; color:#CC0000; font-weight:bold;}
#postit.active, #postit:visited {text-decoration:none; color:#000000;font-weight:bold;}
/* Main Text (middle panel)
----------------------------------------------- */
#middle {
float:left;
padding: 35px 20px 40px 20px;
width:300px;
text-align:left;
border-left:4px;
border-left-style:dotted;
border-right:4px;
border-right-style:dotted;
border-color:#FF6600;
}



.dates {color:#FF3300; font-weight:bold; font-size:small;}


/* Words & Pictures panel
----------------------------------------------- */
#rightpanel {
float:left;
width:220px;
text-align:left;
padding:35px 2.5% 20px;
margin:0;
}

#rightpanel a {font-size:small; font-weight:normal; text-decoration:underline; color:#CC3366;}
#rightpanel a.active{ font-size:small; font-weight:normal;text-decoration:none;}
#rightpanel a:hover {font-size:small; font-weight:normal;text-decoration:underline;}



/* footer class is for copyright information 
in right hand panel 
----------------------------------------------- */
.footer {
	font:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#666666;
	text-align:left;
	line-height:1.5em;
	font-weight:normal;
	}

/* footer div is orange band along bottom 
----------------------------------------------- */
#footer {
	background-color:#FF6600;
	width:100%;
	clear:left;
	}

/* images
---------*/
.imageleft {float:left; padding:0 15px 10px 0; color:black; font-family:Arial, Helvetica, sans-serif; font-size:10px;font-weight:bold; text-align:center;}

.imageright {float:right; padding:0 0 0px 15px;color:black; font-family:Arial, Helvetica, sans-serif; font-size:10px;font-weight:bold; text-align:center;}

blockquote {
	width: 150px;
	text-align:left;
	margin:0;
	padding-top:6px;
	font-family:georgia,serif;
	font-size:150%;
	letter-spacing:-1px;
	line-height:1em;
	color:#336699;
	background: url(../images/quote1.gif) no-repeat top left;
}

#quote {
	margin: 0 10px 5px 20px;
	padding-top:16px;
	background:url(../images/quote2.gif) no-repeat right bottom;
}

#author {
	margin: 0 10px 0 0;
	padding: 0 4px 10px 0;
	color:#666600;
	font-size: 60%;
	letter-spacing:normal;
	line-height:1.5em;
	text-align:right;
	}

	#quoteimage {
	text-align:center;
	margin:0;
	padding-top:5px;
	}

