/* ---------------LIVEPA.ORG CSS ---------------------*/

/* global setting */
body {
	background-color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:lime; 
	margin:10px;
	line-height:1.5;
}
p {
	text-align: left; 
	color: lime; 
	font-size: 10px; 
}
a:link {
	color: white; 
	font-weight:bold; 
	text-decoration:none;
}
a:visited {
	color: white; 
	text-decoration:none;
}
a:active {
	color: white; 
	text-decoration:none;
}
a:hover {
	color: #CCCCCC; 
	text-decoration:none;
}

select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:black;
}
.indented {
	margin: 0 50px 0 50px;
}
h1 {
	font-size: 10px; 
	font-weight:normal
}
h2 {
	font-size: 10px; 
	font-weight:bold; 
}
h3 {
	font-size: 10px; 
	line-height:1.5;
}
h4 {
	background-color:#222
}

/* navbar */
#navbar {
	width:100%; 
	border:none; 
	background-color:#555; 
	padding:none; 
	color:white; 
	font-size:10px;
}

.navlink{
	font-weight:bold;
}

/* front page */
.centered {
	text-align:center; 
	color: lime; 
	font-size: 14px; 
	margin: 1cm 0 0 0;
}
img.logo {
	float:left;
}

/* faq */
ol.faq {
	border-style:solid; 
	border-left-width: 1cm; 
	border-color:black;
}
ul.faqbody {
	border-style:solid; 
	border-left-width: 1cm; 
	border-color:black;
}
.title {
	color: white; 
	font-weight: bold;
}
#faqheader1, #faqheader2  {
	margin: 30px; 
}
#faq_gen_answers {
	float:none
}

/* media */
ul.media {
	line-height:2;
}







