/* CSS Document code from html goodies.com
Teens Penticton Public Library
*/

/*Layout code --------------------------------------------------------------------*/
/*From HTMLGoodies.com.  http://www.htmlgoodies.com/beyond/css/article.php/11160_3642151_1*/
  	body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	overflow: visible !important;
	color: black; 
	background: transparent;

	}
  	#wrapper {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	overflow: visible !important;
	color: black; 
	background: transparent;
	}	
	#header {display:none}
	/*Adding a visual break between the two navigation bars*/
	#spacer {display:none}
	
	#bread{
		padding: 10px;
		padding-bottom:5px;
		padding-top:5px;
		margin-bottom: 0px;
	}
	
	#topnavigation {display:none}
	
	#content {
		margin-top:0px;
		padding-bottom:10px;
	}
	#content div {
		float:none;
	}
	#content-left {display:none}
	#content-main {
		width:auto;
		border-right:0;
	}
	#content-right {display:none}
	#footer {display:none}
	#bottom {
		clear:both;
		text-align:right;
	}
	/*End of Layout code ----------------------------------------------------------------*/
	
	/*Design Code -----------------------------------------------------------------------*/
	
	
	
	/*Breadcrumb trail properties ----------------------------------------*/
	/*http://alistapart.com/articles/taminglists/*/
	#bread {
		color: black;
		background-color: transparent;
		border:1px solid black;
		font-size:12px;
	}

	#bread ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
	} 
	
	#bread ul li {
		margin-left: 0;
		padding-left: 2px;
		border: none;
		list-style: none;
		display: inline;
	}
	
	#bread a, a:hover,a:active {
		color: black;
	}
	
	
	/*--------------------------------------------------------------------*/
	

	/*Main center content ------------------------------------------------*/
	#content-main h1{
		font-size:18px;
		font-family:Verdana, Arial, Helvetica, serif;
		text-align:center;
		color: black;
	}
	
	#content-main h2{
		font-size:16px;
		font-family:Verdana, Arial, Helvetica, serif;
		text-align:left;
		color: black;
	}
	
	#content-main h3{
		font-size:14px;
		font-family:Verdana, Arial, Helvetica, serif;
		text-align:left;
		color: black;
	}
	
	#content-main h4{
		font-size:14px;
		font-family:Verdana, Arial, Helvetica, serif;
		text-align:center;
		color:black;
		margin-bottom:0px;
	}
	
	#content-main h5{
		font-size:12px;
		color:black;
		display:inline;
	}
	/*b.title is for putting author names close to the heading, instead of the normal gap*/
	#content-main b.title{
		padding-bottom:0px;
		margin-bottom:0px;
		font-size:14px;
		font-family:Verdana, Arial, Helvetica, serif;
		text-align:left;
		color: black;
	}

	/*div for news articles in content-main*/
	#main-news {
		border-top:1px dashed black;
		border-bottom:0px dashed black;
		padding-top:25px;
		padding-bottom:25px;
		font-family:Verdana, Arial, Helvetica, serif;
		font-size:12px;
		width:auto;
		float: none !important;
		overflow: visible !important;
	}
	
	/*Had to list ul a:link, a:visited, and a:hover all seperate or it affected other links on page outside of div*/
	#main-news ul {
	line-height:20px;
	font-size:12px
	}
	
	#main-news ul a:link{
	line-height:25px;
	font-size:14px
	}
	
	#main-news ul a:visited{
	line-height:25px;
	font-size:14px
	}
	
	#main-news ul a:hover{
	line-height:25px;
	font-size:14px
	}
	/*So linked images in main-news don't have borders*/
	#main-news ul img{
		border:0 none;
	}
	
			/*Code for two column list----------------------------------------------*/
	#main-news ul.left {
    float: left;
    width: 210px; 
    margin:0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-type: circle;
	margin-left:15px;
	padding-left:15px;
    position: relative;
    left: 5px;
  }

  
  #main-news ul.right {
    float: right;
    width: 210px; 
    margin:0px;
    padding: 15px 0px;
    border: 0px none; 
    margin-left:15px;
	padding-left:15px;
    list-style-type: circle;
  }
		/*Code for two column list----------------------------------------------*/
	#main-news ul.awardleft {
    float: left;
    width: 210px; 
    margin:0px;
    padding: 15px 0px;
    border: 0 none; 
    list-style-type: none;
	margin-left:15px;
	padding-left:15px;
    position: relative;
    left: 5px;
	text-align:center;
  }
	 /*Had to list ul a:link, a:visited, and a:hover all seperate or it affected other links on page outside of div*/
	  #main-news ul.awardleft li a:link{
	  text-decoration: underline;
	  border: 0 none;
	  font-size:12px;
	  line-height:18px;
	  color: #000000;
	  } 
	  #main-news ul.awardleft li a:visited{
	  text-decoration: underline;
	  border: 0 none;
	  font-size:12px;
	  line-height:18px;
	  color: #000000;
	  }
	  #main-news ul.awardleft li a:hover{
	  text-decoration: underline;
	  border: 0 none;
	  font-size:12px;
	  line-height:18px;
	  color: #000000;
	  }

  
  #main-news ul.awardright {
    float: right;
    width: 210px; 
    margin:0px;
    padding: 15px 0px;
    border: 0px none; 
    margin-left:15px;
	padding-left:15px;
    list-style-type: none;
	text-align:center;
  }
  /*Had to list ul a:link, a:visited, and a:hover all seperate or it affected other links on page outside of div*/
  
   #main-news ul.awardright li a:link{
  	text-decoration: underline;
  	border: 0 none;
 	font-size:12px;
 	line-height:18px;
  	color: #000000;
  }
   #main-news ul.awardright li a:visited{
  	text-decoration: underline;
  	border: 0 none;
 	font-size:12px;
 	line-height:18px;
  	color: #000000;
  }
   #main-news ul.awardright li a:hover{
  	text-decoration: underline;
  	border: 0 none;
 	font-size:12px;
 	line-height:18px;
  	color: #000000;
  }
  
  
  .no-space {
    margin: 0px;
    padding: 0px;
  }
	/*End of code for two column list---------------------------------------*/

	#teens-box {
		border:0 none;
		width:auto;
		float: none !important;
		overflow: visible !important;
		padding:5px;
		margin-bottom:0px;
	}
	#teens-box img.withpadding{
		padding-right: 5px;
		border:0 none;
	}
	 /*Code to float an image to the left of text 
	.floatleft {
		float:left;
		margin-right:10px;
	}
	
	/*End of content navigation --------------------------------------------*/
	

	/*code to get all three columns to appear same height*/
	#wrapper{
	overflow:hidden;
	}
	

	
