/*
Theme Name: Twentyeleven v002
Description: v002 child theme for the twentyeleven theme 
Author: bangnoise & vade
Template: twentyeleven
*/

@import url("/wp-content/themes/twentyeleven/style.css");

body, input, textarea {
    font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: 300;
    line-height: 1.5;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

#branding {
    border-top: none;
}

.only-search,
.entry-header .comments-link a {
	display: none;
}

header .entry-meta {
	font-style: italic;
}

header .entry-meta a {
    text-decoration: none;
    color: #666;
}

.entry-meta a {
    font-weight: inherit;
}

.entry-meta {
    font-size: inherit;
    line-height: inherit;
}


#access,
#site-generator {
	display: none;
}

#site-title a {
    color: #009900;
}

#page {
	margin-top: 1em;
}

.entry-title {
	font-size: 18px;
}

.hentry {
	border-bottom:none;
}

.widget {
    margin: 0 0 1.1em;
    color: #777;
    font-size: 11px;
    line-height: 1.5;
}

.widget a {
font-weight: inherit;
text-decoration: none;
}

.widget p {
	padding: 0;
	margin-bottom: 0;
}

.widget ul li {
    color: #777;
    font-size: 11px;
    line-height: 1.5;
}

.singular .entry-title {
font-size: 16px;
font-weight: bold;
}

#reply-title {
    color: #373737;
    font-size: 14px;
    font-weight: bold;
}

#respond {
	width: auto;
}
	
#respond p {
    font-size:100%;
}

#respond .comment-notes,
#respond .logged-in-as {
    font-size: 11px;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    background: #eee;
    -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
    color: #555;
    display: inline-block;
    font-size: 11px;
    left: 4px;
    min-width: 60px;
    padding: 4px 4px;
    position: relative;
    top: 40px;
    z-index: 1;
}

#respond input#submit {
    background: #222;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #eee;
    cursor: pointer;
    font-size: 11px;
    margin: 20px 0;
    padding: 5px 22px 5px 22px;
    position: relative;
    left: 30px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

.commentlist {
width: auto;
}

.commentlist > li.comment {
margin: 0px 0px 20px 102px;
width: auto;
}

input#s {
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    height: 20px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
}

.v002-warning {
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:4px;
	background:#ffeeff;
}

