/*
 * This file contains CSS for the content and defines all the selectable classes.
 * Copyright Ben Ritter 2009
 */
 
/* color: #531C3A  */
/********************************* Normal default-ish Stuff ***************************************/
h1{
	margin:0 0 .25em 0;
}
h2{}
h3{}
h4{}
h5{
	font-size:100%;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
}
h6{}

a:link{
	color:#0000cc;
	text-decoration:underline;
}
a:visited{
	color:#6633CC;
	text-decoration:underline;
}
a:hover{
	color:#0000FF;
	/*text-decoration:93bdd1;*/
	text-decoration:none;
}
a:active{
	color:red;
	text-decoration:underline;
}

h1 a:link,     h2 a:link,     h3 a:link,     h4 a:link,
h1 a:visited,  h2 a:visited,  h3 a:visited,  h4 a:visited,
h1 a:active,   h2 a:active,   h3 a:active,   h4 a:active
{
	text-decoration:none;
	color:#951717;
}
h1 a:hover,     h2 a:hover,     h3 a:hover,     h4 a:hover
{
	text-decoration:underline;
	color:#951717;
}

hr{
	margin-top:10px;
	margin-bottom: 18px;
	padding-top:8px;
	border: 0;
	border-bottom: 1px solid gray;
}

ul { padding-left:20px }

/********************************* Generic reusable classes **************************************/
.left{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
.right{
	float:right;
	margin-left:8px;
	margin-bottom:8px;
}
.clear { clear:both }

.text-only-h1{
	height:auto;
}

.info-box{
	border: 3px solid #9fc2d8;
	background-color: #ddebfd;
	margin: 2em;
	padding: 1em;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}

.image-box, .image-box-right{
	text-align: center;
	font-size: 90%;
	color: gray;
}

.image-box-right{
	margin: 0 0 8px 8px;
	float: right;
}


.marked-line{
	background: transparent url(/img/more-arrow.png) no-repeat scroll 0% 0%;
	padding-left: 18px;
}

.arrow-list{
	list-style-image: url(/img/list-arrow.png);
}

.pdf-link{
	padding-right:18px;
	background: transparent url(/img/icon-pdf.png) right top no-repeat;
	min-height: 16px;
}



/* getting more specialised */
a.header{
	font-size:110%; 
	font-weight:bold;
}


/********************************* Sidebar styles **************************************/

#rightbar .item { margin:10px 0 10px 20px; }
#rightbar p {
	margin:0;
	color:black;
}

#rightbar h1{font-size:20px}
#rightbar h2{font-size:18px}
#rightbar h3{font-size:15px}
#rightbar h4{font-size:15px}
#rightbar h5{font-size:13px}
