/* 
    Document   : stylez
    Created on : Oct 14, 2012, 12:16:29 PM
    Author     : paunesku
    Description:
        Purpose of the stylesheet follows.
*/



/* General formatting */

h3, h4, h5{
	margin-top:30px;

}

p{
	font-family: 'Roboto', sans-serif;
}

img{
	max-width: 100%;
}

.container{
	background-color: white;
	margin-top:30px;
}

a{
	text-decoration: none;
}

.container ul{
	list-style: disc;
	padding-left: 20px;
}

/* Sidebar formatting */

.nav{
	position: fixed;
	width:160px;
}

.container .nav ul{
	list-style: none;
}

.nav h3, .nav h4, .nav h5{
	margin-top:5px;
}

a:hoover{
	text-decoration: underline;
}

.sidebar a:hover{
	text-decoration: underline;
}


/* Content formatting */

.content p a, .content li a{
	text-decoration: underline;
	color:#348def;
}

.content p, .content li{
	line-height: 1.6em;
	font-size: 1.2em;
}

.content .question{
	font-size: 1.6em;
	font-style: italic;
	padding: 1em 2em 1em 2em;
}

.content .question .emphasis{
	font-style: normal;
}

.section_break{
	background-color:#2a72c1;
	border:none;
	height:2px;
	width:100%;
	margin:20px 0px 25px 0px;
}

.minor_section_break{
	background-color:#ccc;
	border:none;
	height:1px;
	width:100%;
	margin:30px 0px 20px 0px;
}
