﻿/*
Theme Name: YCHR
Theme URI: http://ychromosome.nizm.us/
Version: 1.0
Author: Jan Jablunka
Author URI: http://ja.nizm.us/
*/

/* Begin Typography & Colors */
body {
	padding: 0;
	margin: 0;
	border: 0;
	color: #555;
	background: #FFF;
}

body, input, textarea, select {
	font: normal .85em Calibri, "Myriad Pro", Arial, Georgia, Helvetica;
}

body * {
	line-height: 145%;
	margin: 0;
	padding: 0;
}

#page {
	width: 500px;
	margin: 50px auto 50px 150px;
}

#header {
	clear: both;
}

a, a:link, a:visited, a#ja {
	color: #1b912e;
	border-color: #1b912e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0 0 25px 0;
}

#header .description {
	margin: -25px 0 100px 0;
	font-size: .85em;
}

#sidebar, #footer {
	font-size: .85em;
}

#footer {
	border-top: 5px solid #000;
	padding: 25px 0 0 0;
}
/* End Typography & Colors */

/* Begin Structure */
.post {
	margin: 0 0 50px 0;
	border-bottom: 5px solid #000;
}

.post .date {
	font-weight: bold;
}

.post h2, .post .entry, .post .entry .photo, .post .entry .desc, .postmetadata {
	margin: 0 0 25px 0;
}

.postmetadata {
	font-size: .85em;
}

.post img {
	border: none;
}
/* End Structure */

/*	Begin Headers */
/* End Headers */

/* Begin Images */
/* End Images */

/* Begin Lists */
#sidebar ul, #sidebar ul ol {
	list-style-type: none;
	padding: 0;
}

#sidebar > ul > li {
	margin: 0 0 25px 0;
}
/* End Entry Lists */

/* Begin Form Elements */
form {
	margin: 0 0 25px 0;
}

textarea {
	width: 100%;
}
/* End Form Elements */

/* Begin Comments*/
/* End Comments */

/* Begin Sidebar */
/* End Sidebar */

/* Begin Calendar */
/* End Calendar */

/* Begin Various Tags & Classes */
.clear {
	clear: both;
}

hr {
	display: none;
}

.navigation {
	margin: 0 0 25px 0;
	clear: both;
	font-size: .85em;
	color: #333;
}

.navigation a {
	color: #FFF;
	background: #000;
	padding: 1px 5px;
	font-weight: bold;
}

.navigation a:hover {
	background: #1b912e;
	text-decoration: none;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}
/* End Various Tags & Classes*/

/* Captions */
/* End captions */