html, body, h1, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
}

sub {
	line-height: 0;
}

body {
	background-image: url('../images/bodybg_home.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f7f4eb;
	color: black;
	font-size: 10pt;
	line-height: 15pt;
	font-family: helvetica, arial, sans-serif;
}

body#bodyInitiative {
	background-image: url('../images/bodybg_initiative.jpg');
}

body#bodyInterview{
	background-image: url('../images/bodybg_interviews.jpg');
}

body#bodyTheme{
	background-image: url('../images/bodybg_themes.jpg');
}

td {
	vertical-align: top;
}

h1 {
	color:black;
	font-size:18pt;
	padding-bottom:10px;
	font-family:Georgia;
	font-weight:normal;
	line-height:25pt;
}

h2 {
	color:#938871;
	font-size:10pt;
	margin-bottom:5px;
}

h3 {
	color:#938871;
	font-size:13pt;
	padding-bottom:5px;
}

h4 {
	color:black;
	font-size:10pt;
	padding-bottom:10px;
	font-family:Georgia;
	font-weight:0;
	line-height: 15pt;
	font-style:italic;
}

p {
	margin-bottom: 15pt;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 903px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height: 189px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
}

#menu {
	background-color: black;
	padding-top: 10px;
	height: 30px;
	padding-left: 5px;
}

#menu ul li {
	color: white;
	display: inline;
	font-size: 12px;
	letter-spacing: 2px;
	padding-right: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu ul li.divider{
	background: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
}

#menu ul li.noDivider{
	padding-left: 15px;
}

#menu ul li.rightItem {
	padding-right: 0;
	padding-left: 360px;
}

#menu ul li a {
	color: white;
	font-size:11px;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#726448;
	font-size:11px;
	text-decoration:none;
}

div.dropDown {
	display: none;
	position: absolute;
	margin-top: -20px;
}

div#dropDownInterviews {
	background-image: url('../images/dropDownInterviewsBg.png');
	background-repeat:no-repeat;
	margin-left:80px;
	padding-top:60px;
	padding-left:18px;
	height:110px;
	width:637px;
}

div#dropDownInterviews td {
	width:155px;
}

div#dropDownInterviews a {
	color: white;
	font-size: 8pt;
	text-decoration: none;
}

div#dropDownInterviews a:hover {
	color:#726448;
	text-decoration:none;
}

div#dropDownThemes {
	background-image: url('../images/dropDownThemesBg.png');
	background-repeat:no-repeat;
	height:168px;
	width:213px;
	margin-left:195px;
	padding-top:24px;
	padding-left:9px;
	padding-right:1px;
}

div#dropDownThemes td {
	padding-right: 2px;
	padding-bottom: 2px;
}

div#content {
	margin-top: 30px;
	margin-bottom: 30px;
}

div.contentLeft {
	width: 395px;
	float: left;
	margin-left: 15px;
}

div.contentRight {
	width: 395px;
	float: right;
	height: 100px;
	margin-right: 10px;
}

body#bodyTheme div.contentInterviewsLeft {
	width: 280px;
}

body#bodyTheme div.contentRight, body#bodyInterview div.contentRight {
	width: 515px;
}

#introHome {
	width: 710px;
	background: #e9e1cd url(../images/raster.jpg) repeat-x;
	background-repeat: repeat-x;
	text-align:left;
	margin-bottom:20px;
	padding: 18px;
	padding-left:175px;
}

#introHome p {
	margin-bottom: 0;
	height:160px;
}

div.discussionIntroduction {
	border: 1px solid #F4F1E7;
	background-color: #d2cbb9;
	float: right;
	width: 240px;
	padding: 8px;
	margin-left: 18px;
	margin-top: -9px;
	margin-right: 8px;
	text-align: left;
}

#themesHome {
	background: #e9e1cd url(../images/raster.jpg) repeat-x;
	margin-bottom: 20px;
	padding-top: 20px;
}

#themes {
	background: url(../images/titleThemes.png) no-repeat;
	background-position:18px 0px;
}

#themes table {
	margin-left: 175px;
}

#themes td.title {
	margin-right:70px;
	font-size:18pt;
	color:white;
	font-weight:bold;
	padding-bottom:18px;
}

#themes td.title a {
	color: white;
	text-decoration: none;
}

#themes td.content {
	margin-right:70px;
	font-size:11px;
	color:white;
	padding-bottom:15px;
	width:200px;
	padding-right:20px;
}

#themes td.image {
	margin-right:70px;
	padding-bottom:15px;
	padding-right:20px;
}

#interviewHome {
	width:903px;
	background: #e9e1cd url(../images/raster.jpg) repeat-x;
	background-repeat:repeat-x;
	background-position: top;
	text-align:left;
	margin-bottom: 20px;
	height:100px;
	padding-top:15px;
}

#interview {
	background: url(../images/titleInterviews.png) no-repeat;
	background-position:18px 0px;
}

table.interviewBlock {
	margin-left:172px;
}

table.interviewBlock img.thumbnailPerson{
	padding-right:2px;
	padding-bottom:10px;
}

table.interviewBlock td.interviewBlockSmall{
	padding-right:13px;
}
img.initiativePhoto {
	margin-bottom:10px;
}

/* reaction blocks */

div#comments {
	background-image: url('/images/reaction.png');
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
	padding-bottom: 25px;
}

div.comment {
	background-image: url('/images/comment.png');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #938871;
	width: 477px;
	padding: 20px;
	padding-top: 38px;
	padding-bottom: 1px; /* because of p margin */
	color: white;
		margin-bottom:25px;
}

div.comment h4 {
	color: white;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	font-family: helvetica, arial, sans-serif;
}

div.comment span.date {
	float: right;
	color: #3a3937;
	font-size: 10pt;
	font-weight: bold;
}

div.comment span.organisation {
	color: #3a3937;
	font-size: 10pt;
	font-weight: bold;
}

div.notLoggedIn, div.loggedIn, div.login, p.opinion {
	background-color: #e9e1cd;
	width: 477px;
	padding: 20px;
	margin-bottom: 8px;
	margin-top: 25px;
}

p.agree {
	margin-top: 25px;
	font-weight: bold;
}

div.login {
	margin-left: auto;
	margin-right: auto;
}

div.notLoggedIn h2, div.loggedIn h2, div.login h2 {
	padding-bottom: 9px;
	font-size: 11pt;
	font-family: Georgia;
	color: #3a3937;
}

p.nocomments {
	background-color: #938871;
	width: 477px;
	padding: 20px;
	color: white;
	font-weight: bold;
}

form.discussionForm table {
	width: auto;
}

th.label {
	color: #938871;
	font-weight: bold;
	text-align: right;
}

td.value {
	color: #3a3937;
}

span.note {
	font-size: 8pt;
	color: #938871;
}

input.text {
	width: 240px;
	border: 1px solid #938871;
	padding: 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #3a3937;
}

textarea {
	width: 240px;
	height: 100px;
	border: 1px solid #938871;
	padding: 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #3a3937;
}

input.checkbox {
	border: 1px solid #938871;
	background-color: #e9e1cd;
}

td.action {
	text-align: right;
}

input.submit {
	border: 2px solid #938871;
	background-color: #A48E71;
	color: white;
	padding: 9px;
	font-size: 11pt;
	font-family: Georgia;
	width: 200px;
}

input.submitted {
	border: 2px solid #C1B5A1;
	background-color: #C1B5A1;
}

input.submit:hover {
	background-color: #e9e1cd;
	color: #716A5E;
}

input.submitted:hover {
	border: 2px solid #C1B5A1;
	background-color: #C1B5A1;
	color: white;
}

/* interview blocks left */

#contentInterviewsLeft {
	width:280px;
	float:left;
}

/*#contentInterviewsLeft p.quoteInitiative {
	color:black;
	font-size:16px;
	font-family:Georgia;
	line-height:26pt;
	font-style:italic;
	background-image: url(../images/quotebg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	margin-top:15px;
	margin-bottom:150px;
}*/

img.themePhoto {
	margin-bottom: 10px;
}

div.interviewOpen {
	background-image: url(../images/interviewOpen.png);
	background-repeat: no-repeat;
	background-position:top left;
	width:320px;
	padding-top:10px;
	margin-bottom:10px;
	padding-bottom: 10px;
}

div.interviewOpen p {
	background-color:#daceaf;
	width:268px;
	padding-left:25px;
	padding-bottom: 10px;
	padding-right:10px;
	font-size: 8pt;
	line-height: 12pt;
	margin-bottom: 0;
}

div.interviewOpen img.picture {
	float:left;
	margin-right:15px;
	margin-top:3px;
}

div.interviewOpen h3 {
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	color:white;
	font-size:13pt;
}

div.interviewClosed {
	background-color:#ebe5d3;
	height:60px;
	width:268px;
	margin-bottom:10px;
	padding-left:25px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}

div.interviewClosed p {
	font-size: 8pt;
	line-height: 12pt;
	margin-bottom: 0;
}

div.interviewClosed h3 a {
	color: #938871;
	text-decoration: none;
}

div.interviewClosed h3 a:hover {
	text-decoration: underline;
}

/* interview content page stuff */

p.introduction {
	background-color: #ebe5d3;
	padding: 10px;
	font-weight: normal;
}

p.introduction strong {
	font-size: 11pt;
	font-family: Georgia;
}

div.quotes {
	font-size: 11pt;
	font-family: Georgia;
	line-height: 20pt;
	font-style: italic;
	background-image: url(../images/quotebg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.quotesTheme {
	font-size: 11pt;
	font-family: Georgia;
	line-height: 20pt;
	font-style: italic;
	background-image: url(../images/quotebg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: 0px 10px;
	padding-bottom:20px;
	margin-top:50px;
}

div.discuss, div.readMore {
	background: #e9e1cd url(../images/raster.jpg) repeat-x;
	margin-left: auto;
	width: 200px;
	padding: 9px;
	font-size: 11pt;
	font-family: Georgia;
	color: white;
	border: 1px solid #A49D89;
	margin-bottom: 15px;
	font-weight: bold;
}

div.discuss a, div.readMore a {
	color: white;
	text-decoration: none;
}

div.discuss a:hover, div.readMore a:hover {
	color: #48453C;
}

div.discuss {
	width: 260px;
	text-align: right;
}

div.readMore {
	float: left;
	width: 160px;
}

div#footer {
	clear: both;
}