@import url("/style/frontend.css");
@import url("/style/nav.css");

/*
-----------HTML Elements---------
*/
body {
	background: #623424 url('/themes/CedarCreekDental/images/page-bg.gif') repeat-x;
}
body, td, th, p {
	color: #455134;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.2em;
}

a {	
	color: #787554;
}
a:hover {
	color: #898662; 
	text-decoration: none;
}

p {
	margin: 0 0 1em 0;
	line-height:1.4em; 
}
ul {
	margin: 0 0 1em 1em;
	list-style-image: url(/themes/CedarCreekDental/images/bullet-diamond.gif);
}

ul, ol {
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 1em;
}

li ul, li ol {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}

h1 {
	margin: 0 0 0.25em 0;
	color: #455134;
	font-size: 29px;
	line-height: normal;
}

.listing h1 {
	margin: 0 0 0.25em 0;
	color: #455134;
	font-size: 24px;
	line-height: normal;
}
h2 {
	margin: 0 0 0.5em 0;
	color: #7c7958;
	font-size: 18px;
	font-style: italic;
	line-height:1.3em;
}
h3 {
	margin: 0.5em 0 0 0;
	color: #455134;
	font-size: 15px;
}
h4 {
	margin: 0.5em 0 0 0;
	color: #7c7958;
	font-size: 14px;
}
h5 {
	margin: 0.5em 0 0 0;
	color: #455134;
	font-size: 12px;
}

/*
-----------Site-wide Tags-----------
*/
.altRow {
	background: #ccc;
}
.imgLt {
	margin: 0 1.25em 1em 0;
}
.imgRt {
	margin: 0 0 1em 1.25em;
}

/*
-----------Page Layout-----------
*/
.content {
	float: left;
}
.content ul li {
	margin-left: 15px;
}
#pageWrap {
	width: 960px;
	margin: 0 auto;
	background: #7C7958 url('/themes/CedarCreekDental/images/header-bg.gif') repeat-x;
	position: relative;
}
#pageContent {
	width: 785px;
	padding-left: 175px;
	background: url(/themes/CedarCreekDental/images/pagecontent-bg.gif) repeat-y;
}
#secContent, #mainContent, #tertiaryContent {
	float: left;
}
#mainContent{ 
	width: 719px;
	padding: 60px 33px;
	background: url(/themes/CedarCreekDental/images/maincontent-bg.gif) 20px 10px no-repeat;
}
#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}
#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}

/*
-----------Header-----------
*/
#header {
	position: relative;
	background: #fff;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 11px;
}
#header a {
	color: #fff;
}

#header h1 {
	color: #fff;
	font-size: 46px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#header h2 {
	color: #fff;
	font-size: 20px;
	margin: 0;
}

#header #contactBlock {
	position: absolute;
	top: 31px;
	right: 15px;
	width: 160px;
	text-align: right;
	color: #e3cfba;
}

#header #contactBlock h3, #header #contactBlock p {
	color: #e3cfba;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header #contactBlock h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
}

#header #contactBlock p {
	font-size: 12px;
}

#header #contactBlock p em {
	text-transform: uppercase;
}

#header #siteInfo {
	position: absolute;
	top: 46px;
	left: 170px;
	width: 605px;
	text-align: center;
}

#homePage #mainContent h1 strong {
	white-space: nowrap;
}

#homePage #mainContent .content {
	width: 350px;
}

/*
----------Nav Design-----------
*/
.nav {
	float: right;
	width: 786px;
	margin: 154px 0 0 0;
	background: #7c7958;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.nav ul {
	/*This forces the dropdown to appear above the calendar on the events page*/
	z-index: 100;
}
.nav ul ul {
	border-color: #735847;
}
.nav li a {
	display: block;
	padding: 10px  12px;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
}
.nav li a:hover {
	color: #f3edb0;
	text-decoration: none;
}
.nav li ul {
	width: 160px; /* Equals width of (.nav li ul li a) plus the left/right padding */
	border: solid #816852 1px;
	background: #fff;
}
.nav li li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid #ccc 1px; /* keeps IE6 from displaying submenu items with excess space below. */
}
.nav li ul li a {
	width: 140px;	 /* Any changes to these need to be reflect in (.nav li ul ul) and (.nav li ul) */
	margin: 0;
	padding: 5px 10px;
	color: #7c7958;
	text-align: left;
}
.nav li ul li a:hover {
	color: #735743;
	background: url('/themes/CedarCreekDental/images/nav-bg.gif') 0 bottom repeat-x;
	text-decoration: none;
}
.nav li.dd a { /* Class to differentiate items with flyouts; usually with a backgrdoun image of an arrow to the right */
}
.nav li.dd a:hover {
}
.nav li ul ul {
	margin-left: 160px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}

/*
-----------Sub Header-----------
*/
#subHeader {
	clear: both;
	display: block;
	position: relative;
	top: -19px;
	width: 780px;
	height: 132px;
	background: url('/themes/CedarCreekDental/images/main_img.jpg') no-repeat;
}
.headline {
	position: absolute;
	top: 30px;
	left: 460px;
}
#subHeader h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 34px;
}
#subHeader p {
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
.inner_page #subHeader {
	display: block;
	height: 35px;
}
.inner_page #subHeader .headline {
	display: none;
}

/*
-----------General Column Formatting-----------
*/
.oneCol {}
.twoCol {}
.threeCol {}

.col {
	padding: 0 18px 10px 0;
}
.col ul li {
	margin-left: 15px;
}
.twoCol .col {
	width: 47%;
}
.threeCol .col {
	width: 30%;
}
.listing {
	margin: 0 0 1em 0;
}

/*
----------Footer----------
*/
#footer {
	margin: 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 13px;
	text-align: left;
}
#footer a, #footer p {
	color:#fff;
}
#footer ul {
	list-style: none;
	list-style-image: none;
}

/*
--------Inner Page--------
*/


/*
--------Calendar Customization--------
*/
#dateSelector {
	float: left;
	width: 175px;
	margin: 0 20px 0 0;
}
#featureLink {
	display: block;
	margin: 0 0 1em 0;
	border: solid #8bb001 1px;
	padding: 5px;
	background: #8bb001;
	color: #fff;
	text-align: center;
}
#featureLink:hover {
	background: #a0c53c;
	color: #fff;
}
#upcomingEvents {
	float: left;
	width: 550px;
	margin: 0;
}
#upcomingEvents .category {
	float: none;
	width: 100%;
	margin: 0;
}
#upcomingEvents .category h3 {
	border-bottom: solid #4e7083 1px;
}
#upcomingEvents .event {
}
#upcomingEvents .featured {
}
#upcomingEvents .event h4 {
	float: left;
	width: 250px;
	margin-right: 15px;
}
#upcomingEvents .event h5.date {
	float: right;
	width: 150px;
	font-size: 10px;
	text-align: right;
}
h2.dateRange {
	padding: 0;
	color: #324b65;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
a.eventLink {
	font-size: 14px;
	color: #324b65;
	font-weight: bold;
	letter-spacing: -0.05em;
}

/*
--------Featured News Styles--------
*/
.featuredNews {
	float: left;
	width: 237px;
	padding: 10px 0 0 20px;
}
.featuredNews h3 a {
	color: #797b7a;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

/*
----------Document/Link Library Tool----------
*/
.docs {
	width: 100%;
}
.docs .oneCol .category {
	width: 100%;
}
.docs .twoCol .category {
	width: 45%;
}
.docs .threeCol .category {
	width: 30%;
	margin-right: 15px;
}
.docs h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
}
.docs img {
	display: block;
}
.docs .doc {
	width: 95%;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.docs .doc .desc {
	clear: both;
	display: block;
	margin: 0 0 0.5em 0;
}
.doc .imgLt {
	margin: 0;
	padding: 0 10px 0 0;
}
.doc .imgLt a:hover, .doc .imgLt a:active {
	text-decoration: underline;
	color: #192666;
}

#sidebar {
	position: absolute;
	top: 240px;
	left: 20px;
	width: 140px;
	color: #fff;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar li a {
	display: block;
	padding: 5px 10px;
}

#sidebar a:hover {
	color: #F9F6D8;
	text-decoration: underline;
}

#sidebar ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebar li {
	zoom: 1;
}

#sidebar .quotes {
	color: #fff;
	font-style: italic;
	font-size: 14px;
	margin-top: 50px;
}

.quotes .author {
	text-align: right;
	margin-top: 10px;
}

.quotes strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.quotes em {
	display: block;
}

.web_page .twoCol .col {
	width: 53%;
}

.web_page .twoCol .second {
	margin-top: -69px;
	padding:0;
	width:302px;
}

.news_page .twoCol .listing {
	clear: both;
}

.news_page .threeCol .imgLt, .news_page .threeCol .imgRt {
	float: none;
}

.gallery_page .category.col h2 {
	margin-top: 10px;
	font-size:16px;
}

.gallery_page .category.col {
	text-align: center;
}

#contactFormCallUs {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 75px;
	width: 300px;
}
