/** Global Styles for Avalon Dental
The global styles work together with the master-avalonDental.css to pull together the design.
By Taliesin Smith
March, 2008
Based on http://www.crucialwebhost.com/blog/wp-content/uploads/2007/04/master.css 
Last edited: April 3, 2008 **/

/** Colours 
light blue / light grey = #d5e4ea
dark red (headings) = #8f0700
pink / light red = #eacccc
dark blue = #629fbd;
**/

/***** Global Settings *****/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 62.5%; /*16 x 0.625=10px*/ 
}

body {
	font: 1.1em/1.4em Arial, Helvetica, Tahoma,'MS Trebuchet', sans-serif;
	color: #666;
	background: #fff;
}

/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	color: #8f0700;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 100%;
}
/*h1 {
	font-weight: bold;
}*/
h1 {
	margin: 40px 0 20px 0;
	padding: 0;
	font-size: 1.4em;
}
h2, h3 {
	margin: 40px 0 20px 0;
	padding: 0;
	font-size: 1.4em;
}
li h2, li h3 {
	margin: 20px 0 0 0;
}
/***** Common Formatting *****/
q, cite, address {
	font-style: normal;
}
em, i, blockquote {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
p {
	margin: 2em 4em 2em 0; /* approximately 20px 40px 20px 0; */
	padding: 0;
}
li p {
	margin: 0;
	padding: 0;
}
ul, ol, dl{
	margin: 0 4em 2em 2em; /* approximately 0 40px 20px 20px; */
	padding: 0;
}
blockquote {
	margin: 2em 4em 0 0;
	padding: 0;
}
blockquote p {
	margin: 1em 0 0 0;
	padding: 0;
}
address {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ul ul, ol ol, dl dl {
	margin-top: 0;
	font-size: 1em;
} 
ul, ol, dl {
	list-style-position: outside;
}
pre, code {
	font-family: Courier, Monaco, 'Lucida Sans', sans-serif;
}
pre {
	background-color: #fafafa;
	border: 1px solid;
	padding: 1.1em;
}
small {
	font-size: 0.85em;
}
img, a img {
	border:0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
/***** Links - Lord Vader Formerly Handle Anakin *****/
a, 
a:link, 
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #8f0700;
}
a:focus,
a:hover {
	text-decoration: underline;	
	color: #629fbd;
}
a:active {
	text-decoration: none;
	color: #8f0700;
}

/***** Tables *****/
table {
	border: 1px solid #666;
	margin: 0 0 1.25em 0;
	padding: 0;
}
caption {
	text-indent: -99999px; /*hides the caption by default*/
} 
th {
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #666;
	border-collapse: collapse;
}
/***** Forms *****/
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width: 100%;
	line-height: 1.25;
}
label {
	cursor: pointer;
}

/***** Global Classes *****/
.wrapper {
	padding: 0; 
	margin: 0;
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.imgLeft {
	float:left; 
	margin:4px 10px 20px 0;
}
.imgRight {
	float:right; 
	margin: 40px 40px 20px 20px; 
}
.noPadding {
	padding:0;
	margin:0;
}
.noIndent {
	margin-left:0; 
	padding-left:0;
}
.noBullet {
	list-style:none; 
	list-style-image:none;
}


