body {
	font-family: Georgia;
	padding: 0px;
	margin: 0px;
	color: #444;
}
div#page {
	margin-left: 20%;
	margin-bottom: 0px;
	width: 60%;
}

div#top a#logo span {
	display: none;
}
div#top a#logo {
	display: block;
	margin: 0px;
	background-image: url(img/logo-owlient-emo.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 86px;
}
div#top h2 {
	font-size: 14pt;
	color: #7d0e27;
	position: relative;
	margin-left: 210px;
	margin-top: -22px;
	margin-bottom: 32px;

}
div#top a#feed:hover {
	color: #444;
	background-image: url(img/rss.png);
}
div#top a#twitter:hover {
	color: #444;
	background-image: url(img/twitter.png);
}
div#top a#feed, div#top a#twitter {
	padding-right: 34px;
	line-height: 28px;
	vertical-align: center;
	
	background-position: center right;
	background-repeat: no-repeat;

	color: white;
	text-decoration: none;

	position: absolute;
	right: 20%;
}
div#top a#feed {
	margin-top: -57px;
	background-image: url(img/rss.png);
}
div#top a#twitter {
	margin-top: -97px;
	background-image: url(img/twitter.png);
}
div#search p {
	margin: 0px;
	padding: 0px;
}
div#search {
	margin-top: 6px;
	text-align: right;
	position: absolute;
	right: 20%;
}

div#search input#searchField {
	border: 1px solid #ccc;
}

div#search input#searchButton {
	background-image: url(img/magnifier.png);
	border: none;
	background-color: white;
	width: 16px;
	height: 16px;

}

div#menu ul {
	width: 100%;
	height: 2.4em;
	border-top: 1px solid #ccc;
	padding-bottom: 4px;
	margin: 0px;
	padding-left: 0em;
}
div#menu ul li {
	list-style-type: none;
	float: left;
	z-index: auto !important;
	z-index: 1000;

}
div#menu ul li a {
	float: none !important;
	float: left;

	padding: 0.6em 2em 0.6em 2em;
	
	display: block;
	margin: 0em;

	background-color: white;
	color: #444;
	border-bottom: 4px solid white;
	text-decoration: none;
}

div#menu ul li a:hover {
	border-bottom: 4px solid #7d0e27;
}

div#contents {
	margin-top: 2em;
}
div.post-contents {
	padding-left: 0em;
	padding-right: 0.5em;
	background-image: url(img/monkey.png);
	padding-bottom: 2em;
	margin-bottom: 1em;
	background-position: bottom center;
	background-repeat: no-repeat;
}

div.post span.date {
	font-family: Times;
	display: block;
	width: 80px;
	text-align: center;
	float: left;
	margin-left: -105px;
	margin-top: -30px;

	/* IE6 */
	-z-index: 2000;
	-position: relative;
	-left: 105px;
	-top: 0px;
	-clear: both;

	background-color: #7d0e27;
	color: #eee;

	font-size: 18px;
	padding: 0.3em;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;

	/* gradient background for webkit. */
	background: -webkit-gradient(linear, left top, left bottom, from(#7d0e27), to(#4e091a));
	
	/* gradient background for gecko 1.9 */
	background: -moz-linear-gradient(top, #7d0e27, #4e091a);

	/* gradient background for IE */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#7d0e27, endColorstr=#4e091a, GradientType=0);

}

div.post span.author {
	font-family: Palatino Linotype, Palatino, Times, Times New Roman, times-roman, georgia, serif;
	font-size: 13pt;
	font-style: italic;
}
div.post div.author-line {
	margin-top: 1em;
	margin-bottom: -1em;
	-margin-top: -1em;
}

div#contents div.post h1.title {
	/* font-family: times, Times New Roman, times-roman, georgia, serif; */
	font-family: PALATINO LINOTYPE, PALATINO, times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	color: #7d0e27;
	margin: 0 0 0.1em 0;
	padding: 0 0 0 0;
	font-weight: 100;

	/* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
}
div#contents div.post h1.title a {
	text-decoration: none;
}

div#contents p {
	font-size: 12pt;
	line-height: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	/*
	text-shadow: 0px 1px 1px rgba(40, 40, 40, 0.2);
	*/
}

div#contents a {
	color: #7d0e27;
}

div#contents div.post h2 {
	color: #7d0e27;
	font-size: 14pt;
	margin-top: 2.0em;
	margin-bottom: 0.0em;
	text-transform: uppercase;
	font-weight: lighter;
}
/* pagination */
table#pagination {
	width: 100%;
}
table#pagination tr td {
	padding: 0em;
	margin: 0em;
	width: 50%;
}
table#pagination tr td a {
	color: #7d0e27;
	font-size: 14pt;
}
table#pagination tr td#pagination-previous {
	text-align: left;
}
table#pagination td#pagination-next {
	text-align: right;
}

/* Comments */

div#comments h3 {
	color: #7d0e27;
	border-bottom: 1px solid #7d0e27;
}
form#comment-form {
	margin-top: 4em;
}
form#comment-form h3 {
	color: #7d0e27;
}

form#comment-form p.field label {
	display: block;
	float: left;
	width: 30%;
}
form#comment-form input, form#comment-form textarea {
	border:1px solid #606060;
	width:65%;
}
form#comment-form input.preview, form#comment-form input.submit {
	width: auto;
	float: right;
	margin-right: 5%;
}

p.message {
	background-color: #008800;
	border: 1px solid #0e7d27;
	color: #f0f0f0;
	padding: 1em;
}

p.error {
	background-color: #c00000;
	border: 1px solid #7d0e27;
	color: #f0f0f0;
	padding: 1em;
}

/* comment box under the date. */
span.comment_counter {
	display: block;
	text-align: right;
	margin-left: -217px;
	margin-top: 35px;
	width: 200px;
	margin-bottom: -60px;
	float: left;

	-width: 200px;
	-margin-top: 30px;
	-margin-left: -112px;
	-z-index: 40;
	-position: relative;
}


/* footer */

div#footer {
	background-position: center top;
	background-repeat: no-repeat;

	padding: 2em 4em 2em 4em;
	bottom: 0px;

	margin-top: 4em;

	text-align: center;

	background-color: #444;
	color: white;
	font-size: 11pt;

	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
}


/* team page */

table.person {
	margin-top: 2em;
	margin-bottom: 2em;
}

td.avatar {
	padding-right: 2em;
}

td.person, td.avatar {
	vertical-align: top;
}

/* projects page */

h3 {
	color: #7d0e27;
}
