/*
Theme Name:Sound Learning Centre
Theme URI: http://www.SoundLearningCentre/
Description: Developed for the Sound Learning Centre
Author: Chris Tregenza
Author URI: http://www.Tregenza.com/

*/


/********************************************************************************************/
/*					The Basics																*/
/********************************************************************************************/


body {
	background-color: #FFFFf9;
	padding: 0px;
	width: 100%;
	color: black;
}

p {
	font-size: 1em;	
	line-height: 1.4em;
	margin: 0.1em 0.1em 1em 0.1em ;
	padding: 0em 0em 0em 0em;
}

p:first-child {
	font-size: 120%;
}


img {
	margin: 0px;
	padding: 0px;
}

a { 
	color: #0000aa;
	text-decoration: none;
	border-bottom: none;
	
}

a:visited {
	color: #aa0000;
}

a:hover {
	color: #00aa00;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: black;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: black;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #00aa00;
}


h2, h3, h4, h5, h6 {
	margin-top: 1.5em;
	margin-bottom: 0.2em; 
}

/********************************************************************************************/
/*					Utility classes																*/
/********************************************************************************************/

.floatClearBoth {
	clear: both;

}

a.plainLink {
	border: none;
	text-decoration: none;
	color: #000000;
}

a.plainLink img {
	border: none;
}

a:hover.plainLink {
	color: green;
}

.plainList {
	list-style: none outside none;
}

p.quote {
	font-style: italic;
	margin-bottom: 0.2em;
	font-family: times;
	font-size: 1.1em;
}

ul.table {
	list-style: none outside none;
	margin: 0px auto;
	padding: 0px;
	width: 80%;
	display: block;

}
ul.table li {
	clear: both;
	border-top: 1px solid #aaaaaa;
}
ul.table span.leftValue {
	margin-left: 0.1em;
	margin-right: 0.1em;
	padding: 0.2em;
	float: left;
	width: 65%;
	border-right : 1px solid #aaaaaa;
}
ul.table span.rightValue {
	padding: 0.2em;
	float: right;
	width: 30%;
	text-align: right;
}
.redText {
	color: red;
}

.fullWidth {
	width: 100%;
}

img.floatLeft {
	float: left;
}
img.floatRight {
	float: right;
}

.centre {
	text-align: center;
}

.bold {
	font-weight: bold;	
}

.italic {
	font-style: italic;	
}

img.caudwellChildren {
	margin: 20px;
}

a img.caudwellChildren {
	border: none;
	text-decoration: none;
}

/********************************************************************************************/
/*					Structure																*/
/********************************************************************************************/

#content {
	width:	750px;
	margin: 0px auto;
	padding: 0px;
	
	font-size: 100%; 
	font-family: verdana; 
/*	Yahoo examples: http://developer.yahoo.com/yui/fonts/
	font-family:monospace; 
	font-family:verdana; 
	font-family:times; 
	font-family:georgia;

	*/
	
	/*	font-size: 62.5%; /*renders 10px */
	/* 	font-size:85%;  /*renders 11px */ 
	/* 	font-size:100%; /*renders 13px */  
	/* 	font-size:108%; /*renders 14px */ 
	/* 	font-size:123.1%; /*renders 16px */ 
	/* 	font-size:138.5%; /*renders 18px */ 
	
}

#alpha {
	width: 248px;
	margin: 0px;
	padding: 0px;
	
	float: left;
	
}


@media print {
	#alpha {
		display: none;
	}
}

#beta {
	width: 498px;
	margin: 0px;
	padding: 0px;
	float: left;
}




/********************************************************************************************/
/*					Standard Page Furniture													*/
/********************************************************************************************/

#logoHeader {
	width: 748px;
	margin: 0px;
	padding: 0px;

}


#alphaHappyChild {
	width: 246px;
	height: 246px;
	padding: 0px;
	margin: 1em 0px 0em 0em;
}

#navigation {
	margin: 1em 0em 1em 0em;
	padding: 0.2em 0em;
	list-style-image: none;
	list-style-type: none;
	font-size: 2em;
	font-weight: bold;
}

#navigation2 {
	margin: 0em 0em 2em 0em;
	padding: 0.2em 0em 0.2em 0em;
	list-style-type: circle;
	list-style-image: url(http://slc.tregenza.com/wp-content/themes/soundlearningcentre/images/NavigationTagSmall.gif);
	list-style-position: inside;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #88CB73;

}

#navigation2 a  {
	color: #000000;
	padding-left: 1em;		/* Bit of a fudge to get the navigation2 options to line up with the subpages */ 
}


#navigation a, #navigation2 a  {
	color: #000000;
}

#navigation a:hover, #navigation2 a:hover {
	color: #00aa00;
}

#navigation li.navigationOption {
	margin: 0.2em 0em;
	padding: 0em 0em 0em 25px;
	border-top: 1px solid #88CB73;
	background-image: url(http://slc.tregenza.com/wp-content/themes/soundlearningcentre/images/NavigationTag.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation2 li.navigationOption {
	border-top: none;
	padding: 0em 0em 0em 0em;
}

ul#navigationSub {
	margin: 0.5em 1em 1.5em 1em;
	padding: 0.2em 0em;
	list-style-type: circle;
	list-style-image: url(http://slc.tregenza.com/wp-content/themes/soundlearningcentre/images/NavigationTagSmall.gif);
	list-style-position: outside;
	font-size: 0.5em;
	font-weight: bold;
}
ul#navigationSub .pagenav { 
}
ul#navigationSub .page_item { 
	border-top: none;
	padding: 0em 0em 0em 1em;

}
ul#navigationSub .current_page_item {
}
ul#navigationSub .current_page_parent { 
}
ul#navigationSub ul {
	list-style: url(/wp-content/themes/soundlearningcentre/images/listStyleMarker.gif) outside none;
	padding: 0em;
	margin: 0em 2em;
	font-size: 0.8em;
}
ul#navigationSub ul li {
	padding: 0em;
	margin: 0em;

}
#latestNews {
	width: 100%;
	height: 300px;
	padding: 0px;
	margin: 0px;
}



#latestNewsHeadlines {
	background-image: url(/wp-content/themes/soundlearningcentre/images/LatestSLCNewsBackground.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 250px;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	font-size: 13px;
}

#latestNews h3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding: 5px 5px 0px 5px;
} 

#latestNewsHeadlines ul {
	margin: 0px;
	padding: 15px 10px 30px 10px;
	list-style: none inside none;
	font-size: 0.8em;
	text-align: left;
}

#latestNewsHeadlines ul li {
	margin-bottom: 1em;
	line-height: 1.3em;
}

#archives {

}
ul#dateArchives, ul#categoryArchives {
	list-style: none inside none;
	margin: 1em 0em 1em 0em;
	padding: 0px;
	padding-left: 1em;
}

ul#dateArchives li a, ul#categoryArchives li a {
	color: #000000;
	border-bottom: none;
	padding-left: 1em;
}
ul#dateArchives li a:hover, ul#categoryArchives li a:hover {
	color: #00ff00;
}


#footer {
	clear: both;
	margin: 10em 0em 0em 0em;
	border-top: 2px solid #88c873;
	width: 100%;
}

#footerDetails {
	text-align: center;
	font-size: 0.9em;
	font-family: times;
	list-style: none inside none;
}

#footerDetails > li:first-child {
	font-size: 1em;
	font-weight: bold; 
}

#accessibility {
	padding: 0.3em 1em 1em 1em;
	margin: 1em 0em;
	color: #000000;
	background-image: url(/wp-content/themes/soundlearningcentre/images/AccessibilityBackground.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 468px;
}
#accessibility ul  {
	list-style: none inside none;
	margin: 0px;
	font-size: 13px;
}
#accessibility h3 {
	margin: 5px 5px 5px 0px;
	font-size: 16px;
	text-align: center;

}
#accessibility h4 {
	margin: 1em 0px 0px 0px;
	font-size: 13px;
}
#accessibility p {
	margin: 0.2em 0em;
	font-size: 13px;

}


#assessmentSideBar {
	margin: 2em 0em;
/*	background-image: url(/wp-content/themes/soundlearningcentre/images/AssessmentSideBar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 246px;
	height: 346px;*/
	position: relative;
}

img#assessmentSideBarButton {
	position: absolute;
	left: 20px;
	top: 290px;
}

#readingList {
}

#readingList h3 {
	margin-left: 1em;
}

#readingList h4 {
	margin-left: 3em;
}

#readingList p {
	margin-left: 3em;
}


/********************************************************************************************/
/*					Static Pages															*/
/********************************************************************************************/

.page {
	margin: 0em 1em 1em 1em;
	padding: 0px;
}


.pageHeading {
}

.pageContent {
}

p.faqQ {
	font-weight: bold;
	margin: 1em 0.5em 0.1em 1em;
	font-size: 1em;
}

p.faqA {
	margin: 0.0em 0.5em 0.5em 1em;
	font-size: 1em;
}

ul#photoList li {
	clear: both;	
}

p.photoCaption {
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
img.photoCaption  {
	margin: 0px 0.5em 0.2em 0px;
	padding: 0px;
}



.page ul {
	list-style: url(/wp-content/themes/soundlearningcentre/images/listStyleMarker.gif) inside none;
	margin: 0.2em 1em 0.5em 1em;
	padding: 0.1em;
}
.page ul li {
	margin: 0.25em 0em 0.25em 0em;
	padding: 0.1em;
}

.page ul.plainList {
	list-style: none outside none;
}

.page ul.table {
	list-style: none outside none;
}
.page ul.table li {
}

#nextOpenDay {
	border: 1px solid #aaaaaa;
	margin: 0em auto 1em auto;
	padding: 1em;
	width: 75%;
}
#nextOpenDay h2 {
	text-align: center;
	margin-top: 0em;
}

#localAccomodation p {
	margin: 0.2em 1em;
}

#courseFees {

}


/********************************************************************************************/
/*					Forms 															*/
/********************************************************************************************/

#clientDetails {
	display: none;	/* Hidden block until user selects an option */
}

form#standardForm {
	margin: 0px;
	padding: 0em;
	width: 95%;
}

#standardForm label {
	padding: 0em;
	margin: 0.2em 0em;
}

#standardForm input {
	border: 1px solid #888888;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0.2em;
	margin: 0.2em 1em 0.2em 0.2em;
}
#standardForm textarea{
	border: 1px solid #888888;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0.2em;
	margin: 0.2em 1em 0.2em 0.2em;
}
/* #standardForm option {
	border: 1px solid #888888;
	background-color: #eeeeee;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0.2em;
	margin: 0.2em
}*/



#standardForm fieldset {
	margin: 1em;
	padding: 0em 1em;
	border: 1px solid #888888;
	background-color: #eeeeee;

}

#standardForm legend {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.checkBox {
	margin-right: 1em;
	border: 1px solid #888888;
	background-color: #eeeeee;

}

#standardForm ul li ul li {
	font-size: 0.9em;
	font-style: italic;
}

/********************************************************************************************/
/*					Posts 															*/
/********************************************************************************************/
.posts {
	margin: 1em 0em 1em 1em;
	padding: 0px;
}

h1#newsBar {
	background-image: url(/wp-content/themes/soundlearningcentre/images/NewsBarBackground.gif); 
	background-repeat: repeat;
	font-size: 2em;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
/*	background-color: #88CB73; */	
}

.postMulti {
	margin: 0px 0px 2em 0px;
	padding: 0px;
	border-top: 1px solid #88CB73;
}
.postSingle {
	margin: 1em 0px 2em 0px;
	padding: 0px;
}


.postHeading {
	margin: 0px;
	padding: 0px;
}

.posts .postMulti .postHeading h1, .posts .postSingle .postHeading h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 1.7em;
	background-color: inherit;
}

.postContent {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.postDate {
	float: right;
	background-image: url(/wp-content/themes/soundlearningcentre/images/SLCDateBackground.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #DDDDDD;
	width: 68px;
	height: 60px;
	padding: 10px 1px 10px 1px;
	margin: 0em 0em 0em 1em;
	text-align: center;
	font-size: 11px;
}

.subTitle {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.archiveTitle {
	font-weight: bold;
	text-align: center;
	font-size: 2em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

/********************************************************************************************/
/*					Assessment Page															*/
/********************************************************************************************/

#assessmentBetaBlock {
	width: 100%;
	background-color: #bbbbbb;
	
}

img#assessmentSad {
	margin: 20px;
}

#mainColumn {
	width: 550px;
	margin: 0px auto;
}


#mainColumn h2 {
	clear: both;
}

p.largeQuote , p.largeQuoteLeft, p.largeQuoteRight  {
	font-size: 1.5em;
	font-weight: bold;
	font-family: times;
	padding: 0.5em;
	text-align: center;
	background-color: #ddffdd;
	width: 40%;
}

.largeQuoteRight {
	float: right;
	margin: 0em 0.1em 0.5em 1em;
}

.largeQuoteLeft {
	float: left;
	margin: 0em 1em 0.5em 0.1em;
}

img.imageLeft {
	float: left;
}

img.imageRight {
	float: right;
}

/********************************************************************************************/
/*					Home Page 																*/
/********************************************************************************************/

#homeAlpha {
	width: 750px;
	margin: 0px auto;
	padding: 0px;

}

#headlineBlock {
	width: 748px;
	height: 131px;
	margin: 10px 0px;
	padding: 0px;
	background-image: url(/images/homeSLC.gif);	
	background-repeat: no-repeat;
	
}
#headlineBlock1 {
	margin: auto 10px; 
	padding: 10px 15px 10px 15px;
}
#headlineBlock2 {
	margin: auto 10px; 
	border-top: 1pt solid #88CB73;
	padding: 10px 15px 10px 15px;
}
#headlineBlock p {
	text-align: center;	
}


#diagnosis {
	width: 340px;
	height: 325px;
	margin: 10px 0px 5px 10px;
	padding: 0px;
	float: left;
	background-image: url(/images/homeDiagnosis.gif);	
}
#diagnosisBlock1 {
	padding: 5px 10px 0px 145px ;
}
#diagnosisBlock2 {
	padding: 45px 10px 0px 10px ;
}

#behaviour {
	width: 340px;
	height: 325px;
	margin: 10px 10px 5px 0px;
	padding: 0px;
	float: right;
	background-image: url(/images/homeBehaviour.gif);	
	background-repeat: no-repeat;
}

#behaviourBlock1 {
	padding: 10px 150px 30px 15px;
}
#behaviourBlock2 {
	padding: 0px 10px 0px 10px;
}


#cause {
	width: 340px;
	height: 325px;
	margin: 5px 0px 5px 10px;
	padding: 0px;
	float: left;
	background-image: url(/images/homeCause.gif);	
	background-repeat: no-repeat;
}
#causeBlock1 {
	padding: 10px 10px 10px 15px;
}
#causeBlock2 {
	padding: 0px 15px 0px 150px;
}


#treatment {
	width: 340px;
	height: 325px;
	margin: 5px 10px 5px 0px;
	padding: 0px;
	float: right;
	background-image: url(/images/homeTreatment.gif);	
	background-repeat: no-repeat;
	
}
#treatmentBlock1 {
	padding: 15px 5px 10px 168px;
}



#slcDetails {
	width: 748px;
	height: 131px;
	margin: 10px 0px;
	padding: 0px;
	background-image: url(/images/homeSLC.gif);	
	background-repeat: no-repeat;
	
}
#detailsBlock1 {
	padding: 10px 15px 10px 15px;
	float: left;
}
#detailsBlock2 {
	padding: 10px 15px 10px 15px;
	float: left;
}


#homeAlpha p {
	padding: 0em;
	margin: 0px;
	font-size: 100%;
}

#homeAlpha p  span.bigText {
	font-size: 2em
}

#homeAlpha p  span.mediumText {
	font-size: 1.3em;
}


#homeNav1, #homeNav2, #homeNav3, #homeNav4, #homeNav5 {
	margin: 0em 0.5em;
	padding: 0px;
	float: left;
	width: 30%;
	font-size: 1em;
}

#homeAlpha #navigation {
	margin: 0em 0em;
}



/********************************************************************************************/
/*					LAnding Page 1 																*/
/********************************************************************************************/

.landingPage1 {
		
		
}

.landingPage1 h1 {
	font-size: 3em;
}

.landingPage1 h3 {
	font-size: 2em;
	color: #D00000;
	clear: both;
}

.landingPage1 h4 {
	font-size: 1em;
}


.landingPage1 p.imgFrame {
	font-size: 0.9em;
	font-style: italic;
	float: right;	
	border: 1px solid #cccccc;
	padding: 0.75em;
	margin: 0em 1em 0.5em 1em;
	text-align: center;
	font-weight: bold;
}


.landingPage1 p.imgFrame img { 
	display: block;
	margin: 0.25em 0em 0em 0em;
}

.landingPage1 p.left {
	float: left ! important;	
	margin: 0.25em 1em 0.5em 0em;
}

.landingPage1 ul.boxList {
	list-style: dot inside none;
	padding: 0.1em;
	width: 15em;
	border: 1px solid #cccccc;
	padding: 0.5em;
	margin: 0em 1em 0.5em 0em;
	float: left;
	font-weight: bold;
	
}
.landingPage1 ul.boxList li {
	margin: 0.25em 0em 0.25em 0em;
	padding: 0.1em;
	font-weight: normal;
}

.landingPage1  ul.right {
	float: right ! important;	
	margin: 0em 0em 0.5em 1em;
}
