
* {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: 'Quicksand Light';
	src: url('http://virb.com/_assets/_fonts/Quicksand_Light-webfont.eot?') format('eot'),
	     url('http://virb.com/_assets/_fonts/Quicksand_Light-webfont.woff') format('woff'),
	     url('http://virb.com/_assets/_fonts/Quicksand_Light-webfont.ttf') format('truetype'),
	     url('http://virb.com/_assets/_fonts/Quicksand_Light-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    background: #fff;
	font: normal 12px 'Quicksand Light', Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 133%;
}
	div#container_left {
		display: block;
		position: fixed;
		float: left;   
		left: 0;
		top: 0;
		width: 240px;
		height: 100%;
		padding: 0 20px;
		background: #fff;
		z-index: 2;
	}
	
	div#container_right {
		display: block;
		float: left;
		width: auto;
		margin: 0 0 0 300px;
		padding: 35px 0 0 0;
		z-index: 1;
	}
	

input, 
option, 
textarea, 
button {
	font: normal 12px 'Quicksand Light', Helvetica, Arial, sans-serif;
}
ul, 
ol { list-style-type: none; }
q:before, 
q:after { content: ""; }
big   { font-size: 12px; }
small { font-size: 9px; }
img   { border: none; }
a {
	color: #ff0000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
}
p, h1, h2, h3, h4, h5, h6,
ol, ul {
    line-height: 133%;
}
#container_right p {
    line-height: 140%;
}
/* ---------- HEADER ---------- */
#logo {
	padding-bottom: 30px;
	margin-left: 56px;
	}

#blogger {
	margin-left: 100px;
}

div#header {
	padding: 30px 0 30px 0;
}
	#header h1 {
		font: normal 21px 'Helvetica', Helvetica, Arial, sans-serif;
		line-height: 100%;
	}
	
		#header h1 a,
		#header h1 a:hover {
			color: #333333;
		}
		
		#header h1 img {
		    display: block;
		    max-width: 240px;
		}
	
	#header h2 {
		font-weight: normal;
		font-size: 14px;
		color: #b3b3b3;
		line-height: 110%;
		padding-top: 3px;
	}
/* ---------- NAVIGATION ---------- */
div#site_nav {
    padding: 0 0 30px 0;
    font-size: 10px;
}
    #site_nav ul li {
    	padding: 0 0 10px 0;
    }
    #site_nav ul li.section {
        padding: 5px 0 15px 0;
    }
    	#site_nav ul li ul li {
    		padding: 0;
    	}
	
    	#site_nav ul li a,
    	body.homepage #site_nav ul li.page a {
    		color: #878787;
    		cursor: pointer;
    	}
    	#site_nav ul li a:hover, 
    	body.homepage #site_nav ul li a:hover,
    	#site_nav ul li.page.active a {
    	font-weight: bold;
    		color: #000;
    	}
	
    	#site_nav ul li.page.active a {
    		cursor: default;
    	}
    #site_nav ul li span.section_name {
    	cursor: default;
    	color: #b5b5b5;
    }



/* ---------- FOOTER ---------- */
div#footer {
    padding: 0;
}
    #footer p a {
		color: #ffd029;
	}
	#footer p a:hover {
		color: #878787;
	}
/* ---------- COLORS ---------- */


div#site_nav {
    padding: 0 0 15px 0;
    font-size: 14px;
    text-transform:uppercase;
    letter-spacing: .3em;
    text-transform:uppercase;
    text-align:center;
}
div#footer {
letter-spacing: .3em;
font-size: 11px;
