/*  
Theme Name: From Concentrate Software 2008
Theme URI: http://www.fromconcentratesoftware.com
Description: The theme for From Concentrate Software's developer's blog.
Version: 1.0
Author: Grayson Hansard
Author URI: http://www.fromconcentratesoftware.com
*/

h1 {
		font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img	{
	border: 0;
}

/* @group Sidebar */

#sidebar {
	width:  250px;
	float: right;
	font-family: serif;
}

#sidebar h1 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	border-bottom: 1px solid gray;
}

#sidebar ul {
	list-style-image: url(/img/la.png);
	margin-left: 0;
	padding-left: 1em;
}

#sidebar li {
	margin-bottom: 0.3em;
}

/* @end */

/* @group Content */

#post-nav {
	text-align: center;
	color: #777;
}

#content {
	padding-left: 300px;
	margin-right: 270px;
}

#content .meta {
	position: absolute;
	left: 10px;
	width: 290px;
	clear: left;
}

#content h1 {
	margin: 0;
	font-size: 1.3em;
}

#content h1 a {
	color: #333;
	text-decoration: none;
}

#content h1 a:hover {
	text-shadow: gray 0 2px 3px;
	position: relative;
	top: -1px;
	color: #03f;
}

.post-entry {
	margin-bottom: 3em;
	text-align: justify;
	line-height: 1.4em;
}

.post-entry code, .post-entry pre {
	overflow: auto;
}

.post-entry img {
	overflow: auto;
}

.post-date {
	font-size: 0.9em;
	color: gray;
	margin: 0;
	font-style: italic;
	font-weight: normal;
}

/* @end */

/* @group Header */

#header {
	text-align:center;
	margin-bottom: 3em;
}

#header h2 {
	font-weight: normal;
	margin-top: 0;
}

#header h1 {
	margin-bottom: 0;
}

#header h1 a {
	color: #000;
}

/* @end */

/* @group Comments */

#comments .meta * {
	clear: both;
	margin: 0;
	text-align: right;
}

#comments .meta h1 {
	font-size: 1.1em;
}

#comments .meta h2 {
	font-size: 0.8em;
	font-weight: normal;
}

.comment {
	margin-bottom: 2.5em;
}

#comments textarea {
	width: 100%;
}

/* @end */

/* @group Footer */
#footer {
	font-size: 0.9em;
	background: #555;
	color: white;
	overflow: auto;
	border-top: 3px solid #333;
	padding-left: 3%;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: -10px;
	text-shadow: #222 1px 0;
}
#footer h1 {
	font-size: 1.1em;
	border-bottom: 5px solid #999;
}

#footer a {
	color: #ddf;
	text-decoration: none;
	text-shadow: #222 0 2px 1px;
}

#footer a:hover {
	text-decoration: underline;
}

#github {
	float: left;
	width: 25%;
}

#twitter {
	float: left;
	width: 30%;
	padding: 0 0.5em
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer li {
	margin-bottom: 1em;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
}

#footer li:last-child {
	border: 0;
}

#link {
	float: left;
	width: 40%;
}
/* @end */