/* WordPress-specific CSS */

.assistive-text, .screen-reader-text {
	display: none;
}

#header .search-form {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 10px;
	right: 10px;
	text-align: right;
}

#header label {
	font-weight:normal;
}

.post {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: solid 1px #ddd;
}

.entry-meta {
	color: #777;
    font-size: 0.9em;
    margin: 0.25em 0 1em 0;
    padding: 0;
}

.entry-content, .entry-summary {
	margin: 1.5em 0;
}

h2.entry-title a:link, h2.entry-title a:visited {
	color: #000;
	text-decoration: none;
}

h2.entry-title a:hover, h2.entry-title a:active, h2.entry-title a:focus {
	color: #06c!important;
	text-decoration: underline!important;
}

.entry-format {
	display: none;
}

#nav-single, #nav-above, #nav-below {
	display: block;
	margin-bottom: 1em;
	overflow: hidden;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.entry-meta .comments-link {
	clear: both;
	display: block;
	text-align: right;
	white-space: nowrap;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.cats-tags {
	clear: both;
}

.widget {
	margin-bottom: 2em;
}

.menu {
	margin-bottom: 2em;
}

.entry-content img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#related-content h3 {
	border-top: 1px solid #ddd;
	padding-top: 1em;
}

#author-info {
	padding:1.5em;
	margin-bottom:1.5em;
	background:#e5ecf9;
}

#author-avatar {
	float: right;
}


/* Navigation menu */

#sidebar ul.children li a {
	padding-left: 20px;
}


/*Search toggle */
#gsa-search {
	display: none;
}

/* Entry formats */
.format-aside .entry-header, .format-aside .cats-tags {
	display: none;
}


/* =Comments - based on Twenty Ten CSS
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #ddd;
	margin: 0 0 24px 0;
	padding: 0 0 0 78px;
	position: relative;
}
.commentlist li:last-child {
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 0;
	left: 0;
}
.comment-meta {
	margin: 0 0 18px 0;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #ddd;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	margin: 0;
}

/* Comments form - based on Twenty Ten CSS */
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
#respond small {
	font-size: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-weight: normal;
}
#respond .required {
	color: #ee3224;
	font-weight: bold;
}
#respond input, #respond textarea {
	margin: 0 0 9px;
	width: 448px;
	padding: 5px;
}
#comments ul.children li {
	padding-left: 49px!important;
}
li.comment #respond {
	margin-left: -78px;
}
li.comment ul.children #respond {
	margin-left: -127px;
}
li.comment ul.children ul.children #respond {
	margin-left: -176px;
}
li.comment ul.children ul.children ul.children #respond {
	margin-left: -225px;
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
}


/* Footer */

#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	display: inline;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%; /* Image does not overflow the content area */
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 0.9em;
	color: #777;
}