/*
Theme Name: Ambercare 2.0
Theme URI: http://www.robyardman.com
Description: A Three column child theme based off of Thematic (parent theme).
Author: Rob Yardman
Author URI: http://www.robyardman.com
Template: thematic
version: 1.0
Tags: Custom Theme
*/

@import url(../thematic/style.css);
@import url(3c-fixed.css);
@import url(menu.css);
@import url(home.css);
@import url(footer.css);

/* Independant Pages Styling */
@import url(about-ambercare.css);
@import url(home-health-care.css);
@import url(hospice-care.css);
@import url(medical-supplies-equipment.css);
@import url(personal-care-services.css);
@import url(ambercare-foundation.css);


@font-face {
	font-family: HumanBTLig;
	src: url(fonts/HumanBTLig.otf);
}


body {
	/*background: url(images/body-background.gif) no-repeat center top;*/
}

body, input, textarea, th, tr, td {
/*    font: 14px/20px "HumanBTLig",arial,sans-serif; */
    font: 14px Verdana,"HumanBTLig",arial,sans-serif;
}
.medium, .medium body, .medium input, .medium textarea, .medium th, .medium tr, .medium td {
  font-size: 16px;
  line-height: 22px;
}
.large, .large body, .large input, .large textarea, .large th, .large tr, .large td {
  font-size: 20px;
  line-height: 26px;
} 

.entry-content a, .entry-content a:visited {
/*  color: #000000; */
  text-decoration: none;
}

table, tr, td, th {
	border: 0 none;
	padding: 0;
	margin: 0;
}

#branding {
	padding: 68px 0 2px;
	width: 980px;
}

/* Header Logo & Description */

#blog-title a {
	background: transparent url(images/ambercare-logo.png) no-repeat top center;
	color: #FFF;
	display: block;
	text-indent: -9000px;
	width: 215px;
	height: 69px;
	position: relative;
	left: 0px;
	top: 40px;
}

#blog-description {
	color: #CD953D;
	font-family: Georgia,"Times New Roman",Serif;
	font-size: 11px;
	font-style: italic;
	position: relative;
	width: 210px;
	top: 24px;
	left: 88px;
	white-space: no-wrap;
}

/* Content & Body */

#main {
	width: 980px;
	padding: 0;
}

#container {
	margin: 0;
	width: 980px;
}

#content {
	width: 460px;
	margin: 0 0 0 305px;
}

#primary {
	margin: 0 0 0 -970px;
	width: 295px;
	border: 0 none;
}

.main-aside ul {
	padding: 0 0 0 15px;
}

#secondary {
	margin: 40px 0 0 -195px;
	width: 194px;
	border-left: 1px solid #CCC;
}

#secondary.aside p {
	font-size: 11.3px;
	line-height: 1.2;
}

.intro-paragraph {
	font-family: Georgia,"Times New Roman",Serif;
  font-size: 16px;
}
.medium .intro-paragraph {
  font-size: 20px;
  line-height: 28px;
}
.large .intro-paragraph {
  font-size: 24px;
  line-height: 32px;
}

.entry-title {
	font-family: Verdana,"HumanBTLig";
	font-size: 24px;
	font-weight: normal !important;
	line-height: 24px;
	padding: 0 0 7px;
}
.medium .entry-title {
  font-size: 28px;
  line-height: 28px;
}
.large .entry-title {
  font-size: 32px;
  line-height: 32px;
}

.footnote {
  font-size: 10px;
  line-height: 10px;
}

.medium .footnote {
  font-size: 12px;
  line-height: 14px;
}
.large .footnote {
  font-size: 14px;
  line-height: 18px;
}


