/*
Theme Name: Cheltenham Piano Centre
Theme URI: http://www.cheltenham-piano-centre.co.uk/
Description: Custom WordPress theme built by Marble Cake from a design by Pink Sky
Version: 0.1
Author: Pink Sky & Marble Cake
Author URI: http://pinkskydesign.com/
Tags: red, custom header, fixed width, two columns, widgets
Copyright: 2009 Pink Sky Design. Don't steal it you nasty criminals.
*/

/* CSS Reset Block */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    color: #000000;
	background-color: #d2d3d5;
    text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of CSS Reset */

/* Styling proper! Global Classes */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#page {
	width: 994px;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
}


/* Content styling start */

#content {

}

#content p {
	margin: 0;
	padding: 0 25px;
	line-height: 1.2em;
}

#content p.enterlink {
	text-align: right;
	font-size: 1.3em;
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
	padding: 0;
}

#content p.enterlink a {
	display: block;
	padding: 4px 15px;
}

#content p.introblock {
	padding-bottom: 55px;
	padding-top: 15px;
	background: url("images/intro-cpc-bottom-curve.gif") bottom left no-repeat;
}

#content h2 {
	background-color: #336633;
	padding: 294px 25px 0 25px;
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 2.2em;
}


#content #intro-6, #content #intro-29 {
	width: 457px;
	padding: 20px;
	float: left;
	font-size: 0.8em;
	margin-bottom: 40px;
}


#content #intro-6 {
	color: #fffde9;
}

#content #intro-6 p.enterlink {
	background-color:#9b1b3a;
	background-image: url("images/intro-cpc-topbar-curve.gif");
}

#content #intro-6 a {
	color: #fffde9;
}

#content #intro-6 h2 {
	font-family: Times, "Times New Roman", serif;
	background-image: url("images/intro-cpc-image.jpg");
	background-color: #4f4d4d;
}

#content #intro-6 p {
	background-color: #4f4d4d;
}


#content #intro-29 {
	color: #ffffff;
}

#content #intro-29 p.enterlink {
	background-color:#fe020d;
	background-image: url("images/intro-mic-topbar-curve.gif");
}

#content #intro-29 a {
	color: #ffffff;
}

#content #intro-29 h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/intro-mic-image.jpg");
	background-color: #472980;
	font-size: 1.9em;
	padding-bottom: 4px;
}

#content #intro-29 p {
	background-color: #472980;
}



/* Content styling end */


#footer {
	padding: 0px 0px 20px 0px;
	font-size: 0.7em;
	line-height: 1.2em;
	text-align: left;
	color: #333333;
	clear: both;
}

#footer a {
	color: #666666;
}

#footer p {
	margin-bottom: 0.6em;
	text-align: right;
	clear: both;
}

#footer ul#bottomnav {
	float: right;
}

#footer ul li {
	float: left;
	padding-left: 20px;
}

#footer ul li.current_page_item {
	font-style: italic;
}

#footer ul li.current_page_item ul li {
	font-style: normal;
}

#footer ul li a {
	display: block;
	background-color: #b2b3b5;
	padding: 3px;
}

#footer ul li ul li {
	padding: 4px 8px 0 10px;
}

#footer ul li ul li a {
	display: inline;
	background: none;
	padding: 0;
}

#footer ul li ul li ul li {
	padding: 2px 0 0 6px;

}

#footer ul li ul li ul {
	padding-bottom: 30px;
}

#footer ul li ul li ul li {
	float: none;
}