/* 

COBER DESIGN CREATIVE AGENCY
PENTICTON AND WINE COUNTRY TOURISM
STYLESHEET V1.0
10.20.2007

====================================================================================

1.0 FOUNDATION - Basic page stylings
2.0 PAGE STRUCTURE - Foundational layout styles
3.0 NAV ELEMENTS - Top nav
4.0 CONTENTS - Page contents and all variations
5.0 UNIQUE PAGES - Key styles for unique elements within content
6.0 FOOTER - All styles for footer

*/
	
/* 
====================================================================================
1.0 FOUNDATION
====================================================================================
*/
	




	body, html { 
	background: white;
	font-size: 12px;
	}
	
	a:link { 
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
	a:link {
	content: "";
	}
	
	.storycontent a {
		content: "";
		}

	.storycontent a:hover {
		content: "";
		}
		
	.storycontent a:active {
		content: "";
		}

	.storycontent a:visited {
		content: "";
		}
	
	.right {
	width:100%;
	float:right;
	font-size: 10px;
	margin:6px 0px 12px 0px;}
	
	#wrap {
	width:auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}

	
/* 
====================================================================================
2.0 PAGE STRUCTURE
====================================================================================
*/

#topbar {
		display:none;
	}
	
.pwc-logo {
	display:none;
		}
		
.top-banner {
	display:none;
		}

/* 
====================================================================================
3.0 NAV ELEMENTS
====================================================================================
*/

	
#navbar {
	display:none;
	}



/* 
====================================================================================
3.2 LEFT COLUMN ELEMENTS
====================================================================================
*/

#left-column {
	display:none;
	}
		


	/* 
====================================================================================
3.3 RIGHT COLUMN ELEMENTS
====================================================================================
*/

#rightcolumn {
	width:100%;
	}
	
#rightcolumn a:link:after, #rightcolumn a:visited:after {
   /*content: " (" attr(href) ") "; */
   font-size: 90%;
   }
 /*#rightcolumn a[href^="/"]:after {
  content: " (http://www.penticton.com" attr(href) ") "; 
   }
	*/
.page-tools {
	display: none;
	}


/* 
====================================================================================
4.0 CONTENTS
====================================================================================
*/

#content-wrap {
	width:auto;
	border: 0;
	padding: 0;
	float: none !important;
	}

.print-hide {
	display: none;
	}
	
.title {
	font-size:12px;
	font-weight:bold;
	}
	
/* 
====================================================================================
6.0 FOOTER CONTENTS
====================================================================================
*/

#footer {
	display: none;
	}
	