/** Positioning **/

body {
	border: 0;
	margin: 0;
	font: 14px/16px Georgia , sans-serif;
	text-align: center;
	}

	#container {
		text-align: left;
		width: 625px;
		margin: 0 auto;
		}

		#header {
			padding: 30px 0;
			}

			h1 a {
				background: url( 'http://makedatamakesense.com/image/make_data_make_sense.gif' ) no-repeat;
				height: 68px;
				width: 354px;
				float: left;
				margin: 0;
				display: block;
				}
			
				h1 span {
					display: none;
					}
					
			#navigation {
				font-size: 1.2em;
				width: 200px;
				float: right;
				}
				
				#navigation ul {
					list-style: none;
					margin: 0;
					padding: 0;
					}
					
					#navigation ul li {
						float: left;
						margin-right: 15px;
						}
						
		#content {
			border: 2px #bababa solid;
			padding: 20px;
			}
	
			.project {
				margin-top: 10px;
				}
				
				.project img {
					float: left;
					}
	
				.project .information {
					width: 475px;
					float: right;
					}
	
		#footer {
			margin: 20px 0 20px 0;
			text-align: center;
			}
	
/** General Style **/

.margin-top {
	margin-top: 1em;
	}

abbr {
	border-bottom: 1px #999 dashed;
	}

.clear {
	clear: both;
	}
	
.error {	
	color: #c33;
	}
	
.faded {
	color: #999;
	}
	
.super-faded {
	color: #eeeeee;
	}
	
.make-data {
	font-weight: bold;
	color: #aafb86;
	}
	
.make-sense {
	font-weight: bold;
	color: #48a8d0;
	}
	
.see-also {
	margin-top: 1em;
	}
	
	.see-also ul {
		margin-top: 0;
		}
	
table {
	border-collapse: collapse;
	}
	
img {
	display: block;
	border: 0;
	}
	
a {
	text-decoration: none;
	color: #48a8d0;
	}
	
	a:hover {
		color: #aafb86;
		}
		
h1 , h2 , h3 , h4 , p {
	margin: 0;
	}

th {
	vertical-align: top;
	text-align: left;
	}
	
.overflow {
	background: #eee;
	width: 450px;
	padding: 5px;
	overflow: auto;
	}

.top-one {
	margin-top: 1em;
	}
	
.bottom-one {
	margin-bottom: 1em;
	}
	
ul.tags {
	list-style: none;
	padding: 0;
	}
	
	ul.tags li {
		display: block;
		padding: 5px;
		float: left;
		}
		
		ul.tags li.selected {
			border: 1px #bababa solid;
			}
	
ul.icons {
	list-style: none;
	}
	
	a.feed {
		background: url( http://makedatamakesense.com/image/icon/feed.png ) no-repeat top left;
		padding-left: 25px;
		line-height: 20px;
		}