/* remove default browser settings */

* { margin: 0; padding: 0; }

/* stops the nasty horizontal shift in moz etc */

html { height: 100%; margin-bottom: 1px; }

a, a:visited { color: #333; }
a:hover { color: #666; }

.right { float: right; padding-left: 1.5em; padding-bottom: 0.5em; }
.cand_details {
	max-width: 250px;
	}

/* centre body */

body { 
	margin: 0 auto; 
	width: 85%; 
	font-family: "Trebuchet MS", Arial, sans-serif, serif;
	font-size: 0.8em;
	background-image: url(../imgs/b.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}


/* layout */

#side_nav {
	width: 28%;
	float: left;
	margin-right: 2%;
	font-size: 0.9em;
}

#content {
	margin-left: 30%;}

#footer {
	border-top: 1px solid #000;
	width: 100%;
	clear: both;
	margin-top: 2em;
}



/* misc */

ul { margin-left: 1.6em;
	margin-bottom: 0.9em; 
	line-height: 1.8em;}

li { margin-left: 0.5em; padding-left: 0em; list-style-position: 50% 50%; list-style-image: url(../imgs/li_img.png);   }

p {
	margin: 0.8em;
	text-align: justify;
}

blockquote {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	margin: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000;
}

hr { display: none; }

img { border: none !important }

h1 { margin-bottom: 0.6em; margin-top: 1em; }

a:visited h1, a:link h1, a:hover h1 { text-decoration: none !important; }

h2 { margin-bottom: 0.5em; }

h3 {
	margin-left: 0.2em;
	color: #333333;
}

h4 {
	margin-left: 0.5em;
	margin-top: 0.8em;
	color: #666666;
}

#cand_details {
	display: block;
	background-image: url(../imgs/me_side.png);
	background-repeat: no-repeat;
	background-position: 98% -4px;
	}

#side_nav h3 {
	font-size: 110%;
}

.risky {
	background-color: #FF6666;
	}
	
h5 {
	margin-left: 10px;
	margin-top: 5px;
	}
