/*   
Theme Name: Little Japan
Theme URI: http://www.littlejapankidsclothes.com.au/
Description: A search engine optimized website framework for WordPress.
Author: Jamie Weston
Author URI: http://www.fuelmarketing.com.au/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/1c-b.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin: 1.5em 15%;
	
}

.hfeed {
	width:900px;
	background:#FFF;
	
}
a:link {
	color: #0CF;
}
a:visited {
	color: #0CF;
}
a:hover {
	color: #0FF;
}
a:active {
	color: #0FF;
}



	
/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 1em 0 1.5em 0;
	background:url(images/DSC_0056.jpg) #FFF;
	height: 600px;
	padding: 0 0 0 5px;
}
#littlejapaninfo {
	margin: 10px 0 0 100px;
	width:260px;
	padding: 50px 0 0 0;
	font-size:14px;
	
}
#blog-description {
	float:right;	
}
#blog-title {
	font-family:"Comic Sans MS", cursive;
	font-size:42px;
	color:#F00;
	
}

.blog-title a:link {
	color:#F00;
	text-decoration:none;
}
.blog-title a:visited {
	color: #F00;
	text-decoration:none;
}
.blog-title a:hover {
	color: #FFF;
	
}
.blog-title a:active {
	color: #FFF;
	
}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu {
 	margin: 70px 0 0 0;
	font-size:30px;
	font-family: "Comic Sans MS";
}
.menu ul {
	list-style: none;
	margin: 0px;
	
}
.menu ul ul {
	display: none;
}
.menu li {
	margin:5px;
}

.menu a {
	
	margin: 10px;
	padding: 3px;
	color:#FFF;
	text-decoration:none;
}
.menu a:hover {
	color:#FF0000;
}


/* =Content
-------------------------------------------------------------- */
#container {
	background:#FFF;
	padding: 0 0 0 5px;
	width:875px;
	margin: 0 10px;
}

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

/* =Footer
-------------------------------------------------------------- */

#site-info {
	padding: 0 0 1px 5px;	
}


























