/* @group Application Styles */

body, p, h1, h2, h3, li, ul, a {
	font-family: Helvetica, Verdana;
}

body {
	background-color: #099499;
}

h1 {
	color: #099499;
	text-align: center;
}

a {
	color: #3ba100;
}

pre {
	background-color:lightgrey;
	line-height:18px;
	margin:18px;
	overflow:auto;
	padding:12px 18px;
	border-width: 1px;
	border-style: dashed;
}

code {
	font-family:courier,monaco,monospace;
	font-size:11.75px;
	line-height:18px;
}

pre code {
	color:black;
	line-height:18px;
}

#head_logo {
	width: 950px;
}

#main_section {
	width: 950px;
	background-color: white;
}

#nav_buttons {
	float: left;
	width: 160px;
	background-color: white;
	padding: 10px;
}

.nav_tags {
	margin: 5px;
}

.nav_tags a {
	font-size: 10px;
	color: grey;
}

#login_section {
	margin: 10px;
	text-align: center;
}

#login_section a {
	font-size: 12px;
	color: grey;
}

#main_content {
	float: left;
	background-color: white;
	padding: 10px;
	width: 750px;
}

.notice {
	color: white;
	background-color: #00bac2;
	border: 2px solid #099499;
	padding: 5px;
}

#tweet {
	font-size: small;
	text-align: center;
	border: medium double #3ba100;
	padding: 5px;
	margin-bottom: 5px;
}

#foot_section {
	width: 950px;
	background-color: white;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: x-small;
	color: gray;
}

.footer_image {
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

.quiet {
	font-size: smaller;
	color: gray;
}

/* @end */

/* @group Portfolio */

.portfolio {
	text-align: center;
}

/* @end */

/* @group About */

.purple_title {
	color: #3ba100;
	font-size: x-large;
}

/* @end */

/* @group Blog */

.post_title {
	font-weight: bold;
	color: #3ba100;
	font-size: x-large;
}

.manage_post_links, .manage_post_links a {
	font-size: x-small;
	color: grey;
}

.post_date {
	font-size: small;
	color: grey;
}

.post_body {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;
}

.post_body blockquote {
	background-color:lightgrey;
	line-height:18px;
	margin:18px;
	overflow:auto;
	padding:12px 18px;
}

.post_body ul {
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.post_body li {
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.read_more {
	font-size: small;	
}

.post_comments {
	font-weight: bold;
	color: #3ba100;
	font-size: large;
}

.comment {
	font-size: small;
	border: thin dashed #099499;
	padding: 15px;
	margin-bottom: 10px;
}

#fluffy_bunny {
	display: none;
	visibility: hidden;
}

/* @end */

/* @group User Management */

.long_list {
	font-size: small;
}

.long_list th, .long_list td {
	padding-left: 5px;
	padding-right: 5px;
}

.user_activity td {
	vertical-align: top;
	width: 50%;
}

/* @end */
