/*
Theme Name: LittleBits Theme
Theme URI: http://www.littlebits.jp/
Description: 
Author: Taro NISHIOKA
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Template:twentyten
*/

@import url("../twentyten/style.css");

/* =Layout
----------------------------------------------- */
.single-attachment #content {
	width: 740;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
        font-family: Georgia, "Bitstream Charter", sans-serif;
}

/* =Structure
----------------------------------------------- */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	width: 780px;
}
#footer-widget-area .widget-area {
	widht: 180px;
}
#site-info {
	width: 540px;
}


/* =Header
----------------------------------------------- */

#header {
	padding: 0px 0 0 0;
	/* overflow: hidden; */
}
#site-title {
	font-size: 0px;
        line-height: 0px;
	width: 540px;
}
#site-description {
	font-size: 0px;
	line-height: 0px;
}
#branding img {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;

}


/* =Menu
----------------------------------------------- */

#access {
	width: 780px;
}

/* =Breadcrumb NavXT
-------------------------------------------------------------- */
.breadcrumbs
{
	/* margin-top: 15px; */
	margin-left: 20px;
}
