/*
Theme Name: ux
Theme URI: http://uxdesignermike.com/theme/ux
Description: So simple it's stupid!
Version: 0.1
Author: Mike Long
Tags: simple, flowing
*/

html {
	background: rgb(255,255,255);
}

body {
	background: rgb(255,255,255);
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 11pt;
	border: 1px solid rgb(223,223,223);
	color: rgb(34,34,34);
	font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	margin: 2em auto;
	padding: 1em 2em;
	width: 960px;
}

a:link {
    color: rgb(34,98,245);
    text-decoration: none;
}

a:visited {
    color: rgb(75,34,245);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
a:active {
    color: rgb(34,98,245);
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {

	color: rgb(129,129,129);
}

#header {
	border-bottom: 1px solid rgb(223,223,223);
}

#header h1 {
	margin: 2pt 0 2pt 0;
	padding-bottom: 6pt;
	display: inline-block;
}

#header h1 a,
#header h1 a:link {
	color: rgb(34,98,245);
}

.description {
	display: inline-block;
	padding: 0 0 2pt 0;
	color: rgb(129,129,129);
	font-weight: bold;
}

hr {
	display: none;
	*display: block;
	*color: rgb(223,223,223);
	*height: 1px;
}

.post,
.comment-body {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgb(223,223,223);
	*border: none;
	padding: 0 1em 1em 1em;
	margin: 1em 0.05em;
	overflow: hidden;
}

.post p {
	line-height: 144%;
}

blockquote {
	color: rgb(55,55,55);
	margin: 0;
	padding: 1px 6px 1px 14px;
	background: #F0F7FB;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

cite {
	display: block;
	font-size: 11px;
}

p img {
	padding: 0;
	max-width: 100%;
}

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;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid rgb(223,223,223);
	text-align: center;
	background-color: rgb(243,243,243);
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.date {
	text-align: right;
}

.storytitle {
	margin-bottom: 8pt;
}

#respond {
	padding-left: 12pt;
}

#respond h3 {
	margin: 0 0 0 0;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.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;
}

.comment-body {
	padding: 12pt;
	margin: 0 0 12pt 0;
	background: rgb(240,247,251);
	border: 1px solid rgb(198,232,251);
}

.children {
	list-style-type: none;
}

.children .comment-body {
	background: rgb(255,255,255);
}

#footer {
	margin: 24pt 0 0 0;
	padding-bottom: 1pt;
	color: rgb(129,129,129);
	font-weight: bold;
	border-top: 1px solid rgb(223,223,223);
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
