/*
Theme Name: Amyst Design Theme
Theme URI: http://www.amystdesign.com/
Description: Amyst Design Proprietary Theme.
Version: 1.0
Author: Doug Linsmeyer
Author URI: http://www.amystdesign.com/
Tags: Amyst Design, Web Development, Clean
*/

@font-face {
	font-family: 'LiberationSansRegular';
	src: url('fonts/LiberationSans-Regular.eot');
	src: local('fonts/Liberation Sans Regular'), local('fonts/LiberationSans'), url('fonts/LiberationSans-Regular.ttf') format('truetype');
}

div.datebox
{
	margin-left:		-65px;
	height:				50px;
	width:				50px;
	background:			url('images/bg-datebox.png') center no-repeat;
	float:				left;
}

div.entry
{
	padding-bottom:		35px;
	color:				#333333;
	font-family: 			'LiberationSansRegular', Arial, sans-serif;
}

h2
{
	font-weight:		normal;
	line-height:		2em;
	letter-spacing:		-1px;
}

h2.subtle
{
	color:				#666666 !important;
}

.post
{
	border-bottom:		#ccc 1px dotted;
}

h3
{
	padding:			0.5em 0 0 0;
	font-size:			3em;
	font-weight:		normal;
	line-height:		1em;
}

div.entry p.postmetadata
{
	position: 			relative;
	top:				-5px;
	padding-bottom:		15px;
}

span.datebox-month
{
	display:			block;
	font-size:			1.1em;
	font-weight:		bold;
	color:				#777;
	padding:			9px 0 0 10px;
}

span.datebox-day
{
	display:			block;
	font-size:			1.5em;
	font-weight:		bold;
	color:				#666;
	padding:			0 0 0 10px;
	margin-top:			-3px;
}

.thread-alt
{
	background-color: #f8f8f8;
}

.thread-even
{
	background-color: white;
}

.commentlist li, #commentform input, #commentform textarea
{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li
{
	font-size: 1em;
}

.commentlist li
{
	font-weight: bold;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata
{
	font-weight: normal;
}

code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

/* Begin Images */
p img
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

/* End Images */

/* Begin Comments*/
#respond
{
	margin-top: 35px;
}

.alt
{
	margin: 0;
	padding: 10px;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li
{
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p
{
	margin: 10px 5px 10px 0;
}

.children
{
	padding: 0;
}

#commentform p
{
	margin: 5px 0;
}

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
}
/* End Comments */

#searchform
{
	margin: 20px 0 40px 0;
}

#searchform button
{
	margin-top: 8px;
}
