/* 
 * Basic elements 
 */
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
strong, b {
	color: black;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
ul, ol {
	margin-top: 0;
}
blockquote, .blockquote {
	font-style: italic;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}


/* 
 * Site-wide elements 
 */
.nw {
	white-space: nowrap;
}
.no_border, .no_border img {
	border: none !important;
}


/*
 * Blogposts
 */
.blogpost p {
	margin-top: 1em;
}
.blogpost h2 a, .quick_link_title a {
	color: black;
	text-decoration: none;
}
.blogpost h2 a:hover, .quick_link_title a:hover {
	text-decoration: underline;
}

.beside_title {
	display: inline;
	font-weight: normal;
	margin-left: 2em;
}


/* 
 * Post elements 
 */
.component { }
.component_title { 
	font-weight: bold;
}
.embed {
	text-align: center;
}
.simple_table {
    border-collapse: collapse;
    border-spacing: 0px;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
}
.simple_table td, .simple_table th {
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.footnote {
	border-top: 1px solid #ccc;
	padding-top: 0.75em;
	margin-top: 2em;
	font-size: 80%;
}
.byline_name {
	white-space: nowrap;
}


/*
 * Comment captchas
 */
.map_captcha {
	margin-top: 2em;
	margin-bottom: 2em;
}
.map_captcha .captcha_image {
	width: 500px;
}
.map_captcha .captcha_image img {
	border: 1px solid #ccc;
}
.map_captcha .captcha_question {
	font-weight: bold;
}


/*
 * Petition
 */
.long_form {
	font-size: 11px;
}
.petition_form {
	font-size: 11px;
	line-height: 1.5em;
/*	
	border-top: 1px solid #ccc; 
	padding-top: 1em;
*/
	margin-top: 2em;
	background: #dfc;   
	border: 1px solid #ccc; 
	padding: 1em;
}
.petition_form h2 {
	margin: 1em 0;
	text-align: center;
}
.petition_intro {
	font-size: 10pt;
	line-height: 1.7em;
}
.petition_letter {
	padding: 1em;
	background-color: #eee;
	border: 1px solid #ccc;
}
.petition_content {
	margin: 1em 0;
}
.petition_submit {
	text-align: center;
}
