a {
	color: #E67300;
}

#nav {
	background: url(../images/sub_nav_orange.gif) 0 0 no-repeat;
}

#nav li.current_menuitem {
	background: url(../images/navigation_orange.gif) 0 0 no-repeat;
}

#content {
	width: 376px;
}

#sidebar {
	width: 295px;
}

#sidebar p {
	padding: 0;
	margin: 0;
}

#main-blog {

}

	#main-blog .post {
		background: url(../images/outline_green.gif) 0 0 no-repeat;
		
		margin: 1px 0 0 0;
	}
	
	#main-blog .entry {
		padding: 10px 25px 10px 10px;
		overflow: hidden;
		background: url(../images/dashed_line_green_short.gif) 10px 100% no-repeat;
	}
	
	#main-blog p {
		padding: 0;
		margin: 0;
	}
	
	#main-blog .postOptionsHome {
		display: block;
		padding: 10px 0 0 0;
		margin: 0;
		color: #6AA417;
	}
	
	#main-blog .commentsHome {
		padding: 0 0 0 30px;
		background: url(../images/comment_balloon.gif) 10px 0 no-repeat;
		border-left: solid 1px #6AA417;
	}
	
	#main-blog .modifiedBy {
		padding: 0 10px 0 0;
	}
	
	
	
	#home-events .entry,
	#home-activities .entry,
	#home-artworks .entry {
		padding: 10px 20px 0 10px;
	}
	
	#home-events .entry p,
	#home-activities .entry p,
	#home-artworks .entry p {
		line-height: 140%;
	}
	
	#home-events,
	#home-activities,
	#home-artworks {
		margin-bottom: 20px;
	}

	#main-blog .fill,
	#home-events .fill,
	#home-activities .fill,
	#home-artworks .fill {
		background: url(../images/outline_green.gif) 0 100% no-repeat;
		height: 15px;
		position: relative;
		bottom: -13px;
	}

	#main-blog h3 {
		font-weight: normal;
	}

	#main-blog a {
		color: #6AA417;
	}

	#main-blog h2,
	#home-events h2,
	#home-activities h2,
	#home-artworks h2 {
		color: #fff;
		font-size: .9em;
		height: 18px;
		text-transform: uppercase;
		background: url(../images/header_green.gif) 0 0 no-repeat;
		line-height: 170%;
	}

	#main-blog h2 span,
	#home-events h2 span,
	#home-activities h2 span,
	#home-artworks h2 span {
		float: left;
		width: 80px;
		text-align: center;
	}	
	
	#main-blog h2 a.more,
	#home-events h2 a.more,
	#home-activities h2 a.more,
	#home-artworks h2 a.more {
		float: right;
		width: 75px;
		color: #3E3E3E;
	}
	
	#main-blog h2 a.more:hover,
	#home-events h2 a.more:hover,
	#home-activities h2 a.more:hover,
	#home-artworks h2 a.more:hover {
		text-decoration: underline;
	}
	
	.item {
		margin: 1px 0 0 0;

	}
	
	#home-events h2 {
		background: url(../images/header_purple.gif) 0 0 no-repeat;
	}
	
		#home-events .item {
			background: url(../images/outline_purple.gif) 0 0 no-repeat;
		}
		
		#home-events .fill {
			background: url(../images/outline_purple.gif) 0 100% no-repeat;
		}
		
		#home-events a,
		#home-events h3 {
			color: #A149AB;
			font-weight: normal;
		}
	
	#home-activities h2 {
		background: url(../images/header_blue.gif) 0 0 no-repeat;
	}
	
		#home-activities .item {
			background: url(../images/outline_blue.gif) 0 0 no-repeat;
		}
	
		#home-activities .fill {
			background: url(../images/outline_blue.gif) 0 100% no-repeat;
		}
		
		#home-activities a,
		#home-activities h3 {
			color: #51ABD0;
			font-weight: normal;
		}
		
	#home-artworks h2 {
		background: url(../images/header_red.gif) 0 0 no-repeat;
	}

		#home-artworks .item {
			background: url(../images/outline_red.gif) 0 0 no-repeat;
		}

		#home-artworks .fill {
			background: url(../images/outline_red.gif) 0 100% no-repeat;
		}

		#home-artworks a,
		#home-artworks h3 {
			color: #C44850;
			font-weight: normal;
		}
	
	