// ============================================================
//          Source Codes                                  
// ------------------------------------------------------------*/

+route(style,base)

	// ---- Basic Pre 'Block' Styling ----
	pre
		overflow: auto

		pre mark
			background    : none
			border-bottom : 1px solid
			color         : inherit

	// ---- Code Comments ----
	.code-comment
		opacity : 0.75
		filter  : alpha(opacity=75)

	// ---- Line Numbers for Code Rows ----
	// <ol>
	// 	<li><code>.myclass</code></li>
	// 	<li><code>	height: 200px</code></li>
	// 	<li><code>	width: 40px</code></li>
	// </ol>
	.line-numbers
		font-family : monospace, serif
		list-style  : decimal-leading-zero inside
		white-space : nowrap
		overflow    : auto
		margin-left : 40px
		
	.line-numbers code
		white-space: pre