﻿/*
Theme Name: Mistakes of Youth
Theme URI: http://mistakesofyouth.com
Description: moy theme
Author: wah
Version: 1.1
Tags: animes
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@charset "utf-8";
/* CSS Document */

html,
body
{
	text-align: center;
	background-image: url(images/bgcolor.gif);
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link {color: #6a808a; text-decoration: none;}
a:visited {color: #6a808a; text-decoration: none;}
a:hover {color: #6a808a; text-decoration: underline;}
a:active {color: #6a808a; text-decoration: none;}

.sidebar-text a:link {color: #ffffff; text-decoration: none;}
.sidebar-text a:visited {color: #ffffff; text-decoration: none;}
.sidebar-text a:hover {color: #ffffff; text-decoration: underline;}
.sidebar-text a:active {color: #ffffff; text-decoration: none;}

.entry-title a:link {color: #000000; text-decoration: none;}
.entry-title a:visited {color: #000000; text-decoration: none;}
.entry-title a:hover {color: #000000; text-decoration: underline;}
.entry-title a:active {color: #000000; text-decoration: none;}

.entry-meta a:link {color: #666666; text-decoration: underline;}
.entry-meta a:visited {color: #666666; text-decoration: underline;}
.entry-meta a:hover {color: #666666; text-decoration: none;}
.entry-meta a:active {color: #666666; text-decoration: underline;}

.entry-utility a:link {color: #666666; text-decoration: underline;}
.entry-utility a:visited {color: #666666; text-decoration: underline;}
.entry-utility a:hover {color: #666666; text-decoration: none;}
.entry-utility a:active {color: #666666; text-decoration: underline;}

.footer a:link {color: #ffffff; text-decoration: underline;}
.footer a:visited {color: #ffffff; text-decoration: underline;}
.footer a:hover {color: #ffffff; text-decoration: none;}
.footer a:active {color: #ffffff; text-decoration: underline;}

.entry-utility-1 a:link {color: #666666; text-decoration: underline;}
.entry-utility-1 a:visited {color: #666666; text-decoration: underline;}
.entry-utility-1 a:hover {color: #666666; text-decoration: none;}
.entry-utility-1 a:active {color: #666666; text-decoration: underline;}

.navigation-top a:link {color: #000000; text-decoration: none;}
.navigation-top a:visited {color: #000000; text-decoration: none;}
.navigation-top a:hover {color: #666666; text-decoration: underline;}
.navigation-top a:active {color: #000000; text-decoration: none;}

.navigation-bottom a:link {color: #000000; text-decoration: none;}
.navigation-bottom a:visited {color: #000000; text-decoration: none;}
.navigation-bottom a:hover {color: #666666; text-decoration: underline;}
.navigation-bottom a:active {color: #000000; text-decoration: none;}

#banner a:link {color: #000000;}
#banner a:visited {color: #000000;}
#banner a:hover {color: #000000;}
#banner a:active {color: #000000;}

#container {
	margin:0 auto -3em;
	width: 1010px;
	text-align: left;
	top: 0px;
	min-height: 100%;
	height: 100%;
}

/* Layout */
#banner {
	width: 1010px;
}
#content {
	width: 1010px;
	background-image: url(images/back.gif);
	margin-top: 20px;
	overflow: hidden;
}
#sidebar {
	width: 250px;
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.sidebar-text {
	width: 220px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}	
#posts {
	width: 700px;
	margin-top: -7px;
	margin-left: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#posts p {
	line-height:1.4em; 
}
#s {
	width: 125px;
}
.footer, .push {
	clear: both;
	height: 3em;
	width: 1010px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	float: left;
	background: #678788;
	width: 740px;
	color: #ffffff;
}

#footer-sidebar {
	float: right;
	background: #ffffff;
	width: 250px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #678788;
}


#end-text {
	margin-left: 20px;
	width: 700px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.entry-utility-1 {
	background: #D8D8D8;
	width: 55%;
	margin: 0 auto;
	padding: 7px;
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

#nav-above {
	padding-top: 10px;
	display: table;
	width: 700px;
	margin-bottom: -10px;
}
#nav-below {
    padding-top: 10px;
	display: table;
	width: 700px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	margin-top: -25px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-left: -20px;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	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: 4px;
	left: 0;
}
.comment-author {
	margin-bottom: -7px;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 10px;
	margin: 0 0 -7px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #666666;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #666666;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: -10px 0px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 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-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}	
#after-comments {
	font-size:10px;
	color: #888;
}

/* =Posts
-------------------------------------------------------------- */

.entry-title {
	font-size: 24px;
	margin-bottom: 1px;
}

.entry-meta {
	font-size: 11px;
	color: #666666;
}

.entry-utility {
	font-size: 11px;
	color: #666666;
}
/* =Images
-------------------------------------------------------------- */

#posts img {
	border: 0px;
}
#posts .attachment img {
	max-width: 900px;
}
#posts .alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
#posts .alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
#posts .aligncenter,
img.aligncenter {
	clear: both;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
#posts img.alignleft,
img.alignright,
img.aligncenter {
}
#posts .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#posts .wp-caption img {
	margin: 5px 5px 0;
}
#posts .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#posts .wp-smiley {
	margin: 0;
}
#posts .gallery {
	margin: 0 auto 18px;
}
#posts .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#posts .gallery img {
	border: 2px solid #cfcfcf;
}
#posts .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#posts .gallery dl {
	margin: 0;
}
#posts .gallery img {
	border: 10px solid #f1f1f1;
}
#posts .gallery br+br {
	display: none;
}
#posts .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
hr {
  margin-top: 25px;	
  border: #000000;
  width: 60%;
  color: #000000;
  background-color: #000000;
  height: 1px;
}
.navigation-top {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 700px;
	text-align: center;
}
.navigation-bottom {
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	width: 700px;
	text-align: center;
}
#rss {
	height: 14px;
}
		