/* 
 * 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;
}
.simple_table td, .simple_table th {
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}



