/* Style Sheet for the Screen - A Month Of Somedays*/

*, body
	{
	font-family: Arial;
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	}

body	{
	background-color: #fff;
	text-align: center;
	}

#container {
 	width: 450px;
 	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	color: #FFF;
 }
 
.header 
	{
	background-image:url(images/pr_org_header.png);
	background-repeat: no-repeat;
	text-align: center;
	border-top: solid 2px #290F5A;
	padding: 10px 0 1px 0;
	line-height: 120%;
	}
.header p
	{
	font-size: 40px;
	}
	
.header li
	{
	font-size: 20px;
	}

.header li a:link, .header li a:visited 
	{
	font-size: 15px; /*all font attributes can be put together*/
	text-decoration: none;
	width: 100%; /*width of highlighted space*/										
	padding: 0px;
	color: #FFF;
	}
	
.header li a:hover
	{
	color: #BDBDBD;
    }
    
#content 
	{
	background-image:url(images/pr_org_bkgd.png);
	background-repeat: repeat;
	color: #000;
	margin: 0;
	padding: 5px 4px 0px 0px;
	width: 450px;
	line-height: 100%;
	text-align:center;
	}
	
#content li
	{
	}
	
#content li a:link, #content li a:visited
	{
	font-size: 10px; /*all font attributes can be put together*/;
	text-decoration: none;
	width: 100%; /*width of highlighted space*/;											
	padding: 0 0 0 10px;
	color: #290F5A;
	}
	
#content li a:hover
	{
	color: #CC0000;
    }

.indent
	{
	padding-left:10px;
	}

#content p a:link, #content p a:visited
	{
	font-size: 10px; /*all font attributes can be put together*/;
	text-decoration: none;
	width: 100%; /*width of highlighted space*/;											
	padding: 0;
	color: #290F5A;
	}
	
#content p a:hover
	{
	color: #CC0000;
    }

.search_results
	{
	color: black;
 	background: #FFF;
  	font-size: 10px;
  	text-align: left;
	border:1px;
	}

.album_pic
	{
	float: left;
	}
	
.album_text
	{
	float: left;
	padding-left: 5px;
	}
	
.movie
	{
	padding: 0 0 0 10px;
	}

.highlight
	{
	font-size: 10px; /*all font attributes can be put together*/;
	text-decoration: none;
	width: 100%; /*width of highlighted space*/;											
	padding: 0;
	color: #FFF;
	}

.highlight a:hover
	{
	color: #009900;
	}
	
#footer
	{
	background-color: #290F5A;
	border-top: solid 2px #290F5A;
	clear: both;
	margin: 0px;
	padding-left:13px;
	width: 437px;
	}

.copyright
	{
	font-size: 10px;
	}
	
.copyright a:link, .copyright a:visited
	{
	font-size: 10px; /*all font attributes can be put together*/;
	text-decoration: none;
	width: 100%; /*width of highlighted space*/;											
	padding: 0;
	color: #FFFFFF;
	}
	
.copyright a:hover
	{
	color: #00FF00;
    }

h3 a:link, h3 a:visited
	{
	float: left;
	font-size: 12px; /*all font attributes can be put together*/;
	text-decoration: none;
	width: 100%; /*width of highlighted space*/;											
	padding-left: 8px;
	color: #CC0000;
	}
	
h3 a:hover
	{
	color: #290F5A;
    }

h4
	{
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
	}

h4 a:link, h4 a:visited
	{
	font-size: 12px; /*all font attributes can be put together*/;
	text-decoration: none;
	width: 100%; /*width of highlighted space*/;											
	padding-left: 10px;
	color: blue;
	}
	
h4 a:hover
	{
	color: #CC0000;
    }
	
h5	{
	float: left;
	padding: 5px 5px 5px 10px;
	}

h6
	{
	font-size: 10px;
	font-weight: lighter;
	}

h6 a:link, h6 a:visited
	{
	font-size: 10px;
	font-weight: lighter;
	color: #290F5A;
	text-decoration:none;
	}

h6 a:hover
	{
	color: #CC0000;
	}

p {
	clear: both;
	padding: 0 0 0 10px;
	font-size: 10px;
	}