/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

p{
	font-size:11px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

strong{
	font-weight:bold;
	font-size:14px;
}

a:link, a:visited, a:active {
	color:#FF9900;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 color: #FFFFFF;
 word-spacing: 1.5em;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	width: 680px;
	padding: 10px;
	background-image: url(wallpaper.jpg);
	float: right; 
}

#releaseColumn {
	width: 324px; 
	height: auto;
	float:left; 
}

#catalog {
	width: 650px; 
	height: auto; 
	padding: 12px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
	border:dotted 1px gray;
}

#catalogEntry {
	width: auto; 
	height: auto; 
	padding: 12px;
	background-color:#FFFFFF;
	margin-bottom: 12px;
	border:dotted 1px gray;
}

#catalogSplitContainer {
	width: 610px; 
	height: auto;
	padding: 0px;
	background-color:#FFFFFF;
	margin-bottom: 12px;
	border: 0px;
	clear: both;
}

#catalogSplitLine {
	width: 20px; 
	height: 500px; 
	margin-top: 40px;
	background-color:#FFFFFF;
	margin-bottom: 20px;
 	border-left: solid 1px black;
	float:right; 
}

#catalogSplitElementAnchor {
	width: 280px; 
	height:auto; 
	padding: 4px;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	border: 0px;
}

#catalogSplitElement {
	width: 280px; 
	height:auto; 
	padding: 4px;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	border: 0px;
	float:right; 
}

#catalogSplitFooter {
	width: 610px; 
	height:10px; 
	border-bottom: solid 1px black;
	clear:both; 
}

.searchtext{
	font-size:11px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#catalogSplitFooterNoline {
	width: 610px; 
	height:10px; 
	border-bottom: none;
	clear:both; 
}

#catalogSplitComments {
	width: 610px; 
	height:auto;
}

#catalogEntry img {
 float:left;
 padding:5px;
}


#release {
	width: 300px; 
	height: auto; 
	padding: 12px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
	border:dotted 1px gray;
}

#smallReleaseBunch {
	width: 300px; 
	height: 160px; 
	padding: 12px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
	border:dotted 1px gray;
}

#smallRelease {
	margin-left: auto;
	margin-right: auto; 
	float: left;
	width: 120px; 
	height: auto; 
	padding: 12px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
	border:dotted 1px gray;
}

#aboutColumn {
	width: 314px; 
	height: 100%;
	float:left;
	margin-left:12px;
}

#about {
	width: 314px; 
	height: auto; 
	padding: 12px;
	background-color: #FFFFFF;
	margin-bottom: 12px;
	border:dotted 1px gray;
}

#wrapper{
	background-color: #630750;
	opacity: 75%;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#masthead{
	width: 800px;
	height: 32px;
	background-image: url(reHeader.jpg);
	padding-top: 68px; 
	text-align: right;
}

#masthead a:link, #masthead a:visited, #masthead a:active {
	color:#FFCC00;
	text-decoration: none;
}

#masthead a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper2{
	width: 800px;
	height: 100%;
}

#blankBar{
	width: 100px;
	height: 100%;
	padding: 0px;
	background-color: #921178;
	opacity: .5;
}

#clearFloats{
	clear: both;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	display: block;
	margin: 0 0 5px 100px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

/* adjust margins to change separation between the feature image and text flowing around it */

/* form stuff */ 

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	width: 800;
	/* border: 1px solid #cccccc; */
	font-size: 75%;
	color: #cccccc;
	margin-top: 20px;
	clear:both; 
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

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



