/* Site header */
#site-header {
   background: #6bbaff;
   font-family: Cambria, Georgia, Times, Times New Roman, serif;
}
#site-header h2 {
	padding-bottom: 0;
	margin-bottom: 0;
	display: inline;
}

#site-header p {
	padding-top: 0;
	margin-top: 1px;
	margin-left: 10px;
	font-size: 10pt;
}

#site-header .corner-top div, #site-header .corner-top, 
#site-header .corner-bottom div, #site-header .corner-bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
#site-header .corner-content { 
	margin: 0 30px;
	height: 60px;

}

#nav-bar {
	list-style: none;
	margin: 0; padding: 0;
}

#nav-bar li {
	float: left;
	padding-left: 18px;
	font-size: x-large;
}

#nav-bar a {
	text-decoration: none;
}

#tweets li {
	font-size: small;
	list-style: none;
	width: 200px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

/* Content section */
#content-section {

}

#content-area {
	position: relative;
	top: 5px;
	left: 20px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	width: 60%;
	height: 500px;
	float: left;
}

#sidebar {
	position: relative;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	width: 30%;
	height: 500px;
	float: right;
}

/* Tumblr embedded content */
.tumblr_posts li {
	margin-bottom: 19px;
	background-color: #F2F2F2;
}

/* Random tidbits */
.navigate a {
	text-decoration: none;
}


/* Flickr render */
#flickr-photos ul {
	left: 0px;
	padding: 0 0 0 0;
}

#flickr-photos ul li {
	list-style-type: none;
	display: inline;
	padding-right: 3%;
	margin-right: 1px;
}

#flickr-photos ul li a img {
	border-style: none;
}

#flickr-photos ul li a:hover {
	background-color: #6bbaff;
}
