/*
Theme Name:	Kid
Author:		Konoha
Template:	twentyten
*/

@import url('../twentyten/style.css');


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	width: 760px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 760px;
}
#wrapper {
	margin-top: 0px;
}

/* Structure the footer area */

#site-info {
	width: 540px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ccf;

}
body,
input,
textarea {
	font-size: 13px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	overflow: hidden;
}
#site-title {
	font-size: 28px;
	width: 520px;
}
#site-title a {
	font-weight: normal;
}
#site-description {
	font-style: normal;
	text-align: right;
}

/* This is the custom header image */
#branding img {
	border-top: 0px;
	border-bottom: 0px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	width: 760px;
}
#access .menu-header,
div.menu {
	width: 748px;
}
#access a {
	color: #aaa;
	line-height: 30px;
}
#access ul ul {
	top: 30px;
}


/* =Content
-------------------------------------------------------------- */

#main {
	padding: 20px 0 0 0;
}
#content {
	margin-left: 0px;
	margin-right: 240px;
}
#content,
#content input,
#content textarea {
	font-size: 14px;
}
.hentry {
	margin: 0 0 24px 0;
	border:1px solid #aaf;
}
#content .entry-title {
	background: #aaf;
	font-weight: normal;
	line-height: 1.6em;
	padding-left: 8px;
}
.entry-title a:active,
.entry-title a:hover {
	color: #fff;
}
.entry-meta {
	background: #ddf;
	padding-left: 8px;
}
.entry-content,
.entry-summary {
	padding: 12px 8px 0 8px;
}
.entry-utility {
	line-height: 24px;
	background: #ddf;
	padding-left: 8px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-title {
	background: #aaf;
	font-size: 14px;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar thead {
	font-size: 12px;
}
.widget-area .textwidget {
	margin-left: 4px;
}


/* Main sidebars */
#main .widget-area ul {
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	padding: 0 4px 0 4px;
}


/* =Footer
-------------------------------------------------------------- */
#site-generator {
	font-size: 12px;
}

