@charset "utf-8";
/*
Theme Name: Dentistry In Markham 2012/13
Description: Professional One Page WordPress theme with tons of functions. 
Author: Adam Connor
Author URI: http://adamconnor.ca/
version: 1.+
Tags: 2012. 2013
*/

/*  typography
********************************************************************************************
********************************************************************************************/
p {margin: 1em 0;}
span {margin: 1em 0;}

/* Headings */
h1 {font-size: 2.4em}	/* 24px */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 0.8em}	/* 12px */

h1, h2, h3, h4, h5 {
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: .5em;
	color: #fff;
	font-family: ITC Cushing Std, Georgia;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.bold { font-weight: bold; color: #82ccff; display: inline;}

#quote h2 {font-style: italic; color: #82ccff; line-height: 1.4em ;}
#staff h6 {font-family: arial; font-weight: bold; color: #82ccff; margin-top: -5px; }
#staff h4 {margin: 1em 0 -0.7em 1em;}


/*  Anchors
********************************************************************************************
*******************************************************************************************
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #82ccff;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #C74350;
	color: #82ccff;
	text-decoration: none;
}*/



nav a {outline: 0; font: normal 18px ITC Cushing Std, Georgia,serif;}
nav a:link, nav a:visited {

    display: block;
    width: 140px;
    color: #FFFFFF;
    text-align: center;
    padding: 4px;
    text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
nav a:hover, nav a:active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(58,94,120,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(58,94,120,0.65))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(58,94,120,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(58,94,120,0.65) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(58,94,120,0.65) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(58,94,120,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a63a5e78',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}

/*******************************************************************************
********************************************************************************************/