h1 {
	margin-top: 1em;
	margin-bottom: 1em;
}

strong, b {
	font-weight: normal;
}

a {
	color: red;
}

#navigationProjects a {
	color: black;
}

#navigationProjects a:hover {
	color: red;
}


#sidebar {
	margin-bottom: 20px;
}

#content .title {
	margin-bottom:0.5em;
}

.date {
}

.section {
	margin-top:33px;
}

#projects .date {
	text-align:center;
	margin-bottom:20px;
	padding-bottom:3px;
}

#projects .excerptContainer {
	height:77px;
	text-align:center;
	margin-bottom:17px;
}

#projects .excerptContainer2 {
	position:relative;
	height:77px;
}

#projects .excerpt {
	position:absolute;
	left:0px;
	bottom:0px;
	padding:0 0 6px;
	background-color: white;
	vertical-align: bottom;
}

#projects .year {
	margin-bottom:33px;
}

#projects .title {
	margin-bottom:20px;
	padding-bottom:3px;
}

#snippet {
	width:707px; 
	height:361px;
}

#snippet .background {
	width:707px;
	height:361px;
}

#snippet .textContainer {
	position:relative;
	width:187px;
	height:100%;
	left:522px;
}

#snippet .text {
	position:absolute;
	width:167px;
	bottom:-1px;
	right:0px;
	background-color:white;
	padding-top:20px;
	padding-left:20px;"
}


.hide, .hidden {
	display: none;
}

.imageborder {
	border: 1px solid gray;
}

a {
	color: "#00ffff";
}

#snippetLinks a, #tagCategories a {
	color: red;
}

#snippetLinks a.active, #tagCategories a.active {
	color:black;
}

body {
	font-size: 10px;
	line-height: 13px;
}

p {
	padding-left:1px;
	padding-right:1px;
}

.smallImage {
}

#content .articleimage {
	line-height:0px;
	margin-bottom:13px;
}

.bottomBorder {
	border-bottom:1px solid red;
}

#content li {
	margin-bottom:3px;
}

#content ul {
	margin-top:3px;

	list-style-image: url("../img/plus.gif");
}