/*
--------------------------------------------
 Public Art Online / CONTRIBUTE ONLY styles
 Developed by Ollie Bettany / Thirteen
 Created: 29/09/08
 Updated: 29/09/08
--------------------------------------------
*/

/*--------
 CONTENT
---------*/

			.content h2#content-title,
			.content h2.content-title {
				color: #f94a85;
				background: #f3f3f3;
				padding: 15px 20px 18px 20px;
				font-size: 1.5em;
			}
			
				.content h3.intro {
					background: #f3f3f3;
					font-size: 1.3em;
					color: #43949B;
					line-height: 1.3em;
					font-weight: bolder;
					padding: 0 20px 20px 20px;
					margin: 0 0 10px 0; 
				}
				
				.content strong.pseudo-h3 {
					color: #f94a85;
				}
				

/* used specifically in Public Art In South West subsection */
 
				.content div.thumbs {
					padding: 5px 20px 0 20px; 
				}
				
					.content div.thumbs a {
						text-decoration: none;
					}
				
					.content div.thumbs img {
						padding: 0 8px 8px 0;
					}
				
/* back to top */

			.content div.backtotop {
				float: left;
				padding: 20px 20px 0 20px;
			}
			
				.content div.backtotop a {
					font-weight: bolder;
					color: #43949B;
					background: transparent url(/_images/common/backtoptop.gif) no-repeat left 4px;
					padding: 0 0 0 15px;
					text-decoration: none;
				}
				
				.content div.backtotop a:hover {
					margin: 0;
					text-decoration: underline;
				}

/*--------
 PAGENAV
---------*/

		.sidenav ul.top-margin {
			padding-top: 15px;
			margin-top: 4px;
		}

		#rightcolumn .sidenav h3.index-title {
			background: transparent url(/_images/nav/blob_blue_4px_14px.gif) no-repeat left 23px;
			padding: 15px 0 0 17px;
			margin: 4px 20px 3px 0;
			width: auto;
		}
		
				.sidenav ul li.current {			
					padding: 0 0 0 17px;
				}
				
						#rightcolumn .sidenav ul li.current ul li.current {
							padding-left: 30px;
						}

