/*
Theme Name: RS Kmiec Design Version
Theme URI: http://www.rskmiecdesign.com
Description: First version of the RS Kmiec Design blog
Version: 1.0
Author: RS Kmiec Design
Author URI: http://www.rskmiecdesign.com
Tags: minimalist, simple, clean

*/

/* Eric Meyer's CSS Reset Reloaded ########################################## */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Eric Meyer's CSS Reset Reloaded ########################################## */

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #808084;
	line-height: 1.3em;
}

strong {
	font-weight: bold;
}

#container {
	width: 698px;
	margin: 0 auto;
}

#wrap {
	width: 698px;
	margin: 0 auto 3em auto;
	padding-bottom: 20px;
	background: url(images/bg_dotted_border.gif) left bottom repeat-x;
}

a, a:visited {
	color: #0093d0;
	text-decoration: none;
}

a:hover {
	color: #808084;
}

/* Header
---------------------------------------------------------------------------*/
#header {
	padding-top: 34px;
	padding-bottom: 28px;
	background: url(images/bg_dotted_border.gif) left bottom repeat-x;
	margin-bottom: 26px;
}
#searchform {
	float: right;
	padding-top: 22px;
	margin-right: 14px;
}
#searchform label {
	display: none;
}
#searchform input#searchsubmit {
	background: #fff;
	border: 0;
	color: #808084;
	font: Arial, Helvetica, sans-serif;
	border-left: 1px solid #808084;
	margin-left: 5px;
	cursor: pointer;
	width: 60px;
}
#searchform input#s {
	border: 0;
	background: #cccccc;
	color: #000000;
	font-size: 11px;
	padding: 3px;
	width: 80px;
}
#blogLogo {
	float: left;
	width: 191px;
	height: 62px;
}
#blogLogo a {
	background: url(images/bg_header_blog.gif) 0 0 no-repeat;
	width: 191px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
}
#description {
	text-indent: -9999em;
	overflow: hidden;
	height: 1px;
	width: 1px;
}

/* Content
---------------------------------------------------------------------------*/
#content {
	float: left;
	width: 460px;
}

#content p {
	margin-bottom: 1.4em;
}
.post h2 {
	line-height: 1.1em;
	padding-top: .2em;
	padding-bottom: .3em;
	font-weight: bold;
	font-size: 26px;
	color: #0093d0;
}
.post h2 a {
	color: #0093d0;
	text-decoration: none;
}
.post h2 a:hover {
	color: #808084;
}
.post {
	margin-bottom: 40px;
}
.entry {
	margin-bottom: 26px;
}
.entry img {
	margin-bottom: 1.5em;
}
.postmetadata {
	margin-bottom: 30px;
}
.navigation a {
	color: #808084;
	font-size: 12px;
}
.navigation a:hover {
	color: #0093d0;
	text-decoration: underline;
}
#footer {
	padding-bottom: 3em;
}
#footer a:hover {
	text-decoration: underline;
}

/* Related posts
---------------------------------------------------------------------------*/
.wrapRelatedPosts {
	padding: 14px 10px;
	border-top: 1px solid #a0a0a3;
	border-bottom: 1px solid #a0a0a3;
	margin-bottom: 28px;
}
.wrapRelatedPosts h3 {
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #a0a0a3;
	display: inline;
	padding-right: 10px;
}
.st-related-posts {
	padding: 0;
	margin: 10px 0 0 0;
}
.st-related-posts li {
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	background: url(images/bg_ul_bullet.gif) left center no-repeat;
	color: #0093d0;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}

/* Comments
---------------------------------------------------------------------------*/

h4.totalcomments {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1em;
}
.commentauthorwrap {
	float: left;
	width: 140px;
	padding-right: 7px;
}

.commentcontent {
	float: left;
	width: 300px;
	padding-left: 10px;
	border-left: 1px solid #a0a0a3;
}
.commentcontent p {
	font-size: 12px;
	line-height: 1.3em;
}
.commentauthorwrap .comment-author {
	text-align: right;
	font-size: 12px;
}
.commentauthorwrap .comment-author .fn {
	font-weight: bold;
}

.commentauthorwrap .comment-meta {
	text-align: right;
	color: #a0a0a3;
}
.commentauthorwrap .comment-meta a {
	color: #a0a0a3;
}
.comment {
	margin-bottom: 18px;
}
.commentlist {
	background: url(images/bg_dotted_border.gif) left top repeat-x;
	padding-top: 16px;
}

/* Comment Form
---------------------------------------------------------------------------*/

#respond {
	clear:both;
	background: url(images/bg_dotted_border.gif) left top repeat-x;
	padding-top: 20px;
}
#respond h3 {
	color: #0093D0;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
#respond #commentform input {
	background: #ccc;
	border: 0;
	padding: 3px;
	width: 200px;
	margin-right: 10px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

#respond #commentform textarea {
	background: #ccc;
	width: 100%;
	border: 0;
	padding: 3px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

#respond #commentform input#submit {
	background: #fff;
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #808084;
	width: auto;
	padding: 0;
	cursor: pointer;
	margin: 0;
}

/* Simple Tags styles
---------------------------------------------------------------------------*/
.simpleTags {
	border-top: 1px solid #a0a0a3;
	border-bottom: 1px solid #a0a0a3;
	padding: 12px 16px;
}
.taglabel {
	color: #0093d0;
	font-weight: bold;
	border-right: 1px solid #808084;
	padding: 0 10px;
}
.taglink {
	padding: 0 10px;
}
.taglink a {
	color: #808084;
}
.taglink a:hover {
	color: #0093d0;
}
/* Sidebar
---------------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 168px;
	line-height: 1.4em;
}
#sidebar .sidebarsect {
	background: url(images/bg_dotted_border.gif) left bottom repeat-x;
	padding-bottom: 12px;
	padding-left: 7px;
	margin-bottom: 12px;
}
#sidebar ul.categories li a {
	font-weight: bold;
}
#sidebar ul.categories li.h2 {
	font-weight: normal;
}
/* Browser Fixes
---------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
