/*
Theme Name: nekocherry
Theme URI: http://www.nekocherry.com/wp/960bc
Description: A blank canvas WordPress theme for developers.
Version: 1.5
Author: Milo Maneo
Author URI: http://www.milus.it
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.5
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {

	background: url('images/bgHeader.jpg') repeat-x;
}
		
#chooseLanguage {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width:120px;
	height:160px;
	margin-top: -80px;
	margin-left: -60px;
}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		height: 155px;
		width: 100%;
		}

#header h2.logo {
		background: url('images/nekocherryLogo.gif') no-repeat;
		height: 115px;
		width: 116px;
		text-indent: -9000px;
}

#header h2.logo a{
	height: 112px;
	width: 112px;
	display: block;
}

#headerimg {
		margin-top: 25px;
		}
		
#mainMenu {
	width: 71px;
	margin: 10px 0 0 30px;
	border: none;
}

#mainMenu li.page-item-2 a, #mainMenu li.page-item-2 a:link, #mainMenu li.page-item-2 a:visited {
	background: url('images/pAbout.gif') 0 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-2 a:hover {
	background: url('images/pAbout.gif') -71px 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-18 a, #mainMenu li.page-item-18 a:link, #mainMenu li.page-item-18 a:visited {
	background: url('images/pLinks.gif') 0 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-18 a:hover {
	background: url('images/pLinks.gif') -71px 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-24 a, #mainMenu li.page-item-24 a:link, #mainMenu li.page-item-24 a:visited {
	background: url('images/pNews.gif') 0 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-24 a:hover {
	background: url('images/pNews.gif') -71px 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-28 a, #mainMenu li.page-item-28 a:link, #mainMenu li.page-item-28 a:visited {
	background: url('images/pBlog.gif') 0 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-28 a:hover {
	background: url('images/pBlog.gif') -71px 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-47 a, #mainMenu li.page-item-47 a:link, #mainMenu li.page-item-47 a:visited {
	background: url('images/pContact.gif') 0 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-47 a:hover {
	background: url('images/pContact.gif') -71px 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}


#mainMenu li.page-item-177 a, #mainMenu li.page-item-177 a:link, #mainMenu li.page-item-177 a:visited {
	background: url('images/pShop.gif') 0 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-177 a:hover {
	background: url('images/pShop.gif') -71px 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-51 a, #mainMenu li.page-item-51 a:link, #mainMenu li.page-item-51 a:visited {
	background: url('images/pGallery.gif') 0 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

#mainMenu li.page-item-51 a:hover {
	background: url('images/pGallery.gif') -71px 0 no-repeat;
	height: 33px;
	width: 71px;
	text-indent: -9000px;
	display: block;
}

		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: -60px;
		padding-left: 50px;
		}

#sidebar
{
		text-align: left;
		padding-bottom: 25px;
		}

#footer {
		margin: 20px 0 0 0;
		}	

.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#Homepage #wrapper {
	background: url('images/bgHome.jpg') no-repeat right bottom;
	height: 653px;
}

#News #wrapper {
	background: url('images/bgNews.jpg') no-repeat right bottom;
	height: 586px;
}

#Links #wrapper {
	background: url('images/bgLinks.jpg') no-repeat right bottom;
	height: 776px;
}

#About #wrapper {
	background: url('images/bgAbout.jpg') no-repeat right bottom;
	height: 506px;
}

#Blog #wrapper {
	background: url('images/bgBlog.jpg') no-repeat right bottom;
	height: 297px;
}

.Links h3 {
	background: url('images/titLinks.gif') 0 0 no-repeat;
	height: 27px;
	width: 53px;
	text-indent: -9000px;
	display: block;
}

.About h3 {
	background: url('images/titAbout.gif') 0 0 no-repeat;
	height: 71px;
	width: 287px;
	text-indent: -9000px;
	display: block;
}

.News h3 {
	background: url('images/titNews.gif') 0 0 no-repeat;
	height: 76px;
	width: 70px;
	text-indent: -9000px;
	display: block;
	margin-top: -41px;
}

.Blog h3 {
	background: url('images/titBlog.gif') 0 0 no-repeat;
	height: 41px;
	width: 48px;
	text-indent: -9000px;
	display: block;
}


.Contact h3 {
	background: url('images/titContact.gif') 0 0 no-repeat;
	height: 26px;
	width: 86px;
	text-indent: -9000px;
	display: block;
}

.Gallery h3 {
	background: url('images/titGallery.gif') 0 0 no-repeat;
	height: 39px;
	width: 101px;
	text-indent: -9000px;
	display: block;
}


/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 250px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

a.gFashion, a.gFashion:link, a.gFashion:visited {
	background: url('images/pfashion.gif') 0 0 no-repeat;
	height: 20px;
	width: 57px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

a.gFashion:hover, a.gFashionSelected {
	background: url('images/pfashion.gif') 0 -20px no-repeat;
	height: 20px;
	width: 57px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

a.gIllustration, a.gIllustration:link, a.gIllustration:visited {
	background: url('images/pillustration.gif') 0 0 no-repeat;
	height: 20px;
	width: 68px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

a.gIllustration:hover, a.gIllustrationSelected {
	background: url('images/pillustration.gif') 0 -20px no-repeat;
	height: 20px;
	width: 68px;
	text-indent: -9000px;
	display: block;	
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

a.gPhoto, a.gPhoto:link, a.gPhoto:visited {
	background: url('images/pphotomanipulation.gif') 0 0 no-repeat;
	height: 20px;
	width: 117px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

a.gPhoto:hover, a.gPhotoSelected {
	background: url('images/pphotomanipulation.gif') 0 -20px no-repeat;
	height: 20px;
	width: 117px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

a.gCanvas, a.gCanvas:link, a.gCanvas:visited {
	background: url('images/pcanvas.gif') 0 0 no-repeat;
	height: 20px;
	width: 55px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

a.gCanvas:hover, a.gCanvasSelected {
	background: url('images/pcanvas.gif') 0 -20px no-repeat;
	height: 20px;
	width: 55px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

a.gCollage, a.gCollage:link, a.gCollage:visited {
	background: url('images/pcollage.gif') 0 0 no-repeat;
	height: 20px;
	width: 55px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

a.gCollage:hover, a.gCollageSelected {
	background: url('images/pcollage.gif') 0 -20px no-repeat;
	height: 20px;
	width: 55px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

a.gCraft, a.gCraft:link, a.gCraft:visited {
	background: url('images/pcraft.gif') 0 0 no-repeat;
	height: 20px;
	width: 46px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

a.gCraft:hover, a.gCraftSelected {
	background: url('images/pcraft.gif') 0 -20px no-repeat;
	height: 20px;
	width: 46px;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-top: 25px;
}

.left { float: left; }

.mb20 { margin-bottom: 20px; }