/* @override http://nancycho.com/wp-content/themes/ncho/style.css */

body {
	background-color: #3e3e3e;
	font-family: "Century Gothic", Arial, Helvetica, Geneva, sans-serif;
}

#containerOuter {
	height: auto;
	background: #fff;
	margin: 70px 70px 10px;
}

#containerOuter b.rtop,
#containerOuter b.rbottom {
    display:block;
    background: #3e3e3e;
}

#containerOuter b.rtop b,
#containerOuter b.rbottom b {   
    display:block;
    height: 1px;
    overflow: hidden;
    background: #fff;
}

b.r1 {
    margin: 0 5px
}

b.r2 {
    margin: 0 3px
}

b.r3 {
    margin: 0 2px
}

b.rtop b.r4, b.rbottom b.r4 {
    margin: 0 1px;
    height: 3px
}

#containerInner {
	height: auto;
	padding: 0 40px 40px;
	display: block;
	position: relative;
}

#piano {
	display: block;
	position: absolute;
	background: url(/wp-content/themes/ncho/images/piano-solid-large.png) no-repeat;
	width: 549px;
	height: 600px;
	left: 20px;
	top: 120px;
}

#pianoOutline {
	display: block;
	position: absolute;
	background: url(/wp-content/themes/ncho/images/piano-outline-large.png) no-repeat;
	width: 549px;
	height: 600px;
	left: 20px;
	top: 120px;
}

div#mainTitle {
	text-align: right;
	letter-spacing: 11px;
	margin: 0;
	padding: 0;
	color:  #000;
	text-decoration: none;
}


div#subTitle {
	text-align: right;
	letter-spacing: 3px;
	padding: 0;
	color: #d85d1a;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 24px;
	height: 240px;
	margin: 120px 20px 0 0;
}


div#mainTitle a {
	text-align: right;
	letter-spacing: 11px;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	color:  #000;
	text-decoration: none;
	font-size: 4.5em;
}

div#pageTitle {
	text-align: left;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 30px;
	color: #d85d1a;
}

#pageTitle a {
	color: #00ae97;
	text-decoration: none;
	font-size: 0.75em;
	display: inline-block;
	position: relative;
}

div.postTitle {
	text-transform: uppercase;
	color: #d85d1a;
	font-size: 1.1em;
}

div.postTitle a {
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 30px;
	color: #d85d1a;
}

#mainMenu {
	list-style-image: none;
	list-style-type: none;
	margin-top: 90px;
	margin-bottom: 40px;
	width: 100%;
	font-size: 1.1em;
}

#mainMenu li {
	text-align: center;
	display: inline-block;
	display:-moz-inline-box;
	position: relative;
	list-style-image: none;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 5% 0 5%;
}

* html #mainMenu li { display:inline; }  /* for IE 6 */
* + html #mainMenu li { display:inline; }  /* for IE 7 */

#mainMenu li.page_item a {
	text-decoration: none;
	color: black;
}

#mainMenu li.page_item a:hover {
	text-decoration: none;
	color: #d85d1a;
}


#contact {
	text-align: right;
	margin-right: 5px;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	margin-left: 5px;
	display: block;
	position: relative;
	color: #3e3e3e;
	text-decoration: none;
}

#copyright {
	color: white;
	font-size: .8em;
	text-align: center;
	position: relative;
}

#copyright a {
	color: white;
	text-transform: lowercase;
	text-decoration: none;
}

#content {
	position: relative;
	display: block;
	font-size: .95em;
}

#content p {
	font-size: .95em;
	position: relative;
	display: block;
}

#content a {
	font-size: .95em;
	color: #d85d1a;
}