/**
 * Colour Styles for bramalea dentistry 
 *
 * for layout see layout.css
 */
#wrapper {
	border:1px solid #333;
	border-top:0;
}

/* General Links */
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	background: #fcfcfc;
}
a:hover {
	text-decoration:underline;
} 
a:active {

}
.listing a {
	color:#0082C8;
}
.vids a {
	color:#0082C8;
}
.listing a:visited {
	text-decoration:none;
	background: #fcfcfc;
	color: #785182; 
}
/*
* Header and Branding 
*/
#branding {
	float:left;
}
#branding a {
	height:0;
	padding-top: 62px;
	width:215px;
	overflow:hidden;
	display:block;
}

/** Footer **/
#footer-inner {
	background-color:#6D6E71;
}

#footer-inner h3 {
	color:#fff;	
	font-size:1.5em;

}

 
/*
* Navigation
*******************/
#nav li {
	text-transform:uppercase;
	font-weight:bold;
}
#nav li a:link {
	
}

/* set margins */
#content p, 
#content h1, 
#content h2, 
#content h3,
#content blockquote {
	margin:0.7em 0;
}

#content p,
#content blockquote,
#content li {
	font-size:1em;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	color: #4f4f4f;
	line-height:1.4em;
}

/*
* Content headings
***************/
#content h1,
#content h2,
#content h3,
#content h4 {
	font-family:georgia, 'times new roman', serif;
	font-size:1.20em;
	margin:8px 0px;
	padding:0 0;
}
#content h2 {

}
#content ul {
	padding:0 0 0 30px;
}
#smile-nav{
	margin:-10px 0 0;
	padding:0;
}
#smile-nav div.link {
	list-style:none;
	margin:0;
	padding:0;
}
#content ul.listing {
	height:350px;
}
#box {
	margin-left:-30px;
}
#content h1 {
	text-transform:uppercase;
}
#content h2 {
	font-weight:normal;
}
#content h3,
#content h4 {
	font-size:1.1em;
}


/*********************************
*
* This site has different coloured
* Sections.  Each seciton is below
* they use a body class name to override the standard 
* colours above.
*
* Each nav has a similarily coloured button they are down
* here as well.
*
**********************************/

/**
* Team pages
***************/
.team #branding a {
	background: url(img/logo/logo_n_purple.jpg) top left no-repeat;
}

.team #content h1,
#nav li.team a {
	color:#5161AC
}
.team #footer-inner {
	background-color:#5161AC;
}


/**
* Treatments
***************/
.treatment #branding a {
	background: url(img/logo/logo_n_blue.jpg) top left no-repeat;
}
.treatment #content h1,
#nav li.treatment a {
	color:#0082C8;
}
.treatment #footer-inner {
	background-color:#0082C8;
}
#content ul.vids li{
	list-style-image:url(img/video_icon16.png);
}
#content ul.newsletters {
	padding:0;
}
#content ul.newsletters a {
	color:#0082C8;
}
/**
* kidszone
***************/
.kidszone #branding a {
	background: url(img/logo/logo_n_orange.jpg) top left no-repeat;
}
.kidszone #content h1,
#nav li.kidszone a {
	color:#F78F1E;
}
.kidszone #footer-inner {
	background-color:#F78F1E;
}

/**
* Smile Gallery
*****************/
.smiles #branding a {
	background: url(img/logo/logo_n_green.jpg) top left no-repeat;
}
.smiles #content h1,
#nav li.smiles a {
	color:#8CC63F;
}
.smiles #footer-inner {
	background-color:#8CC63F;
}
p.name {
	font-weight:bold;
}
div.testimonial {
	border:solid 1px #E5E3E6;
	padding: 0 15px;
	margin-bottom:5px;
}
.green {
	color:#8CC63F;
	font-weight:bold;
}
/**
* Centered Pages
************************/
.center {
	text-align:center;
}
.center #content,
.center #content-inner {
	width:auto;
}

/**
* contact and home page
***********************/
.standard #branding a {
	background: url(img/logo/logo_n_gray.jpg) top left no-repeat;
}

.standard #content h1,
#nav li.contact a {
	/* color:#6D6E71; *//* old color */
	color:#000;
}

.standard #footer-inner {
	background-color:#656565;
}

/** Contact Us Page **/
.left-content {
	color:#6D6E71;
}

.vcard .org {
	font-size:1.2em;
	font-family:georgia, 'times new roman', serif;
}
.link  a {
	color:#0082C8;
	font-weight:bold;
}
.link-orange  a {
	color:#F78F1E;
	font-weight:bold;
}
.link-purple  {
	color:#5161AC;
	font-weight:bold;
}
.link-green  a {
	color:#8CC63F;
	font-weight:bold;
}